@CHARSET "UTF-8";

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("/css/open_sans.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("/css/open_sans_bold.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url("/css/open_sans_condensed.woff") format('woff');
}

html {
	position:relative;
	height:100% !important;
}
body {
	position:relative;
	margin:0px !important;
	padding:0px;
	padding-bottom:300px; /* 250 + 50 */
	min-width:1060px;
	min-height:100%;
	color:#747474;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a:focus, img { outline:none; }
img, a::-moz-focus-inner { border:0; }
input[type="submit"]::-moz-focus-inner { border:0; }
table {
	margin:auto;
}
a {
	cursor:pointer;
	color:#747474;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p,
h3,
li,
table {
	color:#747474;
}
.clear {
	clear:both;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.vcenter {
	vertical-align:middle;
}
.bold {
	font-weight:bold;
}
.redborder {
	border-color:red !important;
}
.red {
	color:red;
}
.small {
	font-size:0.8em;
}

input[type="text"], 
input[type="password"],
select,
textarea {
	font-family:inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}     

select {
}
textarea {
	padding:5px 10px;
	height:120px;
	resize:none;
}
button {
	background-color:transparent;
}
pre {
	position:absolute;
	left:0px;
	top:0px;
	color:red;
	font-weight:bold;
	background-color:rgba(100,100,100,0.3);
	z-index:9999;
}
.page {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
.page img {
	max-width:100%;
}
body {
}
#header {
	position:relative;
}
#facebook_link {
	position:absolute;
	display:block;
	top:220px;
	right:0px;
	width:38px;
	height:121px;
	font-size:0px;
	background:url("/css/images/facebook_link.png") center no-repeat;
	z-index:1;
}
#home_image_fake {
	float:left;
	margin-left:-100%;
	width:100%;
}
#home_image_div {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
#home_image,
.home_image {
	position:absolute;
	display:block;
	margin:0px;
	top:0px;
	right:0px;
	width:100%;
	min-height:100%;
}
#home_image_div .home_image {
	opacity:0;
}
#home_image_div .home_image:first-child {
	opacity:1;
}
#header_image_div {
	position:absolute;
	width:100%;
	height:100%;
	background:url("/css/images/header_image_pixel.png") left top repeat;
}
#header_table_div {
	position:relative;
	height:auto;
}
body.home #header_table_div {
	position:absolute;
	width:100%;
	height:100%;
}
#header_table {
	position:relative;
	margin:0px;
	width:100%;
	height:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.header_table_td {
	padding:0px;
}
.header_table_td.top {
	vertical-align:top;
	height:1%;
}
.header_table_row {
	display:none;
}
body.home .header_table_row {
	display:table-row;
}
.header_table_td.middle {
	vertical-align:middle;
}
#logo {
	position:relative;
	float:left;
	display:block;
	background:url("/css/images/header_pixel.png") left top repeat;
}
#logo:hover {
	text-decoration:none;
}
#logo img {
	display:block;
	width:100%;
	height:100%;
}
#header_menu {
	position:relative;
	float:left;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:7px;
	min-height:43px;
	font-size:0px;
	text-align:right;
	background:url("/css/images/header_pixel.png") left top repeat;
}
.header_menu_button {
	position:relative;
	display:inline-block;
	margin:7px 7px 0px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.header_menu_button:hover,
.header_menu_button.active {
	background:#bd242e;
}
.header_menu_link {
	position:relative;
	display:block;
	padding:0px 30px;
	height:36px;
	line-height:36px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}
.header_menu_link.is_sub:after {
	content:"^";
	position:absolute;
	display:block;
	bottom:0px;
	left:0px;
	width:100%;
	height:12px;
	line-height:12px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:10px;
	font-weight:bold;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
}
.header_menu_link:hover {
	text-decoration:none;
}
.header_submenu_div {
	position:absolute;
	display:none;
	padding-top:7px;
	top:100%;
	left:0px;
}
.header_menu_button:hover .header_submenu_div {
	display:block;
}
.header_submenu {
	position:relative;
	padding:7px;
	background: url("/css/images/header_pixel.png") left top repeat;
}
.header_submenu_link {
	display:block;
	margin-top:7px;
	padding:0px 20px;
	height:20px;
	line-height:20px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
	white-space:nowrap;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.header_submenu_link:first-child {
	margin-top:0px;
}
.header_submenu_link:hover,
.header_submenu_link.active {
	text-decoration:none;
	background:#bd242e;
}
#banner_table {
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
#banner_table .arrow {
	display:table-cell;
	padding:0px;
	width:160px;
	min-width:160px;
	max-width:160px;
	vertical-align:middle;
}
#banner_table .arrow.left {
	text-align:left;
}
#banner_table .arrow.right {
	text-align:right;
}
#banner_table .arrow a {
	display:inline-block;
	width:38px;
	height:38px;
	line-height:36px;
	color:white;
	font-size:30px;
	font-weight:normal;
	text-align:center;
	background:#bd242e;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	-ms-user-select:none;
	
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#banner_table .arrow a:hover {
	text-decoration:none;
	background:#2b2b2b;
}
.banner_table_content {
	display:table-cell;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid white;
}
#banner_table_title {	
	position:relative;
	margin:25px 0px;
}
.banner_text {
	display:none;
	line-height: 60px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}
