/* 
=============================================================================
	HTML5 
=============================================================================
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline;
*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] {
display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-align:justify;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	font-family:'PTSansRegular'; 
}

::-moz-selection {
background: #d6e0e8;
color: #fff;
text-shadow: none;
}
::selection {
	background: #d6e0e8;
	color: #fff;
	text-shadow: none;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

a:focus { outline: thin  ; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
font-family:'PTSansRegular'; 
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q { quotes: none; }
q:before, q:after {
	content: "";
	content: none;
}
small { font-size: 85%; }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	background:none;
}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label { cursor: pointer; font-family:'PTSansRegular';  }
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	font-family:'PTSansRegular'; 
*vertical-align: middle;
}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
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-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align: top; }
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}


p{ text-align:justify; font-family:'PTSansRegular'; font-size:100%; line-height:23px}
li{ text-align:justify; font-family:'PTSansRegular'; line-height:24px; font-size:12px;}
/* ========= end =========== */


/* 
=============================================================================
	Typography
=============================================================================
*/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:  'PTSansRegular';
}
h1{
	font-size:16px;
	margin-bottom:0px;
	color:#4f5b68;
	font-family:  'PTSansRegular';
}
h2 {
	font-size:18px;	
	margin-bottom:0px;
	color:#4f5b68;
	font-family:  'PTSansBold';
	text-shadow:1px 1px #FFF;
}


h2 a{
	font-size:18px;	
	margin-bottom:0px;
	color:#4f5b68;
	font-family:  'PTSansBold';
	text-shadow:1px 1px #FFF;
}
h3 {
	font-size:16px;
	color:#003165;
	line-height:0;
	top:0;
	font-family:'PTSansRegular';
	text-shadow:1px 1px #FFF;
	
}
h4 {
	font-size: 16px;
	color: #003165;
	line-height: 20px;
	top: 0;
	font-family: PTSansRegular;
	text-shadow: 1px 1px #FFF;
}
h5 {
	font-size:14px;
	line-height: 20px;
	color:#000;
}
h6 {
	font-size:12px;

	text-align:left; margin-left:10px; color:#85909c; font-family:'PTSansBold';
}
/* ========= end =========== */


/* 
=============================================================================
	General Body Structure
=============================================================================
*/
body {
	background: url(../images/bg-manu.jpg) fixed;
	color:#4f5b68;
	font-family:'PTSansRegular'; 
	font-size:12px;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);*/
}
#container { 
	width:85%;
	margin:0 auto;
	background: #fff repeat;
	
	padding-right:10px;
	margin-top:35px;
	padding-left:10px;
	box-shadow: 0 1px 6px rgba(205,205,205,.8); 
	-webkit-box-shadow: 0 1px 6px rgba(205,205,205,.8); 
	-moz-box-shadow: 0 1px 6px rgba(205,205,205,.8); 
	-o-box-shadow: 0 1px 6px rgba(205,205,205,.8);
	padding-bottom:20px;
}
header {
	
	padding:10px 0 20px 0;
	height:160px;
	margin-bottom:15px;
	border-bottom:#CCC 1px solid;
	
	
}
#logo {
	position:absolute;
	top:5px;
	
	
}
#logo:after {
    bottom: -20px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 990px;
	z-index:-1;
}
#logo:after{
	background:url(../images/logo_shadow.png) no-repeat;
	padding:0 0 15px 0;
}

