
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea { color: #222; }

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	direction: rtl;
}


body {
	font-size: 1em;
	line-height: 1.4;
}

html, body, #form1 {
	height: 100%;
	min-height: 100%;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}

::selection {
 background: #b3d4fc;
 text-shadow: none;
}

button,
input,
select,
textarea {
	margin:0;
	font-size:100%;
	vertical-align:middle;
}

button,
input {
 *overflow:visible; line-height:normal; 
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
 padding:0;
 border:0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img { 
	vertical-align: middle;
	max-width:100%;
	width:auto\9;
	/* IE7-8 need help adjusting responsive images */
  height:auto;
	/* Part 2:Scale the height according to the width, otherwise you get stretching */

  vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
 }
 
audio,
canvas,
video { 
	display:inline-block;  
	*display:inline;
 	*zoom:1;
}

.clearfix {  
	*zoom:1;
}

.clearfix:before,
.clearfix:after {
	display:table;
	content:"";
	line-height:0;
}

.clearfix:after { clear:both; }

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea { resize: vertical; }

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {height: 100%;}

body {
	margin:0;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#3d3c3c;
	background-color:#fdfdfd;
	height: 100%;
}

#main_wrapper {
	background:url(../img/bg.gif) left top repeat-x;
 width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1198)?"1198px" : "100%");
	min-width:1198px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* Set footer height. */
}

#main_wrapper ul, #main_wrapper ol {
	padding: 0 40px 0 0;
}

* html #main_wrapper { height: 100%; }

.centered {
	float: none !important;
	display: table;
	margin: 0 auto;
}

a {
	color:#0f5b95;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

p {
	padding:0;
	margin:0 0 20px 0;
}

.eng {
	direction: ltr !important;
	text-align: left !important;
}

.heb {
	direction: rtl !important;
	text-align: right !important;
}

.blue { color:#0f5b95; }

hr {
	padding:0;
	margin:6px 0 5px 0;
	border:0;
	height:1px;
	overflow:hidden;
	background:url(../img/dotted.gif) right top repeat-x;
}

.clr {
	clear:both;
	height:1px;
	overflow:hidden;
}

#container {
	position:relative;
	width:1198px;
	margin:0 auto;
	padding:0 0 80px 0;
}

nav#menu {
	position:relative;
	padding:4px 0 0 0;
	text-align:center;
}

#nav_horizontal {
	position:relative;
	width:1198px;
	height:79px;
	margin:0 auto;
	overflow:hidden;
}

#menu a {
	color:#ffffff;
	text-decoration:none;
}

#menu a:hover { text-decoration:underline; }

#menu ul {
	display:inline;
	padding:0;
	margin:0;
	list-style:none;
	font-size:15px;
	font-weight:bold;
}

#menu ul li {
	position:relative;
	display:inline;
	padding:0 2px;
	margin:0;
}

#menu ul li a {
	display:inline-block;
	position:relative;
	height:33px;
	padding:10px 20px 0 20px;
	 *display:inline;
	 *zoom:1;
}

#menu ul li a:hover,
#menu ul li:hover > a,
#menu ul li.active > a {
	background:#66727f;
	text-decoration:none;
}

#menu ul li a:before,
#menu ul li a:after {
	display:none;
	height:43px;
	width:1px;
	position:absolute;
	left:0;
	top:0;
	background:url(../img/tm-item-border.gif) left top no-repeat;
	content:'';
}

#menu ul li a:after {
	left:auto;
	right:0;
}

#menu ul li a:hover:before,
#menu ul li a:hover:after,
 #menu ul li:hover > a:before,
#menu ul li:hover > a:after,
 #menu ul li.active > a:before,
#menu ul li.active > a:after { display:block; }

#menu ul li ul {
	display:none;
	position:absolute;
	left:50%;
	top:32px;
	width:2000px;
	margin-left:-1000px;
	height:26px;
	padding:7px 0 0 0;
	background:url(../img/tm-subbg.gif) left top repeat-x;
	text-align:center;
	font-size:14px;
	font-weight:normal;
}

#menu ul li.active ul {
	display:block;
	z-index:5;
}

#menu ul li:hover ul {
	display:block;
	z-index:10;
}

