/*********** Fonts ***********/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=greek,latin);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700&subset=greek,latin);
@import url(https://fonts.googleapis.com/css?family=GFS+Didot&subset=greek);
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html {
	direction: ltr !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
	font-family: 'Noto Serif', serif;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size:10pt;
}

body.my-container>.container{
	padding-left:60px;
	padding-right:60px;
}
body.wait *, body.wait
{
    cursor: wait !important;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.block {
	display:block;
}
.inlineblock {
	display:inline-block;
}
.no-padding{
	padding:0px !important;
}
.no-padding-bottom{
	padding-bottom:0px !important;
}
.no-margin{
	margin-top:0px;
	margin-bottom:0px;
	border:0px;
	line-height:1;
	margin-right:0px;
	margin-left:0px;
}
.margin-right-15{
	margin-right:15px !important;
}
.no-left-padding {
	padding-left:0px;
}
.no-right-padding {
	padding-right:0px;
}
.margin-minus-15{
	margin-left:-15px;
}
.margin-minus-vrtl-15{
	margin-left:-15px;
	margin-right:-15px;
}
@media (max-width:992px){
	.no-left-padding {
		padding-left:15px;
	}
	.margin-minus-15{
	margin-left:0px;
	}
	.margin-minus-vrtl-15{
		margin-left:0px;
		margin-right:0px;
	}
}
.margin-top-lg{
	margin-top:20px;
}
.margin-top-md{
	margin-top:15px;
}
.margin-top-sm{
	margin-top:5px;
}
.margin-bottom {
	display:block;
	margin-bottom:15px;
}
.margin-bottom-sm {
	margin-bottom:5px;
}
.margin-bottom-md {
	margin-bottom:10px;
}
.margins-hrz {
	margin-left:15px;
	margin-right:15px;
}
.margins-vrt-sm{
	margin-top:8px;
	margin-bottom:8px;
}
.margin-right {
	margin-right:10px;
}
.no-margin-left {
	margin-left:0px;
}
.margin-left {
	margin-left:10px;
}
.paddings-hrz {
	padding-left:10px;
	padding-right:10px;
}
.paddings-hrz-5 {
	padding-left:5px;
	padding-right:5px;
}
.padding-vrtl-3 {
	padding-top:3px; 
	padding-bottom:3px;
}
.padding-bottom-15 {
	padding-bottom:15px !important;
}
.line-height-sm {
	line-height:1.7;
}
.width-block-sm {
	width:15px;
}
.vertical-align {
	vertical-align:middle;
	line-height: 1.5;
}
.padding-md {
	padding:5px;
}
.padding-lg {
	padding:15px;
}
.width-90 {
	width:90%;
}
.width-80 {
	width:80%;
}
.width-20 {
	width:20%;
}
.width-15 {
	width:15%;
}
.width-10 {
	width:10%;
}
.width-70 {
	width:70%;
}
.width-50 {
	width:50%;
}
.max-width-100 {
	max-width:100px !important;
}
.line-height-fix{
	vertical-align:center;
	height:40px;
}
.inline-block{
	display:inline-block;
	width:85%
}
.line-height-fix.inline-block{
	width:15%;
	margin-right:12px;
	margin-top:5px
}
.margins dt, .margins dd {
	margin-top:2px;
	margin-bottom:2px;
}
.border-hr {
	margin-top:0px;
}
.no-margin-top{
	margin-top:0px !important;
}
/******************************************************
	CUSTOM BTN VALUES
******************************************************/

.btn {
	padding: 14px 24px;
	border: 0 none;
	font-weight: 700;
	letter-spacing: 1px;
	white-space:normal;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}

/******************************************************
	STANDARD BUTTONS
******************************************************/
.btn-link {
	padding:5px;
	padding-left:10px;
	padding-top:0px;
	margin-top:0px;
	font-size:10pt;
	font-weight:normal;
}
.btn-default {
	border: 2px solid #C4C4C4;
	color: #737373;
	padding: 12px 22px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background: #FFFFFF;
	border-color: #949494;
	color: #737373;
}
.btn-default:active, .btn-default.active {
	border-color: #737373;
	box-shadow: none;
}
.btn-primary {
	background: #0099cc;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
	background: #007299;
	box-shadow: none;
}
.btn-success {
	background: #00bf6f;
	color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background: #39bf87;
}
.btn-success:active, .btn-success.active {
	background: #008c52;
	box-shadow: none;
}
.btn-info {
	background: #31cde8;
	color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background: #5fd4e8;
}
.btn-info:active, .btn-info.active {
	background: #35a2b5;
	box-shadow: none;
}
.btn-warning {
	background: #eb8f34;
	color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background: #eba259;
}
.btn-warning:active, .btn-warning.active {
	background: #b87430;
	box-shadow: none;
}
.btn-danger {
	background: #f25454;
	color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background: #f26d6d;
}
.btn-danger:active, .btn-danger.active {
	background: #bf4343;
	box-shadow: none;
}

/******************************************************
	SHARP BUTTONS
******************************************************/

.btn.sharp {
	border-radius: 0;
}

/******************************************************
	OUTLINE BUTTONS
******************************************************/
.btn.outline {
	background: none;
	padding: 12px 22px;
}
.btn-navy.outline {
	border: 2px solid #407FC4;
	color: #407FC4;
}
.btn-navy.outline:hover, .btn-navy.outline:focus, .btn-navy.outline:active, .btn-navy.outline.active, .open > .dropdown-toggle.btn-navy {
	color: #006acc;
	border-color: #006acc;
}
.btn-navy.outline:active, .btn-navy.outline.active {
	border-color: #003d99;
	color: #003d99;
	box-shadow: none;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
	color: #33a6cc;
	border-color: #33a6cc;
}
.btn-primary.outline:active, .btn-primary.outline.active {
	border-color: #007299;
	color: #007299;
	box-shadow: none;
}
.btn-success.outline {
	border: 2px solid #00bf6f;
	color: #00bf6f;
}
.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
	border-color: #39bf87;
	color: #39bf87;
}
.btn-success.outline:active, .btn-success.outline.active {
	border-color: #008c52;
	color: #008c52;
	box-shadow: none;
}
.btn-info.outline {
	border: 2px solid #31cde8;
	color: #31cde8;
}
.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
	border-color: #5fd4e8;
	color: #5fd4e8;
}
.btn-info.outline:active, .btn-info.outline.active {
	border-color: #35a2b5;
	color: #35a2b5;
	box-shadow: none;
}
.btn-warning.outline {
	border: 2px solid #eb8f34;
	color: #eb8f34;
}
.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
	border-color: #eba259;
	color: #eba259;
}
.btn-warning.outline:active, .btn-warning.outline.active {
	border-color: #b87430;
	color: #b87430;
	box-shadow: none;
}
.btn-danger.outline {
	border: 2px solid #f25454;
	color: #f25454;
}
.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
	border-color: #f26d6d;
	color: #f26d6d;
}
.btn-danger.outline:active, .btn-danger.outline.active {
	border-color: #bf4343;
	color: #bf4343;
	box-shadow: none;
}

