/* Import Font Awesome CSS */
@import url("font-awesome.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
nav ul { list-style: none; }
blockquote,
q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

h2 { margin-bottom:30px!important; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }
/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title],
dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input,
select { vertical-align: middle; }

.clear { line-height: 0; font-size: 0; clear: both; margin: 0; padding: 0; }
/**********************************************************************************************/
        /******************** Theme Outer Fream style  ************************/
/**********************************************************************************************/

body { font-size:14px; color:#000000; font-family: 'Open Sans', sans-serif;}
div, aside,footer,ul,li,a, p,header, article { box-sizing: border-box;}
body.fxheader{ }
p { font-family: 'Open Sans', sans-serif; line-height: 20px;}

header { min-height: 122px; box-sizing: border-box; position: fixed; left: 0; top: 0; border-top: solid 14px #809FCB; border-bottom: solid 1px #CCCCCC; box-shadow: 0 0 4px rgba(0,0,0,0.2) inset; width: 100%;  z-index: 99999; background: #fff; }
.MianContainer { width: 1166px; margin: 0 auto;}
.logo-home { width: 263px; float: left; padding-top: 22px;}
.logo-home img { width: 100%; height: auto;}
.header-right { width: 815px; float: right; }

.sideLeft  { float: left; width: 274px; margin-right: 20px;}
.jooContent { float: right; width: 872px; }
.wrapper-sticky .sideLeft { margin-right: 0;}

body.inner-page .jooComponents .MianContainer { padding-top: 35px;}


footer { width: 100%; height: auto; background:#E0E5F3; padding: 50px 0; margin-top:50px;}



/*template globle style is here*/

.jooArticle {font-size: 100%;
    line-height: 160%; }
p {
    font-size: 100%;
    line-height: 160%;
    color: #000;
    font-weight: 400;
   
}

.jooArticle p {
    color: #000;
    margin-bottom: 14px;
}
.jooArticle ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    list-style-type: disc;
    margin-bottom: 15px;
}
.jooArticle ul li {
    padding: 3px 0;
    color: #000;
    font-weight: normal;
}
.jooArticle ol {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    list-style-type: decimal;
    margin-bottom: 15px;
}
.jooArticle ol li {
    padding: 3px 0;
    color: #000;
    font-weight: normal;
}
.jooArticle a {
    color: #e30613;
}
.jooArticle div.success,
.jooArticle p.success {
    background-color: #d0e9c6;
    background-image: linear-gradient(to bottom, #d0e9c6, #d0e9c6);
    background-repeat: repeat-x;
    border-radius: 4px;
    color: #468847;
    padding: 15px;
}
.jooArticle div.warning,
.jooArticle p.warning {
    background-color: #F1E5AB;
    background-image: linear-gradient(#F1E5AB, #F1E5AB);
    background-repeat: repeat-x;
    border-radius: 4px;
    color: #A08B4C;
    padding: 15px;
}
.jooArticle div.info,
.jooArticle p.info {
    background-color: #A1BED2;
    background-image: linear-gradient(#A1BED2, #A1BED2);
    background-repeat: repeat-x;
    border-radius: 4px;
    color: #4A677D;
    padding: 15px;
}
.jooArticle div.error,
.jooArticle p.error {
    background-color: #E8C0C2;
    background-image: linear-gradient(#E8C0C2, #E8C0C2);
    background-repeat: repeat-x;
    border-radius: 4px;
    color: #e30613;
    padding: 15px;
}
.jooArticle blockquote {
    border-left: solid 5px #003f8b;
    margin-bottom: 5px;
    padding: 0 0 0 15px;
}
.jooArticle q:before,
.jooArticle q:after,
.jooArticle blockquote:before,
.jooArticle blockquote:after {
    content: "";
}
.jooArticle q:before,
.jooArticle q:after,
.jooArticle blockquote:before,
.jooArticle blockquote:after {
    content: "";
}
.jooArticle blockquote p {
    font-size: 100%;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}
.jooArticle blockquote small:before {
    content: "— ";
}
.jooArticle blockquote small {
    color: #333;
    display: block;
    line-height: 150%;
}
.jooArticle blockquote.pull-right {
    border-right: 5px solid #e30613;
}
.jooArticle blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #e30613;
    float: right;
    padding-left: 0;
    padding-right: 15px;
}
.jooArticle blockquote.pull-right p,
.jooArticle blockquote.pull-right small {
    text-align: right;
}
.jooArticle blockquote.pull-right p,
.jooArticle blockquote.pull-right small {
    text-align: right;
}
.jooArticle small {
    font-size: 90%
}
.jooArticle blockquote.pull-right {
    width: 100%;
}
.jooArticle ul.unstyle,
.jooArticle ol.unstyle {
    list-style-type: none !important;
    margin-left: 0 !important;
}
.jooArticle ul.unstyle ul {
    margin-top: 8px;
    margin-left: 25px;
    margin-bottom: 0;
}
.jooArticle ul.unstyle ul li {
    line-height: 20px;
    padding: 0;
}
.jooArticle ol.unstyle ol {
    margin-top: 8px;
    margin-left: 25px;
    margin-bottom: 0;
}
.jooArticle ol.unstyle ol li {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
}
.jooArticle a {
   
    font-style: normal;
  
}
.jooArticle a:hover {
    color: #000;
   
}
.jooArticle h1,
h1 a {
    color: #000;
   
   
}

.jooArticle p strong {
    font-weight: bold;
}
.jooArticle h2,
h2 a {
   ;
}
.jooArticle h2,
h2 a,
.jooArticle h1 {
    line-height: 120%;
    font-size: 200%;
    margin: 0;
    margin-bottom: 18px;   
    color: #355c93;
    font-weight: normal;
}
.jooArticle p.readmore {
    text-align: left;
}
.jooArticle p.readmore a {
    background-color: #e30613;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size:100%;
    line-height: 140%;
    padding: 5px 8px;
    text-decoration: none;
}
.jooArticle p.readmore a:hover {
    color: #000;
}
.jooArticle h3 {
    color: #809fca;
    font-size: 150%;
    font-weight: normal;
    line-height: 110%;
    margin: 0;
    padding-bottom: 10px;
   
}

.jooArticle h4 {
    color: #809fca;
    font-size: 140%;
    font-weight: normal;
    line-height: 110%;
    margin: 0;
    padding-bottom: 10px;
   
}
.jooArticle h5 {
    color: #000;
    font-size: 130%;
    font-weight: normal;
    line-height: 110%;
    margin: 0;
    padding-bottom: 10px;
   
}
.jooArticle h6 {
    color: #fff!important;
    font-size: 150%;
	background-color:#e30613;
	padding:10px 15px 10px 15px;
    font-weight: 600!important;
    margin-bottom: 30px!important;
    display:inline-block;
   
}
.jooArticle ul {
	list-style-image:url(../../../images/list-check.png);
}
.moduletable_locationmod ul {
	list-style: none!important;
}
ul .unstyled  {
	list-style: none!important;
}

.jooArticle h6 {
 color: #809fca;
    font-size: 120%;
    font-weight: normal;
    line-height: 110%;
    margin: 0;
    padding-bottom: 10px;
   
}
.jooArticle p strong {
    font-weight: bold;
}
.img-fulltext-right {
    margin: 15px 0px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.pull-none.item-image,
.pull-left.item-image,
.pull-right.item-image {
    margin: 15px 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color #fff;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}

/* ##########################  general style  default ########################### */

abbr[title] {
    border-bottom: 1px dotted #c7ced6;
    cursor: help;
}
.jooArticle table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    font-size: 1em
}
.jooArticle table th,
.jooArticle table td {
    padding: 8px;
    vertical-align: top;
    
    line-height: 1.5em;
    text-align: left;
}
.jooArticle table th {
    font-weight: bold;
    border: 0
}
.jooArticle table thead th {
    vertical-align: bottom;
}
.jooArticle table tr:first-child th,
.jooArticle table tr:first-child td,
.jooArticle table thead:first-child tr:first-child th,
.jooArticle table thead:first-child tr:first-child td {
    border-top: 0;
}
.jooArticle table tbody+tbody {
    border-top: 2px solid #8c9bab;
}
.jooArticle table tbody tr td,
.jooArticle table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear;
}

/* +++++++++++++++++  forms general #######################  */
/* System Messages */

.error
{
	padding:0px;
	margin-bottom: 20px;
}

.error h2
{
	color:#000 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #90B203;
	border-radius:10px
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
	border: 2px solid #990000;
	border-radius:10px

}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #FAA528;
	border-radius:10px

}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
	margin-bottom: 0px;
	padding: 0;
}

#system-message dt
{
	font-weight: bold;
}

#system-message dd
{
	font-weight: bold;
	padding: 0;
}


.tip-wrap { background:#FEFDE2; font-size:0.8em ; padding:5px; border:solid 1px #ddd; border-radius:3px; box-shadow: 0 1px 5px #ccc }
.tip-title {font-weight:bold}

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	background:#095197;
	color:#fff;
}


/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
	border: 0;
	background: #fff;
	padding: 0
}

fieldset.phrases label,fieldset.only label {
	display: inline;
}

 :root *> fieldset.only label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
	background: -o-linear-gradient(-45deg, #fefefe, #ddd);
	background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
	background: linear-gradient(-45deg, #fefefe, #ddd);
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #CCCCCC;
	height: 1em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1em;
	display: inline-block;
	margin-left: -40px;
	padding: 2px;
	line-height: 1em;
	text-indent: -50px;
}

input[type="checkbox"]:checked+label:before {
	content: "\2714";
	text-indent: 0;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #0B70CD;
}

:root *> .phrases-box  label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #aaa;
	line-height: 1.3em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1.3em;
	display: inline-block;
	margin-left: -40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-indent: -40px;
	color: #fff;
	text-shadow: 0 10px 6px #fff;
}
.ordering-box {
	margin: 10px 0;
}

.search-results dt.result-title {
	padding: 15px 15px 0 5px;
	font-weight: bold;
}

.search-results dd {
	padding: 2px 15px 2px 5px
}

.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 1.7em
}

.search-results dd.result-url {
	font-size: 90%;
	padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
	padding: 2px 15px 15px 5px
}

.search-results dd.result-category {
	padding: 10px 15px 5px 5px
}

/* Com_search break long titles & text */
dt.result-title {
	word-wrap: break-word;
}

dd.result-text {
	word-wrap: break-word;
}

.advanced-search-tip {
	background: #FEFDE2;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #ddd
}

.advanced-search-tip p {
	margin: 0
}

.advanced-search-tip .term {
	font-weight: bold;
	font-style: italic
}

.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}