#menu ul li ul li {
	display:inline-block;
	line-height:13px;
	position:relative;
	padding:0 18px;
	margin:0;
	border-left:#ffffff 1px solid;
 *display:inline;
 *zoom:1;
}

#menu ul li ul li:first-child { border-right:#ffffff 1px solid; }

#menu ul li ul li a {
	height:auto;
	line-height:13px;
	display:inline;
	background:none!important;
	padding:0;
}

#menu ul li ul li a:hover {
	background:none!important;
	text-decoration:underline;
}

#menu ul li ul li a:before,
#menu ul li ul li a:after { display:none!important; }

#block_m {
	position:relative;
	background: transparent;
}

#intro {
	position:relative;
	height:373px;
	background:#ffffff;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.6);
}

#intro ul li {
	text-align: center; 
}

.intro_container {
	display:block;
	position:relative;
	float:left;
	margin: 0 0 0 266px;
	width:663px;
	height: 373px;
}

.tab-content {
	position:relative;
}

.tab-content.selected { display:block; }

.tab-descr {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:61px;
	padding:21px 18px 0 12px;
	background:url(../img/transparent.png) repeat;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	border-bottom:#252525 1px solid;
}

html>body .tab-descr {
	height:auto;
	min-height:61px;
}

#intro_nav_left {
	position:absolute;
	z-index:50;
	left:0;
	top:0;
	width:266px;
	height:373px;
	background:url(../img/intro_nav_left-bg.gif) right top repeat-y;
}

#intro_nav_left ul {
	height:291px;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

#intro_nav_left ul li {
	padding:0;
	margin:0;
}

#intro_nav_left ul li div {
	outline:none;
	position:relative;
	display:block;
	height:48px;
	padding:24px 10px 0 10px;
	vertical-align:middle;
	background:url(../img/tabs-linkbg-left.gif) left top repeat-x;
	border-right:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	cursor: pointer;
}

#intro_nav_left ul li a.longfix {
	height:54px;
	padding-top:18px;
}

#intro_nav_left .tab-arrow {
	position:absolute;
	right:-14px;
	top:0;
	width:14px;
	height:72px;
	background:url(../img/tab-arrow-left.png) left top no-repeat;
}

#intro_nav_right {
	position:absolute;
	z-index:50;
	right:0;
	top:0;
	width:269px;
	height:373px;
	background:url(../img/intro_nav_right-bg.gif) left top repeat-y;
}

#intro_nav_right ul {
	height:291px;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

#intro_nav_right ul li {
	padding:0;
	margin:0;
}

#intro_nav_right ul li div {
	outline:none;
	position:relative;
	display:block;
	height:38px;
	padding:20px 16px 0 10px;
	vertical-align:middle;
	background:url(../img/tabs-linkbg-right.gif) left top repeat-x;
	border-right:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	cursor: pointer;
}

#intro_nav_right .tab-arrow {
	position:absolute;
	left:-14px;
	top:0;
	width:14px;
	height:58px;
	background:url(../img/tab-arrow-right.png) left top no-repeat;
}

.tab-arrow { display:none; }


a:selected .tab-arrow,
a:hover .tab-arrow { display:block; }

#intro_nav_left ul li a:hover,
#intro_nav_right ul li a:hover { text-decoration:none; }

.tn-heading {
	position:relative;
	z-index:55;
	height:82px;
	-webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.75);
	-moz-box-shadow:    0px 1px 5px rgba(100, 100, 100, 0.75);
	box-shadow:         0px 1px 5px rgba(100, 100, 100, 0.75);
}

#intro_nav_left .tn-heading { background:url(../img/intro_nav_left-bg.gif) right top repeat-y #ffffff; }

#intro_nav_right .tn-heading { background:url(../img/intro_nav_right-bg.gif) left top repeat-y #ffffff; }


/* Slidind panels */
ul#panels_left { position:absolute; overflow:hidden; width:663px; height:373px; list-style: none; padding: 0; margin: 0; direction: ltr; }
ul#panels_right { position:absolute; overflow:hidden; width:663px; height:373px; list-style: none; padding: 0; margin: 0; direction: rtl; }
    ul#panels_left > li { position:absolute; top:0px; width:663px; height:373px;}
	ul#panels_right > li  { position:absolute; width:663px; height:373px;  }