/******************************************************
	GRADIENT BUTTONS
******************************************************/
.btn-navy, .btn-navy:hover, .btn-navy:active, .btn-navy.active {
	color:#fff;
}
.btn-navy:hover,.btn-navy:focus, .btn-navy:active, .btn-navy.active, .open > .dropdown-toggle.btn-navy {
	color:#fff;
}
.btn-navy.gradient {
	background: -moz-linear-gradient(top,  #478edb 50%, #407FC4 50%); /* #478edb #407FC4 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#478edb), color-stop(50%,#407FC4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #478edb 50%,#407FC4 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #478edb 50%,#407FC4 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #478edb 50%,#407FC4 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #478edb 50%,#407FC4 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478edb', endColorstr='#407FC4',GradientType=0 ); /* IE6-9 */
}
.btn-navy.gradient:hover, .btn-navy.gradient:focus, .btn-navy.gradient:active, .btn-navy.gradient.active, .open > .dropdown-toggle.btn-navy {
	background: -moz-linear-gradient(top,  #6688cc 50%, #336dcc 50%); /* #6688cc #336dcc FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#6688cc), color-stop(50%,#336dcc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6688cc 50%,#336dcc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6688cc 50%,#336dcc 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6688cc 50%,#336dcc 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #6688cc 50%,#336dcc 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6688cc', endColorstr='#336dcc',GradientType=0 ); /* IE6-9 */
}
.btn-navy.gradient:active, .btn-navy.gradient.active {
	background: -moz-linear-gradient(top,  #265c99 50%, #004c99 50%); /* #265c99 #004c99 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#265c99), color-stop(50%,#004c99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #265c99 50%,#004c99 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #265c99 50%,#004c99 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #265c99 50%,#004c99 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #265c99 50%,#004c99 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265c99', endColorstr='#004c99',GradientType=0 ); /* IE6-9 */
}

.btn-primary.gradient {
	background: -moz-linear-gradient(top,  #33a6cc 50%, #0099cc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#33a6cc), color-stop(50%,#0099cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #33a6cc 50%,#0099cc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #33a6cc 50%,#0099cc 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #33a6cc 50%,#0099cc 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #33a6cc 50%,#0099cc 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a6cc', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
}
.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
	background: -moz-linear-gradient(top,  #66b2cc 50%, #33a6cc 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#66b2cc), color-stop(50%,#33a6cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #66b2cc 50%,#33a6cc 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b2cc', endColorstr='#33a6cc',GradientType=0 ); /* IE6-9 */
}
.btn-primary.gradient:active, .btn-primary.gradient.active {
	background: -moz-linear-gradient(top,  #267c99 50%, #007299 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#267c99), color-stop(50%,#007299)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #267c99 50%,#007299 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #267c99 50%,#007299 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #267c99 50%,#007299 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #267c99 50%,#007299 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267c99', endColorstr='#007299',GradientType=0 ); /* IE6-9 */
}
.btn-success.gradient {
	background: -moz-linear-gradient(top,  #39bf87 50%, #00bf6f 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#39bf87), color-stop(50%,#00bf6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39bf87 50%,#00bf6f 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39bf87 50%,#00bf6f 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39bf87 50%,#00bf6f 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #39bf87 50%,#00bf6f 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39bf87', endColorstr='#00bf6f',GradientType=0 ); /* IE6-9 */
}
.btn-success.gradient:hover, .btn-success.gradient:focus, .btn-success.gradient:active, .btn-success.gradient.active, .open > .dropdown-toggle.btn-success {
	background: -moz-linear-gradient(top,  #73bf9f 50%, #39bf87 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#73bf9f), color-stop(50%,#39bf87)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #73bf9f 50%,#39bf87 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #73bf9f 50%,#39bf87 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #73bf9f 50%,#39bf87 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #73bf9f 50%,#39bf87 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bf9f', endColorstr='#39bf87',GradientType=0 ); /* IE6-9 */
}
.btn-success.gradient:active, .btn-success.gradient.active {
	background: -moz-linear-gradient(top,  #2a8c63 50%, #008c52 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#2a8c63), color-stop(50%,#008c52)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a8c63 50%,#008c52 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a8c63 50%,#008c52 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a8c63 50%,#008c52 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a8c63 50%,#008c52 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8c63', endColorstr='#008c52',GradientType=0 ); /* IE6-9 */
}
.btn-info.gradient {
	background: -moz-linear-gradient(top,  #5fd4e8 50%, #31cde8 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#5fd4e8), color-stop(50%,#31cde8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fd4e8 50%,#31cde8 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd4e8', endColorstr='#31cde8',GradientType=0 ); /* IE6-9 */
}
.btn-info.gradient:hover, .btn-info.gradient:focus, .btn-info.gradient:active, .btn-info.gradient.active, .open > .dropdown-toggle.btn-info {
	background: -moz-linear-gradient(top,  #8edae8 50%, #5fd4e8 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#8edae8), color-stop(50%,#5fd4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8edae8 50%,#5fd4e8 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8edae8 50%,#5fd4e8 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8edae8 50%,#5fd4e8 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #8edae8 50%,#5fd4e8 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8edae8', endColorstr='#5fd4e8',GradientType=0 ); /* IE6-9 */
}
.btn-info.gradient:active, .btn-info.gradient.active {
	background: -moz-linear-gradient(top,  #6baab5 50%, #35a2b5 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#6baab5), color-stop(50%,#35a2b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6baab5 50%,#35a2b5 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6baab5 50%,#35a2b5 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6baab5 50%,#35a2b5 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #6baab5 50%,#35a2b5 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6baab5', endColorstr='#35a2b5',GradientType=0 ); /* IE6-9 */
}
.btn-warning.gradient {
	background: -moz-linear-gradient(top,  #eba259 50%, #eb8f34 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#eba259), color-stop(50%,#eb8f34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eba259 50%,#eb8f34 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eba259 50%,#eb8f34 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eba259 50%,#eb8f34 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #eba259 50%,#eb8f34 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eba259', endColorstr='#eb8f34',GradientType=0 ); /* IE6-9 */
}
.btn-warning.gradient:hover, .btn-warning.gradient:focus, .btn-warning.gradient:active, .btn-warning.gradient.active, .open > .dropdown-toggle.btn-warning {
	background: -moz-linear-gradient(top,  #ebb57f 50%, #eba259 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebb57f), color-stop(50%,#eba259)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebb57f 50%,#eba259 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebb57f 50%,#eba259 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebb57f 50%,#eba259 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebb57f 50%,#eba259 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb57f', endColorstr='#eba259',GradientType=0 ); /* IE6-9 */
}
.btn-warning.gradient:active, .btn-warning.gradient.active {
	background: -moz-linear-gradient(top,  #b8824d 50%, #b87430 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#b8824d), color-stop(50%,#b87430)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8824d 50%,#b87430 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8824d 50%,#b87430 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8824d 50%,#b87430 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8824d 50%,#b87430 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8824d', endColorstr='#b87430',GradientType=0 ); /* IE6-9 */
}
.btn-danger.gradient {
	background: -moz-linear-gradient(top,  #f26d6d 50%, #f25454 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f26d6d), color-stop(50%,#f25454)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f26d6d 50%,#f25454 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f26d6d 50%,#f25454 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f26d6d 50%,#f25454 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #f26d6d 50%,#f25454 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26d6d', endColorstr='#f25454',GradientType=0 ); /* IE6-9 */
}
.btn-danger.gradient:hover, .btn-danger.gradient:focus, .btn-danger.gradient:active, .btn-danger.gradient.active, .open > .dropdown-toggle.btn-danger {
	background: -moz-linear-gradient(top,  #f28585 50%, #f26d6d 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f28585), color-stop(50%,#f26d6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f28585 50%,#f26d6d 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f28585 50%,#f26d6d 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f28585 50%,#f26d6d 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #f28585 50%,#f26d6d 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28585', endColorstr='#f26d6d',GradientType=0 ); /* IE6-9 */
}
.btn-danger.gradient:active, .btn-danger.gradient.active {
	background: -moz-linear-gradient(top,  #bf5656 50%, #bf4343 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#bf5656), color-stop(50%,#bf4343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bf5656 50%,#bf4343 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bf5656 50%,#bf4343 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bf5656 50%,#bf4343 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #bf5656 50%,#bf4343 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5656', endColorstr='#bf4343',GradientType=0 ); /* IE6-9 */
}

/******************************************************
	ROUNDED BUTTONS
******************************************************/

.btn.round {
	border-radius: 24px;
}
.btn-lg.round {
	border-radius: 32px;
}
.btn-sm.round {
	border-radius: 14px;
}
.btn-xs.round {
	border-radius: 10px;
}

/******************************************************
	RAISED BUTTONS
******************************************************/

.btn-primary.raised {
	box-shadow: 0 3px 0 0 #007299;
	font-weight:500;
}
.btn-primary.raised:active, .btn-primary.raised.active {
	background: #33a6cc;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
	font-weight:500;
}
.btn-success.raised {
	box-shadow: 0 3px 0 0 #008c52;
	font-weight:500;
}
.btn-success.raised:active, .btn-success.raised.active {
	background: #39bf87;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
	font-weight:500;
}
.btn-info.raised {
	box-shadow: 0 3px 0 0 #35a2b5;
	font-weight:500;
}
.btn-info.raised:active, .btn-info.raised.active {
	background: #5fd4e8;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
	font-weight:500;
}
.btn-warning.raised {
	box-shadow: 0 3px 0 0 #b87430;
	font-weight:500;
}
.btn-warning.raised:active, .btn-warning.raised.active {
	background: #eba259;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
	font-weight:500;
}
.btn-danger.raised {
	box-shadow: 0 3px 0 0 #bf4343;
	font-weight:500;
}
.btn-danger.raised:active, .btn-danger.raised.active {
	background: #f26d6d;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
	font-weight:500;
}

/******************************************************
	BUTTON SIZING
******************************************************/

.btn-xs, .btn-group-xs > .btn {
	padding: 2px 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 8px 12px;
}
.btn-lg {
	padding: 20px 40px;
	border-radius: 4px;
}
.btn-xs.btn-default, .btn-xs.outline {
	padding: 0px 4px;
}
.btn-sm.btn-default, .btn-sm.outline {
	padding: 6px 10px;
}
.btn-lg.btn-default, .btn-lg.outline {
	padding: 18px 38px;
}
span.block {
	display:block;
	padding-top:8px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none !important;
}
/**********Calendar************/
.column .block .heading {
    padding: 0px 20px;
    margin: 0px;
}
.column .block .heading {
    position: relative;
    min-height: 45px;
    line-height: 45px;
    background-color: #407FC4;
    padding: 0.28571rem 20px;
    border: medium none;
    color: #FFF;
    font-size: 1.38rem;
    font-weight: 500;
}

.column .block .cloak {
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    background-color: #E0E0E0;
}

.column .block {
    margin: 0px 0px 10px;
}
 .photo, .intro-text, .column .block {
    position: relative;
    display: inline-block;
    width: 100%;
}

.column .block .heading::before {

    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0px;
    border-color: #407FC4 transparent transparent;
    left: 14px;
    bottom: -7px;
    z-index: 1000;

}
 .column.second-line .block.events ul {
    height: 142px;
}
 .column.second-line .block ul {
    display: block;
    height: 150px;
    width: 100%;
    padding: 0px 10px 0px 15px;
    border: medium none;
    background-color: #E0E0E0;
    overflow: auto;
}
.column .block.events ul {
    height: 100px;
}
.column .block ul {
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}
main .column.second-line .block ul li a.isdate {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  max-height: 50px;
  margin-top: 5px;
  background-color: #FFF;
}
.column.second-line .block ul li a.isdate > span {
  display: block;
  text-align: center;
  line-height: 1.1em;
  font-size: 1rem;
  font-weight: 700;
}
 .column.second-line .block ul li a.isdate > span.date-itself {
  font-size: 1.6rem;
  font-weight: 600;
}
.column.second-line .block ul li a.hasdate {
  padding-left: 50px;
  max-height: 40px;
  line-height: 1rem;
  margin-top: 5px;
}
.column.second-line .block ul li:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
 .column.second-line .block .spacer {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #E0E0E0;
}
 .column.second-line .block.events ul {
  height: 142px;
}
.column.second-line .block.events .calendar {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #E0E0E0;
}
.column.second-line .block.events .calendar > span {
  position: relative;
  display: block;
  width: calc(100% - 21px);
  height: 100%;
  margin-left: 15px;
  padding-top: 0.8rem;
  border-top: 1px solid #565656;
  font-size: 1.3rem;
  color: #565656;
}
.column.second-line .block.events .calendar > span a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
.column.second-line .block.events .calendar > span a:active, .column.second-line .block.events .calendar > span a:focus {
  outline: none;
}
.column.second-line .block.events .calendar > span .themonth {
  display: inline-block;
  width: calc(100% - 40px);
  text-align: center;
}
.column.second-line .block.events .heading  a {
	color: #FFF;
	text-decoration:none;
}

.column.second-line .block.press .heading, .column.second-line .block.announcements .heading {
  color: #565656;
  background-color: #D6D6D6;
}
.column.second-line .block.announcements .heading  a,
.column.second-line .block.press .heading a{
	color: #565656;
	background-color: #D6D6D6;
	text-decoration:none;
}
.column.second-line .block.press .heading:before, .column.second-line .block.announcements .heading:before {
  border-color: #D6D6D6 transparent transparent transparent;
}
.column.second-line .block.press ul,  .column.second-line .block.announcements ul {
  height: 249px;
  background-color: #F6F6F6;
  padding-bottom: 0;
}
.column.second-line .block.press ul li, .column.second-line .block.announcements ul li {
  height: 50px;
  border-bottom: solid 1px #D0D0D0;
}
.column.second-line .block.press ul li a,  .column.second-line .block.announcements ul li a {
  max-height: 32px;
  line-height: 16px;
}
.column.second-line .block.press ul li:last-child, .column.second-line .block.announcements ul li:last-child {
  border-bottom: none;
}
.column.second-line .block.press ul .mCSB_outside + .mCSB_scrollTools .mCSB_draggerRail, .column.second-line .block.announcements ul .mCSB_outside + .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D6D6D6;
}
 .column.second-line .block.press .spacer, .column.second-line .block.announcements .spacer {
  background-color: #F6F6F6;
}
.column.second-line .block.press .divider, .column.second-line .block.announcements .divider {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  background-color: #F6F6F6;
}
 .column.second-line .block.press .divider > span,.column.second-line .block.announcements .divider > span {
  display: block;
  height: 100%;
  width: calc(100% - 25px);
  margin-left: 15px;
  border-bottom: solid 1px #565656;
  background-color: #F6F6F6;
}
.column.second-line .block .spacer {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #E0E0E0;
}
.column.second-line .block.events .calendar {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #E0E0E0;
    border:0px;
}
.column.second-line .block.events .calendar > span {
    position: relative;
    display: block;
    width: calc(100% - 21px);
    height: 100%;
    margin-left: 15px;
    padding-top: 0.8rem;
    border-top: 1px solid #565656;
    font-size: 1.8rem;
    color: #565656;
}
.column.second-line .block ul li {
    display: block;
    height: 50px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}
.column .block ul li {
    position: relative;
}
.column.second-line .block ul li a.isdate {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    max-height: 50px;
    margin-top: 5px;
    background-color: #FFF;
}
.column.second-line .block ul li a.hasdate {
    padding-left: 50px;
    max-height: 40px;
    line-height: 1rem;
    margin-top: 5px;
	font-size:9pt;
}
.column.second-line .block ul li a {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 37px;
    line-height: 1.25rem;
    margin: 0px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 0.88rem;
    border-bottom: medium none;
    white-space: normal;
    overflow: hidden;
}
.column .block ul li:last-child a {
    border: medium none;
}
.column .block ul li a,.column .block ul li .aslink {
    text-decoration: inherit;
    display: inline-block;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    margin: 0px 20px;
    border-bottom: 1px solid #D0D0D0;
    cursor: pointer;
    color: #565656;
    font-weight: bold;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

@media (max-width:992px){
	.isevents-exhibitions {
		text-align: center;
		margin: auto;
		max-width:380px;
		margin-top:10px;
	}
}
/*********** Colors ***********/
.bg-white {
	background-color:#fff;
}
.color-white {
	color:#fff !important;
}
.bg-grey-dark {
	background-color:#c4c4c4;
}
.bg-grey-light {
	background-color:#ecebe6;
}
.color-grey-medium {
	color:#837878 !important;
}
.color-grey-light {
	color:#ecebe6 !important;
}
.color-grey-blue {
	color:#bedede;
}
.bg-blue-logo {
	background:#407fc4;
	padding-top:3px;
	padding-bottom:3px;
}
.bg-blue {
	background:#407fc4;
}
.bg-blue-dark {
	background:#023455;
}
.color-blue {
	color:#407fc4;
}
.color-dark-blue {
	color:#1b5d91;
}
.color-blue-dark , .color-blue-dark  a{
	color:#023455;
}
.color-grey-dark {
	color:#4c4545 !important;
}
span.color-grey , .color-grey{
	color:#85898c;
}
.color-night-blue {
	color:#061a2f;
}
.color-orange, .color-orange  a {
	color:#EE705A;
}
.border-red {
	border-bottom:2px solid #EE705A;
}
.bg-color-green {
	background:#4f8e64;
}
.color-green, .color-green a {
	color:#4f8e64;
}
.bg-color-orange {
	background:#EE705A;
}
.bg-color-teal {
	background:#2f6f6d;
}
.color-teal, .color-teal a {
	color:#2f6f6d;
}
.bg-color-cyan {
	background:#4eaba8;
}
.color-cyan, .color-cyan a {
	color:#4eaba8
}
.bg-color-yellow {
	background:#e0c966;
}
.color-yellow , .color-yellow a{
	color:#e0c966;
}
.bg-color-light-blue {
	background:#7ed7f8;
}
.bg-color-siel {
	background:#029ac0;
}
.color-siel {
	color:#029ac0;
}
.color-grey {
	color:#9e9e9e;
}
.bold {
	font-weight:700;
}
/*********** Header ***********/
.wrap{
	width:100%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

.header-top-right{
	float:left;
}
.box{
	float:right;
}
.box1{
	float:right;
}
.cssmenu{
	float:right;
	color:#023455;
	font-size: 0.8125em;
	line-height:1;
}
.cssmenu ul{
	margin:0px;
	padding:0px;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a:after {
	margin-left:10px;
	content:"|";
}
.box .cssmenu ul li a:after {
	content:"";
	margin-left:0px;
}
.cssmenu ul li:last-child a:after {
	content:"";
	margin-left:0px;
}
.cssmenu ul li a {
	color:#023455;
	display: block;
	margin:10px;
	margin-left:0px;
}
.box .cssmenu ul li a {
	margin-left:10px;
}
.cssmenu li> a:hover {
	text-decoration:underline;
}
.header-bottom{
	background:#fff;
	padding:2% 0;
}
.logo{
	margin-top:0px;
	margin-bottom:1px;
	vertical-align:bottom;
	display:block;
	/* width:100%; */
	text-align:center;
}
.logo h1{
	color:#407fc4;
	display:block;
	margin-top:30px;
}
.container header span.spacing {
	margin-top:25px;
	letter-spacing:0.28em;
	padding:0px;
	padding-left:0.1em;
}
.logo img{
	width:100%;
	max-width:174.5px;
	text-align:center;
	margin:auto;
	vertical-align:bottom;
}
.logo-sm img{
	max-height:80px;
}
img.flag-sm {
	width:100%;
	max-width:20px !important;
	margin-top:0px;
	margin-bottom:0px;
}
img.flag {
	width:100%;
	max-width:25px !important;
	margin-top:5px;
	margin-bottom:5px;
}
.flaged {
	min-width:70px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
}
.white {
	color:white;
}
/****--Lezanta--****/
.lezanta{
	display:inline-block;
	font-family: 'GFS Didot', serif;
	display:block;
	font-size:16pt;
	font-weight:700;
	text-transform: uppercase;
	height:100%;
	line-height:1.3;
	margin:5px;
	margin-top:20px;
	vertical-align:bottom;
	max-height:77px;
}
.lezanta span {
	display:block;
	margin:5px;
	height:50%;
	vertical-align:center;
	padding-left:15px;
	padding-right:15px;
}
/*--menu--*/
.menu{
	float:left;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height:1.3 !important;
	width:100%;
}
/* start menu */
.h_nav h4{
	border-bottom:1px solid rgb(236, 236, 236);
	font-size: 1.3em;
	color: #3f566b;
	line-height: 1.8em;
	/* text-transform:capitalize; */
	text-transform: none;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display:block;
	font-size: 0.85em;
	color:#777;
/* 	text-transform:capitalize; */
	text-transform: none !important;
	line-height:2em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h_nav ul li a {
	color:#023455;;
}
.h_nav > ul ul ul a{
   color:#777;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}

/*********** Search ***********/
.search {
	background:#fff;
	border: 1px solid #ddd;
	position: relative;
	float:right;
	margin:0px;
	margin-top:15px;
	margin-right:5px;
}
.search input[type="text"]{
	border: none;
	outline: none;
	background: none;
	font-size:0.85em;
	width:130px;
	padding:5px;
	-webkit-apperance:none;
	margin:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.quick-nav{
	background:#fff;
	border: 1px solid #ddd;
	position: relative;
	float:right;
	margin:0px;
	margin-top:5px;
	margin-right:5px;
}
.quick-nav form {
	margin:0px;
	padding:0px;
}
.quick-nav select {
	border: none;
	outline: none;
	background: none;
	font-size:0.85em;
	color:#777;
	width:163px;
	padding:5px;
	-webkit-apperance:none;
	margin:0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.search input[type="text"]:focus{
	width:150px;
}
.search a.submit {
	border: none;
	text-indent: -9999px;
	outline:none;
	cursor: pointer;
	background: url("../images/search.png") no-repeat 0px 0px; 
	width:30px;
	height:25px;
	padding:3px;
	
	display:inline-block;
}	
.search input[type="submit"]:active {
	position:relative;
}
/*********** Marquee ***********/

.intro-strip {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0px;
    overflow: hidden;
    line-height: 30px;
    
}
.intro-strip marquee a{
	color:#565656;
	font-size:10pt;
}
.marquee1 h5 {
	color:#FFF;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 line-height: 30px;
	 text-align: center;
	 /* Starting position */
	 -moz-transform:translateX(100%);
	 -webkit-transform:translateX(100%);	
	 transform:translateX(100%);
	 /* Apply animation to this element */	
	 -moz-animation: marquee1 15s linear infinite;
	 -webkit-animation: marquee1 15s linear infinite;
	 animation: marquee1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes marquee1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

.date {
	line-height:30px;
	text-align:right;
	color:#565656;
	padding-left:10px;
}
.date i{
	line-height:30px;
}
/*********** Slider ***********/
.margin-top{
	margin-top:25px;
}
.padding {
	padding:10px;
	display:block;
}
.shadow {
	-moz-box-shadow:    0px 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px 3px #ccc;
	box-shadow:         0px 0px 3px 3px #ccc;
	display:block;
	/* min-height:100%; */
}

/*********** Important News ***********/
.news {
	list-style:none;
	margin:0px;
	padding:0px;
}
.news-date {
	display:block;
	font-family: 'GFS Didot', serif;
	padding-bottom:5px;
	padding-top:5px;
	width:100%;
	color: #EE705A;
	font-size:8pt;
}
.news li {
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #4c4545;
}
.title{
	font-weight:700;
	color: #87655B;
}
h2.title {
	font-size:15pt;
	margin-bottom:15px;
}
h2.title a{
	color: #EE705A;
}
h5.title a{
	color: #87655B;
}
h5.title a:hover{
	text-decoration:none;
	color: #E74C3C;
}
h2.title a:hover{
	text-decoration:none;
	color: #E74C3C;
}

/***********SCROLLER ROW*************/
.content {
	max-height:440px;
}

.myrow{
	margin-left:-15px;
	margin-right:-15px;
}

@media (max-width:992px){
	.myrow{
		margin-left:0px;
		margin-right:0px;
	}
	.no-margin-left{
		margin-left:-15px;
	}
	.no-padding{
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

.text-img  p{
	margin-bottom:1px !important;
}
#content-5{
  width:98%;
  margin-left:1%;
  margin-right:1%;
  overflow: hidden;
}
.content-5-ul{
  width: 1930px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.content-5-ul li{
  width: 640px;
  display:inline-block;
  height:220px;
}
.content-inside{
	max-height:650px;
}
#content-5 .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0px;
    margin-bottom: 15px;
}
#content-5 .tab-back{
	height:10%;
}
#content-5 .min-height{
	display:block;
	height:90%;
}
#content-5 .text-img {
	display:block;
	height:100%;
	padding:5px;
}
#content-5 .text-img  p{
	display:block;
	height:90%;
	overflow:hidden;
}
#content-5 .text-img  img{
	display:block;
	margin-right:10px;
}
#content-5 .text-img  img{
	display:block;
	margin-right:10px;
}
#content-2 {
	max-height:675px;
}
#content-4 {
	max-height:440px;
}
#content-6 {
	max-height:300px;
}
.content-max {
	max-height:278px !important;
}
.max-width {
	max-width:100px;
}
.max-width-300 {
	max-width:300px;
	width:100%;
}
.width-100 {
	width:100%;
}
.width-max-small {
	max-width:200px;
	width:100%;
}

#my-thumbs-list{
  overflow: auto;
  width: 100%;
  height: auto;
  max-height:100px; 
}
#my-thumbs-list img{
  max-height:100px;
  margin: 0px !important;
}

#my-thumbs-small-1, #my-thumbs-small-2, #my-thumbs-3{
	height: auto;
	max-height:100px;
}
#my-thumbs-small-1 img, #my-thumbs-small-2 img, #my-thumbs-3 img{
	max-height:80px;
	margin: 0px !important;
}
#my-thumbs-4 img {
	max-width:258px;
	margin:auto;
	text-align:center;
}
@media (max-width:1200px){
	#my-thumbs-4 img {
		width:100%;
	}
}
#my-thumbs-4 li {
	text-align:center;
	margin:10px;
}
/***********./SCROLLER ROW*************/

/************Panels*************/
.my-panel-h .chevron:after {
	font-family: FontAwesome;
    content:"\f068";
}
.my-panel-h .collapsed .chevron:after {
	font-family: FontAwesome;
    content:"\f067";
}
.panel-body {

}
.panel-title {
	font-size:10.5pt;
}

/************./Panels*************/
h4.thumbs-6 {
	padding-left:15px !important;
	padding-right:15px !important;
	border-bottom:0px !important;
}

h4.thumbs-6 a{
	color:#fff;
	/* border-bottom:1px solid #fff; */
	width:100%;
	display:block;
	font-size:15pt;
}
h4.thumbs-6 a:hover{
	color:#ecebe6;
	text-decoration:none;
/* 	border-bottom:1px solid #029ac0; */	
}
.appearances-thumbs {
	margin-bottom:5px;
}
.appearances-thumbs .max-width-100 {
	width:100%;
}
.appearances-thumbs .crop-height {
	max-height:120px;
	overflow:hidden;
}
.appearances-thumbs .crop-height-3lines{
	display:block;
	max-height:25px;
	min-height:25px;
	overflow:hidden;
}
.crop-height img{
	width:100%;
	height:120px;
 	object-fit: cover;
}
.appearances-thumbs h5{
	font-family: "Ubuntu", sans-serif;
	/* text-align: justify; */
}
.appearances-thumbs h5 a:after{
	font-family: "Times New Roman", Georgia, Serif;
	color:#9caeae;
	content:'\2026';
}
.appearances-thumbs h5 a{
	font-size:9.5pt;
}
.appearances-thumbs h5 a:hover{
	color:#9caeae;
	text-decoration:none;
}
.news p{
	color:#47535b;
	line-height:1.2;
	font-size:9pt;
}
.gemi {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-bottom:10px;
}
/*-- text --*/
.text {
	padding:15px;
	padding-top:10px;
	margin:0 auto;
}
.tabular {
	display:initial;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
/* 	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px; */
	margin-left:5px;
}
.tab-back {
	padding:0px;
	padding-top:10px;
	padding-bottom:2.5px;
}
.margins {
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;
}
.small-text {
	color: #47535B;
	line-height: 1.2;
	font-size: 9pt;
}
.tab-h4 {
	font-size:12pt;
	letter-spacing:-0.5px;
	color:#EE705A;
}
.a-more {
	margin-top:10px;
	border-top:1px solid #ddd;
	display:block;
	text-align:right;
}
.a-more a{
	color:#88898d;
}
.img-max {
	max-height:120px;
}
.two-imgs {
	display:block;
	margin:auto;
	text-align:center;
	max-width:200px;
}
.social-imgs {
	display:inline-block;
	width:21%;
	margin:1%;
	max-width:50px;
}
.banner a{
	display:inline-block;
}
.banner .banner-img{
	vertical-align:middle;
}
.banner .banner-txt{
	width:66%;
	vertical-align:middle;
}
.banner-height {
	height:100%;
	max-height:133px;
}
.banner-height img{
	height:100%;
	max-height:133px;
}
@media (max-width:1200px){
	.banner-height img{
		width:100%;
		height:auto;
		max-height:133px;
		max-width:834px;
	}
	.banner-height {
	height:100%;
	max-height:85px;
	}
}
/*-- Content Slider --*/
        .demo .item{
            margin-bottom: 60px;
        }
		.content-slider li{
		    background-color: #ed3020;
		    text-align: center;
		    color: #FFF;
		}
		.content-slider h3 {
		    margin: 0;
		    padding: 70px 0;
		}
		.content-slider>li>img{
			max-height:50px;
		}
/*-- Footer --*/
.footer {
	border-top:1px solid #ddd;
	padding-top:10px;
	color: #036;
	text-align:center;
}

/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width: 96px;
	}
	.to input[type="text"] {
		width: 47.9%;
	}
	span.rollover {
		height: 205px;
		width: 240px;
	}
	.search {
		margin:0px;
		margin-top:1px;
		margin-right:5px;
	}
	.search input[type="text"] {
		width: 110px;
	}
	.search input[type="text"]:focus {
		width: 132px;
	}
	.like_box {
		width: 114%;
	}
	.icon1 ul {
		top: 88px;
	}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.header-bottom-right {
		width: 32.5%;
	}
	.to input[type="text"] {
		width: 47.7%;
	}
	.search input[type="text"]:focus {
		width: 132px;
	}
	.tab-h4 {
	font-size:9pt;
	letter-spacing:-0.5px;
	color:#EE705A;
	}
	.lezanta {
		font-size:14pt;
	}
}
@media (max-width:1024px){
	body.my-container>.container{
		padding-left:15px;
		padding-right:15px;
	}
	.wrap{
		width:90%;
	}
	.header-bottom-right {
		width:31.5%;
	}
	.to input[type="text"] {
		width:47.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
		margin-right:0%;
	}
	.logo{
	margin-top:1%;
	}
	.header-bottom-left {
		width:66.5%;
	}
	.search {
		margin:0;
		margin-top:1px;
		margin-right:5px;
	}
	ul.last {
		margin: 12px 0px 0 3px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 19px;
		padding: 10px 15px;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width:130px;
	}
	.text input[type="text"], .text textarea {
		width: 97.7%;
	}
	.mens-toolbar .sort {
		width: 21.5%;
	}
	.mens-toolbar .pager {
		width: 33.5%;
	}
	.search input[type="text"]:focus {
		width: 130px;
	}
	.logo img{
	margin-top:10px;
	margin-bottom:10px;
	}
	.lezanta {
		font-size:12pt;
		margin-top:5px;
	}
	.lezanta span{
		font-size:12pt;
		margin:1px
	}
}
@media (max-width:1000px) {
	.shadow {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
}
@media (max-width:800px){
	.header-bottom-left {
	width: 100%;
	float: none;
	}
	.wrap{
		width:90%;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
		clear:both;
	}
	.to input[type="text"] {
		width:46.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
		margin-right: 2.6%;
		margin-top:1%;
	}
	.header-bottom-left, .box, .box1 {
		width: 100%;
		float: none;
	}
	.search {
		margin:0;
		margin-top:1px;
		margin-right:5px;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	.text input[type="text"], .text textarea {
		width: 96.7%;
	}
	.cssmenu ul li a {
		margin: 5px;
	}
	.cssmenu {
		margin-top: 3px;
	}
	.logo img{
	margin-top:10px;
	margin-bottom:10px;
	}
}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width:45.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
		margin-right:0;
		float:none;
		text-align: center;
		margin-top:1%;
	}
	.menu {
		float: none;
		margin-top: 6px;
	}
	.header-bottom-left {
		width: 100%;
		float: none;
	}
	.search {
		margin:0;
		margin-top:1px;
		margin-right:5px;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	.text input[type="text"], .text textarea {
		width: 95.7%;
	}
	.cssmenu ul li a {
		margin: 5px;
	}
	.cssmenu {
		margin-top:0px;
		float:none;
		text-align: center;
	}
	.header-top-right {
		width: 100%;
		float: none;
		text-align:right;
	}
	.box {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	.box1 {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	.logo img{
		margin-top:10px;
		margin-bottom:10px;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width:45.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
		margin-right:0;
		float:none;
		text-align: center;
		margin-top:1%;
	}
	.menu {
		float: none;
		margin-top: 6px;
	}
	.header-bottom-left {
		width: 100%;
		float: none;
	}
	.search {
		margin:0px;
		margin-top:1px;
		margin-right:5px;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	.text input[type="text"], .text textarea {
		width: 95.7%;
	}
	.cssmenu ul li a {
		margin: 5px;
	}
	.cssmenu {
		margin-top:0px;
		float:none;
		text-align: center;
	}
	span.reducedfrom {
		margin-right: 2%;
	}
	.header-top-right {
		width: 100%;
		float: none;
	}
	.box {
		float: none;
		width: 100%;
		margin-right:0%;
	}
	.box1 {
		float: none;
		width: 100%;
	}
	.logo img{
	margin-top:10px;
	margin-bottom:10px;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}
	#products .pagination li a {
		width:89px;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width: 43.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
		margin-right:0;
		float:none;
		text-align: center;
		margin-top:1%;
	}
	.menu {
		float: none;
		margin-top: 6px;
	}
	.header-bottom-left {
		width: 100%;
		float: none;
	}
	.search {
		margin:0px;
		margin-top:1px;
		margin-right:5px;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.5em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width: 110px;
	}
	h2.m_1 {
		font-size: 1em;
	}
	ul.f-list span.f-text {
		font-size: 0.95em;
		margin-top: 29px;
	}
	.text input[type="text"], .text textarea {
		width:93.7%;
	}
	.cssmenu ul li a {
		margin: 5px;
	}
	.cssmenu {
		margin-top:0px;
		float:none;
		text-align: center;
	}
	.cart-left {
		width: 70.5%;
	}
	span.reducedfrom {
		margin-right: 2%;
	}
	.header-top-right {
		width: 100%;
		float: none;
	}
	.box {
		float: none;
		width:100%;
		margin-right: 0;
	}
	.box1 {
		float: none;
		width:100%;
	}
	.logo img{
	margin-top:10px;
	margin-bottom:10px;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.to input[type="text"] {
		width: 40.2%;
	}
	.megamenu>li>a {
		padding: 8px 5px;
	}
	.logo {
		margin-right:0;
		float:none;
		text-align: center;
		margin-top:1%;
	}
	.menu {
		float: none;
		margin-top: 6px;
	}
	.header-bottom-right {
		width: 100%;
		float: none;
	}
	.search {
		margin:0px;
		margin-top:1px;
		margin-right:5px;
	}
	ul.last {
		margin: 12px 0px 0 10px;
	}
	h2.head {
		font-size:1.2em;
	}
	.btn a {
		left: 12px;
		padding: 6px 8px;
		top: -75px;
		font-size: 0.85em;
	}
	p.title a {
		font-size: 1em;
	}
	.search input[type="text"] {
		width:55px;
	}
	h2.m_1 {
		font-size: 1em;
	}
	.text input[type="text"], .text textarea {
		width:90.7%;
	}
	.cssmenu ul li a {
		margin: 8px 0;
	}
	.cssmenu {
		margin-top:0px;
		float:none;
		text-align: center;
	}
	.header-top-left {
		width: 100%;
		float: none;
	}
	.box {
		float: none;
		width:100%;
		margin:0px;
	}
	.box1 {
		float: none;
		width:100%;
	}
	.logo img{
	margin-top:10px;
	margin-bottom:10px;
	}
}

/**************Weather*****************/
@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}

#weather i {
  color: #B7BBC3;
  font-family: weather;
  font-size: 34pt;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  text-align:left;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  margin:0px;
  color: #B7BBC3;
  font-size: 25pt;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}

.weather {
	padding-top:10px;
	padding-bottom:20px;
}
.weather  .col-md-5{
	padding-right:10px;
}
.weather  .col-md-7{
	padding-left:0px;
}
.weather h4 {
	width:100%;
	color: #B7BBC3;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	font-size:17pt;
	font-weight:bold;
	line-height:2;
	text-align:right;
	height:30px;
}
@media (max-width:1000px){
		.weather h4 {
		text-align:center;
		}
}
/*********** Inside articles ***********/
.article-views img {
	max-width:540px !important;
	height: auto !important;
}
.article h4 {
	color:#023455;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px solid #EE705A;
}
.article .small-width{
	width:50%;
	font-size:10pt;
}
.article img.pull-left {
	padding-left:10px;
	padding-right:10px;
}
.article img {
	max-width:700px;
}
.article h5 {
	font-size:11.5pt;
	font-weight:bold;
	color:#4d5f73;
}
.article h5.article-views{
	color:#ecebe6;
	font-size:12pt;
}
.article label {
	font-size:95%;
	color:#6d7e94;
	font-weight:700;
	margin-top:10px;
}
.article label.control-label {
	color:#121212;
	padding-top:0px;
}
.article .path {
/* 	text-transform: uppercase; */
}
.article blockquote {
	color:#747474;
}
.article .max-width {
	max-width:75%;
	display:inline-block;
}
.article .max-width-lg {
	max-width:93%;
	display:inline-block;
}
.article .arrows {
	line-height:2;
}
.article .arrows tr td {
	padding-top:1.2px;
	padding-bottom:1.2px;
}
.article a.url,  .article span.url{
	font-size:10pt;
}
.article .article-title {
	display:block;
	margin-top:4px;
	margin-bottom:4px;
	border-bottom:1px solid #ddd;
	padding-top:3px;
	padding-bottom:3px;
	clear:both;
}
.article .article-title a{
	display:inline-block;
	width:85%;
	margin-left:10px;
}
.article .article-title .article-sm-link{
	width: 90%;
	max-width:12px;
	display: block;
	float: left;
	margin-top: 4px;
	vertical-align:middle;
	margin-left:0px;
}
@media (max-width:768px){
	.article .article-title a{
		display:inline-block;
		width:75%;
		margin-left:10px;
	}
}
@media (max-width:470px){
	.article .article-title a{
		display:inline-block;
		width:65%;
		margin-left:7px;
	}
}
.article .border-bottom {
	border-bottom:1px solid #ddd;
}
.article .form-border-bottom{
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:3px;
}
.article .form-border-top{
	border-top:1px solid #ddd;
	padding-top:5px;
	margin-top:3px;
}
.article .url-date {
	float:right
}
@media (max-width:768px){
	.article .url-date {
		font-size:8pt;
	}
}
.article .url-text {
	display:block;
	margin-bottom:2px;
}
.article .also {
	background:#ecebe6;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	color:#EE705A;
	font-size:10pt;
	letter-spacing:2px;
}
.article address strong{
	font-size:13pt;
}
.article .subtitle, .subtitle {
	font-size:90%;
	color:#8f8f8f;
	float:none;
	clear:both;
}
.article .label-text-left {
	text-align:left;
	margin-top:2px;
}
.article .help-block{
	margin-bottom:3px;
	margin-top:3px;
}
.article .radio-inline {
	margin-top:0px;
}
.article .checkbox-inline {
	margin-top:0px;
	padding-top:2px;
	padding-bottom:2px;
}
.article ul {
	list-style: circle;
	margin-left: 2em;
}
.article ol {
	margin-left: 2em;
}
.article .dl-horizontal ul {
	list-style: none;
}
.cat-img{
	padding:3px;
	margin-top:3px;
}
.magaz-all {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.magaz {
	display:block;
	padding:3px;
}
@media (max-width:992px){
	.magaz {
	display:inline-block;
	padding:3px;
	}
}
.article td, .article th{
	padding:5px;
}
.credits {
	text-align:right;
}
.credits-date {
	border-right:3px solid #ecebe6;;
	margin-right:5px;
	margin-left:5px;
}
/******* Catalogue *******/
h5.catalogue-h5 {
	background:#407FC4;
	padding:5px;
	color:#fff;
}
.article .dl-horizontal dt{
	white-space: normal;
}

/*** Bigger dt ***/
@media (min-width:768px){
	.article .dl-horizontal.dl-width dt {
		width:220px;
	}
	.article .dl-horizontal.dl-width dd {
		margin-left:235px;
	}
}

.map{
    width:220px;
    height:80px;
    background-color:#CCC;
}
.addrTitle {
	color:#888;
	font-style: normal !important;
}
@media (max-width:1024px){
	.map{
	    width:220px;
    	height:80px;
	}
}
@media (max-width:512px){
	.map{
	    width:220px;
	    height:80px;;
	}
}
/****** ./Catalogue ******/

.required {
	position:relative;
}
.required:after {
  content: "*";
  font-size:15pt;
  position: absolute;
  top:3px;
  right:5px;
  color:#ff4d4d;
}

.mandatory {
  color:#ff4d4d;
  vertical-align:center;
}

.mandatory span {
	font-size:14pt;
	vertical-align:top;
}
.captcha {
	height:50px;
	margin-top:10px;
}

.article .alert {
	margin-top:5px;
	margin-bottom:0px;
}

/*******  Contests  *******/
.edit-drop {
	padding:2px !important;
	float:left;
}
.edit-drop i{
	font-size:1.5em;
}
.edit-drop {
	padding:2px !important;
	float:left;
}
.btn.edit-drop-small {
	padding:5px !important;
	float:left;
	white-space:nowrap;
}
.edit-drop-small {
	padding:5px !important;
	float:left;
}
.edit-drop-small i{
	font-size:1.2em;
}
.contest-table {
	font-size:99%;
}
.contest-table .edit, .contest-table .delete{
	display:inline-block;
	width:45%;
	margin-left:2%;
	margin-right:2%;
}
.contest-table .delete{
	color:#f25454;
}
.contest-table .delete:hover{
	color:#333;
}
.checkbox {
	width:auto;
	height:auto;
}
.foreas option{
	font-size:10px;
	max-width:700px;
}

.foreas {
	margin-top:1px;
	margin-bottom:1px;
}
.form-control-feedback {
	line-height:30px;
}
i.fa.fa-file+a {
	font-size:8pt;
}
/******* ./Contests *******/

/******* Trades ********/
.relative {
	position:relative;
	display:inline-block;
	height:20px;
	width:20px;
}
a.up{
	display:block;
	position:absolute;
	top:0px;
	margin:0px;
	padding:1px;
	height:5px;
	width:20px;
	line-height:0;
}
a.down{
	display:block;
	position:absolute;
	margin:0px;
	padding:1px;
	bottom:0px;
	height:8px;
	width:20px;
	line-height:0;
}
/****** ./Trades *******/

.multi {
	padding:0px;
	padding-left:5px;
	white-space:normal !important;
	min-height:200px;
}

.multi-buttons div{
	display:block;
	text-align:center;
	margin-top:60px;
}
.multi-buttons div a{
	margin:5px;
}
.multiLeft option:focus, .multiRight option:focus {
	width:100%;
}

.multiLeft option, .multiRight option{
	font-size:10px;
	padding:2px;
}

.multiLeft, .multiRight{
	position:relative !important;
}
.multiLeft option[data-title], .multiRight option[data-title]{
	display:block;
	position:relative !important;
}
.multiLeft option[data-title]:after, .multiRight option[data-title]:after{
	display:none;
	content:attr(data-title);
	color:#fff;
	background:#333;
	background:rgba(51,51,51,0.85);
	padding:5px;
	position:relative;
	left:-9999px;
	opacity:0;
	white-space:normal;
	-webkit-transition:0.25s linear opacity;
	-moz-transition:0.25s linear opacity;
	transition:0.25s linear opacity;
	z-index:999 !important;
	text-align:center;
	width:70%;
	margin:0 auto;
}
.multiLeft option[data-title]:hover:after, .multiRight option[data-title]:hover:after{
	display:block;
	position:absolute;
	left:30%;
	opacity:1;
}

.kads {
	padding:0px;
	padding-left:5px;
	white-space:normal !important;
	min-height:300px;
}
.kads option:focus {
	width:100%;
}

.kads option{
	font-size:10px;
	padding:2px;
}

.kads option:checked {
}
.add-remove div{
	display:block;
	text-align:center;
	margin-top:100px;
}
.add-remove div a{
	margin:5px;
}
.kads {
	position:relative !important;
}
.kads option[data-title]{
	display:block;
	position:relative !important;
}
.kads option[data-title]:after{
	display:none;
	content:attr(data-title);
	color:#fff;
	background:#333;
	background:rgba(51,51,51,0.85);
	padding:5px;
	position:relative;
	left:-9999px;
	opacity:0;
	white-space:normal;
	-webkit-transition:0.25s linear opacity;
	-moz-transition:0.25s linear opacity;
	transition:0.25s linear opacity;
	z-index:999 !important;
	text-align:center;
	width:70%;
	margin:0 auto;
}
.kads option[data-title]:hover:after{
	display:block;
	position:absolute;
	left:30%;
	opacity:1;
}

.appform1 td{
	margin-top:2px;
	margin-bottom:2px;
}
.appform2 td{
	padding-top:2px;
	padding-bottom:2px;
}

/*********** Loader *************/
.loader {
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../images/Preloader_ebea.gif') 50% 40% no-repeat rgba(255,255,255,0.6);
}
.subMenu-link{
	padding-left:1%;
	width:99%;
}
#files_load {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ddd;
	display:block;
	height:100%;
}
#files_load a {
	display:block;
	margin-bottom:8px;
}
span.title {
	display:inline-block;
	width:100%;
	min-width:380px;
	padding-left:5px;
}
span.title img{
	display:inline-block;
}
.file-button2 {
	padding:3px;
	min-width:150px;
	width:80%;
	border-bottom:1px solid #ddd;
	display:inline-block;
	margin:2px;
}
.file-button {
	background:#f0f0f0;
	padding:3px;
	min-width:410px;
	display:inline-block;
	margin:2px;
}
@media (max-width:512px){
	.file-button {
	min-width:350px;
	}
	span.title {
	min-width:100%;
	}
}
.plus-sign, .minus-sign {
	position:relative
}
.signs {
	float:left;
}
.plus-sign:after {
    font-family: 'Glyphicons Halflings';
    content:"\2b";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 12px;
    width:15px;
    height:15px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.minus-sign:after {
	font-family: 'Glyphicons Halflings';
	content:"\2212";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 12px;
   	width:15px;
    height:15px;
    position: absolute;
    top: 5px;
    right: 0px;
}
.memo {
	white-space:pre-line !important;
	max-width:665px;
	width:100%;
	display:block;
}
.parsley-filetype, .parsley-maxfilesize {
	color:#B94A48 !important;
}
/********* Print **********/
@media print {
  a[href]:after {
    content: none !important;
  }
}