#logo-countdown{
	text-align:center;
	/*box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);*/
	width:158px;
	margin:25px auto 10px auto;
}
.toggle-box{
	position:relative;
	padding-bottom:10px;
	z-index:100;
}
#toggle-wrap{
	padding:10px;
	color:#FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,.54);
	font-family:'PTSansRegular'; 
	font-size:14px;
}
a.toggle-link{
	float:right;
	background-image:url(../images/toggle_arrow.png);
	background-repeat:no-repeat;
	background-position: center center;
	height:15px;
	width:15px;
	display:block;
	text-indent:-9999px;
}
a.toggle-link.selected{
	background-image:url(../images/toggle_arrow_up.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.toggle-txt{
	width:800px;
	float:left;
}
.search-box{
	float:right;
	width:180px;
	border:1px solid #cfcfcf;
	margin-right:10px;}
.search-box input{
	width:174px;
	background:#f9f8f8 ; 
	border:none;
	padding:3px;
	font-size:12px;
	font-family:'PTSansRegular'; 
}


.hed-widget{ width:200px; height:71px; float:right;  color:#0C9;}
.hed-widget-2{ width:160px; height:18px; float:right;  color:#0C9;display:block;width: 178px;font: 11px Verdana;text-align:center;color: #444;text-decoration:none;background:#fcfcfc;padding:10px;border: 1px solid #e5e5e5;overflow:hidden;}
.temp{}
.soc-wrap{ width:300px; height:30px; float:right;  background:#066; line-height:0; margin:0;}


/* ================ Socail Icons ======================== */
.social-icons{
	float:right;
	margin-top:0px;
	width:200px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.social-icons ul li{
	display:inline-block;
	padding-right:5px;
}
.social-icons ul li a{
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	background:url(../images/social_icons.png) no-repeat;
	-moz-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-webkit-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	-o-transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
	transition: background 0.25s ease-out 0s, color 0.15s ease-out 0s;
}
.social-icons ul li a.twitter{background-position:0 0;}
.social-icons ul li a:hover.twitter{background-position:0 -30px;}

.social-icons ul li a.facebook{background-position:-33px 0;}
.social-icons ul li a:hover.facebook{background-position:-33px -30px;}

.social-icons ul li a.dribble{background-position:-67px 0;}
.social-icons ul li a:hover.dribble{background-position:-67px -30px;}

.social-icons ul li a.digg{background-position:-100px 0;}
.social-icons ul li a:hover.digg{background-position:-100px -30px;}

.social-icons ul li a.vimeo{background-position:-133px 0;}
.social-icons ul li a:hover.vimeo{background-position:-133px -30px;}
/* ========= end =========== */	


/* 
=============================================================================
	Color Skins 
=============================================================================
*/
 .home-head,  .countdown_section,   .pagination a, h4.form_thanks, .dropcap1, .tabs-control li a.active, .tabs-control li a.active:hover, .toggle.active, .toggle:hover,  .indicator, #logo-countdown, #toggle-wrap, a.toggle-link, a.toggle-link.selected{
	background-color:#a7cf42;
}

.accordion-panel.active, .accordion-panel:hover, .toggle-title .indicator, .accordion-panel-title{ background:url(../images/bg-manu.jpg) ;  }
h1, a, .widget h3, .buy-btn a, .mid-box .txt, ul.contact-details li span, .author{
	/*color:#2F4657;*/
}

/* ========= end =========== */

/* 
=============================================================================
	Main Navigation
=============================================================================
*/
#navigation{
	padding:10px 0 0 0;
	position:relative;
	
	
	
	
}
nav {
	padding:0;
	font-family: 'PTSansRegular';
	margin-bottom:20px;
	
}
nav:after {
    bottom: -20px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 990px;
	z-index:-1;
}
nav:after{
	
	padding:0px;
}



.docmenu {
	clear: both;
	font-size: 12px;
	list-style: none;
	position: relative;
	padding: 0;
	
	float:right;
	margin:0;
	background: url(../images/bg-manu.jpg) repeat;
}
.docmenu > li {
	float: left;

	
}
.docmenu li { position: relative; }
.docmenu > li:last-child { padding-right: 0; }
.docmenu > li > a { color: #fff; float: left; padding:10px 15.15px; font-size:16px;}
.docmenu > li.current-menu-item > a, .docmenu > li > a:hover, .docmenu > li.docmenuHover > a { background: url(../images/hover-bg.jpg) repeat; color: #fff;   }
.docmenu > li.docmenuHover > a:hover, .docmenu > li.sfHover > a {  background: url(../images/hover-bg.jpg) repeat; color: #fff;}
.docmenu > li.current-menu-item > a { color: #fff;}
/*.docmenu li.sfHover a, .docmenu li.sfHover a:active { background: url(../images/submenu_arrow.png) no-repeat 30px 18px; }*/
.docmenu > li.sfHover > a:active, .docmenu > li.current-menu-item.sfHover > a:active { background: url(../images/hover-bg.jpg) repeat;  color:#fff;}
.docmenu ul {font-size: 12px; list-style: none;	text-align: left; margin: 0; padding: 0px;	position: absolute;	left: 1px;	top: 44px;	z-index: 9999;	
}

.doc-big-menu {
	clear: both;
	font-size: 12px;
	list-style: none;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	float:right;
	margin:0;
}
.doc-big-menu > li {
	float: left;
	height:60px;
	width:96px;
	padding-left:6px;
	
}
.doc-big-menu li { position: relative; }
.doc-big-menu > li:last-child { padding-right: 0; }
.doc-big-menu > li > a {
	color: #003165;
	float: left;
	width:96px;
	font-size:12px;
	line-height:16px;
	margin:auto;
	/*padding-top:16px;*/
	padding-bottom:4px;
	height:61px;
	background: url(../images/hover-bg.jpg) repeat;
	text-align:center;
	text-shadow: 1px 1px 0px #fff;font-family: 'PTSansBold';
}
.doc-big-menu > li.current-menu-item > a, .doc-big-menu > li > a:hover, .doc-big-menu > li.sfHover > a { font-family: 'PTSansBold'; color:#003165; text-shadow: 1px 1px 0px #4b8cd3; background: url(../images/hover-bg.jpg) repeat ; }
.doc-big-menu > li.sfHover > a:hover, .doc-big-menu > li.sfHover > a { font-family: 'PTSansBold'; text-shadow: 15px 1px 0px #4b8cd3; background: url(../images/hover-bg.jpg) repeat ; }
.doc-big-menu > li.current-menu-item > a { color: #103e6f;font-family: 'PTSansBold';}
/*.docmenu li.sfHover a, .docmenu li.sfHover a:active { background: url(../images/submenu_arrow.png) no-repeat 30px 18px; }*/
.doc-big-menu > li.sfHover > a:active, .doc-big-menu > li.current-menu-item.sfHover > a:active { background: url(../images/hover-bg.jpg) repeat ;font-family: 'PTSansBold'; }
.doc-big-menu ul {
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 44px;
	z-index: 9999;
}
/*.docmenu li:first-child ul {
	left: 0;
}*/
.doc-big-menu ul ul {
	left: 165px;
	top: 4px;
}
.doc-big-menu ul li { 
	width: 130px;
	/*border-bottom: 1px solid #cfcbbc;
	margin-bottom: 1px;*/
	border-top: 1px solid #262a2d;
}
.doc-big-menu ul li:first-child { border-top: 0 none; }
.doc-big-menu ul li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.doc-big-menu ul a {
	color: #003165;
	display: block;
	padding: 6px 10px;
	font-size:14px;
	text-transform:none;
	text-shadow:1px 1px 1px #000;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;
}

.doc-big-menu ul li a:hover, .docmenu ul li.sfHover > a {
	color: #003165;
	background: rgba(0,0,0,.8);
	text-shadow:1px 1px 0px #000;/*
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;*/
		
}
.doc-big-menu ul li a.arrow-bg{
	background:url(../images/menu_arrow.png) no-repeat 98% center;
}

.doc-big-menu-chat {
	clear: both;
	position:fixed;
	padding: 0;
	float:left;
	margin:0;
}
.doc-big-menu-chat li {
	float: left;
	padding-left:6px;
	padding:0px;
	margin:0px;

}

.doc-big-menu-chat ul {
	margin: 0;
	padding: 0px;
	position:fixed;
	z-index: 9999;
}

/* ========= end =========== */



/* 
=============================================================================
	Home Page Style
=============================================================================
*/
.slide-right{ width:384px; height:345px; float: right; }

.right-box-one{ width:166px; height:195px; float:left; background:#a7cf42; margin-left:6px; padding:5px 10px 5px 10px; font-size:14px; line-height:16px; }

.right-box-one-btn{ width:77px; height:48px; float:left; background:#85909c; margin-right:10px; float:left; text-align:center;font-size:13px;color:#54606d; font-family:'PTSansBold'; padding-top:16px; text-shadow:1px 1px #a0a9b4; margin-bottom:10px;}

.right-box-one-btn a{ color:#5a6672;}
.right-box-one-btn a:hover{ color:#a7cf42; text-shadow:1px 1px #54606d;}



.right-box-one-btn2{ width:77px; height:48px; float:left; background:#85909c; margin-left:1px; float:left; text-align:center;font-size:13px; color:#54606d ;font-family:'PTSansBold';padding-top:16px; text-shadow:1px 1px #a0a9b4; margin-bottom:10px;}
.right-box-one-btn2 a{ color:#5a6672;}
.right-box-one-btn2 a:hover{ color:#a7cf42; text-shadow:1px 1px #54606d;} 

.right-box-one-number{ width:165px; height:50px; float:left; color:#4f5b68  ; margin-top:4px; font-family:'PTSansBold'; font-size:18px; line-height:20px;}

.right-box-one-number a{ width:145px; height:50px; float:left; color:#4f5b68 ; text-align:center; background:url(../images/Number-Thumb.png) no-repeat ; margin-top:4px; padding-left:20px;}

.right-box-one-number a:hover{ width:145px; height:50px; float:left; color:#08b2ef; text-align:center; background:url(../images/Number-Thumb-hover.png) no-repeat ; margin-top:4px;  text-shadow:1px 1px #fff; padding-left:20px;}

.right-box-two{ width:186px; height:65px; float:left; background:#a7cf42; margin-left:6px; margin-top:6px; font-family:'PTSansBold'; text-align:center;  font-size:18px; }

.right-box-two a{ line-height:65px; color:#4f5b68; }
.right-box-two a:hover{ width:186px; height:65px; float:left; background:#ffefb6; text-shadow:1px 1px #FFF; color:#0d7acd;}

.right-box-download{ width:186px; height:65px; float:left; background:#a7cf42 ; margin-left:6px; margin-top:6px;}
.right-box-download li{  height:60px; list-style:none; text-shadow:1px 1px #FFF;}
.right-box-download li a{  color:#8d97a3; text-align:center; }
.right-box-download li a:hover{  height:60px; list-style:none; color:#0d7acd; text-shadow:1px 1px #FFF;}

.right-box-social{ width:186px; height:65px; float:left; background:#a7cf42 ; margin-left:6px; margin-top:6px;}
.right-box-social li{ height:60px; list-style:none; text-shadow:1px 1px #FFF;text-align:center; }
.right-box-social li a{  color:#8d97a3; }
.right-box-social li a:hover{  height:60px; list-style:none; color:#0d7acd; text-shadow:1px 1px #FFF; }


.mid-content{ float:left; width:72%; height:auto; margin-bottom:30px; }
.welcome-pad{
	width:47%;
	float:left;
	margin-right:20px;
	height: auto;
	position:relative;
}

.inner-left{ width:20%; height:500px;  float:left; position: relative;}
.inner-middile{  float: left; position:relative;}
#left-menu {position: relative;  left:0; z-index:1000; width:234px; font-family:'PTSansRegular';}
#left-menu img {display:block}
#left-menu ul {}
#left-menu li {margin:1px 0 0 0; background:#f6f9fb; list-style:none;}
#left-menu li:hover {background:#c4e5ff;}
#left-menu li a {display:block; height:49px; line-height:49px; padding:0 0 0 25px; color:#000; text-decoration:none; text-transform:uppercase}
#left-menu li.current a {background:url(../images/left-menu_current.png) no-repeat 182px 50%}

.inner-right{ width:23%; float:right; height: auto; position:relative; margin-top:35px;}

.advt-box{ width:100%; height: auto;}

.advt-box-mini{ width:125px;  float:left; margin-right:6px;  background:#000; margin-bottom:5px; height:120px;}
.advt-box-mini-1{ width:125px;  float:left; margin-bottom:5px;  background:#000; height:120px;}
.advt-box-large{ width:255px;  float:left; margin-bottom:5px;  background:#000; height:140px;}

.welcome-pad-inner{
	width:73%;
	position:relative;
	background:#f6f9fb;
	padding:0px 15px 15px 15px; 
	float:left;
	margin-right:0px;
	height:auto;
	margin-bottom:7px;
	
}

.welcome-pad-inner-btm{
	width:100%;
	float:left;
	height:auto;
	margin-top:5px;
}

.welcome-pad-right-conetnt{

	width:27%;

	margin-right:0;
	margin-bottom:6px;
	right:0;
	float: right;
	position:relative;
	margin-top:15px;
	
	height:310px;
}

.pro-box{
	width: 97%;
	height: 50px;
	float: left;
	background: url(../images/bg-manu.jpg);
	padding-top: 10px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-bottom: 10px;
}
.pro-box a{  font-size:22px; font-weight:bold; color:#FFF;  font-family:'PTSansRegular'; }

.box-menu{ width:48%; height:150px; background: url(../images/bg-manu.jpg); float:left; margin-right:5px; margin-bottom:12px;}
.box-menu-right{ width:48%; height:150px; background: url(../images/bg-manu.jpg); float: right ; margin-bottom:12px;}

.box-menu-img{ margin:20px auto; background:#FFF; width:60px; height:60px;}
.box-menu-txt{  font-size:18px; text-align:left; margin:auto; color:#fff}
.welcome-pad-right-conetnt-inner{
	padding:15px 15px;
	width:348px;
	background:#eff3f6;
	margin-right:0;
	margin-bottom:6px;
	right:0;
	float:left;
	height:auto;
}

.welcome-pad-right{
	padding:0 300px 35px 25px;
}
.fullwidth-wrap .welcome-pad{
	padding:0 25px 35px 300px;
}
.right-panel .welcome-pad{
	padding:0 0 35px 0;
}
.right-panel .welcome-pad h1, .fullwidth-wrap .welcome-pad h1{
	margin-top:0;
}
.border-thick{
	background:url(../images/border-thick.png) repeat-x;
	height:10px;
}
.border-thin{
	background:url(../images/border-thin.png) repeat-x;
	height:5px;
}
.border-thick, .border-thin{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.right-panel .box-pad-left{
	padding:45px 25px 15px 25px;
}
.box-pad-left{
	padding:45px 25px 15px 300px;
}
.box-pad-equal{
	padding:25px;
}
.box-pad-right{
	padding:45px 300px 15px 25px;
}
.box-wrap{
	background:#f6f6f3;
	margin-bottom:56px;
	position:relative;
}
.box-wrap.last{
	margin-bottom:25px;
}

.box-wrap, .fullwidth-wrap, .widget,  .countdown_section, .submit-wrap input[type="text"], .submit-wrap input[type="submit"]{
	box-shadow: 0 1px 3px rgba(205,205,205,.8); 
	-webkit-box-shadow: 0 1px 3px rgba(205,205,205,.8); 
	-moz-box-shadow: 0 1px 3px rgba(205,205,205,.8); 
	-o-box-shadow: 0 1px 3px rgba(205,205,205,.8);
}



/* ========= end =========== */


/* 
=============================================================================
	Fade Hover Image Style
=============================================================================
*/
.hover-img, .hover-img1, .feature-table, img.float-left, img.float-right {
    overflow: hidden;
    position: relative;
	box-shadow:0 3px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 3px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 3px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow:0 3px 2px rgba(0, 0, 0, 0.3);
	border:2px solid #FFF;
}
.hover-img a.zoom {
    background: url(../images/zoom_icon.png) no-repeat scroll 50% 50%;
    margin-left: -37px;
}
.hover-img img{
	width:100%;
}
.hover-img a {
    margin-left: -3px;
}
.hover-img a {
    background: url(../images/detail_icon.png) no-repeat scroll 50% 50%;
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-top: -20px;
    opacity: 0.9;
    position: absolute;
    top: -30px;
    width: 40px;
    z-index: 10;
}
.hover-img i {
    background: none repeat scroll 0 0 #000;
    display: block;
    font-style: normal;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
/* ========= end =========== */

/* 


=============================================================================
	Sidebar Style
=============================================================================
*/
#side-container {
    left: 25px;
}
#side-container, #side-container-right{
    -moz-transition: width 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s;
    position: absolute;
    top: 0px;
    width: 250px;
	z-index:1000;
}
#side-container-right {
    right: 25px;
}
#side-container2 {
    -moz-transition: width 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s;
    float:left;
    width: 250px;
}
.fullwidth-wrap #side-container2 {
    -moz-transition: width 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s;
    float:left;
    width: 250px;
	position:absolute;
	left:25px;
	z-index:1000;
}
.fullwidth-wrap{
	padding:25px 0;
	background:#f6f6f3;
	margin-bottom:25px;
}
.fullwidth-wrap .box-wrap{
	background:none;
	margin-bottom:35px;
	box-shadow: none; 
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	-o-box-shadow:none;
	position:relative;
}
.ie8 .widget{
	margin-bottom:26px;
}
.widget{
	padding:10px;
	background:#FFF;
	position:relative;
	margin-bottom:35px;
}
.widget h3{
	position:relative;
	left:0;
	left:-10px;
	text-transform:uppercase;
	margin-bottom:30px;
}
.widget h3 span{
	padding:8px 10px;
	background:#e3e2da;
	margin-bottom:10px;
}
ul.contact-details{
	margin:0;
	list-style-type:none;
}
ul.contact-details li{
	padding:0 0 2px 0;
}

.sidebar-post{
	padding:0;
	margin-bottom:0;
	list-style-type:none;
}
.sidebar-post li{
	padding:0 0 10px 0;
	margin-bottom:10px;
	background:url(../images/border-thin.png) repeat-x bottom;
}
.sidebar-post li:last-child{
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}
.imgborder{
	margin-right:2px;
}
.imgborder img{
	width:100%;
	border:1px solid #dfded7;
}
.recent_txt h4{
	margin:5px 0 0 0;
	font-size:16px;
}
.recent_txt p{
	margin:0;
	padding:5px 0;
}
a.post-link{
	color:#151515;
	display:inline-block;
	background:url(../images/post_arrow.png) no-repeat 0px 4px;
	padding:0 0 0 10px;
	font-family: 'RobotoItalic';
	font-size:11px;
}
a:hover.post-link{
	color:#A88A58;
}
.author {
    font-size: 14px;
    font-style: normal;
    text-align: right;
	background:url(../images/border-thin.png) repeat-x top;
	padding:10px 0 0 0;
	font-family: 'RobotoItalic';
}

.mid-box{
	margin-bottom:5px;
	width:100%;
	position:relative;
	
}
.mid-box .txt{
	font-size:12px;
	font-family: 'PTSansRegular';
	float:left;
	width:282px;
	text-align:justify;
}

.mid-box .txt3{
	font-size:12px;
	font-family: 'PTSansRegular';
	float:left;
	width:330px;
	text-align:justify;
	margin-left:25px;
	
	
	
}


.mid-box .txt2{
	font-size:12px;
	font-family: 'PTSansRegular';
	float:left;
	width:282px;
	text-align:justify;
	margin-right:25px;
	margin-left:10px;
}

.txt2-inner{
	font-size:12px;
	font-family: 'PTSansRegular';
	float:left;
	width:580px;
	text-align:justify;
	margin-right:25px;
	margin-left:10px;
}
.mid-box .txt span{
	display:block;
	font-size:11px;
	font-family: 'PTSansRegular';
	text-transform:capitalize;
}
.buy-btn{
	float:right;
}
.buy-btn a{
	display: inline-block;
	padding: 5px 12px;
	margin:5px 0 0 0;
	font-size:20px;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #eeeeeb;
	font-family: 'RopaSansRegular';
}
.buy-btn a:hover {
	color: #a2a197;
	text-shadow: 0 1px 0 #fff;
	background: #f7f7f6;
}
	
/* ========= end =========== */

/* 
=============================================================================
	Breadcrumb Style
=============================================================================
*/
.breadcrumb-box{
	background:#F6F6F3;
	margin-bottom:25px;
	padding:1px 25px;
	position:relative;
}
.breadcrumb-box h1{
	margin:12px 0 4px;
}
.breadcrumb-left{
	float:left;
}
.breadcrumb-right{
	float:right;
	padding:25px 0 0 0;
}
.breadcrumb-right a{
	background:url(../images/breadcrumb_arrow.png) no-repeat 3px 5px;
	padding:0 0 0 15px;
}

/* ========= end =========== */


/* 
=============================================================================
	About Page
=============================================================================
*/
.team-wrap{
	width:320px;
	padding:5px 15px 5px 0;
	float:left;
}
.thin-sep{
	background:url(../images/border-thin.png) repeat-x top center;
	height:15px;
}
.team-wrap.last{
	padding-right:0;
}
.team-wrap img{
	float:left;
}
.team-txt{
	padding:0 0 0 110px;
}
.team-txt h4{
	margin:0;
	font-size:20px;
	color:#a4a4a4;
}
.team-txt h4 span{
	color:#494949;
	font-size:12px;
	font-family: 'RopaSansItalic';
	display:block;
}
.why-chooseleft{
	float:left;
	width:230px;
}
.why-chooseleft h3{
	margin-top:0;
}
.why-chooseleft ul{
	list-style-type:none;
}
.why-chooseleft ul li{
	background:url(../images/arrow_bg.png) no-repeat;
	margin:0 0 10px 0;
	font-size:12px;
	padding:2px 0 0 25px;
}
.why-chooseright{
	float:right;
}
.why-chooseright img{
	border:1px solid #e0dfd8;
}
/* ========= end =========== */

/* 
=============================================================================
	Services Page
=============================================================================
*/
.service-box{
	background:url(../images/border-thin.png) repeat-x bottom;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
.ser-image{
	float:left;
	width:100px;
}
.ser-txt h3{margin:0;}
.ser-txt{
	width:550px;
	float:right;
}
ul.client-list{
	list-style-type:none;
	margin:0;
}
ul.client-list li{
	float:left;
	margin-right:37px;
}
ul.client-list li.last{
	margin-right:0px;
}
/* ========= end =========== */
/* 
=============================================================================
	Portfolio One Column
=============================================================================
*/
.port-img{
	float:left;
	width:270px;
	margin-right:15px;
}
.port-txt{
	float:right;
	width:360px;
}
.port-txt p{
	margin:0;
}
.port-2col, .port-3col, .port-4col{
	float:left;
	margin:0 14px;
	background:url(../images/border-thin.png) repeat-x bottom;
	padding:0 0 25px 0;
}
.port-2col{
	width:436px;
}
.port-3col{
	width:282px;
}
.port-4col{
	width:204px;
}
.port-2col a.more-link, .port-3col a.more-link, .port-4col a.more-link{
	margin:0;
}
.pagination{
	text-align:center;
	padding:10px 0 15px 0;
}
.pagination a{
	display:inline-block;
	padding:5px 8px;
	color:#FFF;
	background-image:url(../images/border-thin.png);
	background-repeat:repeat;
	margin:0 2px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.54);
}
.pagination a:hover{
	background-color:#000;
}
/* ========= end =========== */


/* 
=============================================================================
	Blog One Column
=============================================================================
*/
.blog-img{
	width:560px;
	float:right;
}
.blog-img a.more-link{
	margin:0;
}
.posted-txt{
	padding:5px 0;
	font-size:12px;
	margin:0 15px 10px 0;
	text-align:center;
	width:80px;
	float:left;
}
.date-box{
	display:block;
	padding:18px 0 0 0;
	background:url(../images/body_bg.png) repeat;
	box-shadow:0 1px 1px #000;
	-webkit-box-shadow:0 1px 1px #666666;
	-moz-box-shadow:0 1px 1px #666666;
	-o-box-shadow:0 1px 1px #666666;
	text-shadow:0 0 1px #FFF;
	width:70px;
	height:52px;
	line-height:20px;
	margin:10px auto;	
	font-size:25px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-o-border-radius:100px;
	color:#6c6d6d;
}
.date-box span{
	display:block;
	font-size:17px;
	color:#262626;
}
/* ========= end =========== */

/* 
=============================================================================
	Blog Post 
=============================================================================
*/
.comment-wrap{
	padding:1px 0 0 0;
	margin-top:20px;
	background:url(../images/border-thin.png) repeat-x;
}
.comment-wrap h4, .post-comment h4{
	margin:0;
	color:#333;
}
.comment-box{
	border-bottom:1px solid #ddddda;
	padding:10px 0 15px 0;
}
.post-comment{
	margin-top:25px;
	padding:10px 0 0 0;
	background:url(../images/border-thin.png) repeat-x;
}
.comment-thumb{
	width:58px;
	border:1px solid #CCC;
	float:left;
}
.comment-txt{
	margin-left:75px;
	position:relative;
	padding:0 0 0 10px;
}
.arrow-right{
	position:absolute;
	top:10px;
	left:-11px;
}
.comment-txt .post-date{
	font-size:11px;
	color:#888888;
	font-style:italic;
}
.comment-txt .reply-btn{
	float:right;
}
.comment-txt .reply-btn a{
	background:url(../images/reply_bg.png) no-repeat;
	padding:0px 0 0px 15px;
	font-size:11px;
	color:#b8b8b8;
}
.comment-txt .reply-btn a:hover{
	color:#000;
}
.comment-reply {
    margin-left: 77px;
}
.add-icon{
	background:url(../images/comment_bg.png) no-repeat;
	padding-left:30px;
}


form#contact_form {
	font-family: 'PTSansRegular';
}
form#contact_form input[type="text"], form#contact_form textarea {
	border:1px solid #ccc;
	background:#fff;
	padding:0 10px;
	font-size:11px;
	color:#000;
	padding:10px 5px;
	width:98%;
	font-family: 'PTSansRegular';
}	

form#contact_form input[type="text-small"] {
	border:1px solid #ccc;
	background:#fff;
	padding:0 10px;
	font-size:11px;
	color:#000;
	padding:10px 5px;
	width:30%;
	font-family: 'PTSansRegular';
}

form#contact_form input[type="text-small-1"] {
	border:1px solid #ccc;
	background:#fff;
	padding:0 10px;
	font-size:11px;
	color:#000;
	padding:10px 5px;
	width:63.2%;
	font-family: 'PTSansRegular';
}


form#contact_form input[type="text-name"] {
	border:1px solid #ccc;
	background:#fff;
	padding:0 10px;
	font-size:11px;
	color:#000;
	padding:10px 5px;
	width:29.5%;
	font-family: 'PTSansRegular';
}
form#contact_form select{
	border:1px solid #ccc;
	background:#fff;
	padding:0 10px;
	font-size:11px;
	color:#000;
	padding:10px 5px;
	width:100%;
	font-family: 'PTSansRegular';
}	
form#contact_form textarea {
	height:100px;
}
form#contact_form input[type="submit"] {
	border:none;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	font-family: 'PTSansRegular';
	padding:5px 12px;
}
form#contact_form input[type="submit"]:hover{
	background:#666;
	color:#FFF;
}
form#contact_form .form-row{
	padding:0 0 2% 0;
	position:relative;
	margin-top:15px;
}
form#contact_form .form-row.wdh100{
	width:101%;
}

form#contact_form label {
	padding:0 0 5px 0;
	display:block;
	font-size:14px;
	cursor:default;
	 font-family:'PTSansRegular'; 
}
form#contact_form label.error {
    color: #FF0000;
    display: block;
    font-size: 11px;
    padding: 2px 0 0;
	font-family:'PTSansRegular'; 
}

h4.form_thanks {
	color:#FFF;
	padding:5px;
	font-size:20px;
	display:block;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
	text-align:center;
	text-transform:capitalize;
}
.get-back{
	position:relative;
	top:6px;
	left:5px;
	font-size:11px;
	color:#f0f0f0;
	font-style:italic;
}
.required-field{
	text-align:right;
	position:relative;
	top:14px;
	right:7px;
	font-size:11px;
	color:#f0f0f0;
	font-style:italic;
}

/* ========= end =========== */


/* 
=============================================================================
	Contact
=============================================================================
*/
.contact-map{
	box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	-o-box-shadow:0 0 5px #000;
	border:4px solid #15191c;
	background:#FFF;
	margin-bottom:25px;
	height:310px;
}
ul.cont-txt{
	padding:0;
	list-style-type:none;
}
ul.cont-txt li{
	padding:5px 0 5px 25px;
	background:url(../images/contact_icons.png) no-repeat;
}

ul.cont-txt li.phone{
	background-position:0 5px;
}
ul.cont-txt li.fax{
	background-position:0 -25px;
}
ul.cont-txt li.email{
	background-position:0 -54px;
}
ul.cont-txt li.link-url{
	background-position:0 -83px;
}

/* ========= end =========== */


/* 
=============================================================================
	Back to top button 
=============================================================================
*/
#back-top {
	position: absolute;
	bottom: 0;
	right:25px;
	z-index:10000;
}
#back-top a {
	display: block;
	padding:0 15px 0 0;
	font-size:11px;
	background:url(../images/top_arrow.png) no-repeat center right;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* ========= end =========== */	

/* 
=============================================================================
	Footer
=============================================================================
*/

footer {
	width:990px;
	margin:auto;
	background-repeat:no-repeat;
	background-position: top center;
	padding:30px 10px;
	color:#e2e1d9;
	text-shadow:0 1px 0 rgba(0,0,0, 0.7);
	}

	footer ul{ display:block;
	color:#85909c;
	font-size:9px;
	font-family: 'PTSansRegular';
	text-shadow:none;
	overflow: auto;
  	list-style-type: none;
	}
	
	footer ul li {
	color:#85909c;
	height: 16px;
	float: left;
	margin-right: 0px;
	padding: 0 6px;
	}
	
	footer ul li a{
		color:#85909c;
		}
		
	footer ul li a:hover{
		color:#83d5f7;
		}

.grid_3{
	width:217px;
	float:left;
	margin:0 10px;
}
footer h2 {
	margin-top:0;
	text-transform:none;
	color:#ffffff;
	font-size:16px;
}
ul.categories, .contact-footer ul {
	list-style-type:none;
	padding:0;
}
ul.categories li{ padding:0 0 5px 0; }

ul.categories li span {
	color:#FFF;
	padding-left:5px;
}
ul.categories li a, .tweet a{
	color:#CCC;
}
ul.categories li a:hover .tweet a:hover{
	color:#E3E2DA;
}

.newsletter-input {
	background:#F6F6F3;
	width:200px;
	padding:8px;
	border:none;
	color:#CCC;
	margin:0 0 10px 0;
}
.newsletter-btn {
	background:#0d7acd;
	padding:7px;
	color:#FFF;
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
	border:none;
	text-transform:capitalize;
}
.newsletter-btn:hover {
	color:#000;
	background:#a7cf42;
}
.copyright {
	width:600px;
	height:36px;
	padding-left:40px;
	line-height:40px;
	color:#ccc;
	position:relative;
	font-size:11px;
	font-family: 'PTSansRegular';
	text-shadow:none;
	background:url(../images/footer-logo.png) left top no-repeat;
}
.copyright a{
	color:#ccc;
}
.copyright a:hover{
	color:#83d5f7;
}
/* ========= end =========== */	



/* 
=============================================================================
	404 Page
=============================================================================
*/
.error-page{
	text-transform:uppercase;
	font-size:18px;
	padding-bottom:15px;
	font-family: 'RopaSansRegular';
	background:url(../images/alert.png) no-repeat right center;
	width:355px;
	margin:0 auto;
}
.error-page span{
	display:block;
	font-size:70px;
}
/* ========= end =========== */	
/* 
=============================================================================
	Coming Soon Page
=============================================================================
*/
#coming-shadow{
}
#coming-shadow:after {
    bottom: -20px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 990px;
	z-index:-1;
}
#coming-shadow:after{
	background:url(../images/menu_shadow.png) no-repeat;
	padding:0 0 15px 0;
}
.coming-soon{
	font-size:22px;
	padding-bottom:15px;
	font-family: 'RopaSansRegular';
	width:80%;
	margin:0 auto;
	padding:25px 0;
	text-align:center;
}
#countdown-wrap {
	margin: 15px auto;
	width: 700px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_row {
	clear: both;
	padding: 0;
	text-align: center;
	width: 100%;
}
.countdown_section {
	display: block;
	float: left;
	height: 115px;
	margin: 0 20px;
	text-align: center;
	width: 130px;
	padding:15px 0 0 0;
	border-radius:100px;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
	border:2px #F6F6F3 solid;
}
.countdown_amount {
	font-size: 50px;
	color:#F6F6F3;	
}
.count_titles {
	color: #FFF;
	display: block;
	font-size: 16px;
	margin-top: 0px;
}
.text {
	color: #3F3F3F;
	display: block;
	font-family: 'Georgia';
	font-size: 23px;
	margin: 40px auto;
	text-align: center;
	text-shadow: 0 1px 1px #A9A9A9;
	width: 620px;
}

.text-small{
	color: #3F3F3F;
	display: block;
	font-family: 'Georgia';
	font-size: 23px;
	margin: 40px auto;
	text-align: center;
	text-shadow: 0 1px 1px #A9A9A9;
	width: 620px;
}

.submit-wrap {
	width:482px;
	padding:25px 0 10px 0;
	margin:0 auto;
	position:relative;
}
.submit-wrap input[type="text"], .submit-wrap input[type="submit"] {
	font-family: 'RopaSansRegular';
	background:#EAEAEA;
	border:none;
	font-size:18px;
	color:#000;
}
.submit-wrap input[type="text"] {
	width:375px;
	padding:0 10px;
	float:left;
	height:45px;
}


.submit-wrap input[type="submit"] {
	margin-left:10px;
	cursor:pointer;
	float:right;
	padding:0 10px;
	height:45px;
}
.submit-wrap input:hover[type="submit"] {
	color:#000;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7);
}
form#contact_form label.error {
	color:#F00;
	font-size:11px;
	padding:2px 0 0 0;
	display:inline-block;
}
form#newslatter_form label.error {
	color: #FF0000;
	display: inline-block;
	font-size: 11px;
	padding: 2px 0 0;
	position: absolute;
	left: 12px;
	bottom: -12px;
	width:175px;
	text-align:left;
}
h4.form_thanks {
	padding:10px;
	font-size:16px;
	display:block;
	margin:0;
}
/* ========= end =========== */	

/* 
=============================================================================
	All Dummy Pages Style
=============================================================================
*/
.medium-bg-h3, .medium-bg-spacer{
	background:url(../images/border-thin.png) repeat-x center center;
}
.shortcode-left{
	float:left;
	width:160px;
}
.shortcode-right{
	float:right;
	width:740px;
}
.pages-bg{
	background:url(../images/sep_medium_vertical.png) no-repeat top right;
	min-height:459px;
}
.pages-bg ul{
	list-style-type:none;
	padding:0 20px 0 0;
	margin:0;
}
.pages-bg ul li{
	padding:3px 0;
}
.pages-bg ul li a{
	display:inline-block;
	font-size:12px;
	padding:5px 15px;
	background:url(../images/breadcrumb_arrow.png) no-repeat left center;
}
.pages-bg ul li a:hover{

}
.pages-content h2{
	color:#FFF;
}
.testimonial2 blockquote {
    background: url(../images/quote2_bg.png) no-repeat scroll 0 0 transparent;
    font-size: 13px;
    font-style: italic;
    margin: 20px 0 20px 20px;
    padding-left: 40px;
}


.dropcap1 {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: left;
    font-size: 36px;
    margin: 4px 10px 2px 0;
    padding: 12px 6px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.dropcap2 {
    float: left;
    font-size: 36px;
    line-height: 26px;
    padding-right: 10px;
    padding-top: 8px;
}
.dropcap3 {
    float: left;
    font-size: 36px;
    font-style: italic;
    line-height: 30px;
    padding-right: 10px;
    padding-top: 8px;
}
/*img.float-left, img.float-right{
	border:2px solid #15191c;
}*/
img.float-left {
    float: left;
    margin-bottom: 1.5em;
    margin-right: 1.8em;
    margin-top: 0.5em;
}
img.float-right {
    float: right;
    margin-bottom: 1.5em;
    margin-left: 1.8em;
    margin-top: 0.5em;
}
ul.custom-list {
    list-style: none outside none;
    margin-bottom: 15px;
}
ul.custom-list li, ol.custom-list li {
    margin-bottom: 5px;
}
.check li {
    background: url(../images/check.png) no-repeat 0 7px;
    padding-left: 18px;
}
.exclamation li {
    background: url(../images/exclamation.png) no-repeat 0 6px;
    padding-left: 15px;
}
.arrows li {
    background: url(../images/arrow.png) no-repeat 0 6px;
    padding-left: 15px;
}

.square li {
    list-style: square inside none;
}
.square li {
    list-style: square inside none;
}
ul, ol{
	padding:0;
}
ol li {
    list-style: decimal inside none;
	padding:0;
}

/* ----- Features Tables ----- */

.feature-table {
	position:relative;
	margin:0 0 20px 0;
	width:100%;
	border:1px solid #b7b6b6;
	border-collapse:inherit;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#fff;
}
table.feature-table thead tr {
	position: relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 3px 0 #ededed;
	-moz-box-shadow:0 3px 0 #ededed;
	box-shadow:0 3px 0 #ededed;
} 
.feature-table thead tr th {	 
	position:relative;
	margin:0;
	padding: .45em .9em .45em .7em;
	border-bottom: 1px solid #b7b6b6;
	color:#000;
	text-align:left;
	font-weight:100;
	font-size: 15px;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #fff,  #f0f0f0);
  	background: -o-linear-gradient(rgb(255,255,255),rgb(240,240,240));
}
table.feature-table thead tr th:first-child {border-left: none;}
table.feature-table thead tr th {border-left:1px solid #b7b6b6;} 

table.feature-table thead tr th.leftR {
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
} 

table.feature-table thead tr th.rightR {
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
} 

table.feature-table tbody td {
	margin:0;
	padding: .45em .9em;
	border-top:1px solid #dedcdc;
	border-left:1px solid #dedcdc;
	color:#787878;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.54);
}

table.feature-table tbody tr td:first-child {border-left: none;}
table.feature-table tbody tr:first-child td {border-top:none;} 
table.feature-table tbody tr.odd td {background-color: #f7f7f7;} 

/* --- Table Light Gray --- */

table.feature-table.light-gray thead tr th {
	background: #a4a4a4;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4a4a4), to(#929292));
	background: -moz-linear-gradient(top,  #a4a4a4,  #929292);
  	background: -o-linear-gradient(rgb(164,164,164),rgb(146,146,146));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a4', endColorstr='#929292');
	color: #fff;
	border-left: 1px solid #737373;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
}

table.feature-table.light-gray thead tr th.rightR { border-right: 1px solid #737373;}
table.feature-table.light-gray thead tr th.rightL { border-left: 1px solid #737373;}

/* --- Table Dark Grey --- */

table.feature-table.dark-gray thead tr th {
	background: #2f2f2f;
	background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#1b1b1b));
	background: -moz-linear-gradient(top,  #2f2f2f,  #1b1b1b);
  	background: -o-linear-gradient(rgb(47,47,47),rgb(27,27,27));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#1b1b1b');
	color: #fff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.feature-table.dark-gray thead tr th.rightR { border-right: 1px solid #000;}
table.feature-table.dark-gray thead tr th.rightL { border-left: 1px solid #000;}

/* --- Table Light Green --- */

table.feature-table.light-green thead tr th {
	background: #5d9f01;
	background: -webkit-gradient(linear, left top, left bottom, from(#84b602), to(#5d9f01));
	background: -moz-linear-gradient(top,  #84b602,  #5d9f01);
  	background: -o-linear-gradient(rgb(132,182,2),rgb(93,159,1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84b602', endColorstr='#5d9f01');
	color: #fff;
	border-left: 1px solid #468701;
	border-top: 1px solid #468701;
	border-bottom: 1px solid #468701;
}

table.feature-table.light-green thead tr th.rightR { 
	border-right: 1px solid #468701;
}

table.feature-table.light-green thead tr th.rightL { 
	border-left: 1px solid #468701;
}

/* --- Table Light Orange --- */

table.feature-table.light-orange thead tr th {
	background: #ff8f07;
	background: -webkit-gradient(linear, left top, left bottom, from(#fabd06), to(#ff8f07));
	background: -moz-linear-gradient(top,  #fabd06,  #ff8f07);
  	background: -o-linear-gradient(rgb(250,189,6),rgb(255,143,7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabd06', endColorstr='#ff8f07');
	color: #fff;
	border-left: 1px solid #de6e38;
	border-top: 1px solid #de6e38;
	border-bottom: 1px solid #de6e38;
}

table.feature-table.light-orange thead tr th.rightR { border-right: 1px solid #de6e38;}
table.feature-table.light-orange thead tr th.rightL { border-left: 1px solid #de6e38;}

/*	Buttons
------------------------------------------------*/
a.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	}
	
a.button:hover {
	-moz-box-shadow: 0px 1px 0px #efefef; 
	-webkit-box-shadow: 0px 1px 0px #efefef; 
	box-shadow: 0px 1px 0px #efefef;
	}
	
		
a.white {
	color: #999999;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #cccccc;
	
	background: #f0f0f0;
	background-image: linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.12, rgb(240,240,240)),
		color-stop(1, rgb(250,250,250))
	);

	}
a.white:hover { border: 1px solid #999999; color: #333333; }

a.blue {
	color: #318588;
	text-shadow: 1px 1px 0px #ace9ec;
	border: 1px solid #5bc0c7;
	
	background: #6ccbd6;
	background-image: linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -o-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(108,203,214)),
		color-stop(1, rgb(160,218,221))
	);
	}
a.blue:hover { border: 1px solid #469499; color: #194b51; -moz-box-shadow: 0px 1px 0px #efefef; -webkit-box-shadow: 0px 1px 0px #efefef; box-shadow: 0px 1px 0px #efefef; }

a.yellow {
	color: #ae8c2d;
	text-shadow: 1px 1px 0px #fce8af;
	border: 1px solid #fcd14b;
	
	background: #fcd96c;
	background-image: linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(252,217,108)),
		color-stop(1, rgb(252,228,154))
	);
	}
a.yellow:hover { border: 1px solid #ba972a; color: #7e6621; -moz-box-shadow: 0px 1px 0px #efefef; -webkit-box-shadow: 0px 1px 0px #efefef; box-shadow: 0px 1px 0px #efefef; }

a.green {
	color: #768c34;
	text-shadow: 1px 1px 0px #e0eebc;
	border: 1px solid #aecd5b;
	
	background: #c2e16d;
	background-image: linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(194,225,109)),
		color-stop(1, rgb(206,225,154))
	);
	}
a.green:hover { border: 1px solid #738b32; color: #56691c; -moz-box-shadow: 0px 1px 0px #efefef; -webkit-box-shadow: 0px 1px 0px #efefef; box-shadow: 0px 1px 0px #efefef; }

a.pink {
	color: #e0556e;
	text-shadow: 1px 1px 0px #e9b6bf;
	border: 1px solid #f2798d;
	
	background: #f28699;
	background-image: linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -o-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(242,134,153)),
		color-stop(1, rgb(242,162,176))
	);
	}
a.pink:hover { border: 1px solid #d53652; color: #8e2437; -moz-box-shadow: 0px 1px 0px #efefef; -webkit-box-shadow: 0px 1px 0px #efefef; box-shadow: 0px 1px 0px #efefef; }

a.purple {
	color: #d46fc9;
	text-shadow: 1px 1px 0px #efe2ee;
	border: 1px solid #e8a0e0;
	
	background: #e8b0e2;
	background-image: linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -o-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(232,176,226)),
		color-stop(1, rgb(232,211,230))
	);
	}
a.purple:hover { border: 1px solid #c359b7; color: #843c7c; -moz-box-shadow: 0px 1px 0px #efefef; -webkit-box-shadow: 0px 1px 0px #efefef; box-shadow: 0px 1px 0px #efefef; }


a.grey {
	color: #999999;
	text-shadow: 1px 1px 0px #ebebeb;
	border: 1px solid #adadad;
	
	background: #bfbfbf;
	background-image: linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -o-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(191,191,191)),
		color-stop(1, rgb(217,217,217))
	);
	}
a.grey:hover { border: 1px solid #737373; color: #595959; -moz-box-shadow: 0px 1px 0px #efefef; -webkit-box-shadow: 0px 1px 0px #efefef; box-shadow: 0px 1px 0px #efefef; }

a.orange {
	color: #e08457;
	text-shadow: 1px 1px 0px #fde5d9;
	border: 1px solid #fda072;
	
	background: #fdb897;
	background-image: linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(253,184,151)),
		color-stop(1, rgb(253,203,179))
	);
	}
a.orange:hover { border: 1px solid #de7744; color: #bd5223; -moz-box-shadow: 0px 1px 0px #efefef; -webkit-box-shadow: 0px 1px 0px #efefef; box-shadow: 0px 1px 0px #efefef; }


/*sub-menu*/

#sub-menu{ width:100%; height:auto;   margin-bottom:35px; margin:0 auto; }

.sub-menu{ list-style:none; }

.sub-menu li {
  line-height: 36px;
  float: left;
    width: auto;
background:url(../images/bg-manu.jpg) repeat;
  font-size: 133.4%;
    margin-right:3px;
}
.sub-menu li a {
  border: 0;
  display: block;
  padding: 0 19px;
color:#fff;
}

.sub-menu li a:hover {
  position: relative;
  z-index: 1;
 background:url(../images/hover-bg.jpg) repeat;
  color: #FFF;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.54);
}
.sub-menu li.actives{
	

  z-index: 1;
 background:url(../images/hover-bg.jpg) repeat;
  color: #FFF;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.54);
}
/* tabs
/*-------------------------------------------*/
.tabs {

}
.tabs-control {
  list-style: none;
  
  margin: 0 0 -1px 0;

  float: left;
  width:210px;
  
}
.tabs-shadow{box-shadow: 0 1px 6px rgba(205,205,205,.8); 
	-webkit-box-shadow: 0 1px 6px rgba(205,205,205,.8); 
	-moz-box-shadow: 0 1px 6px rgba(205,205,205,.8); 
	-o-box-shadow: 0 1px 6px rgba(205,205,205,.8);}
.tabs-control li {
  line-height: 38px;
  float: left;
    width:210px;
 margin: 0 -1px 3px 0;
  font-size: 11px;
  text-align:left;
    background: url(../images/bg-manu.jpg) repeat; margin-right:1px;
	
}
.tabs-control li a {
  border: 0;
  display: block;
  padding: 0 5px;
   
color:#fff;
}

.tabs-control li a:hover {

    background:url(../images/hover-bg.jpg) repeat;
color:#fff;
}
.tabs-control li a.active, .tabs-control li a.active:hover {
  position: relative;
  z-index: 1;
  color: #FFF; background:url(../images/hover-bg.jpg) repeat;
  text-shadow:1px 1px 1px rgba(0, 0, 0, 0.54);
}
.tabs-control li a.active span, .tabs-control li a.active:hover span {
  border: 0;
  
}
.tabs-tabs {
 
  margin: 0;
  color:#333;
  margin-left:210px;

  position: relative;
  padding:0 10px 0 10px;
 
}

.tabs-tabs li{ font-size:12p; margin-left:15px;
 
}
.tabs-tabs .tabs-tab {
  display: none;
  padding: 1px 10px;
}
.tabs-tabs .tabs-tab:after {
  content: '';
  clear: both;
  height: 0;
  overflow: hidden;
}
.tabs-tabs .tabs-tab:first-child {
  display: block;
}
 .tools-web-link{ width:100%; height:auto; float:left; margin-bottom:20px; border-bottom:1px solid #ccc;}
 .tools-web-link-test{ text-align:center; margin:0 auto; alignment-adjust:central}
 .tools-web-link-img-wrap{ width:100%; float:left; height:160px; margin-bottom:5px;}
.tools-web-link-img{  height: auto; margin:0 auto;position:relative;;}
.tools-web-link-img a{  border:1px solid #999; margin:0 auto;

-moz-box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	-webkit-box-shadow: 0 3px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f9ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f9ff), to(#f6f9fb));
	background-image: -webkit-linear-gradient(top, #f1f9ff, #f6f9fb);
	background-image: -moz-linear-gradient(top, #f1f9ff, #f6f9fb);
	background-image: -ms-linear-gradient(top, #f1f9ff, #f6f9fb);
	background-image: -o-linear-gradient(top, #f1f9ff, #f6f9fb);
	background-image: linear-gradient(top, #f1f9ff, #f6f9fb);
	text-shadow:1px 1px 0px #fff}

/* accordion
/*-------------------------------------------*/

.toggle ,
.accordion-panel{
	margin-bottom: -1px;
	color: #fff;
	border: 1px solid #c6c6c3;
		font-family:  'PTSansRegular';
	background:url repeat;
	-moz-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	-webkit-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	-o-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	-ms-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
}
.toggle.active ,
.toggle:hover ,
.accordion-panel.active ,
.accordion-panel:hover{
	color: #FFF;
}

.toggle-title ,
.accordion-panel-title{
	cursor: pointer;
	padding: 10px;
}

.toggle-title .indicator ,
.accordion-panel-title .indicator{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
	width: 15px;
	height: 15px;
	background-image: url(../images/toggle.png);
	background-repeat:no-repeat;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	-moz-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	-webkit-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	-o-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	-ms-transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
	transition: color 0.15s ease-out , background-color 0.15s ease-out , border 0.15s ease-out;
}

.toggle.active .toggle-title ,
.toggle-title:hover ,
.accordion-panel.active .accordion-panel-title ,
.accordion-panel-title:hover{
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.54);
}

.toggle.active .indicator ,
.toggle:hover .indicator ,
.accordion-panel.active .indicator ,
.accordion-panel-title:hover .indicator{
	background-color: #000; 
}
.toggle.active .toggle-title .indicator ,
.accordion-panel.active .accordion-panel-title .indicator{
	background-position: 0 -15px;
}

.toggle-body ,
.accordion-panel-body{
	padding: 20px;
	border-top: 1px solid #c6c6c3;
	background: #fff;
	color:#333;
}

.resources-logo{ }

/********************************
 * SPONCERS LOGOS
 ********************************/
.video-wrap{  width:48%; background:#369; height:340px;  float:  right; position:relative;}
.logos-wrap{  width:48%;  float: left; position:relative;}
.logos{  width:100%;  float: left; position:relative;}
.logos-head{ width:200px; height:30px; background: url(../images/bg-manu.jpg); margin-bottom:10px; padding-left:5px; padding-top:6px; color:#FFF; font-size:16px;font-family:  'PTSansRegular'; margin-bottom:14px;}
.als-container {
	position: relative;
	width: 100%;
	
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: left;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 0px auto 0px auto;
}

#lista1 .als-item {
	margin: 0px 15px 0px 0px ;
		min-height: 50px;
	min-width: 80px;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 27px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	}

#lista1 .als-next {
	}

/************************
 * specific als element
 * styling for #lista2
 ***********************/
#lista2 {
	margin: 0px auto 0px auto;
}

#lista2 .als-item {
	margin: 0px 15px 0px 0px ;
	min-height: 50px;
	min-width: 80px;
}

#lista2 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
	top: 27px;
	width: 15px;
	height: 22px;
}

#lista2 .als-prev {
	}

#lista2 .als-next {
	}






#lista3 {
	margin: 0px auto 0px auto;
}

#lista3 .als-item {
	margin: 0px 15px 0px 0px ;
	min-height: 50px;
	min-width: 80px;
}

#lista3 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista3 .als-prev, #lista3 .als-next {
	top: 27px;
	width: 15px;
	height: 22px;
}

#lista3 .als-prev {
	}

#lista3 .als-next {
	}

/************************
 * specific als element
 * styling for #lista2
 ***********************/
#lista4 {
	margin: 0px auto 0px auto;
}

#lista4 .als-item {
	margin: 0px 15px 0px 0px ;
	min-height: 50px;
	min-width: 80px;
}

#lista4 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#lista4 .als-prev, #lista2 .als-next {
	top: 27px;
	width: 15px;
	height: 22px;
}

#lista4 .als-prev {
	}

#lista4 .als-next {
	}


/*********************
 * lOGOS
 ********************/

/* 
=============================================================================
	Your Style
=============================================================================
*/
@media only screen and (min-width: 35em) {
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height: 0;
}
.ir br { display: none; }
.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;
}
 @media print {
* {
	background: transparent !important;
	color: black !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: ""; }
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead { display: table-header-group; }
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; }
}

.tracker { width:166px; height:70px; float:left;}
.color{ color:#3C9;}







/* ONEMENU */
.onemenu {
	position:relative;
}
.om-nav {
	position:absolute;
	width:48px;
	z-index:999;
	display:none;
}
.om-ctrlbar {
	width:100%;
	height:48px;
}
.om-ctrlitems {
	margin:auto;
	padding:0px;
	height:48px;
	display:inline-block;
	text-align:center;
}
.om-ctrlitem {
	height:48px;
	width:48px;
	display:none;
	cursor:pointer;
	float:left;
	
}
.om-ctrlitem:hover {
	opacity:0.8;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
	filter: alpha(opacity=80) !important; /* For IE8 and earlier */	
}
.om-activectrlitem {
	opacity:1 !important;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
		
}
.om-controlitems {
	width:960px;
	margin:auto;
}
.om-controlitem {
	height:48px;
	cursor:pointer;
}
.om-closenav {
	float:left;
}
.om-movenext {
	float:right;
}

.om-itemholder {
	margin:auto;
	padding:20px 0px;
}
@media screen and (max-width:960px) {
	.om-closenav {
		position:absolute;
		z-index:9999;
		left:0;
		top:0;
	}
	.om-movenext {
		position:absolute;
		z-index:9999;
		right:0;
		top:0;
	}
	.om-controlitems {
		width:100%;
	}
	.om-itemholder {
		width:100%;
	}
	
}

.om-centerblock {
	display:inline-block;
}

.om-item {
	display:none;
}
.om-showitem {
	margin:5px;
	float:left;
	display:none;
}
/* END ONEMENU */




/* TILE BUTTONS */

/* Standar Buttons */
.tile-bt {
	text-align:center;
	cursor:pointer;
	width:90px;
	height:90px;
}
.tile-bt a {
	display:block;
	padding-top:12px;
	text-decoration: !important;
}
.tile-bt img {
	margin:0 auto 0 auto;
	padding-bottom:5px;
	height:48px;
	width:48px;
	position:relative;
	display:block;
}
.tile-bt span {
	font-size:12px;
	padding-bottom:10px;
	display:block;
}
.tile-bt:active {
	opacity:0.5;
}
/* End Standard Buttons */



/* Large Buttons */
.tile-bt-large {
	width:190px;
	height:90px;
	line-height:90px;
	text-align:center;
	cursor:pointer;
}
.tile-bt-large a {
	display:block;
	text-decoration: !important;
}
.tile-bt-large img {
	vertical-align: middle;
	margin:auto;
	padding:0px;
	position:relative;
	width:48px;
	height:48px;
}
.tile-bt-large span {
	vertical-align: middle;
	display:inline;
}
.tile-bt-large:active {
	opacity:0.5;
}
/* End Large Buttons */

/* Extralarge Buttons */
.tile-bt-extralarge {
	text-align:center;
	cursor:pointer;
	width:144px;
	height:150px;
}
.tile-bt-extralarge a {
	display:block;
	padding-top:10px;
	text-decoration: !important;
}
.tile-bt-extralarge img {
	padding-bottom: 10px;
	height: 66px;
	width: 89px;
	position: relative;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tile-bt-extralarge span {
	font-size:14px;
	font-weight:bold; 
	padding-bottom:14px;
	display:block;
}
.tile-bt-extralarge:active {
	opacity:0.5;
}

/* End Extralarge Buttons */


/* END TILE BUTTONS */





.box-btn,
.box-btn .box-btn-brick {
 
}

.box-btn {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.box-btn .box-btn-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
/* END MASONRY TRANSITION */



/* SHADOW LIST */

.shadow-white, .shadow-black, .shadow-blue, .shadow-green, .shadow-red {
	/*display:inline-block;*/
}

.shadow-red:hover {
	box-shadow:0px 0px 6px 3px #479bdb;
	-webkit-box-shadow:0px 0px 6px 3px #479bdb;
	-moz-box-shadow:0px 0px 6px 3px #479bdb;
	-o-box-shadow:0px 0px 6px 3px #479bdb;
	-ms-box-shadow:0px 0px 6px 3px #479bdb;
}


/* END SHADOW LIST */




/* BACKGROUND LIST */

/* Solid Colors */
.solid-blue { background: url(../images/bg-manu.jpg); }

/* End Solid Colors */

/* Transparent Colors */
.transparent-deepsea {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564)";/* For IE 8*/
	background: rgba(0,53,100,0.2);/* Modern browser */
}
.transparent-smoke {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5)";/* For IE 8*/
	background: rgba(245,245,245,0.2);/* Modern browser */
}
.transparent-grass {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00)";/* For IE 8*/
	background: rgba(205,250,0,0.2);/* Modern browser */
}
.transparent-black {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";/* For IE 8*/
	background: rgba(0,0,0,0.2);/* Modern browser */
}
.transparent-red {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000)";/* For IE 8*/
	background: rgba(255,0,0,0.2);/* Modern browser */
}
.transparent-violetred {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090)";/* For IE 8*/
	background: rgba(208,32,144,0.2);/* Modern browser */
}
.transparent-green {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239)";/* For IE 8*/
	background: rgba(103,178,57,0.2);/* Modern browser */
}
.transparent-yellow {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00)";/* For IE 8*/
	background: rgba(255,255,0,0.2);/* Modern browser */
}
.transparent-orange { 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02)";/* For IE 8*/
	background: rgba(251,143,2,0.2);/* Modern browser */
}
.transparent-coral {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45)";/* For IE 8*/
	background: rgba(205,91,69,0.2);/* Modern browser */
}
.transparent-wheat {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE)";/* For IE 8*/
	background: rgba(238,216,174,0.2);/* Modern browser */
}
.transparent-redwine {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000)";/* For IE 8*/
	background: rgba(139,0,0,0.2);/* Modern browser */
}
/* End Transparent Colors */

/* Background Images */
.img-wood { background:#FB8F02 url(../images/bg/wood_pattern.jpg) repeat; }
.img-purtywood { background:#FB8F02 url(../images/bg/purty_wood.jpg) repeat; }
.img-woodtexture { background:#FB8F02 url(../images/bg/wood_texture.jpg) repeat; }
.img-darkwood { background:#000 url(../images/bg/dark_wood.jpg) repeat; }
.img-retinawood { background:#FB8F02 url(../images/bg/retina_wood.png) repeat; }
.img-nastyfabric { background:#999 url(../images/bg/nasty_fabric.png) repeat; }
.img-wildoliva { background:#555 url(../images/bg/wild_oliva.png) repeat; }
.img-darkbrick { background:#555 url(../images/bg/dark_brick_wall.png) repeat; }
/* End Background Images */

/* END BACKGROUND LIST */






/* MISC */
.clearspace { clear: both; }
.floatleft { float:left; }
.floatright { float:right; }
.none { display: none !important; width:0px !important; }
.light-text {
	color:#fff;
}
.dark-text {
	color:#1e1e1e;
}
.gradient {
	
}
.margin-5 { margin:5px; }







	.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
			
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family:'PTSansRegular';
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; 
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #fff; border: 1px solid #FFAD33; ; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }


@CHARSET "UTF-8";

#captchaImage {
	width: 150px;
	height: 40px;
	float: left;
	border: 1px solid gray;
	background-image: url("../img/captcha/0.jpg");
}

.alert {
	padding: 5px;
	color: white;
}

.success {
	background-color: green;
}

.error {
	background-color: red;
}


.captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
	width:180px;
	float:left;
	font-size:12px;
}
.captcha-action{
	float:right; width:117px; 
	background:url(logos.jpg) top right no-repeat; 
	height:auto; margin-top:3px;
	margin-left:10px;
}
img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}





.address-c{ width:40%; float:left;}