a#logo {
	display:block;
	height:82px;
	background:url(../img/e-logo.png) center center no-repeat;
	text-decoration:none;
	text-indent:-9000px;
}

a#a-logo {
	display:block;
	height:82px;
	background:url(../img/a-logo.png) center center no-repeat;
	text-decoration:none;
	text-indent:-9000px;
}

#left_sidebar {
	float:left;
	width:244px;
	padding:9px 0 0 9px;
}

.box_b {
	position:relative;
	padding:0;
	margin:0 0 6px 0;
	font-size:13px;
	line-height:18px;
	background:#eff4f6;
	border:#a2bedb 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 *zoom:1;
}

.box_b:before,
.box_b:after {
	display:table;
	content:"";
	line-height:0;
}

.box_b:after { clear:both; }

.box_b p { padding:0; }

#left_sidebar  .box_b{ padding:6px 15px 10px 15px; }

.contact_art {
	width: 100%;
}

.contacts {
	font-size:16px;
	line-height:25px;
	color:#063271;
}

.contacts a { color:#115d96; }

.contacts hr {
	position:relative;
	width:230px;
	margin-right:-10px;
	margin-left:-10px;
}

#autodesc {
	height:55px;
	margin:0 0 10px 0;
	overflow:hidden;
}

#saas {
	height:45px;
	margin:0 0 7px 0;
	overflow:hidden;
}

#saas a {
	display:block;
	width:267px;
	height:45px;
	margin:0 auto 10px auto;
	padding:0;
	font-size:18px;
	line-height:38px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:#384554 1px 1px;
	background:url(../img/blue-button-dark_2.png) left top no-repeat;
	text-align:center;
}

#autodesc img {
	display: block;
	margin: 0 auto;
}

a#button-blue {
	display:block;
	width:244px;
	height:45px;
	margin:0 auto 10px auto;
	padding:0;
	font-size:18px;
	line-height:38px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:#005f80 1px 1px;
	background:url(../img/blue-button.png) left top no-repeat;
	text-align:center;
}

a#button-blue span { font-weight:normal; }

a#button-dark-blue {
	display:block;
	width:244px;
	height:45px;
	margin:0 auto 10px auto;
	padding:0;
	font-size:18px;
	line-height:38px;
	font-weight:bold;
	color:#ffffff;
	text-shadow:#384554 1px 1px;
	background:url(../img/blue-button-dark.png) left top no-repeat;
	text-align:center;
}

a#button-dark-blue span { font-weight:normal; }

#right_sidebar {
	float:right;
	width:268px;
	padding:19px 0 0 0;
}

.right-heading {
	font-size:18px;
	font-weight:bold;
	color:#3c3c3c;
	padding: 10 23px 23px 0;
}

#right_sidebar .box_b { padding:8px 23px 10px 26px; }

.news-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 0px 0;
}

.readmore {
	position:relative;
	margin:3px 0 -5px -16px;
	text-align:left;
}

.readmore a {
	display:inline-block;
	width:100%;
	height:13px;
	background:url(../img/readmore-arrows.gif) left top no-repeat;
 *display:inline;
 *zoom:1;
}

a.more {
	float: left;
}

#content {
	margin:0 308px 0 293px;
	padding:25px 0 0 0;
}

#content_wrapper {
	float:left;
	width:100%;
}

#content_wrapper.inner {
	padding: 20px 142px;
	width: 914px;
	margin: 0 auto;
}

#content_inner {
	width: 870px;
	float: right;
	padding: 20px 40px 0 20px;
}

#right_sidebar_inner {
	float: right;
	width: 268px;
}

.download_section {
	clear: both;
	width: 244px;
	margin: 0px auto;
	padding: 20px 0 0 0;
}

/* Support page */

.reg_inp {
	width: 254px;
	height: 26px;
	line-height: 29px;
	border: solid 1px #a3c0dc;
	padding: 0 4px;
	margin: 5px 0;
}

label {
	color: #45515e;
}

.log_in_box {
	width: 266px;
	height: 273px;
	float: right;
	margin: 40px 0 0 90px;
	padding: 32px 42px;
	border: solid 1px #a3c0dc;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	background: #eff4f6;
	display: none;
}

