﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'socials';
	src: url('../fonts/webfont.eot');
	src: url('../fonts/webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/webfont.woff') format('woff'), url('../fonts/webfont.ttf') format('truetype'), url('../fonts/webfont.svg#autre_planete_icons_socialnRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_DejaVuSans';
	src: url('../fonts/DejaVuSans.eot');
	src: local('☺'), url('../fonts/DejaVuSans.woff') format('woff'), url('../fonts/DejaVuSans.ttf') format('truetype'), url('../fonts/DejaVuSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif, sylfaen;
	width: 100%;
	height: 100%;
	font-size: 12px;
}
html {
	display: table;
}
body {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 40px;
	font-size: 12px;
}
a {
	color: #7AB800;
}
a:hover {
	color: #008542;
}
table td {
	padding: 5px;
}
/* visual styles */

.logo {
	margin-left: -10px;
}
.navbar-default {
	background-image: none !important;
	background: none !important;
	box-shadow: none !important
}
.container {
	max-width: 99%
}
.item {
	width: 100%;
	height: 100%;
}
/* content styles */
.item {
	display: table;
}
.content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#page {
	max-width: 960px;
}
nav, .navbar {
	border: none !important;
	margin-bottom: 10px;
}
.carousel {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
	box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
}
#footer {
	margin-top: 20px;
}
#social {
	text-align: right !important;
	font-size: 25px;
	font-family: 'socials', Arial, sans-serif, sylfaen;
	line-height: normal;
}
#social a {
	color: #333;
	margin: 2px;
	padding: 0;
}
#social a:hover {
	color: #8fc74a;
	text-decoration: none;
}
.jumbotron {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
	box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.dropdown-large {
	position: static !important;
}
.dropdown-menu-large {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	height: 500px;
	border: none;
	margin: 10px -1px !important;
	padding: 15px 0px;
	margin-top: 10px;
}
.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
}
.dropdown-menu-large > li > ul > li {
	list-style: none;
	width: 41.66666667% !important;
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #666666;
	white-space: normal;
	max-width: 500px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.dropdown-menu-large a i {
	margin-top: 2px;
	background: url(../img/menu_icon.png) no-repeat top left;
	width: 11px;
	height: 18px;
	float: left;
	margin-right: 5px;
}
.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #000;
}
.dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	color: #999999;
}
.dropdown-menu-large .disabled > a:hover, .dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
	color: #428bca;
	font-size: 18px;
}
.dropdown-menu-large .dropdown-header a {
	margin-left: -10px !important;
	padding: 0 !important;
}
.dropdown-menu-large .dropdown-header i {
	background: url(../img/menu_icon.png) no-repeat top right;
}
.dropdown-menu>ui li {
	position: relative;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
.dropdown-menu .sub-menu {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	height: 430px;
	border: none;
	margin: 0 !important;
	padding: 20px;
	position: absolute;
	top: -0px;
	display: none;
}
.dropdown-menu .sub-menu li {
	list-style: none;
	display: list-item;
	width: 40% !important;
}
.dropdown-menu .sub-menu li a {
	display: block;
	clear: both;
	font-weight: normal;
	color: #666666;
	white-space: normal;
	max-width: 500px !important;
	text-shadow: 1px 1px 1px #FFFFFF !important;
}
.right-caret:before, .left-caret:before {
	content: "";
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	margin-left: 5px;
}
.right-caret:before {
	border-left: 5px solid #ffaf46;
}
.left-caret:before {
	border-right: 5px solid #ffaf46;
}
.right-inner-addon {
	position: relative;
}
.right-inner-addon input {
	padding-right: 30px;
}
.right-inner-addon i {
	position: absolute;
	right: 0px;
	padding: 10px 12px;
	pointer-events: none;
}
.border_r_30 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.navbar-collapse {
	margin-top: 10px !important;
}
.nav-pills > li{
	width:14.1% !important;
	}
	
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	color: #fff;
}
.nav-pills > li > a {
	word-wrap: break-word;
	width: 135px;
	height: 40px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	background-color: #f2f2f2;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
}
.green_bg > a:hover, .green_bg > a:focus, .green_bg > a.active {
	color: #fff;
	background-color: #7AB800;
}
.green1_bg > a:hover, .green1_bg > a:focus, .green1_bg > a.active {
	color: #fff;
	background-color: #008542;
}
.red_bg > a:hover, .red_bg > a:focus, .red_bg > a.active {
	color: #fff;
	background-color: #C60C30;
}
.orange_bg > a:hover, .orange_bg > a:focus, .orange_bg > a.active {
	color: #fff;
	background-color: #DE3831;
}
.orange1_bg > a:hover, .orange1_bg > a:focus, .orange1_bg > a.active {
	color: #fff;
	background-color: #E98300;
}
.yello_bg > a:hover, .yello_bg > a:focus, .yello_bg > a.active {
	color: #fff;
	background-color: #FED100;
}
.yello1_bg > a:hover, .yello1_bg > a:focus, .yello1_bg > a.active {
	color: #fff;
	background-color: #C9DD03;
}
.grace_bg, .grace_bg > a:hover, .grace_bg > a:focus, .grace_bg > a.active {
	color: #fff;
	background-color: #CCCCCC;
}
.green_bg > a:hover, .green_bg > a:focus, .green_bg > a.active {
	color: #fff;
	background-color: #7AB800;
}
.green1_bg > a:hover, .green1_bg > a:focus, .green1_bg > a.active {
	color: #fff;
	background-color: #008542;
}
.red_bg > a:hover, .red_bg > a:focus, .red_bg > a.active {
	color: #fff;
	background-color: #C60C30;
}
.orange_bg > a:hover, .orange_bg > a:focus, .orange_bg > a.active {
	color: #fff;
	background-color: #DE3831;
}
.orange1_bg > a:hover, .orange1_bg > a:focus, .orange1_bg > a.active {
	color: #fff;
	background-color: #E98300;
}
.yello_bg > a:hover, .yello_bg > a:focus, .yello_bg > a.active {
	color: #fff;
	background-color: #FED100;
}
.yello1_bg > a:hover, .yello1_bg > a:focus, .yello1_bg > a.active {
	color: #fff;
	background-color: #C9DD03;
}
.grace_bg, .grace_bg > a:hover, .grace_bg > a:focus, .grace_bg > a.active {
	color: #fff;
	background-color: #CCCCCC;
}
.green a:hover {
	color: #7AB800 !important;
}
.green1 a:hover {
	color: #008542 !important;
}
.red a:hover {
	color: #C60C30 !important;
}
.orange a:hover {
	color: #DE3831 !important;
}
.orange1 a:hover {
	color: #E98300 !important;
}
.yello a:hover {
	color: #FED100 !important;
}
.yello1 a:hover {
	color: #C9DD03 !important;
}
.grace a:hover {
	color: #CCCCCC !important;
}
.greens a.last {
	color: #7AB800 !important;
}
.green1s a.last {
	color: #008542 !important;
}
.reds a.last {
	color: #C60C30 !important;
}
.oranges a.last {
	color: #DE3831 !important;
}
.orange1s a.last {
	color: #E98300 !important;
}
.yellosa a.last {
	color: #F6BA05!important;
}
.yellos a.last {
	color: #FED100 !important;
}
.yello1s a.last {
	color: #C9DD03 !important;
}
.graces a.last {
	color: #CCCCCC !important;
}
/**/