.panel .contact-form,.panel .contact-miscinfo {
	padding: 10px
}

.contact .panel .contact-form form,.contact .panel .contact-address {
	margin: 20px 0 0 0
}

textarea,.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea
	{
	width: 80%;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #333333;
	overflow: auto;
	padding: 5px;
	vertical-align: top;
}

#jform_contact_email_copy-lbl,#jform_contact_email_copy {
	float: left;
	margin-right: 10px;
	border: 0
}

label#jform_captcha-lbl {
	clear: both;
  	position: relative;
  	float: left;
}

.contact-form .button {
	clear: left;
	float: left;
	margin: 20px 0
}

fieldset.filters {
	background: none;
	border: none;
	padding: 0
}

.contact-form,.contact-links,.contact-misc,.contact-image,.contact-contactinfo,.contact-address
	{
	margin: 20px 0
}


/* +++++++++++++++++  forms general #######################  */
form {
	margin: 0 0 18px;
}

fieldset {
	border: solid 1px #ddd;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px
}

fieldset p {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	background: #fff;
	padding: 5px 10px
}

label,input,button,select,textarea {
	font-weight: normal;
}

label {
	color: #333333;
	margin-bottom: 5px;
	max-width: 90%
}

input,textarea,select,#advanced-search-toggle, input.search-query {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px;
}
.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,button,.profile-edit a {
	border-radius: 3px;
	padding: 4px;
	line-height: 1.2em;
	text-decoration: none;
}