.download_b2 {
	border: none;
	background: url(../img/download2.png) left top no-repeat;
	width: 117px;
	height: 41px;
	cursor: pointer;
	margin: 15px 0 0 0;
	font-size: 0;
}

.signUp_b {
	border: none;
	background: url(../img/harshama.png) left top no-repeat;
	width: 126px;
	height: 41px;
	cursor: pointer;
	margin: 15px 0 0 0;
	float: left;
	font-size: 0;
}

.sign_up_form {
	float: right;
	width: 400px;
}

.sign_up_label {
	float: right;
	clear: right;
	width: 120px;
	height: 28px;
	line-height: 28px;
	margin: 5px 0;
}

.f_pass {
	float: right;
	margin: 40px 0 0 0;
	text-decoration: underline;
	font-size: 12px;
	direction: ltr;
}

/* Sidebar vert navigation */

#sidebar_nav {
	padding: 0 !important;
}

.vert_nav_list {
	width: 268px;
	float: right;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.vert_nav_list_item {
	float: right;
	clear: both;
	width: 268px;
	height: 53px;
	background: #fdfdfd;
	filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#fdfdfd', endColorstr = '#d4d4d4');
	-ms-filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#fdfdfd', endColorstr = '#d4d4d4');
	background-image: -moz-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: -ms-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: -o-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: -webkit-gradient(linear, 
		center top, center bottom, from(#fdfdfd), to(#d4d4d4));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: linear-gradient(top, #fdfdfd, #d4d4d4);
	/* IE & older webkit don't fully support custom angles,
	   we're using approximate values for them */
	border-bottom: solid 2px #fff;
}

.vert_nav_list_item.active, .vert_nav_list_item:hover {
	color: #fff;
	background: #0b5892;
	filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#2f78af', endColorstr = '#0b5892');
	-ms-filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#2f78af', endColorstr = '#0b5892');
	background-image: -moz-linear-gradient(top, #2f78af, #0b5892);
	background-image: -ms-linear-gradient(top, #2f78af, #0b5892);
	background-image: -o-linear-gradient(top, #2f78af, #0b5892);
	background-image: -webkit-gradient(linear, 
		center top, center bottom, from(#2f78af), to(#0b5892));
	background-image: -webkit-linear-gradient(top, #2f78af, #0b5892);
	background-image: linear-gradient(top, #2f78af, #0b5892);
	/* IE & older webkit don't fully support custom angles,
	   we're using approximate values for them */
	border-bottom: solid 2px #fff;
}

.vert_nav_list_item.active a, .vert_nav_list_item:hover a {
	color: #fff;
}

.vert_nav_list_item a {
	padding: 0 16px;
	color: #0f5b95;
	text-decoration: none;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 1.1em;
	display: table-cell;
	vertical-align: middle;
	width: 268px;
	height: 54px;
	overflow: hidden;
}

/*---------------------------*/

/* Article list */

.content_article_list {
	float: right;
	width: 100%;
	margin: 0 auto;
	padding: 0 !important;
	list-style: none;
}

.content_article_list li {
	float: right;
	clear: both;
	border-bottom: dotted 1px #000;
	padding: 20px 10px 5px 10px;
}

.content_article_list li:hover {
	background: #fdfdfd;
	filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#fdfdfd', endColorstr = '#d4d4d4');
	-ms-filter: progid: DXImageTransform.Microsoft.gradient(
		startColorstr = '#fdfdfd', endColorstr = '#d4d4d4');
	background-image: -moz-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: -ms-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: -o-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: -webkit-gradient(linear, 
		center top, center bottom, from(#fdfdfd), to(#d4d4d4));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #d4d4d4);
	background-image: linear-gradient(top, #fdfdfd, #d4d4d4);
	/* IE & older webkit don't fully support custom angles,
	   we're using approximate values for them */
}

.content_article_list li article p {
	min-width: 850px;
	/*display: none;*/
}

.content_article_list li article {
	min-width: 850px;
}

.img_box {
	/*min-width: 200px;
	min-height: 137px;*/
	
	float: right;
	/*margin: 0 0 0 25px;*/
	background: transparent;
	overflow: hidden;
}

.art_more ul, .art_more ol, .art_more p {
	float: right;
}

.img_box img {
	border: none;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	display: block;
	margin: 0 auto 25px 25px;
	max-width: 90px;
}

.art_h2 {
	color: #0f5b95;
	font-size: 1.2em;
	margin-top: 0;
}

.download {
	display: block;
	width: 42px;
	height: 25px;
	text-align: center;
	vertical-align: bottom;
	padding: 22px 0 0 0;
	float: left;
	margin: 0;
	background: url(../img/download.png) center top no-repeat;
}

.push {
	width: 100%;
	height: 70px;
	background: transparent;
    clear: both;
}

footer {
	position:relative;
	height:70px;
	margin-top:-72px;
	background:#283440;
	border-top:#c4cfd7 2px solid;
	color:#9a9a9a;
	font-size:12px;
	color:#ffffff;
 width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1198)?"1198px" : "100%");
	min-width:1198px;
}

#shadow_f {
	position:absolute;
	left:0;
	top:-26px;
	right:0;
	height:24px;
	background:url(../img/f-shadow.png) left bottom repeat-x;
}

.inner_l_slider_wrapper {
	position: relative;
	clear: both;
	width: 100%;
	height: 94px;
	overflow: hidden;
}

.slider_sep{
	display: block;
	width: 90%;
	height: 1px;
	content: no-close-quote;
	border-bottom: dotted 1px #0F5B95; 
	margin: 30px auto;
}

#footer_wrapper {
	height:94px;
	overflow:hidden;
	background:url(../img/footer-white-bg.gif) left top repeat-x #ffffff;
	position: relative;
	z-index: 10000;
	width: 100%;
	top: -7px;
}

#clients {
	position:relative;
	width: 1169px;
	height: 75px;
	margin: 14px auto 0 auto;
	overflow: hidden;
}

#copy {
	position:relative;
	width:1198px;
	margin: 5px auto;
	padding: 0;
	display: table;
}

#copyrights a {
	color:#777f86;
	text-decoration:none;
}

#copyrights a:hover { text-decoration:underline; }

#web3d {
	float:left;
	padding:0 0 0 16px;
	white-space:nowrap;
}

#web3d a, #web3d span {
	color: #0F5B95;
}

#web3d img {
	position:relative;
	vertical-align:baseline;
}

#Elsoptech{
	float:right;
	padding:0 20px 0 0;
	white-space:nowrap;
}


/* Inner Pages */

#block_m_inner {
	background: #FFF;
	display: inline-block;
	width: 100%;
}

#intro_inner {
	width: 100%;
	clear: both;
	float: right;
	height: 130px;
	background: url(../img/intro_inner_bg.png) left top no-repeat #fff;
}