.banner_text:first-child {
	display:block;
}
.banner_text.abs {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
/******************************/
#text {
	margin:0px;
	padding:30px 0px;
}
h1, h2 {
	position:relative;
	margin:0px;
	padding:30px 0px 30px 0px;
	line-height:24px;
	text-align:left;
}
h1:after, h2:after {
	content:"";
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:50%;
	border-bottom:1px solid #bababa;
	z-index:0;
}
h1 span, h2 span {
	position:relative;
	display:inline-block;
	padding-right:20px;
	line-height:30px;
	color:#7a7983;
	font-family: "Open Sans", sans-serif;
	font-size:22px;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
	background:white;
	z-index:1;
}
h1 span:after, h2 span:after {
	content:"";
	position:absolute;
	display:block;
	margin-top:-2px;
	top:50%;
	left:100%;
	width:5px;
	height:5px;
	background:#bababa;
}
.text {
	line-height:20px;
	color:#747474;
	font-size:12px;
}
.split_table {
	position:relative;
	margin-left:-20px;
	font-size:0px;
	text-align:center;
}
.split_cell {
	display:inline-block;
	vertical-align:top;
}
.sc25 {
	width:25%;
	min-width:25%;
	max-width:25%;
}
.sc33 {
	width:33.33%;
	min-width:33.33%;
	max-width:33.33%;
}
.sc50 {
	width:50%;
	min-width:50%;
	max-width:50%;
}
.sc77 {
	width:66.66%;
	min-width:66.66%;
	max-width:66.66%;
}
.split_cell_content {
	position:relative;
	margin-left:20px;
	margin-bottom:20px;
}
.split_cell_content img {
	max-width:100%;
}
.gray_block {
	padding:20px;
	background:#ebebeb;
}
.image300 {
	position:relative;
	display:block;
	margin-bottom:15px;
	height:300px;
	background-position:center;
	background-repeat:no-repeat;
}
.image175 {
	position:relative;
	display:block;
	margin-bottom:15px;
	height:175px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.image180 {
	position:relative;
	display:block;
	margin-bottom:15px;
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.image115 {
	position:relative;
	display:block;
	margin-bottom:15px;
	height:115px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.image80 {
	position:relative;
	display:block;
	width:80px;
	height:80px;
	background-position:center;
	background-repeat:no-repeat;
}
.video-link:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url("/css/images/video-link.png") center no-repeat;
}
.foto-link:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url("/css/images/foto-link.png") center no-repeat;
}
.home_atsauksme {
	border-left:11px solid #bd242e;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.home_atsauksme:hover {
	text-decoration:none;
	background:#bd242e;
	border-color:#747474;
}
.home_atsauksme .quotes {
	display:block;
	padding:34px 30px 34px 65px;
	height:110px;
	
	border:1px solid #bababa;
	border-left:none;
	background:url("/css/images/quotes.png") left top no-repeat;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.home_atsauksme:hover .quotes {
	border-color:#747474;
}
.home_atsauksme .quotes span {
	display:block;
	height:110px;
	line-height:22px;
	font-size:18px;
	overflow:hidden;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.home_atsauksme:hover .quotes span {
	color:white;
}
.video_frame {
	position:relative;
	padding-top:56.25%;
	width:100%;
	height:0px;
}
.video_frame iframe {
	position:absolute;
	margin:0px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:none;
	z-index:1;
}
.page .image_serviss,
.page .image_news {
	float:left;
	display:block;
	margin-right:25px;
	margin-bottom:25px;
	max-width:50%;
}
.trainers h3,
.gray_block h3 {
	margin:0px;
	padding:0px;
	line-height:20px;
	color:#bd242e;
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
}
.trainers h3:hover,
.gray_block h3:hover {
	text-decoration:underline;
}
.image80table {
	display:table;
	border-collapse:separate;
	border-spacing:0px;
}
.image80cell {
	display:table-cell;
	padding-right:20px;
	width:80px;
	min-width:80px;
	max-width:80px;
	vertical-align:bottom;
}
.image80table h3 {
	display:table-cell;	
	vertical-align:bottom;
}
.trainers .teaser,
.gray_block .teaser {
	margin:0px;
	padding-top:10px;
	line-height:20px;
	color:#747474;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12px;
	font-weight:normal;
}
.redhover,
.redhover:hover * {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.redhover:hover {
	background:#bd242e;
}
.redhover:hover * {
	color:white;
}
.redhover:hover .image300:after,
.redhover:hover .image80:after,
.redhover:hover .image115:after {
	content:"";
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#bd242e;
	opacity:0.5
}
.home_news_block {
	margin-bottom:20px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.home_news_date {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	width:60px;
	height:60px;
	background:#464646;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.home_news_block:hover .home_news_date {
	background:#bd242e;
}
.home_news_date b,
.home_news_date i {
	display:block;
	color:white;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:bold;
	font-style:normal;
	text-align:center;
}
.home_news_date b {
	padding-top:8px;
	line-height:26px;
	font-size:22px;
}
.home_news_date i {
	line-height:18px;
	font-size:12px;
	text-transform:uppercase;
}
.home_news_h3 {
	margin:0px 0px 5px 0px;
}
.home_news_h3,
.home_news_h3 a {
	line-height:20px;
	color:#747474;
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.home_news_h3 a:hover {
	color:#bd242e;
}
.read_more {
	position:relative;
	display:inline-block;
	padding:0px 46px 0px 12px;
	height:30px;
	line-height:30px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	background:#464646;
	white-space:nowrap;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.read_more:hover {
	text-decoration:none;
	background:#bd242e;
}
.read_more:after {
	content:">";
	position:absolute;
	display:block;
	top:0px;
	right:0px;
	width:30px;
	height:100%;
	line-height:30px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background:#bd242e;
}
.call {
	display:table;
	margin:60px auto;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	border:1px solid #bababa;
	border-left:10px solid #bd242e;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.call .cell {
	display:table-cell;
	padding:30px 30px 30px 0px;
	text-align:right;
	vertical-align:middle;
}
.call .cell:first-child {
	padding-left:30px;
	text-align:left;
}
.call .cell h2 {
	margin:0px;
	padding:0px 0px 20px 0px;
	line-height:26px;
	color:#bd242e;
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
.call .cell h2:after {
	display:none;
}
.look_more {
	display:inline-block;
	padding:0px 25px;
	height:40px;
	line-height:40px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
	background:#bd242e;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.look_more:hover {
	text-decoration:none;
	background:#464646;
}
#text input,
#text textarea {
	display:block;
	margin:0px 0px 13px 0px;
	padding:12px 20px;
	line-height:20px;
	color:#747474;
	font-size:14px;
	border:1px solid #e1e1e1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#text input {
	width:300px;
	height:46px;
}
#text textarea {
	width:100%;
	height:200px;
}
.line {
	position:relative;
	display:block;
	margin:20px 0px;
	height:6px;
	background:#bababa;
}
.line:after {
	content:"";
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:20%;
	height:100%;
	background:#bd242e;
}
.submenu_link {
	display:inline-block;
	margin: 0px;
	margin-top:20px;
	padding: 0px;
	line-height: 20px;
	color: #bd242e;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.calendar_top {
	margin-bottom:30px;
	font-size:0px;
	text-align:center;
}
.calendar_top a, 
.calendar_top span {
	display:inline-block;
	padding:0px;	
	line-height:32px;
	color:#7a7983;
	font-family: "Open Sans", sans-serif;
	font-size:24px;
	font-weight:bold;
}
.calendar_top a {
	width:32px;
	color:white;
	background:#bd242e;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	-ms-user-select:none;
	
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.calendar_top a:hover {
	text-decoration:none;
	background:#464646;
}
.calendar_top span {
	padding:0px 16px;
	min-width:250px;
}
.calendar_table {
	margin:auto;
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
.calendar_table th,
.calendar_table td {
	width:14.28%;
	min-width:14.28%;
	max-width:14.28%;
	line-height:20px;
}
.calendar_table th {
	padding:0px;
	color:#bd242e;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
}
.calendar_table td {
	padding:10px;
	height:74px;
	min-height:94px;
	vertical-align:top;
	border:1px solid #bebebe;
}
.calendar_table td.day6,
.calendar_table td.day0 {
	background:#efefef;
}
.calendar_table td.today {
	background:#e0e0e0;
}
.calendar_table td .monthdate {
	display:block;
	padding-bottom:5px;
	line-height:24px;
	color:#959595;
	font-family: "Open Sans Condensed", sans-serif;
	font-size:24px;
	font-weight:bold;
}
.calendar_table td.today .monthdate {
	color:#bd242e;
}
.calendar_table td .event {
	display:block;
	line-height:14px;
	color:#7a7983;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
.calendar_table td .event .time{
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:bold;
}
.news_block {
	margin-bottom:40px;
}
.news_block_image {
	float:left;
	display:block;
	margin-right:20px;
	margin-bottom:20px;
	width:300px;
	height:175px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.news_block_h3 {
	margin:0px;
	padding:10px 0px;
}
.news_block_h3,
.news_block_h3 a {
	line-height:20px;
	color:#bd242e;
	font-size:14px;	
	font-weight:normal;
	text-transform:uppercase;
}
#partners {
	
}
#partners_div {
	position:relative;
	padding-bottom:30px;
	text-align:justify;
}
#partners_div img {
	display:inline-block;
	margin-bottom:20px;
	max-width:19%;
	font-size:0px;
	vertical-align:middle;
}
#partners_div_last {
	display:inline-block;
	width:100%;
}
#cantact_submit {
	float:right;
	display:block;
	margin-bottom:20px;
	padding:0px 40px;
	height:40px;
	line-height:40px;
	color:white;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	background:#bd242e;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#cantact_submit:hover {
	text-decoration:none;
	background:#464646;
}
.cantact_image {
	display:block;
	margin:auto;
}
#map_iframe {
	width:100%;
	height:352px;
	border:none;
}
/******************************/
#footer {
	position:absolute;
	left:0px;
	bottom:50px;
	width:100%;
	height:250px;
	background:#2b2b2b;
}
#footer #footer_div {
	margin-left:-20px;
	font-size:0px;
	text-align:center;
}
#footer .page .footer_block_div {
	display:inline-block;
	width:33.33%;
	text-align:left;
	vertical-align:top;
}
#footer .page .footer_block_div .footer_block {
	margin-left:20px;
}
#footer .page .footer_block_div .footer_block h3 {
	margin:0px;
	padding:40px 0px 20px 0px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
}

