/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {
  font-size: 12px;
  max-height: 4rem;
  background-color: #222222;
}

.header-top a {
  color: #fff;
}

.header-top ul li {
  display: inline-block;
  margin-right: 15px;
  border-right: 1px solid;
}

.header-top .header-top-left i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover i {
  color: #fab700;
}

.header-top .header-top-right {
  text-align: right;
}

.header-top .header-top-right a {
  margin-right: 10px;
}

.header-top .lnr {
  display: none;
}

@media (max-width: 588px) {
  .header-top .lnr {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .header-top .text {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}

.top-head-btn {
  background: #fab700;
  padding: 9px 26px;
}

.main-menu {
  padding-top: 20px;
}

#header {
  padding: 0px 0px 20px 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff !important;
}

#header.header-scrolled {
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #fab700;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.sLineTableCell, .sLineTableHead
{
    border: none;
    display: table-cell;
    padding: 3px 10px;
    vertical-align:middle;
}
.sLineTableHeading
{
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.sLineTableFoot
{
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.sLineTableBody
{
    display: table-row-group;
}


.ButtonHyperLink
{
    background-color: transparent;
    cursor: pointer;
}


.docs_download_ctrl
{
    /*float:left; display:inline; margin:8px 0px;*/
    padding-bottom: 5px;
    border-bottom: solid 1px Silver;
}

.docs_download_ctrl ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.docs_download_ctrl li
{
    display: inline;
}

.docs_download_ctrl li > span
{
    margin-right: 40px;
}


.right_aligned_button
{
    float: right;
    cursor: pointer;
}

.notice_btn
{
    /*background-color:#0B3861;     color:White;     */
    text-decoration: none;
}

.list_pager_container
{
    background-color: #EFF8FB; /*border:solid 1px #006699;*/
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.list_pager_selected
{
    background-color: #A9D0F5;
    border: solid 1px #006699;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.list_pager
{
    border: solid 1px #006699;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}


.btn_login ul
{
    float: left;
    list-style: none;
}

.btn_login ul > li
{
    float: left;
    margin-left: 3px;
    list-style: none;
    background:rgb(28, 44, 69);
    color:#ffffff;
}
	
.dropbtn {
 /*  background-color: #3498DB; 
     color: white;
     padding: 10px;
     font-size: 16px;
	  border: none;
	  cursor: pointer;*/
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display:initial;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
/* 
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
} */

article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section {
	display: block;
	box-sizing: border-box;
	
}

audio, canvas, video {
	display: inline-block;
	display: inline;
}

audio:not ([controls] ){
	display: none;
}

/* a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

a:focus, a:hover, a:active {
	outline: none;
} 

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

object, embed {
	max-width: 100%;
}*/

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: 700;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td, td img {
	vertical-align: top;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.2em;
	top: -0.3em;
	font-weight: normal;
}

sub {
	bottom: -0.25em;
}

.cmf_lan {
	position: relative;
}

.cmf_lan div {
	position: absolute;
	width: 1000px;
	z-index: 11;
	right: -33px;
	top: 0;
}

.cmf_lan ul li {
	float: left !important;
	padding: 0 10px;
	border: none !important;
}

.cmf_lan ul li ul li {
	float: none !important;
	background: none;
}

.cmf_lan ul li a {
	width: auto !important;
	padding: 0 10px;
}

svg:not (:root ){
	overflow: hidden;
}

input, select {
	vertical-align: middle;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999999;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.clickable, label, select, button, input[type="button"], input[type="reset"],
	input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}

.ie6 input {
	vertical-align: text-bottom;
}

button[disabled], input[disabled] {
	cursor: default;
}

button, input, select, textarea {
	margin: 0;
	vertical-align: top;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

input[type="radio"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}

input[type="checkbox"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
	{
	-webkit-appearance: none;
}

/* h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
	font-size: 100%;
}
 */
::-selection {
	background: rgba(0, 0, 0, .2);
}

::-moz-selection {
	background: rgba(0, 0, 0, .2);
}

.clear {
	clear: both;
	display: block;
}

.clearfix {
	
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

.footer-top-wrapper ul:before, .footer-top-wrapper ul:after {
	display: table;
	line-height: 0;
	content: "";
}

.footer-top-wrapper ul:after {
	clear: both;
}

.float-element:before, .float-element:after {
	display: table;
	line-height: 0;
	content: "";
}

.float-element:after {
	clear: both;
}
/* 
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #686868;
	font-size: 14px;
	background: #ffffff;
	overflow-x: hidden;
}
 */
.wrapper {
	position: relative;
}

.wrapper:before, .wrapper:after {
	display: table;
	line-height: 0;
	content: "";
}

.wrapper:after {
	clear: both;
}

.common-wrapper .container.common-container.four_content {
	max-width: 1290px;
}

.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

/* .container {
	position: relative;
	margin: 0 auto;
	display: block;
	max-width: 1180px;
}
 */
.top-wrapper {
	background: #f7f7f7;
	padding: 8px 0px;
	border-bottom: 1px solid #eeeeee;
}

.top-left {
	float: left;
	height: 27px;
}

.top-left a {
	background:
		url(#sites/all/modules/cmf/cmf_content/assets/images/flag.jpg)
		no-repeat 0px 0px;
	display: inline-block;
	line-height: 27px;
	padding: 0px 0px 0px 48px;
	font-size: 85%;
}

.top-left a span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background:
		url(#sites/all/modules/cmf/cmf_content/assets/images/ico-link-dark.png)
		no-repeat;
	margin-left: 5px;
}

.accessibility {
	float: right;
}

.accessibility a.skip-cont {
	float: left;
	margin-top: 4px;
}

ul.social-links {
	float: left;
	margin: 2px 0px 0px 12px;
	font-size: 100%;
}

ul.social-links li {
	float: left;
	margin-left: 5px;
}

ul.social-links li:first-child {
	margin-left: 0px;
}

ul.font-controll {
	float: left;
	margin: 4px 0px 0px 15px;
}

ul.font-controll li {
	float: left;
	margin-left: 10px;
}

ul.font-controll li:first-child {
	margin-left: 0px;
}

.high-contrast.dark {
	background: #363636 !important;
	color: #ffff00 !important;
}

.high-contrast.light {
	background: #fff;
	color: #363636;
}

.lan {
	float: left;
	margin: 2px 0 0 12px;
}

.lan select {
	width: 90px;
	padding: 0px 5px;
	height: 22px;
	border: 1px solid #dadada;
	color: #686868;
	border-radius: 1px;
}

.lan select option {
	padding: 2px 5px;
}

.header-wrapper {
	border-bottom: 1px solid #fff;
}

.header-container {
	padding: 8px 0px 6px;
}

.logo {
	background:
		url(#)
		no-repeat 3px 0;
	float: left;
	font-size: 160%;
	line-height: 105%;
	min-height: 103px;
	padding: 14px 0 0 78px;
	text-transform: uppercase;
}

.logo a {
	color: #000;
}

.logo a strong {
	font-weight: 600;
	display: block;
	font-size: 80%;
}

.logo a span {
	display: block;
	font-weight: 900;
	font-size: 110%;
}

.logo a {
	display: block;
	text-align: left;
}

.header-right {
	float: right;
}

.float-element {
	float: left;
	margin-left: 12px;
}

.inp-search {
	border: 1px solid rgba(0, 0, 0, .2);
	height: 31px;
	width: 160px;
	padding: 0px 35px 0 10px;
	border-radius: 14px;
}

.search-area {
	position: relative;
}

.nav-wrapper {
	height: 40px;
	background: #dddddd;
}

.body-container {
	padding: 30px 0px 0px 0px;
}

.body-container p {
	padding-bottom: 22px;
	line-height: 170%;
}

.body-container ul.list {
	padding-bottom: 22px;
	margin-left: 2px;
}

.body-container ul.list li {
	display: block;
	padding: 0px 0px 7px 15px;
	background:
		url(#)
		no-repeat 0px 6px;
}

.body-container ul.list li a {
	display: inline-block;
}

.body-container ul li a:hover {
	text-decoration: underline;
}

h2.title {
	font-size: 205%;
	font-weight: 300;
	padding-bottom: 6px;
	line-height: 120%;
}

h3.sub-title {
	font-size: 180%;
	font-weight: 300;
	padding-bottom: 6px;
	line-height: 120%;
}

h2.title.bold, h3.sub-title.bold {
	font-weight: 700;
}

.carousel-wrapper {
	padding: 0px 0 0px 0px;
	background:
		url(#)
		repeat;
	border-top: 1px solid #d2d2d2;
}

.carousel-wrapper:after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
	background:
		url(#)
		repeat;
	z-index: 10;
}

.carousel-wrapper h3 {
	padding-bottom: 15px;
}

.footer-top-wrapper {
	text-align: center;
	background:
		url(#)
		repeat #333;
}

.footer-top-wrapper ul {
	display: inline-block;
	padding: 12px 0px 7px 0px;
}

.footer-top-wrapper ul li {
	float: left;
	color: #888888;
}

.footer-top-wrapper ul li a {
	padding: 0px 12px;
	color: #fff;
}

.footer-top-wrapper ul li:hover a, .footer-top-wrapper ul li.selected a
	{
	color: #fff;
}

.footer-top-wrapper ul li:before {
	content: '|';
}

.footer-top-wrapper ul li:first-child:before {
	content: '';
}

.footer-bottom-wrapper {
	background-image:
		url(#);
	background-repeat: repeat;
	background-color: #333;
	padding: 0px 0px;
	color: #fff;
	position: relative;
	text-align: center;
}

.footer-bottom-wrapper:after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 4px;
	width: 100%;
	background:
		url(#)
		repeat;
	z-index: 10;
}

.logo-cmf a {
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin: 0 15px;
	padding-right: 25px;
}

.footer-content {
	display: inline-block;
	padding: 15px 0;
}

.logo-cmf {
	float: left;
	padding: 10px 0 0 0;
	text-align: right;
	width: auto;
}

.copyright-content {
	color: #fff;
	float: left;
	font-size: 76%;
	line-height: 150%;
	padding: 5px 25px 0px 0;
	text-align: left;
	width: auto;
}

.copyright-content span {
	display: block;
}

.footer-bottom-wrapper a {
	color: #fff;
}

.footer-bottom-wrapper a:hover {
	text-decoration: underline;
}

.footer-block {
	width: 33.333%;
	float: left;
}

.footer-block .flt-left {
	float: left;
}

.footer-block .flt-right {
	float: right;
}

.footer-logo {
	float: left;
	position: relative;
}

.footer-logo span {
	display: block;
	padding: 0px 0px 2px 0px;
}

.cmf-logo {
	text-align: left;
	padding-top: 5px;
}

.cqw-logo {
	border-right: 1px solid #333;
	margin-right: 13px;
	padding: 0px 13px 0px 0px;
	text-align: left;
}

.site-info {
	width: 290px;
	margin: 0 auto;
	text-align: center;
	font-size: 95%;
}

.ft-lan {
	padding-bottom: 8px;
	text-align: right;
}

.ft-lan select {
	width: 90px;
	padding: 0px 5px;
	height: 25px;
	border: 0px solid #dadada;
	color: #686868;
	border-radius: 2px;
	overflow: hidden;
}

.ft-lan select option {
	padding: 2px 5px;
}

.bttn {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #dddddd;
}

.bttn:hover {
	background: #CCCCCC;
}

.right-content {
	padding-top: 30px;
}

.toggle-nav-bar {
	display: none;
}

.content-block {
	display: block;
}

.sub-menu i {
	display: none;
}

#nav ul {
	margin-left: -9999px;
}

#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav .hover a:focus
	{
	margin-left: 0;
	z-index: 100;
}

#nav ul a:focus {
	margin-left: 0px;
}

#side_nav ul {
	margin-left: -9999px;
}

#side_nav li:hover>ul, #side_nav li.hover>ul, #side_nav a:focus+ul,
	#side_nav .hover a:focus {
	margin-left: 0;
	z-index: 100;
}

#side_nav ul a:focus {
	margin-left: 9999px;
}

.nav-wrapper ul li {
	display: block;
	float: left;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.nav-wrapper {
	z-index: inherit;
}

.nav-wrapper ul li a {
	padding: 0px 13px !important;
	display: block;
	line-height: 40px;
}

.nav-wrapper ul li:first-child a {
	
}

.nav-wrapper ul li:hover a, .nav-wrapper ul li.hover a, .nav-wrapper ul li.active a
	{
	background: #cdcdcd;
}

.nav-wrapper ul ul {
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0px;
	background: #cdcdcd;
	width: 300px;
}

.nav-wrapper ul li:hover ul {
	display: block;
}

.nav-wrapper ul ul li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-left: 0px;
}

.nav-wrapper ul ul li a {
	display: block;
	padding: 0px 15px;
	line-height: 35px;
}

.nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a,
	.nav-wrapper ul ul li a:hover {
	background: #b3b3b3;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 22px;
}

tr:nth-of-type(odd) {
	background: #f8f8f8;
}

th {
	background: #333;
	color: white;
	font-weight: bold;
	white-space: nowrap;
}

td, th {
	padding: 10px;
	border: 1px solid #e4e4e4;
	text-align: left;
	line-height: 145%;
}

.scroll-table1 {
	overflow-x: auto;
	padding-bottom: 0px;
	margin-bottom: 22px;
}

.guide-text {
	text-align: right;
	display: none;
}

@media screen and (max-width:767px) {
	.guide-text {
		display: block;
		margin-bottom: 22px;
		color: #333333;
		font-weight: 600;
		font-size: 13px;
	}
	.guide-text i {
		font-size: 14px;
		vertical-align: text-bottom;
	}
	.scroll-table1 {
		margin-bottom: 5px;
	}
}

.common-wrapper {
	border-bottom: 1px solid #eeeeee;
	background: #fbfbfb;
	z-index: 10;
}

.common-container {
	height: 36px;
}

.container.common-container {
	padding: 0 15px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.common-left {
	float: left;
	position: relative;
}

.common-right {
	float: right;
	position: relative;
}

.common-left ul li {
	float: left;
	line-height: 132%;
	font-size: 65%;
	font-weight: 600;
	text-transform: uppercase;
	height: 36px;
	padding-top: 6px;
	padding-right: 8px;
}

.common-left ul li.gov-india {
	text-align: right;
}

.common-left ul li span {
	display: block;
	font-size: 120%;
}

.common-left ul li.ministry {
	padding-left: 8px;
	border-left: 1px solid #eeeeee;
}

.common-right ul li {
	float: left;
	position: relative;
	height: 36px;
	font-size: 65%;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

.common-right ul .language>a {
	background-image: none !important;
}

.cmf_lan a {
	width: auto !important;
	background-image: none !important;
	padding: 6px 5px;
}

.common-right ul ul li.hover a {
	background-color: #d4d3d3;
}

.common-right ul li ul li.hover a {
	background-color: #cfcfcf;
}

.common-right ul .cmf_lan.hover a {
	background-color: transparent;
}

.common-right ul .language>a {
	background-image: none !important;
}

.common-right ul li a {
	display: block;
	width: 38px;
	height: 36px;
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: center !important;
}

.common-right ul li.hindi>a {
	font-weight: 600;
	padding-top: 9px;
	font-size: 135%;
}

.search-drop input[type='text'] {
	border: 1px solid #eeeeee;
	height: 36px;
	padding: 0px 40px 0px 8px;
	width: 200px;
}

.skip-main a {
	width: auto !important;
	line-height: normal;
	display: inline-block;
	padding-top: 3px;
}

.common-right ul li a {
	opacity: 1;
}

.common-right ul>li>a {
	padding: 6px;
	font-size: 120%;
}

.common-right ul li.hover a {
	opacity: 1;
	background: #d9d9d9;
}

.common-right ul li.ico-accessibility ul, .common-right ul li.ico-social ul
	{
	position: absolute;
	top: 36px;
	right: 0px;
	z-index: 9999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #d4d3d3;
	padding: 0px 0px;
	visibility: visible;
}

.common-right ul li ul {
	position: absolute;
	height: auto;
	top: 37px;
	font-size: 150%;
	left: 0;
	z-index: 9999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 9px 8px;
	visibility: hidden;
}

.ico-site-search .search-drop {
	visibility: visible;
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 1;
}

.common-right ul li ul li {
	float: none !important;
	text-align: left;
	width: 100%;
	position: relative;
	height: auto;
	padding: 0px 0px;
	border-left: 0px solid #eeeeee;
	border-top: 1px solid #cecece;
}

.common-right li:hover>ul, .common-right li.hover>ul, .common-right a:focus+ul,
	.common-right .hover a:focus, .common-right ul li.hover ul {
	visibility: visible !important;
}

.common-right ul li.ico-social ul li {
	width: 38px;
	text-align: center;
	padding: 3px 0px;
}

.common-right ul li.ico-social ul li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 22px;
	margin-top: 0px;
	width: 22px;
}

.common-right ul li.ico-social ul {
	padding: 0 0 3px 0px;
	height: auto;
}

.common-right ul li.ico-accessibility ul {
	
}

.common-right ul li.ico-accessibility ul li a {
	color: #000;
	display: inline-block;
	height: auto;
	line-height: 22px;
	margin-top: 0px;
	width: 38px;
	font-size: 150%;
	text-align: center;
	padding: 3px 0px;
}

.common-right ul li.ico-accessibility ul li:first-child a {
	margin-top: 0px;
}

.common-right ul li.ico-social ul li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 22px;
	margin-top: 0px;
	width: 22px;
}

.common-right ul li.ico-social ul li:first-child a {
	margin-top: 0px;
}

.common-right ul li.ico-social ul li a:focus {
	outline: 1px dotted #ccc;
}

.sw-logo {
	display: inline-block;
}

a:focus {
	outline: 1px dotted #333;
}

.common-left ul li.gov-india a:hover {
	color: #000 !important;
}

.common-left ul li.gov-india a:focus {
	color: #000 !important;
}

.common-left a {
	display: block;
}

.common-left a:focus {
	color: #000 !important;
}

.form-item .error {
	border: 1px solid #f6aeae !important;
}

.gtranslate {
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	float: right;
	margin-top: 9px;
	padding-left: 25px;
}

.gtranslate select {
	width: 155px
}

.notdisplay {
	text-indent: -5000px;
	height: 0px;
	display: block;
}

.gtflag[title="Hindi"] {
	background-image:
		url(#);
	background-position: 0 2px !important;
	-webkit-transition: none;
	transition: none;
}

.gtflag[title="Hindi"]:hover {
	background-image:
		url(#);
	background-position: 0 -18px !important;
	-webkit-transition: none;
	transition: none;
}

.gtflag[title="English"] {
	background-image:
		url(#);
	background-position: 0 3px !important;
	-webkit-transition: none;
	transition: none;
}

.gtflag[title="English"]:hover {
	background-image:
		url(#);
	background-position: 0 -17px !important;
	-webkit-transition: none;
	transition: none;
}

.gtflag[title="Hindi"] img {
	width: 45px;
	height: 10px;
}

.gtflag[title="English"] img {
	width: 45px;
	height: 10px;
}

.container.common-container {
	max-width: 1200px;
}

.logo {
	background: none;
	padding: 0;
}

.common-right ul li.ico-site-search #edit-search-block-form--2,
	#search-form #edit-keys {
	border: 2px solid #aa2323;
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 8px;
	width: 270px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.container-inline {
	position: relative;
}

.container-inline #edit-actions {
	position: absolute;
	top: 1px;
	right: 0px;
}

.container-inline #edit-actions #edit-submit, #search-form #edit-submit
	{
	width: 34px;
	height: 36px;
	cursor: pointer;
	border: 0px;
	overflow: hidden;
	text-indent: -200px;
	font-size: 1px;
	background:
		url(#)
		no-repeat center center #aa2323;
	padding: 5px 20px;
	margin: 0;
}
/* 
a {
	color: #000;
}
 */
.logo img {
	float: left;
	padding: 0 15px 0 5px;
}

.logo {
	min-width: 345px;
}

.common-right ul li.ico-accessibility ul li a:focus, #flexCarousel ul li a:focus
	{
	outline: dotted 1px #000;
}

.copyright-content a {
	text-decoration: underline;
}

.flex-pauseplay a {
	bottom: 8px !important;
}

.nolink:after {
	content: "+";
	padding-left: 5px;
}

.cmf_lan label {
	padding-right: 5px;
	padding-top: 2px;
	display: inline-block;
}

.cmf_lan select {
	height: 25px;
}

.common-left ul li span.li_eng {
	font-size: 106%;
}

.body-wrapper {
	min-height: 60vh;
}

.common-right ul li.ico-skip>a, .common-right ul li.ico-accessibility>a,
	.common-right ul li.ico-social>a, .common-right ul li.ico-site-search>a,
	.common-right ul li.ico-sitemap>a {
	
}

.cmf_lan ul li a {
	height: auto;
	font-size: 150%;
}

.common-right ul li.ico-skip a {
	width: auto;
	height: auto;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 10px;
}

.common-right ul li.ico-skip:hover {
	background: none;
}

.common-right ul li.ico-skip a:hover, .common-right ul li.ico-skip a:focus,
	.common-right ul li.ico-skip:hover, .common-right ul li.ico-skip:focus
	{
	background: none;
}

.ico-social ul li a {
	padding: 0;
}

.ico-skip.hover a {
	background: none !important;
}

.ico-site-search .both-search .find {
	display: block;
}

.ico-site-search .both-search .google-find {
	display: none;
}

.stqc-logo {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.container-inline.form-actions {
	display: inline-block;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local('Lato Black'), local('Lato-Black'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	src: local('Source Sans Pro Black'), local('SourceSansPro-Black'),
		url(#)
		format('woff2'),
		url(#)
		format('woff');
}

@media all and (max-width :1200px) {
	.container {
		width: 90%;
	}
}

@media screen and (min-device-width:1024px) {
	.common-wrapper, .common-right {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.fixed-wrapper.sticky {
		position: fixed;
		width: 100%;
		z-index: 1000;
		background: #fff;
	}
	.fixed-wrapper.sticky .common-wrapper {
		position: absolute;
		top: -36px;
		left: 0px;
		width: 100%;
	}
	.fixed-wrapper.sticky .common-right {
		position: absolute;
		top: 52px;
		right: 0px;
		z-index: 9999;
	}
	.fixed-wrapper.sticky .common-right ul li {
		border-left: 1px solid #fff;
	}
	.fixed-wrapper.sticky .logo {
		background-size: 35px;
		padding-left: 45px;
		font-size: 120%;
		min-height: 60px;
		padding-top: 10px;
	}
	.fixed-wrapper.sticky .header-wrapper {
		height: 70px;
	}
}

@media all and (max-width :1023px) {
	.ico-responsive {
		display: none;
	}
	.footer-top-wrapper ul {
		display: block;
	}
	.footer-top-wrapper ul li {
		width: 33.33%;
		text-align: left;
		padding-bottom: 3px;
	}
	.footer-top-wrapper ul li:before {
		content: '';
	}
	.logo {
		display: inline-block;
		float: none;
	}
}

@media all and (max-width :940px) {
	.nav-wrapper {
		background: none;
		height: inherit !important;
	}
	.sitemap-el {
		position: absolute;
		top: 5px;
		right: 0px;
	}
	.bttn.bttn-sitemap {
		padding: 2px 3px !important;
		border-radius: 0px;
		font-size: 85%;
	}
	.search-el {
		position: absolute;
		bottom: -36px;
		left: 0px;
		z-index: 100;
		margin: 0px;
	}
	.footer-bottom-container {
		text-align: center;
	}
	.footer-block {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px dashed #424242;
		margin-bottom: 15px;
	}
	.footer-block:last-child {
		margin: 0px;
		padding: 0px;
		border: none;
	}
	.flt-left {
		float: none !important;
		display: inline-block;
	}
	.site-info {
		float: none !important;
		display: inline-block;
		width: inherit;
	}
	.flt-right {
		float: none !important;
		display: inline-block;
	}
	.ft-lan {
		float: none;
		display: block;
		text-align: center;
	}
	#nav {
		display: none;
	}
	.toggle-nav-bar {
		display: block !important;
		position: absolute;
		top: 30px;
		right: 0%;
		text-align: center;
	}
	.toggle-nav-bar span {
		display: block;
		text-transform: uppercase;
		font-size: 61%;
		line-height: 20px;
		font-weight: 600;
	}
	.toggle-nav-bar .menu-icon {
		width: 25px;
		height: 20px;
		background:
			url(#)
			no-repeat;
	}
	.nav-wrapper.sticky {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1000;
		height: 40px;
		width: 100%;
	}
	.search-el.sticky {
		position: fixed;
		top: 4px;
		left: 5%;
		z-index: 9999;
		height: 35px;
	}
	.container.nav-container {
		width: 100%;
	}
	#nav {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		max-height: 300px;
		overflow: auto;
	}
	#nav li {
		float: none;
		display: block;
		margin: 0px;
		padding: 0px;
		background: #CDCDCD;
		border-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}
	.nav-wrapper ul ul {
		width: 100% !important;
	}
	.nav-wrapper ul li a {
		padding: 0px 5% !important;
	}
	.nav-wrapper ul ul {
		display: none;
	}
	.nav-wrapper ul li:hover ul {
		display: none !important;
	}
	.nav-wrapper ul li.open ul {
		display: block !important;
		position: inherit !important;
	}
	.nav-wrapper ul li.open ul li a {
		background: #9A9A9A !important;
		padding-left: 8% !important;
		color: #fff;
	}
	.nav-wrapper ul li.open ul li:hover a {
		background: #666 !important;
	}
	.nav-wrapper ul li.open ul li:last-child {
		border-bottom: 0px !important;
	}
	.sub-menu i {
		position: absolute;
		top: 12px;
		right: 5%;
		font-size: 18px;
		display: block;
	}
	.nav-wrapper ul li:hover a {
		background: #B3B3B3 !important;
	}
	#nav ul {
		margin-left: 0px !important;
	}
	#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav .hover a:focus
		{
		margin-left: 0 !important;
		z-index: 100;
	}
	#nav ul a:focus {
		margin-left: 0 !important;
	}
	#side_nav ul {
		margin-left: 0
	}
	#side_nav li:hover>ul, #side_nav li.hover>ul, #side_nav a:focus+ul,
		#side_nav .hover a:focus {
		margin-left: 0 !important;
		z-index: 100;
	}
	#side_nav ul a:focus {
		margin-left: 0 !important;
	}
	#nav li ul li a:before {
		content: "\f105";
		font-family: 'FontAwesome';
		font-size: 15px;
		margin-right: 13px;
	}
}

@media all and (max-width :639px) {
	.gtranslate {
		border-left: none;
		float: none;
	}
	.logo {
		min-width: 240px;
	}
	.logo a strong {
		padding-top: 5px;
	}
	.footer-top-wrapper ul li a {
		padding: 0;
	}
	.toggle-nav-bar {
		top: 17px;
	}
	.logo {
		font-size: 100%;
		padding: 5px 0 0 0;
		background-size: 16%;
		min-height: 56px;
		background-position: 0px 0px;
	}
	.common-left {
		float: left;
		width: 100%;
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.common-container {
		height: auto;
	}
	.common-wrapper .common-right {
		border-top: 1px solid #eee;
		width: 100%;
		text-align: center;
	}
	.container.common-container {
		max-width: 100%;
		width: 100% !important;
		padding: 0;
	}
	.common-left ul li {
		height: auto;
	}
	.common-left ul {
		display: inline-block;
		max-height: 30px;
	}
	.common-left ul li {
		padding-top: 12px;
	}
	.four_content .common-left ul li {
		padding-top: 0;
	}
	.common-right {
		display: block;
		text-align: left;
		position: inherit;
	}
	.common-right ul {
		text-align: center;
		display: inline-block;
		height: 30px;
	}
	.fixed-wrapper .logo {
		background-size: 35px;
		padding-left: 45px;
		font-size: 120%;
		min-height: 60px;
		padding-top: 10px;
	}
	.fixed-wrapper .header-wrapper {
		height: 70px;
	}
	.common-right ul li.ico-site-search {
		position: inherit;
	}
	.toggle-cont {
		right: inherit;
		left: 0px;
		width: 100%;
	}
	.search-drop input[type='text'] {
		width: 100%;
	}
	.copyright-content {
		margin: 0px;
		padding: 0px;
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 8px;
	}
	.logo-cmf {
		float: none;
		display: block;
		padding: 0px;
		border: 0;
		text-align: center;
	}
	.logo-cmf a {
		padding: 0px;
		border: 0px;
		margin: 0px;
	}
	.footer-top-wrapper ul li {
		width: 50%;
		text-align: left;
		padding-bottom: 3px;
	}
	.font-controll, .high-contrast, .skip-cont {
		display: none;
	}
}

@media all and (max-width :500px) {
}

@media all and (max-width :420px) {
	.top-left a {
		width: 27px;
		overflow: hidden;
		height: 27px;
	}
	.top-left a span {
		display: none;
	}
	.flex-direction-nav {
		display: none;
	}
}

@media all and (max-width:639px) {
	.container.common-container {
		width: 100% !important;
	}
	.cmf_lan label {
		display: none;
	}
	.common-right ul li {
		font-size: 60%;
	}
	.four_content .responsive_go_hindi, .four_content .responsive_minis_hi {
		display: none;
	}
	.four_content .common-left ul li {
		width: 100%;
		text-align: center;
	}
	.four_content .common-left {
		width: 100%;
		margin-top: 5px;
	}
	.four_content .common-left ul li {
		height: auto;
		display: inline-block;
		border: none;
	}
	.four_content .common-right {
		float: none;
		position: relative;
		width: 100%;
		clear: both;
		margin-top: 0px;
		text-align: center;
		border-top: 1px solid #eeeeee;
		display: inherit;
	}
	.common-wrapper .container.common-container.four_content {
		max-width: 100%;
		width: 100% !important;
		padding: 0;
		height: auto;
	}
	.four_content .common-right ul {
		text-align: center;
		display: inline-block;
		height: 30px;
	}
	.four_content .common-right ul ul {
		height: auto;
	}
}

@media all and (min-width:640px) and (max-width:929px) {
	.four_content .common-left {
		width: 100%;
	}
	.four_content .common-left ul li {
		width: 100%;
		float: left;
	}
	.four_content .common-left ul li span {
		width: 50%;
		float: left;
	}
	.four_content .responsive_go_hindi, .four_content .responsive_minis_hi {
		padding-right: 5px;
		border-right: 1px solid #eee;
		text-align: right;
	}
	.four_content .responsive_minis_eng, .four_content .responsive_go_eng {
		padding-left: 5px;
		text-align: left;
	}
	.four_content .common-left ul li {
		height: auto;
	}
	.four_content .common-left ul li.ministry {
		padding-bottom: 0px;
		padding-left: 0;
	}
	.four_content .common-right ul {
		list-style: none;
		margin: 0 auto;
		display: inline-block;
	}
	.common-wrapper .container.common-container.four_content {
		max-width: 100%;
		width: 100% !important;
		padding: 0;
	}
	.four_content .common-right {
		float: none;
		position: relative;
		width: 100%;
		clear: both;
		margin-top: 5px;
		text-align: center;
		border-top: 1px solid #eeeeee;
		display: inherit;
	}
	.four_content .common-right ul {
		text-align: center;
		display: inline-block;
		height: 30px;
	}
	.four_content.common-container {
		height: auto;
	}
}

@media all and (min-width:640px) {
	.logo a strong {
		padding-top: 11px;
	}
	.common-left ul li {
		padding-top: 11px;
	}
	.four_content .common-left ul li {
		padding-top: 6px;
	}
}

@media all and (max-width:745px) {
	.gtranslate {
		border-left: none;
		float: none;
	}
	.copyright-content {
		width: 100%;
		float: none;
		text-align: center;
	}
	.logo-cmf {
		float: none;
		border: none;
		padding: 10px 0 0 0;
		text-align: center;
		width: 100%;
	}
}

@media all and (max-width:767px) {
	.logo img {
		max-width: 55px;
	}
}

@media all and (max-width:359px) {
	.common-right ul li a {
		width: 34px;
	}
	.common-right ul li.ico-skip a {
		width: auto;
		height: auto;
		font-weight: 600;
		text-transform: inherit;
	}
	.common-right ul li.ico-accessibility ul li a {
		width: 34px;
	}
	.common-right ul li.ico-social ul li a {
		position: relative;
		left: -2px;
	}
}

@font-face {
	font-family: 'FontAwesome';
	src:
		url(#);
	src:
		url(#)
		format('embedded-opentype'),
		url(#)
		format('svg');
		/* url(/sites/all/modules/cmf/cmf_content/assets/fonts/fontawesome-webfont.woff2?v=4.3.0)
		format('woff2'),
		url(/sites/all/modules/cmf/cmf_content/assets/fonts/fontawesome-webfont.woff?v=4.3.0)
		format('woff'), */
		/* url(/sites/all/modules/cmf/cmf_content/assets/fonts/fontawesome-webfont.ttf?v=4.3.0)
		format('truetype'), */
		
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal,
	:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before, .fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before
	{
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before, .fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

.fa-won:before, .fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before
	{
	content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before,
	.fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.content_statistic_table {
	padding: 2px 0px !important;
}

.content_statistic_table td {
	padding: 3px 0px !important;
}

.content_statistic_table td {
	padding: 3px 0px !important;
}

.content_statistic_table_sub {
	padding: 0px 0px !important;
}

.content_statistic_table_sub td {
	padding: 3px 0px !important;
}

.content_statistic_table_sub th {
	padding: 3px 0px !important;
}

.content_statistic_table_sub td {
	text-align: center;
}

.sticky-enabled tableheader-processed sticky-table td {
	text-align: center;
}

.ctools-locked {
	color: red;
	border: 1px solid red;
	padding: 1em;
}

.ctools-owns-lock {
	background: #FFFFDD none repeat scroll 0 0;
	border: 1px solid #F0C020;
	padding: 1em;
}

a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing
	{
	padding-right: 18px !important;
	background:
		url(#)
		right center no-repeat;
}

div.ctools-ajaxing {
	float: left;
	width: 18px;
	background:
		url(#)
		center center no-repeat;
}

.url {
	color: #4211df;
	font-size: 12px;
	font-weight: normal;
}

.resultBody {
	padding-bottom: 1%;
}

.resultSummary {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.previousLink {
	cursor: pointer;
}

.nextLink {
	cursor: pointer;
}

.navigationLink {
	cursor: pointer;
	margin: 4px;
}

.navigationHTML {
	text-decoration: none;
	color: #15B;
}

.contentType {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #4211df;
}

.page-goisearch #page-title {
	width: 100%;
	float: left;
}

.result-page-form {
	width: 100%;
	float: left;
	margin-bottom: 14px;
}

.result-page-form input[type="text"] {
	border: 1px solid #ccc;
	color: #0d564f;
	float: left;
	margin: 0;
	padding: 6px;
	text-transform: uppercase;
	width: 214px;
}

.result-page-form input[type="button"] {
	border: 1px solid #ccc;
	color: #0d564f;
	float: left;
	margin: 2px 0 0 9px;
	cursor: pointer;
	padding: 6px;
	text-transform: uppercase;
	width: 104px;
}

.content {
	
}

.result {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dotted #a1a1a1;
	display: block;
}

.pageDetails {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.totalresult {
	color: #722C78;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}

.query {
	color: #6E0078;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.absentResultBody {
	font-size: 12px;
	font-weight: normal;
}

.spellCheckerMain {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.spellChecker {
	color: #000000;
}

.spellCheckSuggestion {
	color: #FF0000;
	text-decoration: underline;
	CURSOR: pointer;
}

.feedbackImg {
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid;
	border-color: #1E90FF;
	height: 14px;
	width: 14px;
}

.docDate {
	
}

.currentLink {
	color: #000000;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
}

.result-page-form .main-goi-form {
	float: left;
	width: 100%;
}

.find form {
	width: 270px;
	padding: 0;
}

.find #auto_suggesion {
	margin-left: 0px;
	margin-top: 0px;
	max-width: 270px;
	position: absolute;
	z-index: 99999;
	width: 270px;
	background-color: #ffffff;
}

#auto_suggesion {
	margin-left: 465px;
	margin-top: 37px;
	max-width: 210px;
	position: absolute;
	z-index: 99999;
	display: none;
}

#auto_suggesion ul {
	background: #e1e1e1 none repeat scroll 0 0;
	border: 1px solid #000;
	visibility: visible;
	padding: 5px;
	top: 0;
	width: 100%;
}

#auto_suggesion li {
	border-left: none !important;
	width: 100%;
	padding: 2px 0 2px 3px;
	margin: 0;
	list-style: none;
}

.result-page-form #auto_suggesion {
	margin-left: 0px !important;
	min-width: 305px;
}

.result-page-form #auto_suggesion ul {
	background: none repeat scroll 0 0 #e1e1e1;
	border: 1px solid #ccc;
}

.common-right ul li.ico-site-search input[type="text"], .main-goi-form input[type="text"]
	{
	border: 2px solid #aa2323;
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 8px;
	width: 270px;
	background:
		url(#) #fff
		no-repeat 8px 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.common-right ul li.ico-site-search input[type="text"]:focus,
	.main-goi-form input[type="text"] {
	background: #fff;
}

.find {
	position: relative;
}

.find .bttn-search, .find .bttn-search:hover {
	width: 34px;
	height: 36px;
	cursor: pointer;
	border: 0px;
	overflow: hidden;
	text-indent: -200px;
	font-size: 1px;
	background:
		url(#)
		no-repeat center center #aa2323;
	position: absolute;
	top: 0px;
	left: 229px;
	padding: 5px 20px;
	margin: 0;
}

.main-goi-form input[type="button"] {
	width: 34px;
	height: 36px;
	cursor: pointer;
	border: 0px;
	overflow: hidden;
	text-indent: -200px;
	font-size: 1px;
	background:
		url(#)
		no-repeat center center #aa2323;
	padding: 0;
	margin: 0;
}

.bttn-search:hover {
	background-color: #c22929;
}

.common-right #auto_suggesion ul li a {
	color: #000;
	width: 100%;
}

.page-taxonomy .search-drop form {
	margin: 0;
}

.main-goi-form>a {
	margin-left: 20px;
}

.main-goi-form>a>img {
	margin-top: 14px;
}

.navigationHTML span {
	background-color: #e1e1e1;
	padding: 0 10px;
}

.navigationHTML .navigationLink {
	margin: 0 15px;
}

.find {
	position: relative;
}

.find .submit, .find .submit:hover {
	width: 34px;
	height: 36px;
	cursor: pointer;
	border: 0px;
	overflow: hidden;
	text-indent: -200px;
	font-size: 1px;
	background:
		url(#)
		no-repeat center center #aa2323;
	position: absolute;
	top: 0px;
	left: 229px;
	padding: 5px 20px;
	margin: 0;
}

.find {
	background-color: red;
}

.common-right ul li.ico-site-search  .google-find input[type="text"],
	.google-find input[type="text"] {
	border: 2px solid #aa2323;
	height: 36px;
	background: #fff;
	line-height: 34px;
	padding: 0 40px 0 8px;
	width: 270px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.common-right ul li.ico-site-search  .google-find input[type="submit"],
	.google-find input[type="submit"] {
	width: 34px;
	height: 36px;
	cursor: pointer;
	border: 0px;
	overflow: hidden;
	text-indent: -200px;
	font-size: 1px;
	background:
		url(#)
		no-repeat center center #aa2323;
	position: absolute;
	top: 0px;
	left: 229px;
	padding: 5px 20px;
	margin: 0;
}

.google-find div {
	text-align: left;
	padding: 7px;
	background: #AA2323;
	color: #fff;
	font-size: 140%;
	border-top: solid 1px;
	border-color: #B35050;
	text-transform: uppercase;
}

.google-find input[type="radio"] {
	position: relative;
	top: -2px;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	min-width: 240px;
	overflow: hidden;
}

#imageContainer, #frameContainer, #modalContainer {
	padding: 10px;
}

#modalContainer {
	line-height: 1em;
	overflow: auto;
}

#loading {
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 40%;
	left: 45%;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#frameHoverNav {
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	position: absolute;
	bottom: 0px;
	height: 45px;
}

#imageData>#frameHoverNav {
	left: 0;
}

#hoverNav a, #frameHoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent
		url(#)
		no-repeat;
	display: block;
}

#prevLink, #framePrevLink {
	left: 0;
	float: left;
}

#nextLink, #frameNextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav,
	#framePrevLink {
	background:
		url(#) left 15%
		no-repeat;
}

#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav,
	#frameNextLink {
	background:
		url(#) right
		15% no-repeat;
}

#prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav,
	#framePrevLink:hover, #framePrevLink:visited:hover {
	background:
		url(#)
		left 15% no-repeat;
}

#nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav,
	#frameNextLink:hover, #frameNextLink:visited:hover {
	background:
		url(#)
		right 15% no-repeat;
}

#framePrevLink, #frameNextLink {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	bottom: 0px;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	min-width: 240px;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #lightbox2-node-link-text {
	display: block;
	padding-bottom: 1.0em;
}

#imageData #bottomNav {
	height: 66px;
}

.lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav
	{
	margin-bottom: 60px;
}

#lightbox2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#overlay_default {
	opacity: 0.6;
}

#overlay_macff2 {
	background: transparent
		url(#)
		repeat;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

#bottomNavClose {
	display: block;
	background:
		url(#) left
		no-repeat;
	margin-top: 33px;
	float: right;
	padding-top: 0.7em;
	height: 26px;
	width: 26px;
}

#bottomNavClose:hover {
	background-position: right;
}

#loadingLink {
	display: block;
	background:
		url(#)
		no-repeat;
	width: 32px;
	height: 32px;
}

#bottomNavZoom {
	display: none;
	background:
		url(#)
		no-repeat;
	width: 34px;
	height: 34px;
	position: relative;
	left: 30px;
	float: right;
}

#bottomNavZoomOut {
	display: none;
	background:
		url(#)
		no-repeat;
	width: 34px;
	height: 34px;
	position: relative;
	left: 30px;
	float: right;
}

#lightshowPlay {
	margin-top: 42px;
	float: right;
	margin-right: 5px;
	margin-bottom: 1px;
	height: 20px;
	width: 20px;
	background:
		url(#)
		no-repeat;
}

#lightshowPause {
	margin-top: 42px;
	float: right;
	margin-right: 5px;
	margin-bottom: 1px;
	height: 20px;
	width: 20px;
	background:
		url(#)
		no-repeat;
}

.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose
	{
	margin-top: 93px;
}

.lightbox2-alt-layout-data #bottomNavZoom, .lightbox2-alt-layout-data #bottomNavZoomOut,
	.lightbox2-alt-layout #bottomNavZoom, .lightbox2-alt-layout #bottomNavZoomOut
	{
	margin-top: 93px;
}

.lightbox2-alt-layout-data #lightshowPlay, .lightbox2-alt-layout-data #lightshowPause,
	.lightbox2-alt-layout #lightshowPlay, .lightbox2-alt-layout #lightshowPause
	{
	margin-top: 102px;
}

.lightbox_hide_image {
	display: none;
}

#lightboxImage {
	-ms-interpolation-mode: bicubic;
}

div.panel-pane div.admin-links {
	font-size: xx-small;
	margin-right: 1em;
}

div.panel-pane div.admin-links li a {
	color: #ccc;
}

div.panel-pane div.admin-links li {
	padding-bottom: 2px;
	background: white;
	z-index: 201;
}

div.panel-pane div.admin-links:hover a, div.panel-pane div.admin-links-hover a
	{
	color: #000;
}

div.panel-pane div.admin-links a:before {
	content: "[";
}

div.panel-pane div.admin-links a:after {
	content: "]";
}

div.panel-pane div.panel-hide {
	display: none;
}

div.panel-pane div.panel-hide-hover, div.panel-pane:hover div.panel-hide
	{
	display: block;
	position: absolute;
	z-index: 200;
	margin-top: -1.5em;
}

div.panel-pane div.node {
	margin: 0;
	padding: 0;
}

div.panel-pane div.feed a {
	float: right;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
	display: none;
}

.flexslider:hover .flex-direction-nav a, .flexslider:hover .flex-direction-nav a
	{
	display: block;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus,
	.flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

@font-face {
	font-family: 'flexslider-icon';
	src: url(#);
	src:
		url(#)
		format('embedded-opentype'),
		url(#)
		format('woff'),
		url(#)
		format('truetype'),
		url(#)
		format('svg');
	font-weight: normal;
	font-style: normal;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

.flex-direction-nav {
	bottom: 1px;
	position: absolute;
	right: 8px;
	width: 90px;
}

.flex-direction-nav a {
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity = 0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}

.flex-direction-nav a.flex-next:before {
	content: '\f002';
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

.megamenu-menu, .megamenu-menu *, .megamenu-menu .megamenu-parent,
	.megamenu-menu .megamenu-parent-title, .megamenu-menu .megamenu-bin,
	.megamenu-menu .megamenu-slot, .megamenu-menu .megamenu-slot-title,
	.megamenu-menu .megamenu-items {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

ul.megamenu-menu, .megamenu-menu ul.megamenu-items {
	list-style: none;
}

.megamenu-menu {
	overflow: visible;
}

.megamenu-menu .megamenu-parent {
	display: inline;
	position: relative;
	z-index: 99;
}

.megamenu-menu .megamenu-parent-title {
	display: inline;
}

.megamenu-menu .megamenu-bin {
	position: absolute;
	left: 0;
	top: -9000px;
	z-index: 10000;
	overflow: hidden;
}

.megamenu-menu .megamenu-bin-right {
	left: auto;
	right: -500px;
}

.megamenu-menu .megamenu-links-horizontal {
	overflow: hidden;
}

.megamenu-menu .megamenu-links-horizontal li, .megamenu-menu .megamenu-links-horizontal li a
	{
	float: left;
}

.megamenu-menu .megamenu-menu-vertical .megamenu-parent {
	display: block;
}

.megamenu-menu ul a {
	text-decoration: none;
}

.megamenu-menu ul a:hover {
	text-decoration: underline;
}

.megamenu-parent {
	margin: 0.1em 1em;
}

.megamenu-menu .megamenu-bin {
	padding: 0.5em;
}

.megamenu-menu .megamenu-slot {
	width: 200px;
	margin-bottom: 0.5em;
}

.megamenu-menu-vertical {
	width: 8em;
}

.megamenu-menu-vertical .megamenu-parent {
	margin-top: 1em;
}

.megamenu-slots.flyright {
	left: 7em;
	top: 0;
}

.megamenu-slots.flyleft {
	left: -16.2em;
	top: 0;
}

.megamenu-menu .megamenu-slots-columnar {
	overflow: hidden;
}

.megamenu-slots-columnar li.megamenu-slot {
	float: left;
}

.megamenu-menu {
	z-index: 10;
}

.megamenu-skin-minimal {
	background-color: #bbb;
}

.megamenu-skin-minimal .megamenu-title {
	font-size: 100%;
	font-weight: normal;
}

.megamenu-skin-minimal .megamenu-bin {
	background-color: #eee;
	border: 2px groove #7e7e7e;
	-moz-border-radius: 0.583em;
	-webkit-border-radius: 0.583em;
	border-radius: 0.583em;
}

.megamenu-skin-minimal .megamenu-slot {
	margin-right: 4px;
	border-bottom: 1px solid #bbb;
}

.megamenu-skin-minimal .megamenu-slot-title, .megamenu-skin-minimal .megamenu-slot-title a
	{
	background-color: #bbb;
	color: #fff;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase;
}

.megamenu-skin-minimal .megamenu-link {
	font-size: 85%;
}

.megamenu-skin-friendly li {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}

.megamenu-skin-friendly * {
	list-style: none;
}

.megamenu-skin-friendly {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	background: #f5bb00;
	padding: 0px 0px 5px 10px;
}

.megamenu-skin-friendly a:hover {
	text-decoration: none;
}

.megamenu-skin-friendly .megamenu-parent-title {
	text-transform: lowercase;
}

.megamenu-skin-friendly .megamenu-parent-title {
	font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
}

.megamenu-skin-friendly .megamenu-parent-title a,
	.megamenu-skin-friendly .megamenu-parent-title span,
	.megamenu-skin-friendly .megamenu-parent-title a:visited {
	font-style: normal;
	color: #000;
	padding: 5px;
}

.megamenu-skin-friendly .megamenu-parent-title a,
	.megamenu-skin-friendly .megamenu-parent-title span,
	.megamenu-skin-friendly .hovering .megamenu-parent-title a:hover {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

.megamenu-skin-friendly .megamenu-slot, .megamenu-skin-friendly .megamenu-slot a:hover
	{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.megamenu-skin-friendly li.megamenu-slot {
	width: 200px;
	margin: 10px 10px auto auto;
	background: #b08700;
	padding-top: 10px;
	padding-bottom: 10px;
}

.megamenu-skin-friendly li.megamenu-slot:hover {
	background-color: #b08700;
}

.megamenu-skin-friendly .hovering .megamenu-parent-title a,
	.megamenu-skin-friendly .hovering .megamenu-parent-title span {
	color: #fff;
	background: #b08700;
}

.megamenu-skin-friendly .hovering .megamenu-parent-title span:hover,
	.megamenu-skin-friendly .megamenu-slot-title span {
	cursor: default;
}

.megamenu-skin-friendly .hovering .megamenu-parent-title a:hover {
	color: #fff;
	background: #00325b;
}

.megamenu-skin-friendly .megamenu-bin {
	margin-top: 5px;
	padding: 0px;
	color: #fff;
}

.megamenu-skin-friendly .megamenu-slot-title {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #f4ebcb;
}

.megamenu-skin-friendly .megamenu-slot-title a:link,
	.megamenu-skin-friendly .megamenu-slot-title a:visited {
	color: #f4ebcb;
}

.megamenu-skin-friendly .megamenu-slot-title a, .megamenu-skin-friendly .megamenu-slot-title span,
	.megamenu-skin-friendly .megamenu-item a, .megamenu-skin-friendly .megamenu-item span
	{
	padding: 5px 12px 7px 12px;
	display: block;
}

.megamenu-skin-friendly .megamenu-slot a {
	color: #fff;
}

.megamenu-skin-friendly .megamenu-slot a:hover {
	color: #fff;
	background: #00325b;
}

.megamenu-skin-friendly .megamenu-item a, .megamenu-skin-friendly .megamenu-item span
	{
	color: #fff;
	font-size: 100%;
}

.megamenu-skin-friendly .megamenu-item a:hover {
	color: #fff;
	background: #00325b;
}

.megamenu-skin-friendly li.megamenu-slot {
	z-index: 3000;
	background: #b08700;
	margin-bottom: 1.5em;
	border: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	-khtml-box-shadow: rgba(0, 0, 0, .33) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, .33) 5px 5px 5px;
	box-shadow: rgba(0, 0, 0, .33) 5px 5px 5px;
}

.megamenu-skin-friendly ul a:hover {
	text-decoration: none;
}

.megamenu-skin-friendly .megamenu-slot-title {
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
}

.megamenu-skin-friendly .megamenu-item a, .megamenu-skin-friendly .megamenu-item span
	{
	font-size: 120%;
}

.megamenu-menu, .megamenu-skin-friendly .megamenu-parent,
	.megamenu-skin-friendly .megamenu-parent-title {
	font-size: 100%;
	line-height: 110%;
	height: 100%;
}

.megamenu-skin-friendly .megamenu-parent-title a,
	.megamenu-skin-friendly .megamenu-parent-title a:link,
	.megamenu-skin-friendly .megamenu-parent-title a:visited,
	.megamenu-skin-friendly .megamenu-parent-title a:focus,
	.megamenu-skin-friendly .megamenu-parent-title a:hover,
	.megamenu-skin-friendly .megamenu-parent-title a:active,
	.megamenu-skin-friendly .megamenu-parent-title span {
	padding: 4px 8px;
}

.megamenu-skin-friendly .megamenu-parent-title a:hover {
	text-decoration: none;
	color: #fff;
	background: #00325b;
}