.intro_inner_logo {
	height: 71px;
	width: 513px;
	float: right;
	margin: 0 auto;
	padding: 5px 10px 8px 0;
}

.intro_inner_logo img {
	display: block;
	float: right;
}

.breadcrumbs {
	width: 100%;
	height: 46px;
	background: url(../img/breadcrumba_bg.jpg) right top repeat-x;
	clear: both;
	float: right;
}

.breadcrumbs_link {
	float: right;
	margin: 0 5px;
	color: #45515e;
	padding: 14px 0;
}

.breadcrumbs_link:nth-child(1) {
	margin-right: 30px;
}

.breadcrumbs_link.current {
	color: #0e5a94;
}

.breadcrumbs_arrow {
	display: block;
	float: right;
	margin: 20px 5px 0;
	width: 5px;
	height: 9px;
	background: url(../img/breadcrumbs_arrow.png) left top no-repeat;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}
 @media print,  (-o-min-device-pixel-ratio: 5/4),  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	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;
}

.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after { clear: both; }

.clearfix {  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
 a:visited { text-decoration: underline; }

a[href]:after { content: " (" attr(href) ")"; }

abbr[title]:after { content: " (" attr(title) ")"; }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
 content: "";
}

pre,
 blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead { display: table-header-group; /* h5bp.com/t */ }

tr,
 img { page-break-inside: avoid; }

img { max-width: 100% !important; }
 @page {
 margin: 0.5cm;
}

p,
 h2,
 h3 {
	orphans: 3;
	widows: 3;
}

h2,
 h3 { page-break-after: avoid; }
}


.bxslider {padding: 0 !important;}
.d_none { display:none;
}
#send_mail {color: #115D96; cursor:pointer; text-decoration:underline;
}