#main_news {
	width: 100%;
}
.no_padd_tp {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
#main_news .news_items {
}
#main_news a {
	color: #333;
}
#main_news hr, #social hr {
	margin: 5px 0px;
	padding: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
}
#contact {
	display: table-cell;
	min-height: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#contact a {
	position: relative;
	text-align: center;
	margin: 5% auto;
}
.margin_bottom0 {
	margin-bottom: 0px;
}
.green {
	color: #8dc63f;
}
.bold {
	font-weight: bold;
}
#banners {
	text-align: right;
}
#banners h5 {
	margin: 3px;
}
.langs li {
	list-style: none;
	display: inline-table;
	margin: 0 5px;
	font-size: 14px;
}
.langs li a {
	color: #CCCCCC;
}
.langs li a:hover {
	color: #189748;
	text-decoration: none;
}
.pages {
	padding: 10px;
	background: #f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
	box-shadow: 5px 5px 5px 0px rgba(184,184,184,1);
	min-height: 500px;
}
.pagination {
	margin: 0 !important;
	margin-top: -10px !important;
}
.news_item {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.border_bottom {
	border-bottom: 1px solid #d9d9d9;
}
.news_item .news_img {
	float: left;
	width: 186px;
	margin-right: 10px;
}
.news_item .news_img a {
	padding: 3px;
	display: block;
	background: #fff;
	border: 1px solid #d9d9d9;
}
.news_item h2 {
	font-size: 16px;
	margin: 5px 0px;
}
.news_item .date {
	color: #6d6d6d;
	font-size: 11px;
}
.news_item .news_right {
	width: 477px;
	overflow: hidden;
}
.news_item .news_right p {
	color: #747474;
	font-size: 12px;
	margin-top: 5px;
}
.scrollbar {
	height: 420px;
	width: 100%;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.force-overflow {
	/*	min-height: 420px;*/
	background: none !important;
}
 #scrolling::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #scrolling::-webkit-scrollbar {
 width: 10px;
 background-color: #F5F5F5;
}
 #scrolling::-webkit-scrollbar-thumb {
 background-color: #7AB800;
 background-image: -webkit-linear-gradient(45deg, rgba(0, 133, 66, .2) 25%, transparent 25%, transparent 50%, rgba(0, 133, 66, .2) 50%, rgba(0, 133, 66, .2) 75%, transparent 75%, transparent)
}
.horizontal-scrollbar {
	overflow-x: auto; /*for horizontal scroll bar */
	overflow-y: hidden; /*for hiding vertical scroll bar */
}
.vertical-scrollbar {
	overflow-x: hidden; /*for hiding horizontal scroll bar*/
	overflow-y: auto; /*for vertical scroll bar*/
}
#navigation_on_page {
	margin: 0 0 10px 0px;
}
#navigation_on_page a {
	color: #333;
	text-decoration: none;
	margin-right: 5px;
	padding-right: 12px;
	padding-bottom: 2px;
	background: url(../icons/sad_var_arrow.png) no-repeat center right;
	line-height: normal;
}
#navigation_on_page a.last {
	background: none;
	padding-right: 0;
}
.panel-default > .panel-heading {
	color: #333;
	background-image: none !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
.panel-default > .panel-heading .badge {
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
.panel-default {
	border: none !important;
	background: none !important;
}
.panel-heading {
	padding: 5px;
	border: none !important;
	border: none !important;
}
.panel-title > a {
	color: #333;
	background: none !important;
	padding-bottom: 5px;
	text-decoration: none;
}
.panel {
	margin: 0;
	background: none !important;
	border: none !important;
	border-radius: 4px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.panel-body {
	margin-top: 10px;
	padding: 0 0 0 25px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading .accordion-toggle:before {
	/* symbol for "opening" panels */
	content: "";
	background: url(../img/open_toggle.png) no-repeat;
	width: 14px;
	height: 14px;
	float: left;        /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:before {
	/* symbol for "collapsed" panels */
	content: "";
	background: url(../img/close_toggle.png) no-repeat top left;
	width: 14px;
	height: 14px;
	content: "";
}
 .accordion-toggle:hower, .accordion-toggle:active, {
 color: #F00;
 background:none !important;
}
.all_service {
	padding: 0;
	margin: 0;
	float: left;
	max-width: 50%;
}
.all_service li {
	list-style: none;
	display: compact;
	height: auto;
}
.all_service li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #666666;
	white-space: normal;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.all_service a i {
	background: url(../img/menu_icon.png) no-repeat top left;
	width: 11px;
	height: 18px;
	float: left;
	margin-right: 5px;
}
.all_service li > a:hover, .all_service li > a:focus {
	text-decoration: none;
	color: #000;
}
.search_forma {
	position: absolute;
	bottom: 0px;
	vertical-align: bottom;
}
.search_forma a {
	color: #333;
	display: block;
	text-align: right;
	margin-right: 20px;
}
.navbar-form {
	display: block;
	text-align: right;
	width: 100%;
	padding: 0;
}
.width100 {
	width: 100% !important;
}
.input-group {
	margin: 0;
	padding: 0 0 0 10px;
}
.instrumentebi {
	position: relative;
	float: right;
}
.alphas {
	display: inline-block;
	margin: 0px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.alphas > li {
	display: inline;
}
.alphas > li > a, .alphas > li > span {
	position: relative;
	float: left;
	padding: 2px 6px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.alphas > li:first-child > a, .alphas > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.alphas > li:last-child > a, .alphas > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.alphas > li > a:hover, .alphas > li > span:hover, .alphas > li > a:focus, .alphas > li > span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}
.alphas > .active > a, .alphas > .active > span, .alphas > .active > a:hover, .alphas > .active > span:hover, .alphas > .active > a:focus, .alphas > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}
.alphas > .disabled > span, .alphas > .disabled > span:hover, .alphas > .disabled > span:focus, .alphas > .disabled > a, .alphas > .disabled > a:hover, .alphas > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.menus {
	display: block;
	position: relative;
}
.menus > ul {
	padding: 0;
	margin: 0;
}
.menus > ul > li {
	list-style: none;
	width: 41.66666667% !important;
}
.menus > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #666666;
	white-space: normal;
	max-width: 500px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.menus a i {
	margin-top: 2px;
	background: url(../img/menu_icon.png) no-repeat top left;
	width: 11px;
	height: 18px;
	float: left;
	margin-right: 5px;
}
.menus ul > li > a:hover, .menus ul > li > a:focus {
	text-decoration: none;
	color: #000;
}
.menus .disabled > a, .menus .disabled > a:hover, .menus .disabled > a:focus {
	color: #999999;
}
.menus .disabled > a:hover, .menus .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.menus .dropdown-header {
	color: #428bca;
	font-size: 18px;
}
.menus .dropdown-header a {
	margin-left: 0px !important;
	padding: 0 !important;
}
.menus .dropdown-header i {
	background: url(../img/menu_icon.png) no-repeat top right;
}
#just_list {
	float: left;
}
#just_list ul {
	margin: 0;
	padding: 0;
}
#just_list ul li {
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	margin-left:-10px;
}
#just_list ul li a {
	text-decoration: none;
	border: none;
}
.width250px {
	width: 250px;
}

@media (max-width: 767px) {
#just_list {
	margin-top: 0px
}
.menus > ul > li {
	width: 90% !important;
}
.width250px {
	width: auto;
}
#just_list {
	width: 100%;
}
#just_list ul li {
	list-style: none;
	width: 45%;
	text-align: center;
}
.nav-pills {
	width: 99%;
}
.nav-pills>li {
	float: none !important;
	width: 100% !important;
	margin-bottom: 1px;
}