label input,label textarea,label select {
	display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
	height: auto;
	width: auto;
}

select {
	height: 28px;
	line-height: 28px;
	max-width:99%}

select {
	width: 220px;
}

select[multiple],select[size] {
	height: auto;
}

textarea {
	height: auto;
}

.radio,.checkbox {
	padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
	display: inline;
	 margin-right : 10px;
	 border:none
}

input,textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus
	{
	box-shadow: none;
	outline-offset: -2px;
}





img {
    border: 0 none;
    max-width: 100%;
}


/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline
}

.article-info-term {
	display: none
}

.article-info {
	overflow: hidden;
	font-size: 0.9em
}

.article-info dd {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #ccc
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
}

.article-info dd.create {
	clear: left
}

.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */
span.pagenav {
	background: #095197;
	color: #fff
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #f5f5f5;
	color: #444
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f5f5f5) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#ffffff', endColorstr =   '#f5f5f5', GradientType =   0 );
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

/* ##########################  tooltip  ########################### */
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#filter-search {
	vertical-align: top;
}
.input-mini {
	width: 60px;
}


/* +++++++++++++++++ Mobile Menu css #######################  */

.mob-toggle-nav { display: none; position: absolute; width: 25px; height: 20px; left: 10px; top:24px; }
.mob-toggle-nav .toogle-btn { width: 20px; height: 15px; border: 0; margin: 0; padding: 0; outline: none; border-radius: 0; cursor: pointer; background: url(../images/mobile_toggle.jpg)no-repeat 0 0;}
.cbp-spmenu {
	background: #F3F3F5;
	position: fixed;
}



/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 9999999;
    overflow-x: scroll;
}

.cbp-spmenu-vertical a {
	
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}



/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -265px;
}

.cbp-spmenu-right {
	right: -265px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 265px;
}

.cbp-spmenu-push-toleft {
	left: -265px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 265px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -265px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}