#footer .page .footer_block_div .footer_block p {
	margin:0px;
	line-height:20px;
	color:#858585;
	font-size:12px;
	text-align:left;
}
#news_letter {
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
}
#news_letter td {
	padding:0px;
	padding-top:12px;
	text-align:center;
	vertical-align:top;
}
#news_letter tr:first-child td {
	padding-top:0px;
}
#news_letter td.submit {
	width:1%;
}
#news_letter td.input input {
	margin:0px;
	padding:0px 12px;
	width:100%;
	height:36px;
	line-height:36px;
	color:#b7b7b7;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12px;
	border:none;
	background:#555555;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#news_letter_submit {
	display:block;
	margin:0px;
	padding:0px 12px;
	height:36px;
	line-height:36px;
	color:white;
	font-family: "Open Sans", sans-serif;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	border:none;
	background:#bd242e;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#news_letter_submit:hover {
	text-decoration:none;
	background:#464646;
}
#attributes {
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	height:50px;
	background:#bd242e;
	overflow:hidden;
}
#attributes .page {
	line-height:50px;
	color:white;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}
.scroll_to_top {
	position:absolute;
	display:block;
	margin-left:-30px;
	top:-25px;
	left:50%;
	width:60px;
	height:60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color:#2b2b2b;
	background-image:url("/css/images/scroll_to_top.png");
	background-position:center;
	background-repeat:no-repeat;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.scroll_to_top:hover {
	background-color:#464646;
}
#contact_form h3 {
	margin:0px;
	padding:40px 20px;
	color: #747474;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	border: 1px solid #E1E1E1;
}
#news_letter h4 {
	margin:0px;
	padding:20px 15px;
	color: #B7B7B7;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	background: #3f3f3f;
}


.karobrand 
{
    position: absolute;
    display: inline;
    background: url(../images/others/karo_white.svg) no-repeat;
    width: 150px;
    height: 60px;
    margin-left: 30px;
    margin-top: 6px;
    right: 20%;
    cursor: pointer;
}