.nav-pills > li > a {
	padding-top: 10px;
	width: 100% !important;
	display: list-item !important;
	vertical-align: middle;
}
.dropdown-menu-large {
	margin-left: 0;
	margin-right: 0;
}
.dropdown-menu-large > li {
	margin-bottom: 30px;
}
.dropdown-menu-large > li:last-child {
	margin-bottom: 0;
}
.dropdown-menu-large .dropdown-header {
	padding: 3px 15px !important;
}
#contact, #banners {
	width: 100%;
}
#banners, #social {
	text-align: center !important;
}
.limit200 {
	position: relative;
	max-height: 120px !important;
	overflow: hidden;
}
#footer, #banners, #contact {
	display: inline-block;
}
#banners.pull-right {
	float: none !important;
	clear: both;
	text-align: center !important;
}
.bottom-align-text {
	margin-top: 10px !important;
}
}
/*******************************************************/




.green:focus {
	border-color: #7AB800;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(122, 184, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(122, 184, 0, .6);
}
.green1:focus {
	border-color: #008542;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 133, 66, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 133, 66, .6);
}
.red:focus {
	border-color: #C60C30;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198, 12, 48, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198, 12, 48, .6);
}
.orange:focus {
	border-color: #DE3831;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 56, 49, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 56, 49, .6);
}
.orange1:focus {
	border-color: #E98300;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 131, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 131, 0, .6);
}
.yello:focus {
	border-color: #FED100;
	outline: 0;
f  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 209, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 209, 0, .6);
}
.yello1:focus {
	border-color: #C9DD03;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 221, 3, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(201, 221, 3, .6);
}
.grace:focus {
	border-color: #CCCCCC;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.mobs {
	margin: 5px 0;
}
.fluidMedia {
	/*margin-top:10px;*/
	position: relative;
	padding-bottom: 100%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
	/*padding-top: 30px;*/
	height: 0;
	overflow: auto;
}
.fluidMedia iframe {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-bottom: auto;
	overflow-x: hidden;
}
.frame {
	height: auto;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
	width: 250px;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
.ui-menu .ui-menu-item a:hover {
	color: #FFF;
}
/* highlight results */
.ui-autocomplete span.hl_results {
	background-color: #ffff66;
}
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
	background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
/* scroll results */
.ui-autocomplete {
	background: #f2f2f2 !important;
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding for vertical scrollbar */
	padding-right: 5px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	background: #f2f2f2;
	max-height: 200px;
}
.newsebi {
	text-align: left;
	float: right;
	max-width: 700px;
	min-width: 700px;
}
.left {
	text-align: left;
	float: left;
}
.right {
	text-align: tight;
	float: right;
}
.center {
	text-align: center;
}
.full {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.del {
	text-decoration: overline;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
a.nolink {
	text-decoration: none !important;
	color: #333333 !important;
}
a.nolink:hover {
	text-decoration: none !important;
	color: #333333 !important;
}
.bottom-align-text {
	margin-top: 50px;
}
.adapter {
	background: #FFFFFF;
	padding-left: 10px;
}
