@font-face {
    font-family: 'EnglandHandDBRegular';
    src: url('../fonts/england-webfont.eot');
    src: url('../fonts/england-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/england-webfont.svg#EnglandHandDBRegular') format('svg'),
         url('../fonts/england-webfont.woff') format('woff'),
         url('../fonts/england-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family:'MyriadPro-Regular';
	/*src: url('../fonts/MyriadPro-Regular.eot');*/
	/*src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),*/
	src:	url('../fonts/MyriadPro-Regular.svg#MyriadPro-Reg.modNews.news-multicat .item .tagular') format('svg'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB04;
}


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
[mobileonly] {}

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 0.875em; line-height: 1.5em; position: relative;}

body, button, input, select, textarea { font-family: sans-serif; color: #4c4b4b; }

::-moz-selection { background: #f1f1f1; color: #333; text-shadow:1px 1px 0 #fff; }
::selection { background: #f1f1f1; color: #333; }

a { color: #3570b4; text-decoration:none;}
a:focus { outline: none; }
.read-more {
    background: url(../images/menu-bullet.png) right top no-repeat;
    text-transform: uppercase;
    padding-right: 20px;
}
.read-more-arrow{
    background: url(../images/menu-bullet.png) right 1px no-repeat;
    padding-right: 20px;
}

.read-more-button {
	background:#f5f5f5;
	margin:10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding:5px 15px;
	border:1px solid #ddd;
	display:inline-block;
}
.read-more span {
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	-o-transition: padding .3s;
	-ms-transition: padding .3s;
	transition: padding .3s;
	padding: 0 0 0 5px;
}

.read-more:hover span {
	padding: 0 0 0 15px;
}

a:hover, a:active { outline: 0; }

a.styled-button{
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

a.styled-button:hover {
	text-decoration: none;
}
a.styled-button:active {
	position: relative;
	top: 1px;
}

ul.actions {
    clear: both;
    float: right;
    margin-top: -50px;
}
ul.actions li {
    float: right;
    list-style-type: none;
    margin-left: 10px;
}


/* color styles
---------------------------------------------- */
/* black */
a.styled-button.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
a.styled-button.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
a.styled-button.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
a.styled-button.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
a.styled-button.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
a.styled-button.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
a.styled-button.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
a.styled-button.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
a.styled-button.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
a.styled-button.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
a.styled-button.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
a.styled-button.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
a.styled-button.red {
	color: #fff !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
a.styled-button.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
a.styled-button.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
a.styled-button.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
a.styled-button.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
a.styled-button.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
a.styled-button.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
a.styled-button.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
a.styled-button.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
a.styled-button.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
a.styled-button.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
a.styled-button.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
a.styled-button.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
a.styled-button.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
a.styled-button.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}


/* =============================================================================
   Colors
   ========================================================================== */

.red {color:#2990cc}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }


pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.left { float: left;}
.right { float: right;}
.center { display:block; margin:0 auto; text-align:center;}

.alignleft {
    float: left;
    margin-bottom: 8px;
    margin-right: 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-bottom: 8px;
    margin-left: 20px;
}

.margin-right { margin-right:20px;}
.margin-left { margin-left:20px;}
.margin-top { margin-top:20px;}
.margin-bottom { margin-bottom:20px;}
.maxwidth { width: 100% !important; }
.nofloat { clear: both !important; float: none !important; }

.grey-gradient {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 10px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0;position:relative;}


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {box-sizing: border-box; width:20px !important;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

.contact-image {float:right; border:1px solid #e0e0e0; padding:5px; border-radius:5px;}
.contact-image:hover {opacity: 0.8;
-moz-opacity: 0.5;
filter:alpha(opacity=5);}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fbf6f6; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.content th {
	background:#fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.content td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}


body { font: 0.875em/1.5em 'MyriadPro-Regular', sans-serif; font-weight: normal; background: #f7f7f7 url(../img/body.gif) left top repeat; background: #FFF; }

.container { max-width: 1100px; margin: 0 auto; }

/* ===================
    Error pages
   =================== */
body.fatal-error { background-color:#FFF; }
.fatal-error .logo-link { width: 120px; height: 96px; background: url(../images/top-logo-white-text.png); background-repeat: no-repeat;float:left;}
.fatal-error .title1 { color: #df383d; font-family:'MyriadPro-Regular';font-size: 30px; }
.fatal-error .title2 { font-size: 18px; margin: 16px 0; }
.fatal-error .links a{ font-size:16px; }
.fatal-error .error-code{font-family:'MyriadPro-Regular';font-size: 140px; color:#3570b4; float:right;line-height: 105px;}
.fatal-error .container{max-width:560px; margin-top:60px;}
.fatal-error ul{list-style: none;}
.fatal-error  li, .fatal-error  ul {margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}

body.offline{ background-color:#FFF; text-align:center; }
.offline .title1 { color: #3570b4; font-family:'MyriadPro-Regular';font-size: 30px; line-height: 35px; }
.offline .container{margin-top:60px;}
.offline .logo-cont span{ display: block;margin-top: 20px;text-transform:uppercase;font-size: 16px;}

/* ===================
    ALL: Theme Styles
   =================== */
.ie7 #logo-link, .ie7 .logo .text  { display: block; float: left; }
.ie7 .logo .text  { padding-top: 26px;}
#logo-link, .logo .text { display:table-cell; }
.logo-icn { margin-bottom:20px;}

.spinning-hypnotic-disc:hover
{
	-webkit-animation: spin1 .1s infinite linear;
	-moz-animation: spin1 .1s infinite linear;
	-o-animation: spin1 .1s infinite linear;
	-ms-animation: spin1 .1s infinite linear;
	animation: spin1 .1s infinite linear;
	cursor:pointer;
}

@-webkit-keyframes spin1 {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
	0% { -moz-transform: rotate(0deg);}
	100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
	0% { -o-transform: rotate(0deg);}
	100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
	0% { -ms-transform: rotate(0deg);}
	100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
	0% { transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
}

#wrap { background: #f1f1f0; }
.logo li { float: left; list-style: none;}
header#top .logo { text-align: center; padding: 13px 0 10px 0; display: table; position: relative; min-height: 97px; float: left; }
header#top .logo img { display: block; }
header#top .logo .text {
    padding-left:20px;
    vertical-align:middle;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
	font-family: Garamond;
}
.sz-mobile header#top .logo .text {height: 0;}

header#top .logo h1{
	font-size: 50px;
    font-weight: 700;
    margin: 30px 0;
}

header#top .logo h1 a{color:#CCC;}

section#slider {
	margin-top:30px;
	position:relative;
}

ul.slidenav {
    bottom: 10px;
    margin-left: auto;
    margin-right:auto;
    position: relative;
    text-align: center;
    width: 104px !important;
}
.zentools.slideshow ul.slidenav li {
    margin: 0 5px !important;
}
.slide-controller {
margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow: hidden;
    padding: 10px 25px 0 0;
    position: relative;
    width: 150px;
}
.noborder {border: 0!important;}

section#slider-object-carousel {
	margin:30px 0 50px 0;
	width:100%;
	position:relative;
}

header#top { z-index: 6; position: relative; background: #fff center top no-repeat; height: 162px; }
header#top > #thwr > .container { height: 120px; }

#top .right-modules { padding-top: 44px; }
#top .right-modules .moduletable { float: right; }



/* top / mod_languages */
#top .mod-languages { margin: 3px 30px 3px 0; }
#top .mod-languages li { margin: 0 3px; display: inline-block; float:left;}
#top .mod-languages li a { color: #3570b4; font-size: 13px; line-height: 16px; padding: 4px 6px; display: inline-block; font-weight:bold; }
#top .mod-languages li.lang-active a { background: #3570b4; color:#fff; border-radius: 3px; }
.sz-mobile #top .mod-languages li {float:none;}

/* top / mod_finder */
.top-searchform { width: 220px; }
.top-searchform .finder { position: relative; height: 30px; background: #FFF; border:1px solid #3570b4; padding:5px 0 5px 10px; margin-top:-6px; }
.top-searchform .finder input { right: 32px; bottom: 0; margin: 0; border: 0;
	padding: 5px; line-height: 20px; border-radius: 0; background: #FFF; outline:0; color: #A6ABAD; width: 181px; }
.top-searchform .finder input:focus { color: #363B3D; }
.top-searchform .finder button { position: absolute; right: 0; top: 4px; bottom: 0; margin: 0; border: 0; padding: 0;
	width: 32px; background: transparent url(../images/top-search-icon.png) center center no-repeat; color: transparent; text-indent: -9999px; }

/* top / mod_menu */
#top-nav { position: relative; }
ul.main-menu a { color: #FFF; font-size: 18px; }
ul.main-menu > li { display: inline-block;  float:left;}
ul.main-menu > li > a { display: inline-block; padding: 0 18px; margin: 12px 0; line-height: 100%; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }
ul.main-menu > li.current { background: #8eb4d1; }
ul.main-menu .xovr,
ul.main-menu .xovr .lft,
ul.main-menu .xovr .rgt,
ul.main-menu .postshade { display: none; }
ul.main-menu > li > .ulin > .ulwr > .postshade { display: block; position: absolute; left: 0; top: 100%; right: 0; bottom: -99999px; background: #000;
	opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

ul.main-menu > li > .ulin { display: none; position: absolute; z-index: 98; width: 100%; left: 0; top: 42px; padding: 30px 0; min-height: 222px; background: #f1f1f1; }
ul.main-menu > li > .ulin > .ulwr { margin: 0 auto; width: 1100px; }
ul.main-menu > li > .ulin > .ulwr > ul { float: left; width: 25%; }
ul.main-menu .specialblock { float: left; padding-left: 20px; }
/* CHANGES IN ONE TYPE OF HOVER MUST BE REFLECTED IN THE OTHER ONE */
/* HOVER #1 */
ul.main-menu-1 > li:hover > .ulin { display: block; }
ul.main-menu-1 > li.deeper:hover > a { position: relative; z-index: 15; }
ul.main-menu-1 > li.deeper:hover > a > .xovr
{
	display: block; position: absolute; left: -1px; top: -12px; right: -1px; bottom: -12px;
	text-align: center; background: #8eb4d1;
}
ul.main-menu-1 > li.deeper:hover > a > .xovr:before,
ul.main-menu-1 > li.deeper:hover > a > .xovr:after{
    background: #1e5e9c;
    width: 5px;
    height: 100%;
    content: " ";
    position: absolute;
    left: -5px;
    top:0;
}
ul.main-menu-1 > li.deeper:hover > a > .xovr:after{
    right:-5px;
    left:auto;
}
ul.main-menu-1 > li.deeper:hover > a > .xovr .mid { display: block; line-height: 42px; }

/* HOVER #2 */
ul.main-menu-2 li.forceopen.hide-mega-menu > .ulin {display:none}
ul.main-menu-2 > li.forceopen > .ulin { display: block; }
ul.main-menu-2 > li.deeper.forceopen > a { position: relative; z-index: 102; }
ul.main-menu-2 > li.deeper.forceopen > a > .xovr
{
	display: block; position: absolute; left: -1px; top: -12px; right: -1px; bottom: -12px;
	text-align: center; background: #f1f1f0; color: #3570b4;
}
ul.main-menu-2 > li.deeper.forceopen > a > .xovr:before,
ul.main-menu-2 > li.deeper.forceopen > a > .xovr:after{
    background: #1e5e9c;
    width: 5px;
    height: 100%;
    content: " ";
    position: absolute;
    left: -5px;
    top:0;
}
ul.main-menu-2 > li.deeper.forceopen > a > .xovr:after{
    right:-5px;
    left:auto;
}
ul.main-menu-2 > li.deeper.forceopen > a > .xovr .mid { display: block; line-height: 42px; }

/* END HOVERS */

ul.main-menu > li > .ulin > .ulwr > ul li { display: block; line-height: 20px; padding: 5px 0; }
ul.main-menu > li > .ulin > .ulwr > ul > li .separator, ul.main-menu > li > .ulin > .ulwr > ul > li .separator a{
    font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 18px;
    color:#2d4778;
}
ul.main-menu > li > .ulin > .ulwr > ul > li .separator img{
    border:5px solid #fff;
    -moz-box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
     box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
}
ul.main-menu > li > .ulin > .ulwr > ul > li:first-child{
    padding:0 0 10px 0;
}
ul.main-menu > li > .ulin > .ulwr > ul { max-width: none; }
ul.main-menu > li > .ulin > .ulwr > ul > li a { color: #0174B0; font-size: 14px; text-decoration: none; font-weight: normal; line-height: 20px; }
ul.main-menu > li > .ulin > .ulwr > ul > li > a > img { margin-bottom: 28px; }
ul.main-menu > li > .ulin > .ulwr > ul > li > a > .image-title { display: inline-block; vertical-align: top; }
ul.main-menu > li > .ulin > .ulwr > ul > li > a.fixedheight > .image-title { height: 40px }

ul.main-menu > li > .ulin > .ulwr > ul > li > div.desc { font-size: 14px; margin: 15px 0 8px 0; color: #666; }
ul.main-menu > li > .ulin > .ulwr > ul > li > .ulin > .ulwr > ul { padding: 0; }
ul.main-menu > li > .ulin > .ulwr > ul > li > .ulin > .ulwr > ul > li { display: block; padding-left: 14px; }
ul.main-menu > li > .ulin > .ulwr > ul > li > .ulin > .ulwr > ul > li > a { color: #0174B0; text-decoration: none; }
ul.menu li.invisible { display: none; }
.mobile ul.menu li.invisibleMobile { display: none; }



/* left / mod_menu (policy) */
.policy_areas {margin-bottom: 50px; background: #EFF3F4;}
.policy_areas.small {margin-bottom: 67px; margin-top: 88px; width: 320px;}
.policy_areas .title { position: relative;
    height: 53px; background: #717578;
    line-height: 47px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #FEFFFF;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
    line-height: 55px;}
.policy_areas .left { width: 265px; margin-left: 25px;}
.policy_areas .right { width: 265px; margin-left: 10px;}
.policy_areas.small .left { width: 265px; margin-left: 25px;}
.policy_areas.small .right { width: 265px; margin-left: 25px; float: left !important;}
.policy_areas .policies {background: #EFF3F4; padding-top: 16px; display: inline-block; padding-bottom: 18px;}
.policy_areas  p{margin: 0px;}
.policy_areas .abr {color: #2992CC; font-weight: bold;}
.policy_areas  .item{ padding-bottom: 6px;}


.policy_areas .title .border-notch {position: absolute;
    border-left: 16px solid #fff;
    border-bottom: 13px solid transparent;
    border-left-width: 18px;
    border-left-color: #717578;
    top: 53px;
    border-bottom-width: 13px;
    left: 25px;}

	/* events_calendar  */
.filters {margin-bottom: 50px; width: 100%;}
.filters .first .first-title { padding-bottom: 10px; color: #3570b4;}
.filters .event .filter_date_from input {width: 117px; height: 39px; padding: 0; margin:0; padding-left: 13px; border-radius: 0; border-color: #A8A5A5}
.filters .event .filter_date_till input {width: 117px; height: 39px; padding: 0; margin:0; padding-left: 13px; border-radius: 0; border-color: #A8A5A5}

.filters .event .filter_date_from {width: 130px; position: relative; float: left; margin-bottom: 18px;}
.filters .event .filter_date_from img {right: 13px; top: 12px; position: absolute; }
.filters .event .filter_date_till {width: 130px; position: relative; float: right; margin-bottom: 18px;}
.filters .event .filter_date_till img {right: 13px; top: 12px; position: absolute;}
.filter.category input {margin-bottom: 11px; padding-bottom: 30px;}
.filters .filter { padding-bottom: 9px;}
.filters .filter .line { margin-bottom: 10px; }
.filter.category {padding-top: 60px;}
.filters .event .val.off #evc_filter_date_from , .filters .event .val.off #evc_filter_date_till  {color: #cccccc; border-color: #cccccc;}

.filters .level {background: #EFF3F4; margin-bottom: 8px; }
.filters .policy-area {background: #EFF3F4; margin-bottom: 8px;}
.filters .location {background: #EFF3F4;}

.filters .title {
    position: relative;
    height: 42px;
    font-size: 14px;
    line-height: 47px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
    line-height: 45px;
margin-bottom: 20px;
    text-transform: uppercase;
background: #EFF3F4;
border-bottom: 1px solid #CED7DD;
color: #727679;
cursor: pointer;
}

.filters .closed .filter { display: none;}

.filters .open .title .open { background: url('../images/arrow-up-down.png') 0px 6px;
height: 6px;
width: 10px;
position: absolute;
right: 18px;
top: 18px;}

.filters .closed .title .open { background: url('../images/arrow-up-down.png') 0px 0px;
height: 6px;
width: 10px;
position: absolute;
right: 18px;
top: 18px;}

.filters .closed .title {border-bottom: none; margin-bottom: 9px;}
#evc_filter_date_from_img, #evc_filter_date_till_img {
    right: 0px;
top: 0px;
position: absolute;
background-image: url(../images/calendar-icons.png);
display: block;
background-position: left -33px;
background-repeat: no-repeat;
width: 16px;
height: 16px;
margin: 13px;
}
.filters .val.off #evc_filter_date_from_img, .filters .val.off #evc_filter_date_till_img{
    background: url(../images/icon-cal-gray.png);
}
#evc_filterforma .val a.view-calendar{
display: inline-block;
width: 42px;
height: 42px;
margin: 0;
right: 0;
top: 0;
float: right;
position: absolute;
}

#evc_filterforma .val a span{
    display:block;
    background-position:left -33px;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin:13px;
}
#evc_filterforma .calendar-small-container .row span { cursor: pointer;}

.filter_search{ position: relative; width: 95%; }

.filter_search input { width: 100%;}
#evc_filterforma .val.off a span{
    background:url(../images/calendar-icons.png);
    height:16px;
	background-position: left -50px;
}
#evc_filterforma .val.on a span{
    background:url(../images/calendar-icons.png);
    height:16px;
	background-position: left -33px;
}
#evc_datalist ul li .date-container.visually-hidden {
visibility: hidden;
}
#evc_datalist ul li:first-child{
    padding-top:0; border: 0;
}
#evc_datalist ul li.border:not (:last-child){
border-top: 1px solid #cccccc;
}
#evc_datalist ul li {
display: block;
}
#evc_datalist ul li > div{
    float:left;
}

#evc_datalist ul li .date-container{
    border:3px solid #7EA8DA;
    width: 45px;
}

#evc_datalist ul li.noborder .text{
    border-top:none;
}

#evc_datalist ul li.last{
    border-bottom:0;
}

/* left / mod_menu (links) */
.useful-links .title {font-size: 14px;
    font-weight: bold;
    padding-left: 19px;
    background-color: #2E4879;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;}

.useful-links .title .speech {background: url(../images/link-ico.png) no-repeat;
    width: 19px;
    height: 19px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;}

.useful-links .item{ padding: 10px 0; border-top: 1px solid #E4E8EB; }
.useful-links .item.first{border: 0;padding-top:0;}
.useful-links {box-shadow: 0px 0px 15px #888888; margin-top: 25px;}
.useful-links a.abr {color: #2E4878; font-size: 16px; letter-spacing:0.5px; font-weight: bold;}
.useful-links .item .link-title { padding-top: 10px; }
.useful-links .item .picture {width: 41px; height: 41px; float: right;}

.moduletable.useful-links .box-headline h4{
background-image: url("../images/link-ico.png");
background-repeat: no-repeat;
background-position: right center;
}



ul.weblinks { margin: 0; padding: 0 10px 10px 18px; }
ul.weblinks li.item { padding: 22px 20px 17px 0; background: url(../images/link-dot.png) right 26px no-repeat; display: block; width: auto; }
ul.weblinks li.item.first { background-position: right 6px; padding-top: 2px; }
ul.weblinks li a { border: 0; font-size: 18px; line-height: 19px; color: #366792; font-weight: bold; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }



/* right / mod_custom (CONTACTS) */
.rcontact { font-family: 'MyriadPro-Regular'; font-size: 16px; -webkit-box-shadow: 0px 2px 6px 0px #B0B0B0; box-shadow: 0px 2px 6px 0px #B0B0B0; background: #FFF; }
.rcontact .title { height: 20px; background-color: #3570B4; color: #FFF; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; text-transform: uppercase; font size; 18px; position: relative; padding: 10px; }
.rcontact .title .icon { position: absolute; width: 25px; height: 25px; top: 8px; right: 10px; background: url(../images/contacts-icon.png) no-repeat; }
.rcontact .dlist { padding: 10px 20px 15px 20px; margin: 0; }
.rcontact .dlist .label { color: #B2B2B2; padding: 8px 0; }
.rcontact .dlist .value { color: #4C4B4B; margin: 0; }
.rcontact .dlist .value a { color: #C37832; font-size: 12px; }
.rcontact .btncont { padding: 15px 0 10px 20px; border-top: 1px solid #CCCCCC; }
.rcontact .btncont a { color: #3570B4; text-transform: uppercase; font-size: 14px; padding: 0 20px 0 0; background: url(../images/link-list-marker.png) right center no-repeat; }


/* left / mod_custom */
.customshort {margin-top: 25px; width: 48%; float:left;}
#main-content .moduletable.customshort section, #footer-bottom .moduletable section { margin: 0;}
#main-content .moduletable.customshort p img { margin-top: -1em;}

/* left / mod_menu (infocus) */
.infocus .title {font-size: 14px;
    font-weight: bold;
    padding-left: 19px;
    background-color: #3570B4;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;}

.infocus .title .speech {background: url(../images/inFocus-icon.png) no-repeat;
    width: 32px;
    height: 23px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;}

.infocus .item { padding: 10px 0; border-top: 1px solid #E4E8EB; }

.infocus .item.first{border: 0;padding-top:0;}
.infocus .item.last { padding-bottom: 0; }
.moduletable.infocus {margin-top: 25px; width: 48%;}
.infocus a.abr {color: #C5792E; font-size: 18px;}
.infocus .item .picture {width: 41px; height: 41px; float: right}
.infocus .end {height: 9px; background-color: #94B7D3 }

.moduletable.infocus .box-headline h4{
background-image: url("../images/inFocus-icon.png");
background-repeat: no-repeat;
background-position: right center;
}

/* left / mod_menu (compatriots) */
.tautiesiem .title {font-size: 14px;
    font-weight: bold;
    padding-left: 19px;
    background-color: #3570B4;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;}

.tautiesiem .title .speech {background: url(../images/tautiesiem-icon.png) no-repeat;
    width: 32px;
    height: 23px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;}

.tautiesiem .item{ padding: 10px 0; border-top: 1px solid #E4E8EB; }

.tautiesiem .item.first{border: 0;padding-top:0;}
.tautiesiem a.abr {color: #2E4878; font-size: 18px;}
.tautiesiem .item .picture {width: 41px; height: 41px; float: right}
.tautiesiem .more {padding-top: 20px; height: 20px; border-top: 1px solid #E4E8EB; margin:0 -20px;}
.tautiesiem .more .all-news{ background: url(../images/menu-bullet.png) right 4px no-repeat;
font-size: 14px;
font-weight: normal;
line-height: 22px;
text-transform: uppercase;
padding-left: 20px;
padding-right: 10px;
color: #3570b4;
float: left;}

.moduletable.tautiesiem {margin-top: 25px; width: 48%;}
.moduletable.tautiesiem .box-headline h4
{
background-image: url("../images/tautiesiem-icon.png");
background-repeat: no-repeat;
background-position: right center;
}


#wrap .moduletable.no-margin section.content { margin: 0; }
.right-submenu .item { margin: 0 21px 0 29px; line-height: 22px; font-size: 17px; padding: 14px 0; font-weight: bold; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; border-top: 1px solid #CFD0D1; }
.right-submenu .item.first { border-top: 0; }
.right-submenu .item.active .link-title { background: url(../images/menu-active.png) left 7px no-repeat; padding-left:15px;}
.right-submenu .item a { color: #2D487A; }
.right-submenu {background-color: #f9f9f9;}

/* accordion */
.right-submenu .item.accordion-header{
    margin-left:19px;
    border:0;
    cursor:pointer;
}
.right-submenu .item.accordion-header .link-title a{
    color:#7ca7ca;
    text-transform:uppercase;
    font-size:18px;
}

.right-submenu .item.accordion-header .link-title {
    background: url(../images/menu-arrow-closed.png) right center no-repeat;
}
.right-submenu .item.accordion-header.open .link-title {
    background: url(../images/menu-arrow-open.png) right center no-repeat;
}

.right-submenu .accordion-elements{
    display:none;
}
.right-submenu .accordion-elements.open{
    display:block;
}

.right-submenu .accordion-elements div:first-child{
    border:0;
}

/* left / mod_video_images */
.video_images {height: 960px; padding-top: 20px;}
.video_images .video{height: 500px;}
.video_images .video .preview {height: 350px;  position: relative;}
.video_images .video .preview img {height: 350px; width: 580px;}
.video_images .vid_back {height: 41px; width: 48px; position: absolute; bottom: 0; right: 0; background: #E8B329;}
.video_images .vid_icon { position: absolute; bottom: 10px; height: 25px; width: 26px; right: 10px; background: url('../images/foto-video.png') 0px 0px;}
.video_images .gal_back {height: 41px; width: 80px; position: absolute; bottom: 0; right: 0; background: #E8B329;}
.video_images .gal_icon { position: absolute; bottom: 8px; height: 24px; width: 26px; right: 45px; background: url('../images/foto-video.png') 26px 0px;}
.video_images .video .title {height: 80px; background: #EFF3F6; }
.video_images .video .title p {margin: 0;}
.video_images .img_gal .preview {height: 280px; width: 280px; position: relative;}
.video_images .img_gal .img_right {float: right;}
.video_images .img_gal .img_left {float: left;}
.video_images .img_gal .preview img {height: 280px; width: 280px;}
.video_images .img_gal .title {height: 86px;  width: 280px; background: #EFF3F6; }
.video_images .img_gal .title p {margin: 0; font-family: Arial; font-size: 14px; padding-left: 16px; padding-top: 12px;}
.video_images .more_vids {float: left; width: 255px;padding-top: 11px; padding-bottom: 33px; font-size: 14px; font-weight: bold; color: #a6abad; text-transform: uppercase;}
.video_images .more_vids .img { background: url(../images/icon-gray-right.png) right center no-repeat; }
.video_images .more_img .img { background: url(../images/icon-gray-right.png) right center no-repeat; }
.video_images .channel .img { background: url(../images/youtube.jpg) right center no-repeat; }
.video_images .channel {float: right; width: 255px; padding-left: 25px; padding-top: 11px; padding-bottom: 33px; font-size: 14px; text-align: right;}
.video_images .seperator {float: left; width: 500px;}
.video_images .video .title p {font-family: Arial; font-size: 14px; padding-left: 16px; padding-top: 3px;}
.video_images .video .title .name {font-family: 'MyriadPro-Regular'; font-weight: bold; font-size: 22px; padding-left: 16px; padding-top: 14px;}
.video_images .more_img{float: left; width: 455px; padding-top: 11px; padding-bottom: 33px; font-size: 14px; font-weight: bold; color: #a6abad; text-transform: uppercase;}
.video_images .play_icon{position: absolute; bottom: 130px; height: 84px; width: 84px; right: 246px; background: url('../images/playbtn.png') 0px 0px;}
.video_images .gal_back p {padding-left: 42px; font-size: 22px; font-weight: bold; margin-top: 11px; color: #1A1E1F;}

.sz-mobile .video_images .more_vids {width: 280px; }
.sz-mobile .video_images .channel {width: 280px; }
.sz-mobile .video_images .more_vids:first-child {font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: normal;}
.sz-mobile .video_images .more_vids .img{background-size: 6px 16px;}

.sz-mobile .video_images .channel:first-child {font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: normal;}
.sz-mobile .video_images .channel .img{background-size: 6px 16px; padding: 21px 10px !important; background-size: 20px 18px; }

/* top / mod_social */
#top-nav .mod_scl { float: right; margin-right: 10px; }
#top-nav .mod_scl .soc-link { margin: 10px 6px; display: inline-block; border: 0; }


/* content / plg_social */
#main-content > .columns { position: relative; }
section#main-content .one_third.main-holder.main-holder { position: static; }
#shre-plg { position: absolute; right: 0px; top: 0px; }
#shre-plg .menu-icons { display: block; }
#shre-plg .menu-icon { display: block; width: 37px; height: 37px; margin-right: 10px; background: url(../images/side-icons.png); float:left; }
#shre-plg .menu-icon:last-child{ margin-right: 0; }
#shre-plg .menu-icon.prnt { background-position: 0px 0px; }
#shre-plg .menu-icon.shre { background-position: 0px -38px; }
#shre-plg .menu-icon.subscribe{ background-image: url(../images/sign-up-icon.png); }
#shre-plg.showmenu .menu-icon.shre { background-position: -38px -38px; }
#shre-plg .shre-icons { display: none; position: absolute; top: -12px; left: 100%; width: 174px; height: 162px; z-index:10;
	background: url(../images/shre-menu-bgr.png) no-repeat; }
#shre-plg.showmenu .shre-icons { display: block; }
#shre-plg .shre-icon { display: block; height: 24px; line-height: 24px; margin: 8px 0 8px 12px; padding: 0 0 0 48px; background: url(../images/shre-icons.png) no-repeat;
        font-family: 'MyriadPro-Regular', "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size:14px; color:#3570b4; }
#shre-plg .shre-icon.fb { background-position: 8px 3px; }
#shre-plg .shre-icon.tw { background-position: 8px -27px; }
#shre-plg .shre-icon.dr { background-position: 8px -57px; }
#shre-plg .shre-icon.gp { background-position: 8px -87px; }
#shre-plg .shre-icon.em { background-position: 8px -117px; }


#mailto-window { width: 369px; }
#mailto-window .mailto-wrap {}
#mailto-window .title-bar { height: 40px; background: #3570b4; position: relative; }
#mailto-window .title { line-height: 42px; font-size: 16px; padding-left: 46px; color: #fff; font-weight: normal; }
#mailto-window .title-bar .icon-mail { position: absolute;left: 10px;top: 10px;width: 22px; height: 18px; background: url(../images/icon-white-mail.png) center center no-repeat;}
#mailto-window .title-bar .icon-close {position: absolute; right: 10px; top: 13px; width: 14px; height: 14px; background: url(../images/icon-white-close.png) center center no-repeat; cursor: pointer; }
#mailto-window .formelm { padding: 0 20px; }
#mailto-window .formelm label { display: block; line-height: 50px; height: 42px; }
#mailto-window .formelm input { display: block; width: 299px; height: 22px; padding: 8px 14px; margin: 0;border-radius: 0; }
#mailto-window .formelm.captcha input{ width:119px; margin:14px 10px 0 0; }
#mailto-window .formelm.captcha div{ float:right; }
#mailto-window .button-wrap { height: 95px; }
#mailto-window .button { background: #3570b4; color: #fff; text-transform: uppercase; height: 40px;
margin-top: 20px; border: none; min-width: 150px; font-family: 'MyriadPro-Regular'; }
.mailto-page #system-message-container { overflow: hidden; }
.mailto-page .alert .alert-heading, .mailto-page .alert .close { display: none; }
.mailto-page .alert div p { margin: 1px; padding: 4px 6px 4px 24px; background: #43B1E6 url(/templates/classical/images/icon-x-white.png) 8px center no-repeat; color: #FFF; }

/* bottom / mod_banners (circlelist) */
.circlelist { padding: 30px 0 0 0; border-top: 1px solid #cfd0d2;}
.circlelist .banneritem,
.circlelist .banneritem > .bnlink,
.circlelist .bnhole { display: inline-block; width: 200px; height: 140px; border: 0; background-repeat: no-repeat;}
.circlelist .banneritem { width: 199px; vertical-align: top; padding: 0 7px 0 10px; text-align: center;
-webkit-padding-start: 10px;
-webkit-padding-end: 7px; }


.print-icon { display: block; width: 37px; height: 37px; margin-right: 10px; background: url(../images/side-icons.png) 0 0; float: right; }

body .print section#footer-copyright { background: inherit; }
body .print  section#footer-copyright .copyright { color: #333; }
body .print  section#footer-copyright .copyright .custom p { color: #333; }

.footer { background: #FFF; }
body section#footer-copyright { padding: 0; background: #929395; }
#footer-copyright .content { padding: 0; }
#footer-copyright .menu { margin: 0; padding: 0; }
#footer-copyright .menu li { float: left; list-style: none; font-size: 16px; margin-right: 24px; }
#footer-copyright .menu li a { color: #45b0e5; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }
#footer-copyright .logo-block { margin: 36px 0 48px 0; }
#footer-copyright .copyright { margin: 5px 0 15px 0; font-size: 13px; color: #e6e9eb; }
#footer-copyright .copyright1 { margin: 15px 0 0 0; }
#footer-copyright .copyright1 > div {
    float:left;
}
#footer-copyright .copyright-owner{margin-left:5px;}
#footer-copyright .copyright-owner .custom p {margin-left:5px;font-size: 13px; color: #e6e9eb; line-height: 21px;}
#footer-copyright .copyright .custom p { font-size: 13px; color: #e6e9eb;}
#footer-copyright .copyright .custom a { text-decoration:underline; color: #e6e9eb}

#footer-sitemap { background: #f9f9f9; border-top:1px solid #dadadc; }
#footer-sitemap .columns { margin: 0; }
#footer-sitemap .fullWidth { width: auto; margin: 0; }
#footer-sitemap .content { padding: 0; }
#footer-sitemap .block { margin: 30px 0 30px 0; }
#footer-sitemap .menu { margin: 0; padding: 0; line-height: 30px; font-size: 13px; }
#footer-sitemap .menu li { list-style: none; text-align: left; }
#footer-sitemap .menu li a { color: #1175ae; }
#footer-sitemap .menu > li { display: inline-block; vertical-align: top; width: 180px; padding-right: 12px; margin: 0 0 30px 0; }
#footer-sitemap .menu > li > a { line-height: 40px; font-size: 21px; color: #717578; font-weight: bold; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }
#footer-sitemap .menu li ul { margin: 0; padding: 0; }

#footer-bottom {background-color: #f2f2f2;}
#footer-bottom .columns { margin: 0; }
#footer-bottom .fullWidth { width: auto; margin: 0; }
#footer-bottom .content { padding: 0; }
#footer-bottom .block { margin: 30px 0 30px 0; }


#rollout-bottom { position: fixed; bottom: 0; left: 0; right: 0; height: 232px; background: #1B1D1F; }
#rollout-bottom .edge { position: absolute; bottom: 232px; height: 11px; left: 0; right: 0; background: #000; opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
#rollout-bottom .close { position: absolute; top: 20px; right: 40px; width: 16px; height: 16px; background: url(../images/icon-close.png); }
#rollout-bottom h3 { font-size: 16px; margin-top: 18px; color: #FFF; }
#rollout-bottom .acymailing_introtext { float: left; width: 410px; padding-right: 70px; color: #717578; font-size: 14px; }
#rollout-bottom .acyfield_email input { background: transparent; border: 2px solid #45B0E5; outline: 0; padding: 11px; border-radius: 0; width: 290px !important; height: 42px; box-sizing: border-box; }
#rollout-bottom .acysubbuttons input { background: transparent; border: 2px solid #45B0E5; color: #45B0E5; padding: 11px; border-radius: 4px;
	height: 42px; box-sizing: border-box; margin-left: 8px; text-transform: uppercase; font-weight: bold; }
#rollout-bottom .success{
    color:#7ca7ca;
}
#rollout-bottom #subscribe-to-newsletter input:focus{color: #FFF; }

#main-content aside.two_third { width: 65.9%; }


section#main-content .columns {margin-bottom:0px;}
section#headlines {padding-bottom:40px;}
header.section-headline {margin:10px 0 0 0; position:relative;}

.header-meta{
	display: block;
    float: left;
    padding: 0 0 20px 0;
	border:0;
	width:98.125%;
	margin-left: 0.9375%;
    margin-right: 0.9375%;
}

.breadcrumbs ul.breadcrumbs {
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:left;
}

.ie7 .breadcrumbs ul li{
    display:block;
    border:0;
    float: left;
}

.breadcrumbs ul li{
    display:inline-block;
    border:0;
}

.breadcrumbs ul li a,
.breadcrumbs ul li .divider{
    display:inline-block;
    background:none;
}

.ie7 .breadcrumbs ul li a
{
    margin-right:10px;
}

.ie7 .breadcrumbs ul li .divider{
    height: auto;
    margin:0 0 0 10px;
}

.breadcrumbs ul li .divider{
    width:auto;
    margin:0 10px;
}
.breadcrumbs ul li .divider.icon-location{
    margin:0;
}

.header-search {
	float:right;
	position:relative;
}

.header-search input.search-field {
	background:rgba(0, 0, 0, 0.05);
	border:0;
	font-size: 0.6875em;
	box-shadow:none;

	text-decoration:none;
	position:relative;
	padding:10px 15px;
	width:270px;

	margin:0;
}

.header-search input.submit-button {
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/search-icn.png) left top no-repeat;
	position:absolute;
	cursor:pointer;
	left:270px;
	top:12px;
	border:0;
	box-shadow:none;
}

.page-image {margin-bottom:30px;}

header.section-headline h3{
	background: url("../img/separating-lines.gif") no-repeat center center;
    color: #CCCCCC;
    font-family: 'Droid Sans',sans-serif;
    font-size: 1.25em;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

header.section-headline h3.cols {background: url("../img/separating-lines.gif") no-repeat center center;}

aside.sidebar .widget header.box-headline h4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

header.box-headline h4.process{
	color: #EEEEEE !important;
    font-size: 11.25em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
	background:none;
}
header.box-headline h4.process.red {color:#E30613;}

.services header.box-headline h4,
.services .content,
.widget ul.services-widget li {
	/*text-align:center;*/
}
.widget ul.services-widget li header.box-headline h4 { margin-top:25px; margin-bottom:0;}
.services figure img {
	display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.object {
    transition: all .2s linear;
    -webkit-transition: all .2s linear; /** Chrome & Safari **/
    -moz-transition: all .2s linear; /** Firefox **/
    -o-transition: all .2s linear; /** Opera **/
}


.info-user-meta ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
}
.info-user-meta ul li{
	padding:0;
	line-height:20px;
}

.lines {
	display: block;
    text-align: center;
    width: 100%;
	background:url(../img/double-lines.png) center 15px no-repeat;
	margin:40px 0;
}

.logo .lines {
	background:url(../img/double-lines.png) center 8px no-repeat;
	font-size:0.75em;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color:#999;
	margin:20px 0 0 0;
}
/*====================================
Slider
=====================================*/
#main-content .moduletable.slider-module section{
    margin:0;
}
/*====================================
Twitter
=====================================*/
#main-content .moduletable.twitter {
    -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
		background: transparent;
}
#main-content .moduletable.twitter section{
    margin:0;

}

/*====================================
Modules
=====================================*/
#main-content .moduletable,
#footer-bottom .moduletable,
#main-content .blog.home .two_third .above-content .moduletable,
#main-content .blog.home .two_third .below-content .moduletable
{
		 -moz-box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
        -webkit-box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
        box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
		margin-top:25px;
		background: #fff;
    }

#main-content .breadcrumbs {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    background:none;
}
#main-content .moduletable header,
#footer-bottom .moduletable header
{
        background-color: #3570b4;
    }
#main-content .moduletable header h4,
#footer-bottom .moduletable header h4
{
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        margin: 0 10px 0 20px;
        text-transform: uppercase;
        font-weight: bold;
        color:#FFF;
        padding:9px 0;
        text-align: left;
        letter-spacing:0.5px;
    }
#main-content .moduletable section,
#footer-bottom .moduletable section
{
        margin:20px;
    }

#main-content .breadcrumbs section{
    margin:0;
}

     /* Map module style*/
#main-content .moduletable.dark-header header,
#footer-bottom .moduletable.dark-header header
{
        background-color: #334778;
    }


/*====================================
Menu
=====================================*/

header#top nav { z-index: 5; padding: 0; margin: 0; background: #3570b4; box-shadow: 0px 5px 5px 0px #CCCCCC; min-height: 42px; }
header#top.fixed #thwr nav { box-shadow: none; }

header#top nav select { margin:0 auto; display:block; width:50%;}

/*====================================
Headlines
=====================================*/

h1, h2, h3, h4, h5, h6 {font-weight:700; line-height: 1.2em; color:#666;}
h1 {margin:30px 0 12px;	font-size:1.6em;}
h2 {margin: 40px 0 20px;font-size:1.5em;}
h3 {margin: 40px 0 20px;font-size:1.4em;}
h4 {margin: 35px 0 15px;font-size:1.2em;}
h5 {margin: 32px 0 12px;font-size:1.1em;}
h6 {margin: 30px 0 10px;font-size:1em;}

.headline {
	display: block;
	margin:0;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	text-align:center;
	font-size:2.25em;
	background: url("../img/small-hor-line.gif") no-repeat center bottom;
	padding-bottom:30px;
}

/*====================================
.footer
=====================================*/

section#footer-copyright { padding: 20px; font-size: 0.75em; }

section#footer-copyright .one_third,
section#footer-copyright .two_third,
section#footer-copyright .columns { margin-bottom:0;}
section#footer-copyright p { margin:0;}
section#footer-copyright img.left { margin-right:20px;}

section#footer-copyright ul.footer-menu { margin:0; padding:0; list-style-type:none;}
section#footer-copyright ul.footer-menu li {
	display: inline;
	background: url("../img/grey-dot.gif") no-repeat right center;
	padding-right:20px;
	margin-right:10px;
}
section#footer-copyright .sf-menu {float:left;}
section.footer-extra h3.headline{margin:40px 0 40px 0;}

section#main-content .one_third.main-holder,
section.footer-widgets .one_third.main-holder,
aside.project-meta .widget,
aside.home-blog-thumbs .widget,
aside.sidebar  {
	width:31.22%;
	margin-right: 0.9375%;
	margin-left: 0.9375%;
	margin-bottom: 2.8125%;
	position:relative;

	background:#f9f9f9;
	background:rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.08);

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

aside.project-meta .widget,
aside.home-blog-thumbs .widget { float:right;}

.footer section.footer-widgets .one_third.main-holder {
	border:1px solid #eee;
	border:1px solid rgba(100,100,100,0.1);
}

section#main-content .two_third.main-holder,
section#main-content .blog .blog-holder article {
	/*width: 705px;*/
}

section#main-content .blog .blog-holder article {
	margin-bottom:50px;
	width:100%;
}

section#main-content .blog.home .two_third article {
	background: none;
	border: none;
	margin-bottom:0 !important;
	box-shadow: none;
}

section#main-content .two_third #images article {
	margin-bottom:0 !important;
	float:left;
}

section#main-content .full_column {
	width:98.125%;
	float: left;
    margin-bottom: 2.25em;
	margin-left: 0.9375%;
    margin-right: 0.9375%;

	background:#f9f9f9;
	background:rgba(255,255,255,0.5) ;
	border:1px solid #ddd;
	border:1px solid rgba(0,0,0,0.08);



	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

section#main-content .maps-placeholder {
	display:block;
	width:100%;
	margin-bottom:20px;
}

section#main-content .one_half.main-holder {
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.1);
	border-bottom:4px solid rgba(0,0,0,0.1);

	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	margin-left: 0.9375%;
    margin-right: 0.9375%;
    width:47.894%;
}

.blog-gallery-holder article{float:left;}

.blog-holder {
	float:left;
	display:block;
    width: 65.3125%;
}

aside.sidebar .widget { position:relative;}
aside.sidebar { display:block; float:right; margin: 0;}
.related-projects {margin-top:70px;}


/*====================================
Page pagination
=====================================*/
.pagination ul, .pagenav {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: center;
}
.pagination ul li, .pagenav li{
	display:inline-block;

	margin:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding:5px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display:inline-block;
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #fff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* W3C */
}

.pagination ul li:hover, .pagenav li:hover{
	display:inline-block;

	margin:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding:5px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display:inline-block;
	background: #fff;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 0%,#fff 100%); /* W3C */
}

.pagination ul li.no-style, .pagenav li.no-style {
	background:none;
	border:0;
	border-radius:none;
	margin-left:0;
	padding-left:0;
}


/*====================================
Columns
=====================================*/
.columns{width:100%; float:left; margin-bottom:1.25em}
.one_half{width:48%}
.one_third{width:31.25%}
.two_third{width:65.33%}
.one_fourth{width:22.8%}
.three_fourth{width:74%}
.one_fifth{width:16.8%}
.one_sixth{width:13.33%}
.two_fifth{width:37.6%}
.three_fifth{width:58.4%}
.four_fifth{width:67.2%}
.five_sixth{width:82.67%}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{
	position:relative;
	margin-right:2.8125%;
	float:left;
	margin-bottom:2.25em;
}

.last{margin-right:0 !important; clear:right}

/*====================================
Content-boxes
=====================================*/
.content-box.one_half{width:44%}
.content-box.one_third{width:26.8%}
.content-box.two_third{width:61%}
.content-box.one_fourth{width:18.3%}
.content-box.three_fourth{width:69.7%}
.content-box.one_fifth{width:13.1%}
.content-box.one_sixth{width:9.7%}

.content-box {
	border:1px solid rgba(0,0,0,0.08);
	padding: 0 20px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.content-box.white {background:#fff;}
.moduletablered {background:#b8000b; color:#fff; text-shadow:none;}
.moduletablered h1, .moduletablered h2, .moduletablered h3, .moduletablered h4, .moduletablered h5, .moduletablered h6 {
	color:#fff;
}
.moduletablered a {color:#fff;}

.moduletableblue {background:#2990cc; color:#fff; text-shadow:none;}
.moduletableblue h1, .moduletableblue h2, .moduletableblue h3, .moduletableblue h4, .moduletableblue h5, .moduletableblue h6 {
	color:#fff;
}
.moduletableblue a {color:#fff;}

.moduletableblack {background:#333; color:#fff; text-shadow:none;}
.moduletableblack h1, .moduletableblack h2, .moduletableblack h3, .moduletableblack h4, .moduletableblack h5, .moduletableblack h6 {
	color:#fff;
}
.moduletableblack a {color:#ccc;}

.moduletablegreen {background:#5fa402; color:#fff; text-shadow:none;}
.moduletablegreen h1, .moduletablegreen h2, .moduletablegreen h3, .moduletablegreen h4, .moduletablegreen h5, .moduletablegreen h6 {
	color:#fff;
}
.moduletablegreen a {color:#fff;}

.moduletableorange {background:#efb14b; color:#fff; text-shadow:none;}
.moduletableorange h1, .moduletableorange h2, .moduletableorange h3, .content-box.redorangeh4, .moduletableorange h5, .moduletableorange h6 {
	color:#fff;
}
.moduletableorange a {color:#fff;}
.moduletablepink {background:#ef64a2; color:#fff; text-shadow:none;}
.moduletablepink a {color:#fff;}

.rounded {border-radius:5px;}

/*====================================
Lists
=====================================*/
ul.list-style-link,ul.list-style-mail, ul.list-style-alert, ul.list-style-tag, ul.list-style-locked, ul.list-style-denied, ul.list-style-option,ul.list-style-comment,ul.list-style-sound,ul.list-style-user,ul.list-style-bended-arrow,ul.list-style-clock,ul.list-style-paperclip,ul.list-style-download{
	margin:0;
	padding:0;
	list-style-type:none;
	color:#999;
}

ul.list-style-link li {
	background:url(../img/lists-icn/link.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-mail li {
	background:url(../img/lists-icn/email.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-alert li {
	background:url(../img/lists-icn/alert.png) left 13px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-tag li {
	background:url(../img/lists-icn/tag.png) left 13px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-locked li {
	background:url(../img/lists-icn/lock.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-denied li {
	background:url(../img/lists-icn/denied.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-option li {
	background:url(../img/lists-icn/option.png) left 12px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-comment li {
	background:url(../img/lists-icn/comment.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-sound li {
	background:url(../img/lists-icn/sound.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-user li {
	background:url(../img/lists-icn/user.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-bended-arrow li {
	background:url(../img/lists-icn/bended-arrow.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-clock li {
	background:url(../img/lists-icn/clock.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-paperclip li {
	background:url(../img/lists-icn/paperclip.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}
ul.list-style-download li {
	background:url(../img/lists-icn/download.png) left 14px no-repeat;
	padding:8px 0 8px 30px;
}



/* ==============
    Images
   ============== */

.classic-holder {
	background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.shadow-holder { display: block;
    float: left;
    position: relative;
}



/* ==============
    Contact form
   ============== */

#contact-form {position:relative;display:block; width:50%}
#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
	margin-bottom:20px;
	width:98%;
}

#contact-form select {width:100%;}
#contact-form label {margin-bottom:2px;}
#contact-form #submit-button {
	width:100px;
	padding:10px;
	border:0;
}
#jform_contact_email_copy {width:50px; float:left;}
.big-404 {
	color: #CCCCCC;
    font-size: 12.5em;
    font-weight: 700;
    line-height: 200px;
    margin: 0;
    text-align: center;
	margin-bottom:50px;
}

#contact-form #submit-button:active,
#contact-form #submit-button:focus {
	border:0;
}

input,
select,
textarea {
	background:#fff;
	border:1px solid #7ca7ca;
	color: #b2b2b2;
	margin-bottom:20px;
	padding:5px;
	width: 95%;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #AFCDD8;
	background-color: #f5f8f9;
	color: #4c4b4b;
}

textarea {height:150px;resize: none;}
label {display:block;}

.actionscontainer form {width:320px; float:left;}
.actionscontainer { border-bottom: 1px solid #b2b2b2; padding:10px 0 15px 0; margin-bottom:30px; font-size:12px; width: 100%;}
.actionscontainer .published { color: #E7BE82; }
.actionscontainer .published span { color: #b2b2b2; }
.actionscontainer .tags { padding:0; margin:0; }
.actionscontainer .tags li { background: none; float:left; display:block; margin:0 10px 0 0; padding:0; color: #7ca7ca}
.actionscontainer .tags{
    float:left;
}
.actionscontainer .published {
float: left;
display: inline-table;
}
.sz-mobile .actionscontainer .published{line-height: 40px;}
.sz-mobile .actionscontainer .tags{float: none;}
.sz-mobile .actionscontainer .tags li{padding-left: 30px;}

.actionscontainer .tags{
    margin-left:20px;
}

.search-results .data{ display: -webkit-inline-box; margin-top: 20px; margin-bottom: 10px;}

.search-results .published{ display: block;
font-size: 14px;
color: rgb(233, 187, 101);
padding-right: 15px;
text-transform: lowercase;
line-height: 11px;
}
.search-results .category{ display: block;
font-size: 14px;
color: #a6abad;
padding-right: 15px;
line-height: 11px;
}

#search-results .total {margin-top: 12px; font-size: 14px;}

.content_rating {width:300px; float:left; }
.content_vote {width:300px; float:left; }
.content_vote input[type="submit"] {width:150px;}
.article-info {float:right; text-align:right; margin-top:-20px;}
.article-info dd {font-size: 0.7rem;}
#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(../img/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}
.category-name {font-weight: bold;}

#errors {
	border:solid 1px #E58E8E;
	padding:25px 70px;
	margin:25px 0px;
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../img/cancel_48.png) no-repeat 15px center;
	display:none;
}

#errors li {padding:2px;list-style:none;}
#errors li:before {content: ' - ';}
#errors #info {font-weight:bold;}
#errors #info:before {content: '';}

#success {
	border:solid 1px #83D186;
	padding:25px 70px;
	margin:25px 0px;
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../img/accepted_48.png) no-repeat 15px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {display:block;}
#req-field-desc {font-style:italic;}


/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {color:#CCC;font-style:italic;}
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {color:#CCC;font-style:italic;}
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  {color:#CCC;font-style:italic;}

/*
Back to top button
*/
#back-top {
	position: fixed;
	bottom: 12px;
	right:0;
	margin:0;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 0.625em;
	text-decoration: none;
	color: #bbb;
float:right;	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin:0 auto 10px auto;
	background: #eee url(../img/up-arrow.png) no-repeat center center;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
#back-top a:hover span {
	background-color: #ccc;
}





/* Ampersand */
.amp {
	font-family: 'EnglandHandDBRegular', serif;
	font-weight: normal;
	font-size:200%;
    font-style:normal;
    text-transform: none;
}


/* Toggle */
.box {
	margin-bottom:20px;
	padding:0;
	position: relative;
	overflow: hidden;

	background:#fff;
	background:rgba(255,255,255,0.05);
	border:1px solid rgba(0,0,0,0.08);

	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
}
.box h5 {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);

	padding:15px;
	margin:0;
}

.box .block {
	padding:0;
	margin:0;
}

.box .block_in {
	padding:15px;
}

.box div.hide {
	display: block;
	width: 40px;
	line-height: 24px;
	position: absolute;
	right: 5px;
	top: 8px;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	border: solid 1px #aaa;
	background: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:0 0 4px #DCDCDC inset;
	-moz-box-shadow:0 0 4px #DCDCDC inset;
	box-shadow:0 0 4px #DCDCDC inset;
}

.box div.hide:hover {background: #fff;}

.box div.hide span.h {	display: block;}
.box div.hide span.s {	display: none;}
.box div.show  span.h {	display: none;}
.box div.show  span.s {	display: block;}

.closed div.hide span.h {	display: none;}
.closed div.hide span.s {	display: block;}
.closed div.show  span.h {	display: block;}
.closed div.show  span.s {	display: none;}

/* Divider */
.divider	{
	display:block;
	width:100%;
	height:2px;
	margin:30px 0;
	clear:both;
	position:relative;
	background: url("../img/line.gif") repeat-x scroll left bottom transparent;

}

.divider.top { margin:40px 0;}
.divider.top a	{
	font-size: 0.625em;
    padding: 0 0 0 18px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: -25px;
}

#mobile-menu .divider{
background: url(../images/list-open-close.png) 0px 6px no-repeat;
width: 100%;
height: 30px;
margin: 5px 0;
font-size: 20px;
clear: both;
color: #b2b2b2;
display: table;
}
#mobile-menu .divider .separator{margin-left: 30px; font-family: 'MyriadPro-Regular';
text-transform: uppercase; display: table;}

#mobile-menu .under{
    display: list-item;
background: url(../images/link-dot-white.png) 0px 4px no-repeat;
margin-left: 26px; width: 290px;}

#mobile-menu .under a{
display: table;
width: 261px;
overflow: visible;
color: #FFF;
font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
font-size: 18px;
border: 0;
padding-right: 13px;
margin-right: 25px;
height: 20px;
margin-bottom: 10px;
line-height: 18px;
margin-top: -1px;
margin-left: 33px;}


.ie7 #title{ padding-top:20px; }


.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after {  }
.clearfix { zoom: 1; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.login {width:35%;}


/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.accordion {
    overflow:hidden;
}
.accordion-section{
    border-bottom:1px solid #cccccc;
}
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    color:#3a3d3f;
}
.accordion-section-title.active, .accordion-section-title:hover {
    text-decoration:none;
}
.accordion-section-title.active{
    background-repeat:no-repeat;
    background-position: right center;
}
.accordion-section:last-child {
    border-bottom:none;
}
.accordion-section-content {
    display:none;
    background-color: #FFF;
}
.accordion-section-title.highlighted{
    color:#df383d;
}
/* ==========================================================================
        Interactive map
   ========================================================================== */
/* Map style */
#interactive_map .item:first-child > hr{
    display:none;
}
#interactive_map  .item .m-label, .item-page .item .m-label
{
    padding-right:5px;
    color:#b2b2b2;
    display:block;
}

#interactive_map  .item .item-row, item-page .item .m-label{
    margin:5px 0;
}
/* Normal map layout */
.moduletable.map header h4{
    background-image: url("../images/imap-icon.png");
    background-repeat:no-repeat;
    background-position: right center;
}
#country-info .accordion {
    border:1px solid #cccccc;
}
#country-info .accordion-section{
    background-color:#f9f9f9;
}
#country-info .accordion-section-title.active,#country-info .accordion-section-title:hover {
    background:#7ca7ca;
}
#country-info .accordion-section-title.active{
    background-image: url("../images/map-menu-arrow-open.png");
    background-repeat:no-repeat;
    background-position: right center;
}
#country-info .accordion-section-content {
    padding:15px;
}
#country-info a.accordion-section-title{
    color:#3a3d3f;
    padding:5px;
    background-image: url("../images/menu-arrow-closed.png");
    background-repeat:no-repeat;
    background-position: right center;
}
#country-info .accordion-section-title.highlighted{
    color:#df383d;
}
#interactive_map .select {float: left; margin-right: 24px;}
#interactive_map .select_country select {margin-left: 10px; margin-top: 13px; width: 215px !important;}
#googleMap{
    width:100%;
    height:440px;
}
#interactive_map.latvian-missions .chzn-results li.one{
    background-image: url("../images/legend-markerY.png");
    background-size: 17px 22px;
    background-repeat: no-repeat;
    background-position: 191px 3px;

}
#interactive_map.latvian-missions .chzn-results li.two{
    background-image: url("../images/legend-markerB.png");
    background-size: 17px 22px;
    background-repeat: no-repeat;
    background-position: 191px 3px;
}
#interactive_map.latvian-missions .chzn-results li.one.two{
    background-image: url("../images/legend-markerY.png"), url("../images/legend-markerB.png");
    background-size: 17px 22px, 17px 22px;
    background-repeat: no-repeat,no-repeat ;
    background-position: 170px 3px,191px 3px;

}
#googleMap img{max-width:none!important;background:none!important}
#googleMap  .scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
#interactive_map .header .left ul,.small-interactive-map ul {
    list-style-image: url(../images/bullet-marker.png);
    padding-left: 15px;
    margin-top:0;
}
#interactive_map .header .right{
    float:right;
}
#interactive_map h3{
    margin:0;
    color:#FFF;
    padding:9px;
    font-size: 18px;
    font-family: 'MyriadPro-Regular';
}
#interactive_map .map{
    margin-top:10px;
    position:relative;
}
#interactive_map .map-header{
    background-color: #7ca7ca;
    width:100%;
    float:left;
}
#interactive_map .map-footer{
    background-color:#f1f1f0;
    width:100%;
    float:left;
    height:40px;
    font-size:16px;
    vertical-align: central;
}
#interactive_map .map-footer > div{
    float:left;
    margin-left:20px;
    margin-top:7px;
}
#interactive_map .map-footer > div img{
    margin-right:5px;
}
#interactive_map .map-footer > div span{
    vertical-align:middle;
}
#interactive_map .travel-info-block{
    margin-top: 20px;
}
#interactive_map .one_third{
    margin-right:0;
}
/* Loader */
.loader{
    position:absolute;
    width:100%;
    height:100%;
    /*Overlay
    background-color:#000;
    opacity: 0.7;
    background-color: rgb(0, 0, 0);        */
}
.loader .loader-icon{
    background:url("../images/system/ajax-loader.gif") no-repeat center center transparent;
    width: 100%;
    height: 100%;
}
.loader .loader-icon.grey{
     background:url("../images/system/ajax-loader-grey.gif") no-repeat center center transparent;
}
#interactive_map .noscrollbar {
    line-height:1.35;
    overflow:hidden;
    white-space:nowrap;
}
#interactive_map .header3{
    font-size: 16px;
    font-weight:bold;
}
#country-info P:first-child{
    margin-top:0;
}
#interactive_map .header3{
    font-size: 18px;
    font-family: 'MyriadPro-Regular';
    color: #2d4778;
}
/* Full map layout */
#full-mission-list .accordion-section-title.active{
    background-image: url("../images/grey-list-arrow-open.png");
    background-repeat:no-repeat;
    background-position: right center;
}
#full-mission-list  a.accordion-section-title{
    font-family: 'MyriadPro-Regular';
    padding: 5px;
    padding-left: 0;
    font-size: 16px;
    background-image: url("../images/grey-list-arrow-closed.png");
    background-repeat: no-repeat;
    background-position: right center;
}
#full-mission-list .city{
    color: #c37832;
}
#full-mission-list{
    float:left;
}
#full-mission-list > div{
    float:left;
    margin-bottom:40px;
}
#full-mission-list .content{
    margin-top:10px;
}
#full-mission-list .m-label{
    display:block;
}
#full-mission-list .first-column{
    width: 400px;
    margin-right:40px;
}
#full-mission-list .second-column{
    width:  620px;
}
#full-mission-list .item-row.header
{
    margin-top:20px;
}
#interactive_map .right-side-travel-info h3,  #interactive_map #full-mission-list h3
{
    margin-top: 0;
    text-transform: uppercase;
    color:#2d4778;
    padding:0;
    border-bottom: 1px solid #E4E8EB;
    padding-bottom:10px;
}
#interactive_map .right-side-travel-info a.heading{
    font-size:21px;
    font-family: 'MyriadPro-Regular';
    color:#3a3d3f;
    margin:10px 0;
    display:block;
}
#interactive_map .right-side-travel-info h3.highlighted{
    color:#df383d;
}
#interactive_map .right-side-travel-info div{
    margin-bottom:35px;
}
#interactive_map .right-side-travel-info .content{
    margin-top:10px;
}
#interactive_map   #underline td{
        margin-top:80px;
        border:none;
    }
#interactive_map   #underline{
        padding-bottom:20px;
    }
/* Tabs */
#interactive_map .tabs{
    margin-bottom: 30px;
}
/* Small map layout */
#smallGoogleMap{
    width:100%;
    height:180px;
}
#smallGoogleMapWrapper{
    margin:-20px -20px 0 -20px;
    position: relative;
}
#smallGoogleMapWrapper .map-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color:#000;
    background: rgba(0, 0, 0, 0.3);
}
#smallGoogleMapWrapper .map-overlay .glass
{
    background-image:  url(../images/spyglass-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
#smallGoogleMapWrapper .map-overlay a{
    display: block;
    height: 100%;
}
.small-interactive-map ul{
    list-style-image: url(../images/bullet-marker.png);
    padding:0;
    padding-left: 15px;
    margin:0;
}
.small-interactive-map .footer{
    padding:10px 0;
}
/* Marker description */
#interactive_map .marker-description h3{
    color:#2d4778;
    padding:0;
}

/* Organization view */
.mission-item-cont { margin-top: 40px; }
.mission-item .item img {
    padding-right:20px;
    padding-bottom: 10px;
}
.mission-item .item .country-image{
    width:100px;
    float:left;
}
.mission-item .item .body{
    margin-left:100px;
}
.mission-item .item .header3{
    font-weight:bold;
}
.mission-item .item h2{
    margin:0;
    padding:0;
}
.mission-item .item .item-row.header{
    margin-bottom:25px;
    color:black;
}
.mission-item .item .clearfix{
    clear:both;
}
.mission-item .item > .header{
    padding-top: 40px;
}
.mission-item .item:first-child > .header{
    padding-top:0;
}
.mission-item .item:first-child > .header hr{
    display:none;
}
.mission-item .item.no-image h2 { margin-left: 100px; }

/* NEWS module */
.modNews { margin: 25px 0; }

.modNews.news .modNewsItem { margin: 0 20px 20px 0; display: block; }
.modNews.news .pre-title { display: none; color: #363b3d; font-size: 32px; line-height: 150%; font-weight: bold; max-width: 580px; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }
.modNews.news .item1 .pre-title { display: block; }
.modNews.news .modNewsItem.item1 { max-width: 580px; margin-right: 0; }
.modNews.news .modNewsItem.item2, .modNews.news .modNewsItem.item3 { display: inline-block; vertical-align: top; max-width: 280px; }
.modNews.news .modNewsItem.item3 { margin-right: 0; }
.modNews.news .item1 .title, .modNews.news .intro, .modNews.news .readmore { display: none; }
.modNews.news .title { color: #363b3d; font-size: 14px; line-height: 140%; display: block; background: #F0F3F5; padding: 12px 20px; min-height: 64px; }
.modNews.news .pimgwrap { position: relative; display: inline-block; }
.modNews.news .pimgdate { text-transform: uppercase; position: absolute; bottom: 0; left: 0; background: #E9B329; padding: 0 6px; line-height: 24px; font-size: 12px; color: #1b1d1f; }
.modNews.news .item1 .pimgdate { bottom: auto; top: 0; }

.modNews.news-catitem .modNewsItem { margin-top: 21px; }
.modNews.news-catitem .catimg { float: left; width: 48px; height: 48px; }
.modNews.news-catitem .catimg .cihole { display: inline-block; width: 48px; height: 48px; background: url(../images/cat-hole.png); }
.modNews.news-catitem .catinfo { font-size: 13px; text-transform: uppercase; line-height: 110%; margin: 0 0 6px 0; }
.modNews.news-catitem .cattitle { color: #2990cc; font-size: 9px; }
.modNews.news-catitem .date { font-size: 11px; color: rgb(233, 187, 101); padding-right: 15px; text-transform: lowercase; line-height:11px; margin:20px 0; }
.modNews.news-catitem .all-news { background: url(../images/menu-bullet.png) right center no-repeat; font-size: 14px; font-weight: normal; line-height: 22px; text-transform: uppercase; padding-left: 19px; padding-right: 10px; color: #2990cc; float: left;}
.modNews.news-catitem .archive { background: url(../images/menu-bullet-orange.png) right 6px no-repeat; font-size: 14px; font-weight: normal; text-transform: uppercase; padding-right: 20px; float: right; color: #c37832; margin-right: 20px; line-height: 23px; }
.modNews.news-catitem .speech { background: url(../images/speech-icon.png) no-repeat; width: 24px; height: 20px; float: right; margin-right: 12px; margin-top: 12px; }
.modNews.news-catitem .modNewsButtonWrapper { position: absolute; margin-top: -30px; margin-left: 0px;}

.modNews.news-catitem .more {height: 20px; margin: 19px -20px 0px -20px; border-top: 1px solid #cfd0d2;}
.modNews.news-catitem .tags { font-size: 11px; color: #2990cc; text-decoration: underline; padding-right: 15px; text-transform: none;}
.modNews.news-catitem .title { font-size: 21px; font-weight: bold; letter-spacing:0.5px; color: #363b3d; line-height: 150%; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }
.modNews.news-catitem .modNewsItemSeparator { height: 1px; background: #cfd0d2; margin-top: 19px; }
.modNews.news-catitem.big .modNewsItemSeparator {margin: 20px 10px 0px 10px;}
.modNews.news-catitem.has-leading .item1 .date {padding-left: 0px;}
.modNews.news-catitem.has-leading { margin-top: 0; padding-bottom:0px; }
.modNews.news-catitem.use-article-imgs.has-leading .item1 { margin-top: 16px; }
.modNews.news-catitem.has-leading .item1 .title { color: #363b3d; font-size: 21px; line-height: 110%; font-weight: bold; max-width: 580px; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; margin-right: 20px;}
.modNews.news-catitem.has-leading.small .item1 .title {font-size: 20px;}
.modNews.news-catitem.has-leading .item1 .pimgwrap{margin-bottom: 10px;}
.modNews.news-catitem .item1 .intro { margin: 10px 10px 15px 0px }
.modNews.news-catitem .pimgwrap { position: relative; display: inline-block; }
.modNews.news-catitem .pimgdate { text-transform: uppercase; position: absolute; bottom: 0; left: 0; background: #E9B329; padding: 0 6px; line-height: 24px; font-size: 12px; color: #1b1d1f; }
.modNews.news-catitem .readmore { display: inline-block; font-weight: normal; font-family: 'MyriadPro-Regular';
	background: url(../images/menu-bullet.png) right 5px no-repeat; padding-right: 20px; text-transform: uppercase; text-transform: uppercase}
.modNews.news-catitem .topic { color: #208FCE; }

.modNews.news-catitem.use-article-imgs .infoblock { margin-left: 0; }
.modNews.news-catitem .artimg { float: left; margin-right: 20px;}
.modNews.news-catitem .modNewsItemEnd { clear: both; height: 0; }
.modNews.news-catitem .modNewsButton { margin-top: 60px; display: inline-block; color: #3570b4; font-weight: normal; font-size: 14px; line-height: 22px;
	background: url(../images/menu-bullet.png) right 5px no-repeat; padding-right: 20px; text-transform: uppercase; }

.moduletable.title-callout > .box-headline > h4 { background: url(../images/callout-gray.png) no-repeat; padding: 10px 15px 22px 15px;
	line-height: 22px; border-bottom: 0; text-align: left; text-transform: uppercase; color: #717578; font-size: 13px; }
.moduletable.title-red-ul > .box-headline { border-bottom: 2px solid #C7CED1; width: 36px; margin-top: 25px; }
.moduletable.title-red-ul > .box-headline > h4 { color: #A00013; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
	line-height: 50px; border-bottom: 0; text-align: left; width: 580px; padding: 0; margin: 0; font-size: 20px; }

.modNews.news-catitem.small a.artimg { display:none }
.modNews.news-catitem .heading { font-size: 21px; font-weight: bold; padding-left: 30px; background-color: rgb(50, 112, 171); height: 40px; color: rgb(255, 255, 255); line-height: 37px; margin-top: 25px;}
.modNews.news-catitem.big .modNewsItem {padding-left: 10px; padding-right: 10px;}
.modNews.news-catitem.small.has-leading .modNewsItem.item1 {padding-left: 19px;}
.modNews.news-catitem.small .modNewsItem.item1 .date{padding-left: 0;}
.modNews.news-catitem.small .modNewsItem.item1 .title{padding-left: 0;}
.modNews.news-catitem.small .modNewsItem.item1 .pimgwrap {margin-left: 0;}
.modNews.news-catitem.small .modNewsItem.item1 .intro {margin-left: 0;}
.modNews.news-catitem.small .modNewsItem.item1 .readmore{margin-left: 0;}
.modNews.news-catitem.small .modNewsItem .infoblock .title{font-size: 17px;}
.modNews.news-catitem.small .modNewsItem.hasimg a.artimg{ display:none; }

.moduletable.news-catitem {box-shadow: 0px 0px 15px #888888; margin-top: 25px; overflow: hidden;}
.moduletable.news-catitem .box-headline {background-color: #3570B4;}
.moduletable.news-catitem .box-headline h4{ background-image: url("../images/news-icon.png");
background-repeat: no-repeat;
background-position: right center;
}

.moduletable.news-catitem .content .modNews.news-catitem {margin-top: 0; margin-bottom: 0;}




 .tabs { margin:0 -20px; display: table; }
 .tab { display: table-cell; height: 40px; text-align: center; line-height: 40px; text-transform: uppercase; font-weight: bold; font-size: 18px;
	font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; letter-spacing:0.5px; background: #969FA8 url(../images/news-tab-bg.png) left bottom repeat-x; color: #FFF; width: 1%; cursor: pointer; }
.tab.active { background: #3570b4 ; position: relative; }
.tab.active .triwrap { position: absolute; left: 50%; width: 0; bottom: 0; height: 0; }
.tab.active .triwrap .tri { position: absolute; left: -19px; top: 0; width: 38px; height: 11px; background: url(../images/news-tab-tri.png); }
.modNews.news-multicat .panel { display: none; }
.modNews.news-multicat .panel.active { display: block; }
.modNews.news-multicat .item { padding: 24px 0;}
.modNews.news-multicat .item .image { float: left; }
.modNews.news-multicat .item .dtg { font-size: 12px; color: #edcc8f; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }
.modNews.news-multicat .item .tag { color: #3570b4;padding-left: 22px; }
.modNews.news-multicat .item .title { font-size: 21px; color: #4B5659; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing:0.5px; line-height: 25px; display: block; }
.modNews.news-multicat .item.has-image .dtg { margin-left: 180px; }
.modNews.news-multicat .item.has-image .title { margin-left: 180px; }
.modNews.news-multicat .catname { display: none; }
.modNews.news-multicat .links { padding: 14px 20px; height: 14px; border-top: 1px solid #cfd0d2; margin:20px -20px 0 -20px;}
.modNews.news-multicat .links a { text-transform: uppercase; line-height: 14px; font-size: 12px; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; padding-right: 14px; }
.modNews.news-multicat .links a.allitems { color: #3570b4 ; background: url(../images/arrow-blue.png) right center no-repeat; }
.modNews.news-multicat .links a.archive { color: #C58C53; background: url(../images/arrow-orange.png) right center no-repeat; }
.modNews.news-multicat .modNewsItemSeparator { height: 1px; background: #cfd0d2; }

@media( max-width: 800px )
{
	.modNews.news-multicat .tabs { display: none; }
	.modNews.news-multicat .panel { display: block; }
	.modNews.news-multicat .catname { display: block; height: 40px; text-align: center; line-height: 40px; text-transform: uppercase; font-weight: bold; font-size: 18px; position: relative;
		font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; background: #969FA8 url(../images/news-tab-bg.png) left bottom repeat-x; color: #FFF; background: #0086C1; }
	.modNews.news-multicat .catname .triwrap { position: absolute; left: 50%; width: 0; bottom: 0; height: 0; }
	.modNews.news-multicat .catname .triwrap .tri { position: absolute; left: -19px; top: 0; width: 38px; height: 11px; background: url(../images/news-tab-tri.png); }
}


.sz-mobile #main-content .moduletable.mobileonly { display: block;}
.sz-mobile #main-content .moduletable.mobileonly section{ margin: 0;}
.sz-mobile #main-content .moduletable.mobileonly td{ border: none;vertical-align: middle;}
#main-content .moduletable.mobileonly { display: none;}

/* CUSTOM / more-news */
.custom.more-news { border-top: 1px solid #E6E9EB; padding: 22px 0px 5px 0px; height: 20px; margin: 40px 0; }
.custom.more-news p { margin: 0; }
.custom.more-news .more-news,
.custom.more-news .more-news a { background: url(../images/icon-gray-right.png) right center no-repeat;
	font-size: 14px; font-weight: bold; color: #a6abad; text-transform: uppercase; padding-right: 10px; float: left; }
.custom.more-news .newsletter,
.custom.more-news .newsletter a { background: url(../images/icon-blue-mail.png) left center no-repeat;
	font-size: 13px; color: #a6abad; padding-left: 27px; float: right; margin-right: 16px; }
.custom.more-news .rss,
.custom.more-news .rss a { background: url(../images/icon-blue-rss.png) left center no-repeat;
	font-size: 13px; color: #a6abad; padding-left: 27px; float: right; margin-right: 16px; }


/* ARTICLE / com_content */
.item-page,
.faq{
    -webkit-box-shadow:0px 2px 6px 0px rgba(176, 176, 176, 1);
    -moz-box-shadow:0px 2px 6px 0px rgba(176, 176, 176, 1);
    box-shadow:0px 2px 6px 0px rgba(176, 176, 176, 1);
    padding: 30px;
    margin-top: 25px;
	background: #fff;
}
.faq{
    padding:30px 0;
}
.faq.popup{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    margin-top: 0;
    background:transparent;
}
.item-page p:first-child{ margin-top: 0; }
.item-page p {}
.item-page .img-fulltext-left { position:relative; }
.item-page .img-fulltext-left img{ padding:0 0 15px; }
.item-page .img-fulltext-left span a{
    display:block; position:absolute; padding:5px 33px 5px 7px; bottom:15px;
    color:#fff; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; background:#3570b4 url(../images/flickr-link-icon.png) no-repeat 50px center;
}
.item-page .fulltext {font-family: Arial, Helvetica, sans-serif;}
.item-page .introtext { font-size: 18px; line-height: 36px; color: #363B3D; margin-bottom: 10px;font-family: Arial, Helvetica, sans-serif;}
.item-page .introtext_separator{background: url(../images/introtext-separ.png) left center no-repeat; width: 50px; height: 2px; margin: 0 0 10px 0;}
.item-page .cat-headline, .main-holder.search header.search-header, .item-page.archive header { border-bottom: 1px solid #cccccc; margin-top: 25px; }
.item-page .cat-headline > h4, .main-holder.search header.search-header > h4, .item-page.archive .search-header h4 { color: #2d4778; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
	line-height: 50px; border-bottom: 0; text-align: left; width: 580px; padding: 0; margin: 0; font-size: 20px; }
.item-page h1 { color: #2d4778; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; font-size: 32px; line-height: 37px; margin: 0; padding: 0 132px 0 0; }
.item-page .attachments { margin: 0; }
.item-page .attachments-header { border-bottom:1px solid #b2b2b2; color: #b2b2b2; font-size:16px; max-width:250px; padding-bottom:10px; }
.item-page .attachments .attachment { border: 0; margin: 2px 1px; display: block; line-height: 20px; padding: 8px 0 7px 25px; min-height: 40px; font-size: 16px; }
.item-page .attachments .attachment.dl { background: transparent url(../images/icon-dl.png) 0px 8px no-repeat; }
.item-page .attachments .attachment.link { background: transparent url(../images/icon-link.png) 23px 16px no-repeat; }
.item-page .attachments .attachment .title { display: block; color: #3570b4; }
.item-page .attachments .attachment .subtitle { display: block;font-size:14px; color:#b2b2b2 }
.item-page .subsect { margin-top: 30px; border-top: 1px solid #B2B2B2; }
.item-page .subsect.last { margin-top: 40px; }
.item-page .ss-title-cont { }
.item-page .ss-title { color: #2d4778; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; line-height: 100%; margin:0; padding-top:20px; font-size: 18px; width: 100%; }
.item-page .contacts .ss-title {  }
.item-page .updates .ss-title {  }

.item-page .contact { width: 280px; display: inline-block; vertical-align: top; margin: 10px 0; font-size: 14px; color: #1B1D1F; line-height: 20px; }
.item-page .contact.col1 { margin-left: 20px; }
.item-page .contact .name { margin-bottom:10px; }
.item-page .contact .position { color: #717578; }
.item-page .contact dl dt,
.item-page .contact dl dd{
    float:left;
}
.item-page .contact dl dt{
    color: #b2b2b2;
    width: 100px;
}

.item-page .updates .info { margin: 15px 0; font-size: 14px; color: #717578; }
.item-page .updates .newsletter { background: url(../images/icon-blue-mail.png) left center no-repeat;
	font-size: 13px; color: #a6abad; padding-left: 27px; margin-right: 16px; }
.item-page .updates .rss { background: url(../images/icon-blue-rss.png) left center no-repeat;
	font-size: 13px; color: #a6abad; padding-left: 27px; margin-right: 16px; }

.item-page .ig-images { display: block; margin: 55px 0 40px 0; }
.item-page .ig-images .imglink { display: none; }
.item-page .ig-images .imglink.vis { display: inline-block; }
.item-page .ig-images .imglink.col0 { padding-right: 1px; }
.item-page .ig-images .imglink.col1 { padding-left: 1px; position: relative; }
.item-page .ig-images .imglink.col1 .zoom { position: absolute; right: 0; bottom: 0; width: 42px; height: 42px; background: #E9B329 url(../images/icon-zoom.png) no-repeat center center; }
.item-page .ig-images.inheader .imglink.col1 .zoom { background: #E9B329 url(../images/img-count.png) no-repeat 12px center;
	padding: 0 12px 0 44px; width: auto; line-height: 44px; font-weight: bold; font-size: 24px; color: #1B1D1F; }
.item-page .ig-images .galinfo { color: #A6ABAD; font-size: 14px; line-height: 20px; margin: 0; border: 0; padding: 0; }
.item-page .ig-images .galinfo td { border: 0; padding: 8px 0; }
.item-page .ig-images .galinfo .title { text-align: left; padding-right: 4px; }
.item-page .ig-images .galinfo .author { text-align: right; padding-left: 4px; }

.item-page .actionscontainer .ig-images { margin: 0; }


/* in-article style */
.item-page { color: #1B1D1F; font-size: 16px; line-height: 24px; }
.item-page .itemtext > h3, .item-page .fulltext > h3 { font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; font-size: 20px; color: #2d4778; border-bottom: 1px solid #ccc; padding-bottom:25px; margin: 25px 0 20px; }
.item-page h4 { font-size: 16px; color: #1B1D1F; }
.item-page blockquote { padding: 18px 20px 16px 72px; margin: 30px 0 50px 0; background: url(../images/icon-quote.png) left 25px no-repeat;
	border-left: 0; border-right: 0; border-top: 1px solid #E4E8EB; border-bottom: 1px solid #E4E8EB; }
.item-page ul { padding-left: 0; margin: 20px 0; }
.item-page ul li { display: block; list-style: none; background: url(../images/link-list-marker.png) left 14px no-repeat; padding: 6px 0 6px 24px; }
.item-page ul li a{ color:#3570b3; }
.item-page ul li h3{ margin: 0; line-height: 19px; }
.item-page table { width: 100%; margin: 30px 0 50px 0; }
.item-page table th, .item-page table td { padding: 8px 10px; border: 0; }
.item-page table thead tr { background: #F0F3F5; color: #717578; }
.item-page table th, .item-page table thead td { font-weight: bold; }
.item-page table .highlight th, .item-page table .highlight td { font-weight: bold; color: #9E001A; }
.item-page .fulltext img { margin: 10px; }
.sz-mobile .item-page .fulltext img { margin: 0px; width: auto; max-width: 100%; height: auto; }
.img-title { color: #A6ABAD; font-size: 14px; line-height: 20px; padding: 8px 0;}

/* text format custom html */
.custom { color: #1B1D1F; font-size: 16px; line-height: 24px; }
.custom h4 { font-size: 16px; color: #1B1D1F; }
.custom blockquote { padding: 18px 20px 16px 72px; margin: 30px 0 50px 0; background: url(../images/icon-quote.png) left 25px no-repeat;
	border-left: 0; border-right: 0; border-top: 1px solid #E4E8EB; border-bottom: 1px solid #E4E8EB; }
.customshort .custom ul { padding-left: 0; margin: 20px; }
.custom ul li { display: block; list-style: none; background: url(../images/link-list-marker.png) left 14px no-repeat; padding: 6px 0 6px 24px; }
.custom ul li a{ color:#3570b3; }
.custom ul li h3{ margin: 0; line-height: 19px; }


.emphasized{
    color:#df383d;
    font-size:16px;
    font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
}

a[name] { display: block; position: relative; top: -42px; }
.sz-mobile a[name] { display: block; position: relative; top: -80px; }

/* ==========================================================================
        Ignite gallery
   ========================================================================== */
.igcontainer{
    position:relative;
    max-width:200px; /* max width of the thumbnails from the profile settings */
    display:inline-block;
}

.igcontainer img{
    display:block
}

.igcontainer .utility-bar{
    position:absolute;
    bottom:0;
    width:100%;
    height:20px;
    background:rgb(214, 214, 214);
    background:rgba(214, 214, 214, 0.5);
}

.igcontainer .utility-bar .download{
    float:right;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  .print-icon {visibility: hidden;}
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  /*a, a:visited { text-decoration: underline; }*/
  /*a[href]:after { content: " (" attr(href) ")"; }*/
  /*abbr[title]:after { content: " (" attr(title) ")"; }*/
  /*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }*/  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.alignRight{
	text-align: right;
}

.external-link { border: 0; outline:0; background:url(../images/external-link.png) no-repeat right 20%; padding-right:17px; }
.external-link.tweet-timestamp { border: 0; background:transparent; }
.tweets .external-link,
.social-left .external-link{ background:transparent; padding-right:0; }

/* Searchbox module width */
#mod-finder-searchform input{
width:20%;
}


/* Events Calendar module */
#main-content .moduletable.events-calendar header h4 {position: relative;}
#main-content .moduletable.events-calendar .calendar-open {
    top: 45px;
    right: -131px;
    z-index: 500;
}
#main-content .moduletable.events-calendar header {
     margin:0 -20px;
}
.events-list .filter_search .val {
background: #fff;
border: 1px solid #7ca7ca;
color: #b2b2b2;
margin-bottom: 20px;
padding: 5px;
}
.events-list {position: relative;}
.events-list .filter_search .val input {
border: 0;
background: transparent;
margin: 0;
padding: 0;
width: 95%;}

.events-list h4 > a span{
    background-image:url(../images/kalendar-icon.png);
    height: 22px;
}


.events-list h4 > a{
    display:inline-block;
    border-left: 1px solid #fff;
    width: 42px;
    height: 32px;
    margin: -5px -10px -10px 0;
    float: right;
}

.events-list h4 > a span{
    display:block;
    background-repeat:no-repeat;
    width: 22px;
    margin-left: 8px;
    margin-top: 5px;
}

.calendar-open{
        width: 240px;
    display:none;
    position:absolute;
    top:55px;
    right:-98px;
    font-weight:normal;
    font-size:14px;
    line-height:21px;
    box-shadow:3px 3px 4px -1px #CECECE;
}
.event_infodata {width: 75%;}
.event_infodata .type,
.event_infodata .location {width: 100%;}
.events-list .calendar-open,
.event .calendar-open,
.archive-filter .calendar-open,
.search-filter .calendar-open{
    width:270px;
}

#evc_filterforma.calendar-open .month-container,
.calendar-open .month-container{
    width:240px;
    max-height:30px;
    height:30px;
    margin:0 auto;
    overflow:hidden;
}

.calendar-open .month-container .month-slider{
    background:transparent;
    position:relative;
}

.events .calendar-open {
    position: static;
    display: block;
    box-shadow: none;
    float: left;
    border-right: 2px solid #fff;
    margin-right: 35px;
    padding-right: 12px;
}

#main-content .moduletable .events-list .calendar-open h4,
.event .calendar-open h4,
.archive-filter .calendar-open h4,
.search-filter .calendar-open h4{
    margin: 0;
    padding:0;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 5px;
    color: #fff;
    font-family: 'MyriadPro-Regular', sans-serif;
}
.calendar-open .calendar-header, .calendar-open .calendar-header,
.calendar-open .calendar-header, .calendar-header,
.calendar-open .calendar-header{
    background:#2a72bc;
    text-transform:none;
    position:relative;
    text-align:center;
    line-height:30px;
    min-height:30px;
}
.calendar-open .calendar-header,
.calendar-open .calendar-header,
.archive-filter .calendar-header,
.search-filter .calendar-header
{
    padding-top:20px;
}


.calendar-open .calendar-header .month-container ul,
.calendar-open .calendar-header .month-container ul li,
.calendar-open .calendar-header .month-container ul li a{
    margin:0;
    padding:0;
    border:0;
}
.archive-filter .calendar-open .calendar-header .month-container .month-slider > ul,
.search-filter .calendar-open .calendar-header .month-container .month-slider > ul{
    padding-top:2px;
}

.calendar-open .calendar-header ul{
    position:absolute;
    left:0;
    top:0;
    list-style-type:none;
    display:block;
}

.calendar-open .calendar-header li{
    float:left;
}

.calendar-open .calendar-header li a{
    color:#fff;
    font-weight:bold;
    display:block;
    width:40px;
}

.calendar-open .calendar-header a:last-child{
    //margin-right:0;
}

.calendar-open .calendar-header a.control-arrow{
    position:absolute;
    top:10px;
    left:10px;
    width:6px;
    height:10px;
    display:block;
    background-image:url(../images/calendar-arrows.png);
    background-position:left top;
    background-repeat:no-repeat;
}
.event .calendar-open .calendar-header a.control-arrow,
.events-list .calendar-open .calendar-header a.control-arrow,
.archive-filter .calendar-open .calendar-header a.control-arrow,
.search-filter .calendar-open .calendar-header a.control-arrow{
    top:30px;
}

.calendar-open .calendar-header a.control-arrow.next{
    right:0;
    left:auto;
    background-position:right top;
}

.archive-filter .calendar-open .calendar-header a.control-arrow.next,
.search-filter .calendar-open .calendar-header a.control-arrow.next{
    right:0;
}

.events .calendar-open .calendar-header a{
    color:#208fce;
    font-size:12px;
}

.calendar-header > a:last-child,
.events .calendar-header > a:last-child{
  margin-right: 0;
}

.calendar-open .calendar-header a.active{
    color:#eab401;
}
.calendar-open .calendar-header a{
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
}
.events-list.calendar-open .calendar-header:before,
#evc_filterforma .calendar-header:before,
.calendar-open .calendar-header:before{
    border-color: transparent transparent #2a72bc;
    border-width:10px;
    border-style:solid;
    top: -16px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left:-10px;
    position: absolute;
    width: 0;
}

.calendar-data-container{
    text-align:center;
}
#evc_filterforma.calendar-small-container,
.calendar-small-container{
    background: #f0f3f5;
margin: 0 auto;
padding: 15px 0;
}
#evc_filterforma.calendar-small-container .row,
.calendar-small-container .row{
    display:block;
    margin-bottom:7px;
}
#evc_filterforma.calendar-small-container .row:last-child,
.calendar-small-container .row:last-child{
    margin-bottom:0;
}

.calendar-small-container .row span.placeholder,
.calendar-small-container .row span a{
    color:#fff;
    padding: 2px 0;
    width: 24px;
    display: block;
    cursor:pointer;
}

.calendar-small-container .row span.placeholder,
.calendar-small-container .row span{
       display:inline-block;
    text-align:center;
    background:#208fce;
    margin-right:4px;
    color:#fff;
}
.evcal .loc-date-info .date .icon {background-position: -28px top;}
.evcal .loc-date-info .location .icon {background-position: 4px top;}
.evcal .loc-date-info div .icon {
background-image: url(../images/event-location-icons.png);
background-repeat: no-repeat;
width: 26px;
height: 26px;
display: block;
position: static;
margin: 10px 0 20px;}

.evcal .infoblock .block-title {
text-transform: uppercase;
font-weight: bold;
display: block;
}
.evcal .loc-date-info .location dd {margin: 0;}
.evcal .loc-date-info .location dd > div {max-width: 180px;}

.evcal .loc-date-info .infoblock {
float: left;
width: 50%;
margin: 0;
}


.calendar-small-container .row span a{
    color:#fff;
}
#evc_filterforma .calendar-small-container .row span.today,
.calendar-small-container .row span.today{
    background:#d8d8d8;
    color:#000;
}

.calendar-small-container .row span.weekend{
    background:#c7ced1;
}

.calendar-small-container .row span.event{
    background-color:#e2f0f9;
}

.calendar-small-container .row span.placeholder{
    background:transparent;
}

.calendar-small-container .row span:last-child{
    margin-right:0;
}
.events-list>.title {
color: #2d4778;
font-size: 20px;
line-height: 50px;
font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
margin: 0px;
}
.events-list ul li  .location i {
background-position: left -16px;
background-image: url(../images/calendar-icons.png);
}
.events-list ul li  .type i {
background-position: left top;
background-image: url(../images/calendar-icons.png);
}
.events-list ul li  span> i {
display: inline-block;
vertical-align: top;
width: 16px;
height: 16px;
background-position: left top;
background-repeat: no-repeat;
margin-right: 8px;
margin-top: 2px;
}

.events-list header {background-color: #2d4778;}
.events-list .text >div {float: left;}
.events-list ul{
    list-style-type:none;
    padding:0;
    margin-bottom: 0px;
}

.events-list ul li{
    display:block;
    padding:20px 0;
    border-top: 1px solid #f0f3f5;
}
.events-list ul li.first{
    border: none;
}

.events-list .links-today{
    border-top: 1px solid #f0f3f5;
    height: 40px;
}

.events-list .links-today .events-today {background: url(../images/menu-bullet.png) right 16px no-repeat;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    text-transform: uppercase;
    padding-right: 20px;
    color: #3570b4;
    display: inline-block;
    padding-top: 3px;
}

.events-list ul li:first-child{
    padding-top:0;
	border: none;
}

.events-list ul li div{
    float:left;
}

.events-list ul li .date-container{
    border:3px solid #7EA8DA;
    width: 44px;
}

.events-list ul li .date-container span{
    display:block;
    text-align:center;
}

.events-list ul li .date-container span:first-child{
    background: #7EA8DA;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 11px;
    line-height: 14px;
}

.events-list ul li .date-container span:last-child{
    padding: 6px 0;
    color: #EBBB66;
    font-size: 24px;
    font-weight: bold;
}

.events-list ul li .date-container.visually-hidden{
    visibility:hidden;
}

.events-list .event_infodata{
    width: 75%;
    padding-left: 20px;
}
.events-list .text {width: 85%; padding-left: 20px;}

.events-list ul li div h6{
    margin:5px 0;
    line-height:16px;
    margin-top: 0;
	color: #3a3d3f;
}

.events-list ul li div h6 a{
    color:#3a3d3f ;
	font-size: 18px;
}
.one_third .events-list ul li div h6 a{
    color:#3a3d3f ;
    font-size: 16px;
    letter-spacing:0.5px;
}

.events-list ul li div:last-child > span{
    display: inline-block;
    vertical-align: top;
}

.events-list ul li div:last-child span span{
    display: inline-block;
vertical-align: top;
width: 85%;
}
.events-list ul li .text .line{
display: block;
margin-top: 6px;
color: #b2b2b2;
width: 100%;
}
.events-list .text  span {height: 16px;
display: block;
width: 16px;
background-repeat: no-repeat;
margin-right: 8px;
display: inline-block;}

.events-list .text .location span {
background-image: url(../images/calendar-icons.png);
vertical-align: -2px;
background-position: left -16px;
}
.events-list .text .time span {
background-image: url(../images/calendar-icons.png);
vertical-align: -2px;
background-position: left -50px;
}
.events-list .text .type span {
background-image: url(../images/calendar-icons.png);
vertical-align: -2px;
background-position: left top;
}

.events-list  ul li {color: #b2b2b2;}
.menu-calendar-download{
    float:left;
    padding-left:38px;
    background:url(../images/file.png) no-repeat left top;
    margin:25px 0 0 35px;
    font-size:16px;
    line-height:14px;
    min-height:31px;
}

.events .menu-calendar-download a{
    color:#208fce;
}

.menu-calendar-download span{
    color:#c7ced1;
    display:block;
    font-size:12px;
    line-height:22px;
}

.events .ulwr ul{
   border-right:2px solid #fff
}

.more .more-news a ,
.more .more-news {background: url(../images/blue-arrow-down.png) right 5px no-repeat;
font-size: 14px;
text-transform: uppercase;
float: left;
padding-right: 20px;}




ul.main-menu > li.events > .ulin > .ulwr > ul li{
    background:url(../images/menu-bullet.png) no-repeat left center;
    padding-left:10px;
}

.news .menu-news-media-block{
    float:left;
    padding:20px 15px;
    font-weight:bold;
    text-transform:uppercase;
    color:#a6abad;
    display:block;
}

.news .menu-news-media-block a{
    text-decoration:none;
    outline:0;
    border:0;
}

.news .menu-news-media-block a img{
    border:5px solid #fff;
    display:block;
    margin-top:10px
}

.news .menu-news-media-block span{
    font-weight:normal;
    text-transform:none;
    color:#717578;
    padding-right:15px;
    display:block;
    max-width:220px;
    font-size:12px;
    margin-bottom:30px;
}
.news .menu-news-media-block a.subscribe{
    margin-right:15px;
    border:2px solid #717578;
    border-radius:4px;
    color:#717578;
    padding:13px 14px 13px 35px;
    background:url(../images/subscribe-icon.png) no-repeat 13px 15px;
    font-size:14px;
}

/* Open event view */

.evcal{
    position:relative;
}
section#main-content .blog .two_third.main-holder{
    border:0;
}

.evcal .desc,
.evcal .title,
.evcal hr,
.evcal .gallery,
.evcal .gallery .gallery-image a,
.evcal .additional-info .attachments,
.evcal .additional-info .contacts.contacts-cont{
    max-width:580px;
}
.evcal .title{color: #2d4778;}

.evcal .topics{
    color:#7ca7ca;
    display:block;
    font-size:16px;
	font-weight: normal;
}

.evcal .topics:after{
    content:"";
    width:36px;
    height:1px;
    display:block;
    margin-top:10px;
    background:#cccccc;
}

.evcal .title{
    margin:20px 0 0 0;
    font-size:32px;
    line-height:35px;
}

.evcal .event-type{
    color:#a6abad;
    display:block;
    margin-top:7px;
}

.evcal hr{
    border-color:#e4e8eb;
    margin:10px 0;
}

.evcal .location > .venue-title,
.evcal .date > .date-title{
    text-transform:uppercase;
    font-weight:bold;
    display:block;
}

.evcal .loc-date-info > div,
.evcal .loc-date-info > span > div{

}

.evcal .loc-date-info > span > div .icon{
    background-image:url(../images/event-location-icons.png);
    background-repeat:no-repeat;
    width:33px;
    height:33px;
    display:block;
    position:static;
    margin:10px 0 20px;
}

.evcal .loc-date-info > span > div.location .icon{
    background-position:3px top;
}

.evcal .loc-date-info > span > div.date .icon{
    background-position:right top;
}

.evcal .loc-date-info .location dd{
    margin:0;
}

.evcal .loc-date-info .location dd > div{
    max-width:180px;
}

.evcal .venue-map{
    display:none;
    margin:30px 0;
}

.evcal .loc-date-info .show-map a i{
    background-image:url(../images/arrow-up-down.png);
    background-repeat:no-repeat;
    width:10px;
    height:7px;
    display:inline-block;
    margin: 0 0 1px 5px;
}

.evcal .loc-date-info .show-map .arrDown i{
    background-position:center top;
}
.evcal .loc-date-info .show-map .arrUp i{
    background-position:center bottom;
}

.evcal .created-data{
    color:#a6abad;
}

.evcal .gallery .gallery-title,
.evcal .gallery .gallery-copyright{
    float:left;
    margin:10px 0;
}

.evcal .gallery .gallery-title a,
.evcal .gallery .gallery-copyright{
    color:#a6abad;
}

.evcal .gallery .gallery-copyright{
    float:right;
}

.evcal .gallery .gallery-image a{
    display:block;
    position:relative;
}

.evcal .gallery .gallery-image a .image-count{
    position:absolute;
    bottom:0;
    right:0;
    padding:10px 10px 10px 40px;
    background:#eab401 url(../images/img-count.png) no-repeat 10px center;
    font-size:25px;
    font-weight:bold;
    color:#1b1d1f;
}

.evcal .additional-info .albums-cont,
.evcal .additional-info .attachments{
    margin:0;
}

.evcal .additional-info .attachments{
    margin-top:10px;
}

.evcal .additional-info .attachments .doc{
    background:#f0f3f5;
    padding:20px 24px 20px 27px;
    margin-bottom:2px;
}

.evcal .additional-info .attachments .doc i{
    background-position:center top;
    background-repeat:no-repeat;
    width:17px;
    height:18px;
    display:inline-block;
    margin-bottom:-4px;
}

.evcal .additional-info .attachments .doc .link-desc{
    color:#A6ABAD;
    padding-left:21px;
}

.evcal .additional-info .contacts.contacts-title{
    color:#b2b2b2;
    background:url(../images/contact.png) no-repeat left 2px;
    padding-left:25px;
    font-size:18px;
    margin-top:30px;
}

.evcal .additional-info .contacts.contacts-title:after{
    content:"";
    width:36px;
    height:2px;
    display:block;
    margin:15px 0;
    background:#7ca7ca;
    margin-left:-25px;
}

.evcal .additional-info .contacts.contacts-cont{
    margin:0;
}

.evcal .additional-info .contacts.contacts-cont .contact{
    float:left;
    width:50%;
    display:block;
    margin-bottom:10px;
}

.evcal .additional-info .contacts.contacts-cont .contact .name{
    text-transform:uppercase;
    font-weight:bold;
}

.evcal .additional-info .contacts.contacts-cont .contact .institution,
.evcal .additional-info .contacts.contacts-cont .contact .position{
    color:#717578;
}



/* Event social plugin */


.social-container{
    position:absolute;
    left:-96px;
}

.social:before{
    border-color: transparent #208fce transparent transparent;
    border-width:10px;
    border-style:solid;
    top: 9px;
    content: "";
    display: block;
    height: 0;
    left: -6px;
    margin-left:-10px;
    position: absolute;
    width: 0;
}

.social-container .social-button{
    position:relative;
    width:36px;
    height:36px;
    display:block;
    background:url(../images/social-print.png) no-repeat left top;
    cursor: pointer;
}

.social-container .social-button:hover,
.social-container .social-button.active{
    background:url(../images/social-print.png) no-repeat right top;
}

.social-container .social-button.active .social{
    display:block;
}

.social-container .social-button .social{
    display:none;
    position:absolute;
    background:#2a91cd;
    right:-150px;
    top: -15px;
    padding-left:36px;
    list-style-type:none;
    box-shadow:3px 3px 4px -1px #CECECE;
}

.social-container .social-button .social li{
    background:#f3f6f8;
    position:relative;
    padding:10px 0;
}

.social-container .social-button .social li span{
    background-image:url(../images/social-icons.png);
    width:20px;
    height:20px;
    display:block;
    position:absolute;
    left:-28px;
}

.social-container .social-button .social li a{
    padding:0 25px 0 12px;
}

.social-container .social-button .social li.twitter span{
    background-position:center -20px;
}

.social-container .social-button .social li.facebook span{
    background-position:center top;
}

.social-container .social-button .social li.gplus span{
    background-position:center -63px;
}

.social-container .social-button .social li.draugiem span{
    background-position:center -41px;
}

.social-container .social-button .social li.email span{
    background-position:center -83px;
}

.social-left{
    position: fixed;
    left: 0px;
    z-index: 100;
    top: 192px;
    width:50px;
    background:url(../img/icon-background.png) repeat-y top left;
    border:1px solid #d0d1d3;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-left:0;
    padding:10px 0;
    text-align:center;
    box-shadow: 2px 0px 5px 0px #C1C1C1;
}

.social-left.closed
{
    left: -41px;
    cursor: pointer;
}

.social-left a{
    outline:0;
    border:0!important;
    display:block;
    margin-bottom:10px;
}

.social-left.closed a
{
    width: 1px;
}

.social-left.closed a:last-child
{
    width: 9px;
}

.social-left a:last-child{
    margin:0;
}

.social-left .expander{
    position: absolute;
    display: none;
    float: right;
    width: 9px;
    height: 50px;
    right: 0px;
}

.social-left.opened .expander{
    display: block;
    background:url(../images/social-open-close-btn.png) no-repeat top left;
}

.social-left.closed .expander{
    display: block;
    background:url(../images/social-open-close-btn.png) no-repeat top right;
}

/* search results */

#search-results .search-results{
    list-style-type:none;
    padding:0;
}

#search-results .search-results h4{
    font-size:18px;
    margin-top:20px;
    margin-bottom:0;
}

#search-results .search-results h4 a{
    color:#363b3d;
}

#search-results .search-results .result-url{
    font-size:14px;
    color:#a6abad;
}

#search-results .search-results li{
    border-bottom:1px solid #e4e8eb;
    padding-bottom:20px;
}
#search-result-empty h2 {color: #de373d; font-weight: normal; font-size: 16px; font-family: 'MyriadPro-Regular'}

.search-bar-container{
	max-width: 680px;
	border: 1px solid #7ca7ca;
	padding:10px;
}

.search-bar-container button,
.search-bar-container input{
    border:0;
    float:left;
    padding:0;
    margin:0;
}

.search-bar-container input{
    color:#b2b2b2;
    background:transparent;
    max-width:660px;
    height:20px;
}

.search-bar-container button{
    width:20px;
    height:20px;
    text-indent: -9999px;
    background:transparent url(../images/top-search-icon.png) no-repeat center center;
}

.search-pagination .load-more{
    padding-left:20px;
    background:url(../images/icon-gray-down.png) no-repeat left center;
    color:#a6abad;
    text-transform:uppercase;
    font-weight:bold;
}

.search-pagination .load-more.loading{
    background:url(../images/system/loading.gif) no-repeat left center;
}

/* Right modules style */

.right-module .module-title{
    position: relative;
    height: 53px;
    background: #2E4879;
    line-height: 47px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
    line-height: 55px;
}

.right-module .module-title h4{
    margin:0;
    padding:0;
    color: #FEFFFF;
    font-size:14px;
}
.right-module .module-title .border-notch{
    position: absolute;
    border-left: 16px solid #fff;
    border-bottom: 13px solid transparent;
    border-left-width: 18px;
    border-left-color: #717578;
    top: 53px;
    border-bottom-width: 13px;
    left: 25px;
}
.right-module .module-content
{
    padding-bottom:5px;
}

/* Agreements */
#agreements h2, #agreements h3, #agreements h4 {
        margin:0;
        padding:0;
    }
    #agreements-list{
        margin-top:40px;
    }

    #agreements-list .item-group-branch{
        margin-bottom: 50px;
    }
    #agreements-list .item-group-year{
        padding: 15px 0 5px 0;
border-bottom: #F0F3F5 solid 3px;
        margin-bottom: 30px;
    }
    #agreements-list .item{

    }
    #agreements-list .date-label{
        color:#208FCE;
        padding:15px;
        border: #F0F3F5 solid 3px;
        width:40px;
        float:left;
    }
    #agreements-list .item{
        margin-left: 100px;
    }
    #agreements-list .item:last-child hr{
        display:none;
    }
    #agreements-list .item h3{
        margin-bottom: 20px;
        color: #333;
    }
    #agreements-list h2{
        padding: 15px 0 5px 0;
        border-bottom:#F0F3F5 solid 3px;
        color:#363B3D;
    }
    #agreements-list span.m-label {
        font-weight: bold;
        margin-right: 10px;
        color: #2E4879;
        width: 300px;

    }
    #agreements-list li .item-title {
        width: 225px;
    }

    #agreements-list .item-title {
        float: left;
        width: 250px;
    }

    #agreements-list .item-row{
        margin-bottom:5px;
    }
    #agreements-list ul{
        margin-top:5px;
        margin-bottom:5px;
    }

    #main-content .agreements-filter .module-title h4 {
        padding: 0;
        margin: 0;
        line-height: 53px;
    }

    .agreements-filter {
        margin-top:90px;
    }

    .agreements-filter input{
        margin:0;
    }
    .agreements-filter .filter{
        margin:15px 0;
        padding:0 25px;
    }

    .agreements-filter .filter.seperator {
        margin: -10px;
    }

    .agreements-filter .submit {
        width : 100%;
        border: none;
        background: #3270AB ;
        color: #FFFFFF;
        border-radius: 0;
        padding: 10px 0;
        font-size: 20px;
        display: block;
        text-align: center;
    }

    .agreements-filter .submit .serch_image {
        margin-left: 10px;
        position: absolute;
        width: 18px;
        height: 19px;
        background: url('../images/btn-syglass.png') 50% 50% no-repeat;
    }

    #main-content  .agreements-filter
    {
        background: #F9F9F9;
    }

    .agreements-filter.right-module .module-title{
         background: #2d4778 url("../images/filer-icon.png") 97% 50% no-repeat;
    }

    .agreements-filter .agreements-filter input[type="submit"]select
    {
        width: 100%;
    }

    .agreements-filter .filter .reset{
        vertical-align: baseline;
        margin-left: 5px;
    }

/* captcha */
.captcha-image-container{
    position:relative;
    cursor:pointer;
}
.captcha-image-container,
.captcha-image-container img{
    width:170px;
    height:60px;
}
.captcha-image-container div.reloadbtn,
.form-actions div.reloadbtn{
    display:none;
    background: url("../images/reload.gif") no-repeat;
    width: 16px;
    height: 16px;
    cursor:pointer;
    position:absolute;
    right:0;
}

.form-actions div.reloadbtn{
    top:43px;
    right:-20px;
}

/* FAQ */
.faq{

}

.faq-form{

}

.faq-form ul,
.faq .note-text{
    list-style-type:none;
    max-width:610px;
}

.faq-form ul,
.faq .alert,
.faq .note-text{
    padding-left:30px;
}


.faq .alert{
    font-size:16px;
    font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
}

.faq-error,
.faq .alert-warning p,
.faq .alert-error p{
    color:#df383d;
}

.faq .alert-message p{
    color:#3570b4;
}

.faq-form .form-actions{
    position:relative;
}

.faq-form .form-actions .button-cover{
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    opacity: 0.5;
    position: absolute;
    top: 32px;
    width: 225px;
    height: 39px;
    left: 40px;
    display:none;
}

.faq .alert .close,
.faq .alert h4{
    display:none;
}
.faq-form .note{
	padding:10px 0px 40px 0;
}
.faq-form input,
.faq-form textarea{
    border:1px solid #bed1e2;
    border-radius:0;
    background:transparent;
    padding:10px;
}

.faq-form label{
    color:#3a3d3f;
}

.faq-form label .star{
    color:#df383d;
}

.faq-form .captcha-image-box div{
    float:left;
}

.faq-form .captcha-image-box input{
    margin:11px 0 0 0;
    width: 144px;
}

.faq-form ul li.captcha,
.faq-form ul li:last-child{
    float:left;
}

.faq-form ul li:last-child button{
    margin:32px 0 0 40px;
    border:0;
    width:225px;
    height:39px;
    background:#3570b4 url(../images/faq.png) no-repeat 10px center;
    color:#fff;
    font-size:18px;
    font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    padding:0 0 0 40px;
}


div#wrap .moduletable.minimal { box-shadow: none; -webkit-box-shadow: none;  background: transparent;}
div#wrap .moduletable.minimal > .box-headline { display: none; }
div#wrap .moduletable.minimal > .content { margin: 0; }
.embhomelink { display: block; text-transform: uppercase; margin: 0; background-color: #F3F3F3; color: #2E4879; padding: 0 40px 0 65px; position: relative;
	border-radius: 8px; text-align: center; border: 1px solid #D2D2D2; box-shadow: 0 2px 6px #B0AFAB; line-height: 52px; font-size: 16px; text-decoration: none;
	font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E7E7E7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E7E7E7));
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#E7E7E7 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%,#E7E7E7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E7E7E7',GradientType=0 ); }
.embhomelink .logo { background: url(../images/coa-49.png) center center no-repeat; height: 100%; width: 49px; padding: 0 10px; position: absolute; top: 0; left: 0; }
.sz-mobile .embhomelink {max-width: 237px; margin: auto;}

/* ----------------- RESPONSIVE ----------------- */

html, body { min-width: 490px; }
.overlay-shadow { display: none; position: absolute; left: 0; top: 100%; right: 0; bottom: -99999px; background: #000;
	opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; cursor: pointer; z-index: 4; }

.sz-full #top.fixed #thwr .logo { padding: 7px 15px 0 0; min-height: 0; z-index: 99; }
#top #thwr #logo-img-small,
#top #thwr #logo-img-mobile,
#top #thwr #search-up-btn,
#top.fixed #thwr #logo-img,
#top.fixed #thwr .mod_scl,
.sz-full #top.fixed #thwr .mod-languages,
#top.fixed #thwr .right-modules,
.sz-full #top.fixed #thwr .form-search { display: none; }
.sz-full #top.fixed #thwr .right-modules { padding: 0; }

.sz-full #top.fixed #thwr { position: fixed; width: 100%; background: #3570b4; }
.sz-full #top.fixed #thwr > .container { height: 0; }
.sz-full #top.fixed #thwr nav { background: transparent; }

.sz-full #top.fixed .logo,
.sz-full #top.fixed .logo .text { display: none; }

.sz-full #top #thwr #logo-img-small,
.sz-full #top #thwr #search-up-btn,
.sz-full #top.fixed #thwr #logo-img,
.sz-full #top.fixed #thwr .mod_scl,
.sz-full #top.fixed #thwr .mod-languages { display: none; }
.sz-full #top.fixed #thwr #logo-img-small { display: inline-block; }
.sz-full #top.fixed #thwr #search-up-btn { display: inline-block; float: right; width: 16px; height: 16px; background: url(../images/top-search-icon-white.png); cursor: pointer;
	margin: 12px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-left: -16px; }
.sz-full #top.fixed #thwr .logo { padding: 7px 15px 0 0; min-height: 0; }
.sz-full #top.fixed #thwr .form-search { display: none; }
.sz-full #top.fixed #thwr .right-modules { padding: 0; }

/* -------------- NON-MOBILE DISABLE ------------ */

#xmenu { display: none; }
#xcont { overflow: hidden; }
.mobile-icon { display: none; vertical-align: top; margin: 0 11px 0 0; }

/* ------------------ MOBILE -------------------- */
.sz-mobile #top.fixed #thwr .right-modules {display: block;}
.sz-mobile .email { word-break: break-all; word-wrap: break-word; }

.sz-mobile .subleft { margin: 0 6.25%; width: auto; }
.sz-mobile .blog.home.left { float: none; }

.sz-mobile { font-size: 18px; }
.sz-mobile .mobile-icon { display: inline-block; }
.sz-mobile #top #thwr #logo-img,
.sz-mobile #top #thwr #logo-img-small { display: none; }
.sz-mobile #top #thwr #logo-img-mobile { display: inline-block; }
.sz-mobile header#top { height: 80px; }
.sz-mobile header#top .logo { margin-left: 12px; padding: 18px 0; min-height: 44px; }
.sz-mobile header#top .logo .text { line-height: 22px; margin: 0 0 0 20px; font-size: 15px; }
.sz-mobile #top .right-modules { padding-top: 20px; padding-right: 7px; float: right; }
.sz-mobile #top .mod-languages { margin: 0; }
.sz-mobile #top .mod-languages .mobile-icon { width: 41px; height: 41px; background: url(../images/mobile-icons.png) -52px top no-repeat;
	text-align: center; line-height: 41px; font-size: 21px; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; font-weight: bold; color: #3570b4; }
.sz-mobile #top .mod-languages .lang-inline { margin: 0; display: none; position: absolute; left: 0; top: 80px; width: 100%; text-align: center; background: #3270AB; height: 80px; }
.sz-mobile.show-language-menu #top .mod-languages .lang-inline { display: table; z-index: 100; }
.sz-mobile.show-language-menu .mod-languages .overlay-shadow { display: block; }
.sz-mobile #top .mod-languages .lang-inline li { display: table-cell; line-height: 80px; border-right: 1px solid #3196CA; }
.sz-mobile #top .mod-languages .lang-inline li.last { border-right: 0; }
.sz-mobile #top .mod-languages .lang-inline li.lang-active { background: #2E487A; }
.sz-mobile #top .mod-languages .lang-inline li a { width: 100%; margin: 0; padding: 0; line-height: 80px; background: transparent; vertical-align: top; font-size: 32px; color: #FFF; }
.sz-mobile #top-nav { display: none; }
.sz-mobile #top .right-modules .finder-iblock { float: left; }
.sz-mobile #top .top-searchform { width: auto; }
.sz-mobile #top .top-searchform .mobile-icon { width: 41px; height: 41px; background: url(../images/mobile-icons.png) left top no-repeat; }
.sz-mobile #top .top-searchform .mobile-icon.close-icon { width: 40px; height: 40px; position: absolute; right: 0; background: #2E487A url(../images/icon-white-close.png) center center no-repeat; margin: 0; }
.sz-mobile #top .top-searchform > .finder { margin: 0; display: none; position: absolute; left: 0; top: 80px; width: 100%; height: 40px; padding: 0; border: 0; }
.sz-mobile.show-search-bar #top .top-searchform > .finder { display: block; z-index: 100; }
.sz-mobile.show-search-bar .top-searchform .overlay-shadow { display: block; }
.sz-mobile .top-searchform .iwrap { position: absolute; left: 0; right: 40px; }
.sz-mobile .top-searchform input { display: block; position: absolute; margin: 0; height: 40px; width: 100%;
	top: 0; left: 0; right: 40px; padding: 12px 17px; box-sizing: border-box; font-size: 14px; border: 1px solid #0086C1; }
.sz-mobile .top-searchform button { width: 40px; height: 40px; top: 0; right: 40px; }
.sz-mobile .mobile-icon.mm-btn { width: 41px; height: 41px; background: url(../images/mobile-icons.png) -104px top no-repeat; float: right; }
.sz-mobile.show-menu .mobile-icon.mm-btn { background-position: -156px top; }
#xmenu ul.menu { padding-left: 17px; }
#xmenu ul { margin: 0; padding: 0; list-style: none; text-align: left; background-color: #3570b4; }
#xmenu li { background: url(../images/sub-tri.png) 295px 17px no-repeat; position: relative; }
#xmenu li.back { background: url(../images/sub-tri-left.png) left center no-repeat; }
#xmenu li a { display: block; color: #FFF; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; font-size: 18px;
	border: 0; padding-right: 13px; margin-right: 25px; overflow: hidden; height: 48px; line-height: 48px; border-top: 1px solid #CED3DA; margin-top: -1px; }
#xmenu li a.submenu-btn { position: absolute; top: 0; bottom: 0; right: 0; left: 260px; padding: 0; z-index: 5; border: 0; margin: 0; }
#xmenu li.back a { padding-left: 20px; }
#xmenu li a span { font-size: 28px; color: #A6ABAD; }

.sz-mobile #top.fixed #thwr { position: fixed; width: 100%; background: #FFF; }
.sz-mobile #top > #thwr > .container { height: 80px; }

.sz-mobile.show-menu #xwrap { position: relative; width: 100%; overflow: hidden; z-index: 1000; }
.sz-mobile.show-menu #xmenu { position: absolute; right: 0; width: 350px; background: #3570b4; display: block; min-height: 100%; }
.sz-mobile.show-menu #xcont { position: relative; right: 350px; }
.sz-mobile.show-menu #xover { top: 0; display: block; }

.sz-mobile .one_third { width: 100%; }
.sz-mobile #main-content .moduletable header,
.sz-mobile #footer-bottom .moduletable header { background: #334778; }
.sz-mobile #main-content .moduletable header h4,
.sz-mobile #footer-bottom .moduletable header h4 { line-height: 22px; margin: 0 12px 0 23px; max-height: 40px;}
.sz-mobile #main-content .moduletable section,
.sz-mobile #footer-bottom .moduletable section { margin: 0 20px; }
.sz-mobile ul.weblinks { padding: 0 10px; }
.sz-mobile ul.weblinks li.item { padding: 11px 20px 11px 0; background-position: right 19px; }
.sz-mobile #main-content .moduletable,
.sz-mobile #footer-bottom .moduletable,
.sz-mobile #main-content .blog.home .two_third .above-content .moduletable,
.sz-mobile #main-content .blog.home .two_third .below-content .moduletable { margin: 0; box-shadow: none; -webkit-box-shadow: none; width: 100%; }

.sz-mobile .jfontsize { display: none; }

.sz-mobile section#main-content .main-holder,
.sz-mobile section#main-content .blog .blog-holder article,
.sz-mobile section#main-content .right_col,
.sz-mobile section#main-content aside.two_third,
.sz-mobile section#footer-bottom .container,
.sz-mobile section#footer-copyright .one_third,
.sz-mobile section#footer-copyright .two_third { float: none; clear: both; width: auto; margin: 0; border: 0; }

.sz-mobile .item-page h1 { font-size: 28px; line-height: 34px; padding: 0 80px 0 0; }

.sz-mobile .slider { margin: 0 -20px; width: auto; height: auto;}
.sz-mobile .slider .submenu { float: none; width: auto; height: 98px; display: none; }
.sz-mobile .slider ul { display: table; width: 100%; height: 98px; }
.sz-mobile .slider ul li { width: 25%; border: 0; display: table-cell; vertical-align: middle; line-height: 21px; padding: 0 10px; text-align: center; }
.sz-mobile .slider ul a { display: inline; text-align: center; display: inline; padding: 0; }
.sz-mobile .slider ul li.active a { font-weight: normal; }
.sz-mobile .slider ul li.active { border: 0; }
.sz-mobile .slider li.active .border-notch { display: none; }
.sz-mobile .slider .right { width: 100%; height: auto; float: none; }
.sz-mobile .slider #slide { width: auto; height: auto; }
.sz-mobile .slider #slide img { width: 100%; }
.sz-mobile .slider_title { width: 100%; }

.sz-mobile .bannergroup { display: none; }
.sz-mobile #footer-bottom .block { margin: 0; }
.sz-mobile .columns .one_third.last { margin: 0; }

.sz-mobile .modNews { margin: 0; }
.sz-mobile .modNews.news-multicat .item { padding: 18px 0 22px 0; }
.sz-mobile .modNews.news-multicat .item .dtg { font-size: 12px; line-height: 14px; padding-bottom: 10px; }
.sz-mobile .modNews.news-multicat .item .title { font-size: 22px; }

.sz-mobile .evcal .topics,
.sz-mobile .finder > h4.header { font-size: 42px; line-height: 50px; margin-bottom: 15px; }
.sz-mobile .evcal .topics:after,
.sz-mobile .finder > h4.header:after { height: 4px; width: 72px; }
.sz-mobile .evcal .title { font-size: 28px; color: #2d4779; line-height: 34px; margin-top: 15px; }
.sz-mobile .evcal .infoblock .text .block-title{color: #b2b2b2; font-weight: normal;}
.sz-mobile .evcal .event-type { font-size: 24px; margin: 20px 0; }
.sz-mobile .evcal .loc-date-info { margin: 20px 0; color: #2d4779; }
.sz-mobile .evcal .infoblock { clear: left; margin: 16px 0; line-height: 30px; font-size: 18px; }
.sz-mobile .evcal .infoblock .icon { float: left; margin: 0; }
.sz-mobile .evcal .infoblock .text { margin-left: 45px; }
.sz-mobile .evcal .infoblock .text dl{ margin: 0px; }
.sz-mobile .evcal .loc-date-info .infoblock { width: 100%; float: none; }
.sz-mobile .evcal .loc-date-info .date .period { min-height: 0; }
.sz-mobile .evcal .loc-date-info .location dd > div { max-width: none; }
.sz-mobile .evcal hr { border-width: 2px; }
.sz-mobile .evcal .created-desc { visibility: hidden; }
.sz-mobile .evcal .additional-info .contacts.contacts-title {
font-size: 32px;
font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
padding-left: 45px; color: #b2b2b2; margin-top: 60px;
background:url(../images/mob_contacts.png) no-repeat left top;
}
.sz-mobile .evcal .additional-info .contacts.contacts-title:after { margin: 25px 0 30px -45px; height: 4px; width: 72px; }
.sz-mobile .evcal .additional-info .contacts.contacts-cont .contact { float: none; width: 100%; margin-bottom: 30px; }

.sz-mobile .contacts .name { color: #1B1D1F; }
.sz-mobile .contacts .telephone { color: #1B1D1F; }

.sz-mobile .events-list > h4 { padding: 24px 32px; font-size: 28px; line-height: 32px; }
.sz-mobile .events-list > h4:after { border-bottom: 0px solid transparent; border-right: 37px solid transparent; border-top: 24px solid #f0f3f5; bottom: -24px; }
.sz-mobile .events-list ul li { padding: 30px 0; }
.sz-mobile .events-list ul li .date-container { width: 70px; }
.sz-mobile .events-list ul li .date-container span:first-child { line-height: 30px; font-size: 24px; }
.sz-mobile .events-list ul li .date-container span:last-child { line-height: 54px; font-size: 40px; padding: 0; }
.sz-mobile .events-list ul li .text { padding-left: 5%; width: 72%; }
.sz-mobile .events-list ul li h6 {line-height: 24px;}
.sz-mobile .events-list ul li div h6 a {font-size: 24px;}
.sz-mobile .events-list ul li .text .line {width: 100%;}
.sz-mobile .events-list ul li .text .line i { background: url(../images/calendar-icons-m.png); width: 32px; height: 32px; margin-top: 4px; }
.sz-mobile .events-list ul li .text .location i { background-position: left -33px; }
.sz-mobile .events-list ul li .text .time i { background-position: left -99px; }
.sz-mobile .events-list .links-today .right a { font-size: 26px; line-height: 38px; }
.sz-mobile .calendar-open { right: 0; }
.sz-mobile .calendar-open .calendar-header:before { left: 94%; }
.sz-mobile .events-list ul li div .type,
.sz-mobile .events-list ul li div .line,
.sz-mobile .events-list ul li div .location {font-size: 16px;}
.sz-mobile .events-list ul li span> i {vertical-align: -1px;}

.sz-mobile .events_list > .line { width: 72px; border-top-width: 4px; padding-bottom: 36px; }
.sz-mobile .filter_search { width: auto; }
.sz-mobile .filter_search input { width: 93%; padding: 16px; }
.sz-mobile #evc_search_img { background: url(../images/search-m.png) no-repeat; width: 32px; height: 32px; right: 8px; top: 4px; }
.sz-mobile #evc_datalist ul li { padding: 20px 0; }
.sz-mobile #evc_datalist ul li.border { border-width: 2px; }
.sz-mobile #evc_datalist ul li .date-container { width: 70px; height: 80px; }
.sz-mobile #evc_datalist ul li .date-container span:first-child { line-height: 30px; font-size: 24px; }
.sz-mobile #evc_datalist ul li .date-container span:last-child { line-height: 54px; font-size: 40px; padding: 0; }
.sz-mobile #evc_datalist ul li .text h6{width: 100%; }
.sz-mobile .events-list .text  span {height: 16px;
display: block;
width: 16px;
background-repeat: no-repeat;
margin-right: 8px;
display: inline-block;}

.sz-mobile .events-list .text .location span {
background-image: url(../images/calendar-icons.png);
vertical-align: -2px;
background-position: left -16px;
}
.sz-mobile .events-list .text .time span {
background-image: url(../images/calendar-icons.png);
vertical-align: -2px;
background-position: left -50px;
}
.sz-mobile.events-list .text .type span {
background-image: url(../images/calendar-icons.png);
vertical-align: -2px;
background-position: left top;
}
.sz-mobile .more .ical,
.sz-mobile .more .ical a { font-size: 28px; background: url(../images/calendar-icons-m.png) no-repeat left -66px; height: 32px; line-height: 32px; padding-left: 48px; }

.sz-mobile .filters { width: auto; margin-bottom: 0; }
.sz-mobile .filters .first .first-title { font-size: 28px; line-height: 84px; height: 84px; padding-left: 40px;
	background: #717578 url(../images/arrow-up-down-white-m.png) 94% 36px no-repeat; margin-bottom: 0; /*55px*/ cursor: pointer; }
.sz-mobile .filters .title { font-size: 28px; line-height: 72px; height: 72px; padding-left: 40px; }
.sz-mobile .filters .closed .title .open { background: url(../images/arrow-up-down-m.png) left top no-repeat; width: 20px; height: 12px; right: 30px; top: 30px; }
.sz-mobile .filters .open .title .open { background: url(../images/arrow-up-down-m.png) left bottom no-repeat; width: 20px; height: 12px; right: 30px; top: 30px; }
.sz-mobile .filters .open .title { margin-bottom: 55px; border-width: 2px; }
.sz-mobile .filters .event .filter_date_from { width: 42%; margin-left: 35px; }
.sz-mobile .filters .event .filter_date_till { width: 42%; margin-right: 35px; }

.sz-mobile #finder-filter-select-dates .filter-date input,
.sz-mobile .filters .event .filter_date_from input,
.sz-mobile .filters .event .filter_date_till input { width: 95%; padding-left: 12px; line-height: 50px; height: 50px; }
.sz-mobile .filters .first-title .border-notch { display: none; }
.sz-mobile .filters .filter,
.sz-mobile .filters .form-horizontal,
.sz-mobile .archive-filter .filter.category
{ margin: 0 35px 0 38px; }

.sz-mobile .filters .filter.category { padding-top: 90px; }

.sz-mobile .filters .filter .item,
.sz-mobile .filters .form-horizontal label,
.sz-mobile .filters .filter .line { margin-bottom: 50px; }

.sz-mobile .filters .filter label { display: block; padding-left: 0; line-height: 36px; height: 36px;
	background: url(../images/checkbox-m.png) right top no-repeat; color: #717578; padding-right: 48px; }
.sz-mobile .filters .filter label.checked { background-position: right bottom; }
.sz-mobile .filters .filter label.unchecked { background-position: right top; }
.sz-mobile #evc_filterforma span.val a.view-calendar { width: 48px; }
.sz-mobile #evc_filterforma span.val.off a span { width: 32px; height: 32px; background: url(../images/calendar-icons-m.png) left -99px; margin: 10px; }
.sz-mobile #evc_filterforma span.val.on a span { width: 32px; height: 32px; background: url(../images/calendar-icons-m.png) left -66px; margin: 10px; }

.sz-mobile .filters > .first > .event, .sz-mobile .filters > .level, .sz-mobile .filters > .policy-area, .sz-mobile .filters > .location { display: none; }
.sz-mobile #evc_filterforma { margin-top: 20px; }
.sz-mobile .expanded .filters .first .first-title { margin-bottom: 55px; background-position: 94% -102px; }
.sz-mobile .expanded .filters > .first > .event,
.sz-mobile .expanded .filters > .level,
.sz-mobile .expanded .filters > .policy-area,
.sz-mobile .expanded .filters > .location { display: block; }

.sz-mobile #search-filter.expanded,
.sz-mobile .evc_filterform_mobtgt.expanded
{ background: rgba(0,0,0,0.65); position: absolute; z-index: 1000; top: -1000px; bottom: -1000px; left: -7.14%; right: -7.14%; }

.sz-mobile #search-filter.expanded #search-filter,
.sz-mobile .evc_filterform_mobtgt.expanded #evc_filterforma
{ top: 1240px; position: absolute; left: 6.25%; right: 6.25%; }

.sz-mobile .evc_filterform_mobtgt.expanded header { top: 1165px; position: absolute; left: 6.25%; right: 6.25%; }
.sz-mobile .evc_filterform_mobtgt header h4 { font-size: 18px; line-height: 54px; height: 54px; padding-left: 20px;
	background: #334778 url(../images/arrow-up-down-white-m.png) 94% 22px no-repeat; margin: 0; cursor: pointer; color: #FFF; }

.sz-mobile .evc_filterform_mobtgt.expanded header h4 { font-size: 28px; line-height: 84px; height: 84px; padding-left: 40px;
	background: #334778 url(../images/arrow-up-down-white-m.png) 94% -102px no-repeat; margin: 0; cursor: pointer; color: #FFF; }

.sz-mobile .evc_filterform_mobtgt.expanded .filters .first {background: #EFF3F4; padding-top: 20px;}

.sz-mobile #search-filter.expanded #search-filter-inner,
.sz-mobile .evc_filterform_mobtgt.expanded {font-size: 28px;}

.sz-mobile #search-results .search-results .result-url{line-height:20px;}

.sz-mobile .item-page { font-size: 18px; line-height: 24px; box-shadow: none; -webkit-box-shadow: none; }
.sz-mobile .item-page h3,
.sz-mobile .item-page h4 { font-size: 24px; line-height: 28px; margin-top: 18px; font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; }
.sz-mobile .item-page blockquote { background: url(../images/icon-quote-m.png) left 42px no-repeat; border-top-width: 2px; border-bottom-width: 2px; margin-bottom: 40px; }
.sz-mobile .item-page ul li { line-height: 24px;}
.sz-mobile .item-page .img-fulltext-left img { width: 100%; height: auto; }
.sz-mobile .item-page .country-image img { width: auto; max-width: 80px; }

/*.sz-mobile #evc_filterforma .val a.view-calendar { width: 48px; }
.sz-mobile #evc_filterforma .val.off a span { width: 32px; height: 32px; background: url(../images/calendar-icons-m.png) left -99px; margin: 10px; }*/
.sz-mobile #evc_filterforma .filter-date button,
.sz-mobile #finder-filter-select-dates .filter-date button
{ width: 32px; height: 32px; background: url(../images/calendar-icons-m.png) left bottom; padding: 0; }
.sz-mobile #evc_filterforma .calendar-open {top: 58px;}


@media (max-width: 800px) {
	.modNews.news-multicat .catname { margin: 0 -20px; padding: 0 20px; text-align: left; text-transform: none; font-weight: normal;
		font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif; background: #3570B4 url(../images/news-icon.png) 96% center no-repeat;
		background-position: calc(100% - 14px) center; }
	.modNews.news-multicat .catname .triwrap { display: none; }
}

.sz-mobile .modNews.news-catitem.small.has-leading .modNewsItem.item1 { padding-left: 0; }
.sz-mobile .modNews.news-catitem.small.has-leading .modNewsItem.item1 img { width: 100%; }
/* Interactive map */
.sz-mobile #interactive-map-content .two_third{
    display:none;
}
.sz-mobile #interactive_map .filter{
    margin-top:40px;
}
.sz-mobile #interactive_map .filter select{
    font-size:50px;
}
.sz-mobile #interactive_map .filter select:focus{
    font-size:50px;
}
.sz-mobile #interactive_map .header {
    margin-top:20px;
}
.sz-mobile #interactive_map .header .right{
    float:left;
}
.sz-mobile #interactive_map #country-info{
    margin-top:20px;
}



/* END */
.sz-mobile .read-more-arrow { background: url(../images/menu-bullet.png) right 3px no-repeat; padding-right: 16px; }
.sz-mobile #smallGoogleMapWrapper { margin-top: 0; }
.sz-mobile .tautiesiem .more { padding-top: 20px; height: 40px; }
.sz-mobile .useful-links .item { padding: 10px; }
.sz-mobile .tautiesiem .item,
.sz-mobile .infocus .item { padding: 10px 0; }
.sz-mobile .useful-links .item .link-title { line-height: 20px; }
.sz-mobile .moduletable.infocus{ float:none;}
.sz-mobile .moduletable.tautiesiem{ float:none;}

.sz-mobile .faq-form ul,
.sz-mobile .faq .alert { padding: 0 30px; }
.sz-mobile .faq-form ul li.captcha,
.sz-mobile .faq-form ul li:last-child { float: none; }
.sz-mobile .faq-form ul li:last-child button { margin-left: 0; }

.sz-mobile .contacts { width: 100%; }
.sz-mobile .contacts .search-box { margin-top: -94px; }
.sz-mobile .contacts .group-contacts { background: url(../images/contact-hrbg-m.png); }
.sz-mobile .contacts .group-title { font-size: 30px; line-height: 65px; }
.sz-mobile .contacts .group-title i { right: 20px; top: 26px; width: 20px; height: 12px; background-image: url(../images/arrow-up-down-m.png); }
.sz-mobile .contacts .contact { width: 50%; font-size: 24px; line-height: 32px;}
.sz-mobile .contacts .contact.col2_1 .cont-inner { padding-left: 29px; border-left: 1px solid #E4E8EB; }
.sz-mobile .contacts .contact .cont-inner { padding: 0; border: 0; }
.sz-mobile .contacts .contact.has-image .text { margin-left: 0; }
.sz-mobile .contacts .contact .image { float: right; margin: -10px 0 20px 20px; }
.sz-mobile .contacts .contact.col2_0 .image { margin-right: 20px; }
.sz-mobile .contacts .contact .name { padding: 12px 0; color: #3a3d3f;}
.sz-mobile .contacts .contact .position.over40 { font-size: 26px; }
.sz-mobile .contacts .contact .position.over40.over60 { font-size: 24px; }
.sz-mobile .contacts .contact .position.over40.over60.over80 { font-size: 22px; }
.sz-mobile .contacts .contact .dl { background: url(../images/icon-dl-contact-m.png) left top no-repeat; padding: 5px 0 0 48px; }
.sz-mobile .contacts .endinfo .brochure { padding-left: 48px; background: url(../images/icon-dl-m.png) left top no-repeat; }

.sz-mobile .video_images .video { width: 100%; }
.sz-mobile .video_images .img_gal { width: 100%; }

.sz-mobile #shre-plg { left: auto; right: 0; top: 10px; }
.sz-mobile #shre-plg .menu-icons { width: 72px; }
.sz-mobile #shre-plg .menu-icon.shre { width: 72px; height: 72px; background: url(../images/side-icons-m.png); }
.sz-mobile #shre-plg .menu-icon.prnt { display: none; }
.sz-mobile #shre-plg .shre-icons { background: url(../images/shre-menu-bgr-m.png); width: 301px; height: 321px; padding: 20px 0px; top: -16px; left: auto; right: 77px; box-shadow: none; }
.sz-mobile #shre-plg .shre-icon { line-height: 42px; height: 42px; margin: 16px 44px; padding: 0; background: url(../images/shre-icons-m.png) no-repeat; }
.sz-mobile #shre-plg .shre-icon.fb { background-position: right 2px; }
.sz-mobile #shre-plg .shre-icon.tw { background-position: right -58px; }
.sz-mobile #shre-plg .shre-icon.dr { background-position: right -118px; }
.sz-mobile #shre-plg .shre-icon.gp { background-position: right -178px; }
.sz-mobile #shre-plg .shre-icon.em { background-position: right -238px; }

.sz-mobile #ig-album-list .filter { width: auto; margin-bottom: 30px; float: none; }
.sz-mobile #ig-album-list .order { width: auto; float: none; text-align: center; }
.sz-mobile #ig-album-list .order .order-btn { min-width: 220px; }
.sz-mobile #ig-album-list .order .order-btn.latest { margin: 0; }
.sz-mobile #ig-album-list .order .order-btn.popular { margin-left: 20px; }
.sz-mobile #ig-album-list-ajax { width: 560px; }
.sz-mobile #ig-album-list .album-list-loaded { margin-right: -40px; }
.sz-mobile #ig-album-list .item { width: 260px; margin: 20px 40px 20px 0; }
.sz-mobile #ig-album-list .item .image img { width: 260px; }
.sz-mobile #ig-album-list .pages .pi { width: 80px; height: 80px; line-height: 80px; }
.sz-mobile #ig-album-list .pages .pi.pl-prev { background-position: 33px 30px; }
.sz-mobile #ig-album-list .pages .pi.pl-next { background-position: 35px -50px; }
.sz-mobile #ig-main-video iframe { width: 540px; height: 304px; }

.sz-mobile .tweetlist.tweetlist.tweetlist { width: auto; margin: 0; padding: 20px 0; }
.sz-mobile .tweetlist h3 { font-size: 30px; }
.sz-mobile .tweetlist .tweet * { font-size: 18px; line-height: 26px; }
.sz-mobile .tweetlist .tweet .tweet-text { margin-bottom: 34px; }
.sz-mobile .tweetlist .tweet .tweet-text .notch.border-notch { left: 26px; bottom: -28px; border-left-width: 34px; border-bottom-width: 28px; }
.sz-mobile .tweetlist .tweet .tweet-text .notch { left: 29px; bottom: -21px; border-left-width: 26px; border-bottom-width: 21px; }
.sz-mobile .tweetlist .tweet .avatar { width: 64px; height: 64px; border-radius: 32px; margin-right: 20px; }
.sz-mobile .tweetlist .tweet .fullname { padding-top: 14px; }
.sz-mobile .tweetlist .tweet .reltime { font-size: 16px; margin-top: -40px; }
.sz-mobile .large-button { border-width: 4px; padding: 16px; width: auto; }
.sz-mobile .tweet-tabs li a { padding: 0; line-height: 40px; font-size: 18px; }

.sz-mobile .circlelist { padding-bottom: 180px; }
.sz-mobile .circlelist .banneritem { border-bottom: 2px solid #E4E8EB; display: block; width: auto; text-align: left; padding-bottom: 30px; margin-bottom: 30px; }
.sz-mobile .circlelist .banneritem.last { border-bottom: 0; }
.sz-mobile .circlelist .banneritem > .bnlink { vertical-align: middle; width: 100px; background-position: center center; }
.sz-mobile .circlelist .banneritem .subttl { margin: 0 0 0 40px; display: inline-block; vertical-align: middle; }
.sz-mobile .circlelist .banneritem .subttl a { font-size: 28px; }

.sz-mobile #footer-sitemap .block { margin: 0; }
.sz-mobile #footer-sitemap .menu > li { display: block; width: auto; padding: 0; margin: 0; border-bottom: 2px solid #E4E8EB; }
.sz-mobile #footer-sitemap .menu > li > ul { padding-bottom: 30px; display: none; }
.sz-mobile #footer-sitemap .menu a { font-size: 28px; line-height: 40px; display: block; padding: 10px 38px; }
.sz-mobile #footer-sitemap .menu > li > a { font-size: 42px; line-height: 52px; padding: 30px 38px; background: url(../images/icons-mfm.png) 92.58% 46px no-repeat; }
.sz-mobile #footer-sitemap .menu > li.open > a { background-position: 92.58% -84px; }
.sz-mobile #footer-sitemap .menu > li.open > ul { display: block; }

.sz-mobile #footer-copyright { height: auto; background: #939598; line-height: 20px; padding: 0 20px; }
.sz-mobile #footer-copyright .logo-block { text-align: center; margin: 70px 0 60px 0; }
.sz-mobile #footer-copyright .logo-block #ftr-logo-link { width: 492px; height: 140px; background: url(../images/footer-logos-m.png); }
.sz-mobile #footer-copyright .copyright { font-size: 16px; text-align: left; }
.sz-mobile #footer-copyright .copyright2 { margin-bottom: 80px; }
.sz-mobile #footer-copyright .menu { text-align: center; }
.sz-mobile #footer-copyright .menu li { float: none; display: inline-block; margin: 0 12px; }
.sz-mobile #footer-copyright .menu li a { font-size: 32px; }

.sz-mobile.fatal-error { margin: 0 3.125%; }
.sz-mobile.fatal-error #logo-link { width: 199px; height: 280px; background: url(../images/broken-logo-m.png); margin: 90px 0 40px 0; }

.sz-mobile .social-left { display:none; }

/* Archive */
.item-page.archive header {
    margin-top:0px;
}
.item-page.archive ul li
{
    padding:0;
    background: none;
}
.item-page.archive ul{
    margin-top:40px;
}
.item-page.archive #search-results{
    position:relative;
    min-height:100px;
}
.item-page.archive .loader-icon{
    background-position-y: top;
}

.archive-filter .filter.category
{
    margin:40px 0 0 0;
    padding: 0 0 0 20px;
}
.archive-filter label{
    display:inline-block;
}
.archive-filter {
    padding-bottom: 20px;
}
.item-page.archive .date { display:block; font-size: 11px; color: rgb(233, 187, 101); padding-right: 15px; text-transform: lowercase; line-height:11px; margin-top:20px; margin-bottom: 10px; }

.item-page.archive #search-results .search-results h4{
     margin-top:0;

}
/* search results */

.main-holder.search header.search-header,.item-page.archive header {
    margin-bottom:15px;
}

#search-results .search-results h4{
    font-size:18px;
    margin-top:0px;
    margin-bottom:0;
}

#search-results .search-results h4 a{
    color:#363b3d;
}

#search-results .search-results .result-url{
    color:#a6abad;
}

#search-results .search-results li{
    border-bottom:1px solid #e4e8eb;
    padding-bottom:20px;
}

.search-pagination .load-more{
    padding-left:20px;
    background:url(../images/icon-gray-down.png) no-repeat left center;
    color:#a6abad;
    text-transform:uppercase;
    font-weight:bold;
}

.search-pagination .load-more.loading{
    background:url(../images/system/loading.gif) no-repeat left center;
}

section#main-content .full_column.search{
    border:0; background-color: #ffffff; padding: 20px;
}

.finder > h4.header{
    margin-top:0;
}

#finder-filter-select-dates{
    padding:0 0 0 20px;
}

#finder-filter-select-dates .filter-date{
    border:1px solid #7ca7ca;
    color:#d7dde0;
    float:left;
    position:relative;
    width:44%;
    height: 38px;
    list-style-type:none;
    margin-right:10px;
    background:#fff;
}

#finder-filter-select-dates .filter-date.active{
    border-color:#a6abad;
}

#finder-filter-select-dates .filter-date.active input{
    color:#a6abad;
}

#finder-filter-select-dates .filter-date input,
#finder-filter-select-dates .filter-date button{
    float:left;
}

input#filter_date1::-webkit-input-placeholder, input#filter_date2::-webkit-input-placeholder{
font-style: normal;}

#finder-filter-select-dates .filter-date input{
    width:90%;
    border:0;
    padding:11px 0px 11px 13px;
    background:transparent;
    margin:0;
    color:#d7dde0;
}
#evc_filterforma .filter-date button,
#finder-filter-select-dates .filter-date button{
    width:16px;
    height:16px;
    border:0;
    position: absolute;
    top: 10px;
    right: 13px;
    text-indent:-9999px;
    background-color:transparent;
    background-image:url(../images/calendar-icons.png);
    background-repeat:no-repeat;
    background-position:center -50px;
}
#evc_filterforma .filter-date button.active,
#finder-filter-select-dates .filter-date button.active{
    background-position:center -67px;
}

#finder-filter-select-dates .calendar-open{
    top: 45px;
    right: -114px;
    z-index:100;
}
#evc_filterforma .calendar-open{
    top: 35px;
    right: -114px;
    z-index:100;
}

aside.search-filter{
    background:#f9f9f9;
    padding-bottom:12px;
    margin-top:35px;
    min-width: 300px;
	webkit-box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
}

aside.search-filter h4{
    background:#3570b4;
    padding:10px 10px 10px 15px;
    text-transform:uppercase;
    position:relative;
    margin-top:0;
    margin-bottom:20px;
    color:#fff;
    font-size: 16px;
	font-family: 'MyriadPro-Regular';
}

aside.search-filter #finder-filter-select-list label
,aside.search-filter  .filter.subcategories label{
    position:relative;
    padding-left:20px;
    margin-bottom:10px;
}

aside.search-filter #finder-filter-select-list label input,
.sz-mobile #search-filter #finder-filter-select-list label input
{
    position:absolute;
    top:0;
    left:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

aside.search-filter #finder-filter-select-list label i,
.sz-mobile #search-filter #finder-filter-select-list label i
{
    display:block;
    float:left;
    width:18px;
    height:18px;
    margin-right:12px;
    background-image:url(../images/checkbox.png);
    background-repeat:no-repeat;
    background-position:center top;
}

aside.search-filter #finder-filter-select-list label.checked i{
    background-position:center bottom;
}

#main-content .minicontact section { margin:20px; }
.moduletable.minicontact .box-headline h4 {
background: url(/templates/classical/images/contacts-icon.png) right center no-repeat;
}
.minicontact p span{
font-family: 'Myriad Pro'; font-size: 16px;font-weight: normal; color: #4c4b4b; line-height: 16px;
}
.minicontact a{
color: #3570b4;
}
.minicontact p{
color: #b2b2b2;
margin: 10px 0 10px 0;
}
.minicontact .more {background: url(../images/menu-bullet.png) 150px 15px no-repeat;
font-size: 14px;
font-weight: normal;
line-height: 22px;
text-transform: uppercase;
padding: 10px 20px 10px 20px;
color: #3570b4;
border-top: 1px solid #cccccc; margin: 0 -20px 0 -20px;}

.events_list > .title {
color: #2d4778;
font-size: 20px;
line-height: 50px;
font-family: 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
margin-top: 20px;
}
.events-list> .line {
width: 98%;
border-top: 1px solid #cccccc;
padding-bottom: 17px;
}
.events-list .filet-search input{
color: #b2b2b2;
}
#evc_search_img { background: url(../images/top-search-icon.png) center 4px no-repeat;
width: 32px; height: 32px;
position: absolute;
float: right;
border: none;
right: 0px;
}
.events-list .filter input{height: 30px;}

#main-content .blog .two_third .evcal,
#main-content .two_third .events-list {
-moz-box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
-webkit-box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
box-shadow: 0px 2px 6px 0px rgba(176, 176, 176, 1);
padding: 30px;
margin-top: 25px;
background: #fff;}

#main-content .one_third > .events-calendar {background: #f9f9f9;}
#evc_datalist ul li .text h6 {
width: 100%;
line-height: 24px;
}
#evc_datalist ul li div h6 {
margin: 5px 0;
line-height: 16px;
}

.filters .filter label {background-image: url(../images/checkbox.png);
padding-left: 27px;
display: inline-block;
height: 19px;
line-height: 19px;
background-repeat: no-repeat;
cursor: pointer;
}

.filters .filter label.unchecked{ background-position: left top;}
.filters .filter label.checked{ background-position: left bottom;}
.filters .filter input{ display: none; }

.one_third.last.search-filter .filter label {background-image: url(../images/checkbox.png);
padding-left: 27px;
display: inline-block;
height: 19px;
line-height: 19px;
background-repeat: no-repeat;
cursor: pointer;
}
.one_third.last.search-filter .filter.category,
.one_third.last.search-filter .filter.subcategories
{padding: 0 0 10px 20px;}
.one_third.last.search-filter .filter.subcategories
{padding-bottom: 20px;}

.one_third.last.search-filter .filter label.unchecked{ background-position: left top;}
.one_third.last.search-filter .filter label.checked{ background-position: left bottom;}
.one_third.last.search-filter .filter input{ display: none; }


.more .ical, .more .ical a {
height: 17px;
background: url(../images/calendar-icons.png) no-repeat left -32px;
font-size: 13px;
color: #a6abad;
padding-left: 27px;
float: right;
margin-right: 16px;
}

.article_table tr td{border-bottom: 3px solid #dfdfdf;}
.article_table tr td p{vertical-align: middle; margin:0; line-height: 20px;}
.article_table tr td p+p {margin-bottom: 20px; }
.article_table tr td p:not(:last-child) {margin-bottom: 20px;}
.article_table td+td{border-left: 1px solid #f1f1f0;}
.article_table tr td p td p {font-size: 14px;}

.halfwidth {width: 48%; float: left;}
.sz-mobile.two_third >.halfwidth{width: 100%;}
.sz-mobile .halfwidth {float: none;}

.sz-mobile section#main-content .main-holder.search .two_third {width: auto; float: none;}

.sz-mobile .search-bar-container input { width: 93%; padding: 16px; max-width:none; height:30px; }
.sz-mobile .search-bar-container { width: auto; max-width:none; padding: 0; position: relative; }
.sz-mobile .search-bar-container button { background: url(../images/search-m.png) no-repeat center center; width: 32px; height: 32px; right: 14px; top: 14px; position: absolute; display: block; }
.sz-mobile #finder-filter-select-dates .filter-date { height: 50px; width: 42%; }
.sz-mobile #finder-filter-select-dates > :first-child { float: left; margin: 0 0 0 15px; }
.sz-mobile #finder-filter-select-dates > :last-child { float: right; margin-right: 35px; }
.sz-mobile #finder-filter-select-dates .filter-date input {padding: 0 0 0 12px; width: 95%;}
.sz-mobile #search-filter #search-filter-inner {display: none;}
.sz-mobile #search-filter { margin-top: 20px; }
.sz-mobile #search-filter > h4 { font-size: 18px; line-height: 54px; height: 54px; padding-left: 20px;
	background: #334778 url(../images/arrow-up-down-white-m.png) 94% 22px no-repeat; margin: 0; cursor: pointer; color: #FFF; }
.sz-mobile #search-filter.expanded > h4 { top: 1165px; position: absolute; left: 6.25%; right: 6.25%; font-size: 28px;
        line-height: 84px; height: 84px; padding-left: 40px;
	background: #334778 url(../images/arrow-up-down-white-m.png) 94% -102px no-repeat; margin: 0; cursor: pointer; color: #FFF;}
.sz-mobile #search-filter.expanded #search-filter-inner { display: block; top: 1240px; position: absolute; left: 6.25%; right: 6.25%; background: #EFF3F4; margin-top: 20px; }
.sz-mobile .filters .filter {padding-bottom: 50px;}
.sz-mobile #search-filter.expanded #finder-filter-select-list label span { color: #717578; line-height: 36px;}
.sz-mobile #search-filter.expanded #finder-filter-select-list label i {float: right; display: block; line-height: 36px; height: 36px;
	background: url(../images/checkbox-m.png) right top no-repeat; width: 36px; margin:0; }
.sz-mobile #search-filter.expanded #finder-filter-select-list label.checked i { background-position: right bottom; }
.sz-mobile #search-filter.expanded #finder-filter-select-list label.unchecked i { background-position: right top; }
.sz-mobile #search-filter.expanded .subcategories { padding-top: 15px; }

.sz-mobile .archive-filter .filter.category { padding: 40px 0 1px 0; }
.sz-mobile .item-page.archive .expanded header { border: none; margin: 0 0 20px 0; }
.sz-mobile .item-page.archive header { margin: 20px 0 0 0; }
.sz-mobile .item-page .archive-filter .calendar-open h4 { font-size: 16px; margin: 0; line-height: 1.2em;}
.sz-mobile .item-page .archive-filter .content {display: none;}
.sz-mobile .item-page .expanded .archive-filter .content {display: block;}

.sz-mobile .archive .evc_filterform_mobtgt.expanded header { top: 1075px; }
.sz-mobile .archive .evc_filterform_mobtgt.expanded #evc_filterforma { top: 1150px; }

.archive-filter {padding-bottom: 10px;}
.archive .filter_search input {width: 95%;}

/* ------------------ WINDOWS PHONE FIXES -------------------- */
/* ---- FOR LANDSCAPE MODE ---- */
@-ms-viewport {
	width: device-width;
}

/* ---- FOR PORTRAIT MODE ---- */
@media screen and (max-width:640px) {
	@-ms-viewport {
		width: 640px;
	}
}

.alarm-msg {min-height: 101px; border: 7px solid #EAB229;}
.alarm-msg .type {background: #EAB229; height: 18px; color: #1b1d1f; font-weight: bold; line-height: 15px; font-family: arial; font-size: 0.875em; text-align: center; float: left; padding-right: 5px;}
.alarm-msg .alarm-msg-cont p {font-family: MyriadPro; font-weight: bold; font-size: 24px; padding-left: 18px; margin-bottom: 0px; margin-top: 5px; color: #363B3E;}
.alarm-msg .alarm-msg-cont p a {font-family: Arial; font-size: 14px; margin-top: 12px; font-weight: normal;}
.alarm-msg .alarm-msg-cont {margin-top: 35px; padding-left: 18px;}

.alarm-msg.bottom, .alarm-msg.top {
    position: fixed;
    left: 0;
    right: 0;
    min-height: 60px;
    z-index: 100;
}
.alarm-msg.bottom .close,.alarm-msg.top .close {display: block !important;
height: 26px;
width: 26px;
margin: 12px 5px;
position: absolute;
right: 0;
background: url(./templates/classical/images/icon-close.png) no-repeat;
}
.alarm-msg.bottom  {bottom: 0;}
.alarm-msg.top  {top: 0;}
.alarm-msg.bottom .type, .alarm-msg.top .type{ display: none; }
.alarm-msg.top .alarm-msg-cont, .alarm-msg.bottom .alarm-msg-cont {margin-top: 15px; margin-left: 2%;
margin-right: 2%;
position: absolute;
width: 94%;
padding-left: 0px;
white-space: nowrap;}

.alarm-msg.type-info.bottom,.alarm-msg.type-info.top{
        height: 40px;
        border: 0;
        background-color: #EAB229;
}
.alarm-msg.type-warning.bottom,.alarm-msg.type-warning.top{
        height: 40px;
        border: 5px solid #9E0019;
        background-color: #FFFFFF;
}
.alarm-msg.type-crisis.bottom,.alarm-msg.type-crisi.top{
        height: 70px;
        border: 0;
        background-color: #9E0019;
}
.alarm-msg.type-crisis.bottom p,.alarm-msg.type-crisi.top p{
    color: #FFFFFF;
}
.alarm-msg.bottom .white, .alarm-msg.top .white{
right: 0;
position: absolute;
height: 60px;
width: 55px;
background-color: #FFFFFF;}
.alarm-msg.bottom .white.left, .alarm-msg.top .white.left{ left: 0; width: 30px; }

.slider ul a {display: inline-block; font-size: 18px; font-weight:bold; padding: 8px 17px 0px 35px; text-align: left; line-height: 24px; color: #F2F6F9; letter-spacing:0.5px; }
.slider ul li {height: 98px; width: 370px; position: relative; background: #3570B4; border-top: #F2F6F9 1px solid; line-height: 103px; vertical-align: middle; text-align: left; line-height: 107px;;}
.slider ul li.first {border-top: 0;}
.slider ul li.active {background: #ACCBE4; border-top: #ACCBE4 1px solid;}
.slider ul li.active a {font-weight: bold;}
.slider ul {list-style: none; padding: 0; margin: 0;}
.slider_title {background: rgba(255, 255, 255, 0.91); height: 98px; padding-top: 1px; vertical-align: middle; text-align: left; line-height: 94px; width:730px;  margin-bottom: -1px; position: absolute; margin-top: -99px;}
.slider .slider_title a { display: inline-block; font-size: 16px; padding: 0px 15px 0px 15px; text-align: left; line-height: 26px; color: #363C3C;}
.slider .slider_title a .title { margin: 0; margin-top: 19px; font-size: 19px; font-weight: bold; color: #2B5482;}
.slider .slider_title a .intro { margin: 8px 0; font-size: 19px; color: #2B5482; }
.slider {width: 1100px; height: 395px; margin-top: 30px;}
.slider .submenu {float: right; width: 370px; height: 395px;}
.slider .right {float: left; width: 730px; height: 395px;}
.slider #slide img {top: 0px; left: 0px; display: block;}
.slider .slide {width: 730px; height: 395px;}
.slider li.active .border-notch {width: 10px;
height: 99px;
background: #ACCBE4;
z-index: 1;
left: -10px;
top: -1px;
position: absolute;}
.slider li.active.first .border-notch { top: 0;}
.slider ul li.active.first {border-top: 0;}
.slider li.active .border-notch.bottom {
	width: 380px;
    height: 1px;
    top: 98px;
    left: -10px;
}

/* Five-item slider layout */
.slider.five-items ul li{
	height: 78px;
	line-height: 83px;
}
.slider.five-items{
	height: 394px;
}
.slider.five-items li.active .border-notch {
    height: 79px;
}
.slider.five-items li.active .border-notch.bottom {
    height: 1px;
    top: 78px;
}


.tweetlist.tweetlist.tweetlist { width:100%; margin: 35px 0; text-align: center; display: block !important; }
.tweetlist h3 { text-transform: uppercase; font-size: 15px; margin-top: 15px; margin-bottom: 4px; color: #717578;}
.tweetlist .tweets { display: table !important; border-collapse: collapse; }
.tweetlist .tweets-inner{
    box-shadow: 0px 0px 5px 0px #CCCCCC;
}
.tweetlist .tweets-inner .scrollbar-container{
    width:21px;
    height:600px;
    margin:0;
    padding:0;
}

.tweetlist .tweets-inner .scrollbar-container .up,
.tweetlist .tweets-inner .scrollbar-container .down{
    display:block;
    width:100%;
    height:20px;
    background:#2e4579;
}

.tweetlist .tweets-inner .scrollbar-container .bar-container{
    display:block;
    width:19px;
    height:558px;
    border:1px solid #d9dadc;
    position:relative;
}

.tweetlist .tweets-inner .scrollbar-container .bar-container i{
    display:block;
    width:100%;
    height:100px;
    background:#95b6d5;
    position:absolute;
    top:0;
}

.tweetlist .tweet-container,
.tweetlist .scrollbar-container{
    float:left;
}

.tweetlist .tweet-wrap { display: table-row; }
.tweetlist .tweet-container{ /*padding:0 0 0 12px;*/ padding-bottom:10px; background-color:#f9f9f9; width:100%; height:600px; overflow:hidden }
.tweetlist > img { margin-bottom:15px; }

.tweetlist a, s { text-decoration: none; }
.tweetlist a:hover strong, .tweetlist a:hover b, .tweetlist p a:hover, .tweetlist a:hover .reltime { color: #2990cc; text-decoration: underline; }
.tweetlist .tweet a, .tweetlist .tweet p a s { color: #2990cc; }
.tweetlist .tweet a b { font-weight: normal; color: #2990cc; }
.tweetlist .tweet { min-height: 51px; line-height: 18px; display: table-cell; padding:0 10px; }
.tweetlist .tweet .tweet-text {
    position: relative;
    margin-top: 15px;
    margin-bottom: 17px;
    padding: 16px 12px;
    box-shadow: 4px 4px 5px 0px #bbb;
    background: #fff;
    /*max-width:290px;*/
}
.tweetlist .tweet .tweet-text .notch { position: absolute;
    bottom: -16px;
    left: 16px;
    margin: 0;
    border-top: 0px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0px solid transparent;
    border-bottom: 18px solid transparent;
    padding: 0;
    width: 0;
    height: 0;
    /* ie6 height fix */
    font-size: 0;
    line-height: 0;
     /* ie6 transparent fix */
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);}
.tweetlist .tweet .tweet-text .border-notch { border-left-width: 23px; border-left-color: #f0f3f5; bottom: -18px; border-bottom-width: 18px; left: 13px;}
.tweetlist .tweet * { font-family: Arial, sans-serif; font-stretch: normal; color: #333; font-size: 14px; }
.tweetlist .tweet .content { padding: 0; text-align: left; }
.tweetlist .tweet .avatar { float: left; margin-top: 3px; width: 48px; height: 48px; margin-right: 10px;}
.tweetlist .tweet .reltime { position: relative; float: right; margin-top: -25px; color: #bbb; font-size: 12px; }
.tweetlist .tweet .username { font-size: 12px; color: #999; }
.tweetlist .tweet .username s { color: #BBB; }
.tweetlist .tweet .username b { color: #999; font-weight: normal; text-decoration: none; }
.tweetlist .tweet p { white-space: pre-wrap; word-wrap: break-word; margin: 0; }
.tweetlist .tweet .fullname { padding-top: 7px; display: inline-block;}
.tweetlist .followus { display:inline-block; border: 1px solid #3570b3; padding: 8px; width: 94.5%; color:#ccc; text-align:left; background-color: #fff; height: 21px;}
.tweetlist .followus a{
	margin-right:5px;
}
/* reset external links */
.tweetlist .tweets .external-link { border: 0; }

.tweets.hide{ display:none!important }
.tweet-tabs{
    margin:0;
    padding:0;
    position:relative;
}
.tweet-tabs:after{
    width:95%;
    width: calc(100% - 17px);
    height:10px;
    background:#f9f9f9;
    position:absolute;
    bottom:-51px;
    z-index:1;
}
.tweet-tabs li{
    display:block;
    float:left;
    list-style-type:none;
    border:0;
    background:#b2b2b2;
    box-shadow: inset 0px -3px 5px 0px #777;
    width:50%;
}
.tweet-tabs li.tw-fullwidth { width: 100%; }


.tweet-tabs li a.active{
    background:#94b7d3;
    box-shadow:none;
    position:relative;
}

.tweet-tabs li a.active:after{
    content:"";
    display:block;
    position:absolute;
    border-color: #94b7d3 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom:-20px;
    left:50%;
    margin-left:-10px;
    z-index: 2;
}

.tweet-tabs li a{
    display:block;
    padding:10px 0;
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    text-align:center;
}

.mini-gallery { background: #FFFFFF; }
.mini-gallery .intro {padding-left: 5px; min-height: 64px; background: #FFFFFF; color: #333;}
.mini-gallery .gallery { overflow: hidden;text-align: center;}
#main-content .gallery section { margin:0; }
.gallery .external-link { border: 0; background: 0; padding: 0;}
.gallery h4 { margin-top: 7px; }
.gallery .archive {background: url(/templates/classical/images/menu-bullet-orange.png) right 4px no-repeat;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
padding-right: 13px;
margin-right: 14px;
float: right;
color: #c37832;
line-height: 23px; }
.moduletable.gallery .box-headline h4 {
background-image: url(/templates/classical/images/foto-icon.png);
background-repeat: no-repeat;
background-position: right center;
}
.mini-gallery .more p.more-archive{margin: 0;
position: absolute;
bottom: 4px;
right: 0;}
.mini-gallery div.more{display: inline-block;}
.mini-gallery .intro{position: relative;}

.mini-video { background: #FFFFFF; }
.mini-video .intro {padding-left: 5px; min-height: 64px; background: #FFFFFF; color: #333;}
.mini-video .modvideo { overflow: hidden;}
#main-content .modvideo section { margin:0; }
.modvideo .external-link { border: 0; background: 0;}
.modvideo h4 { margin-top: 7px; margin-right: 4px;}
.modvideo .archive {background: url(/templates/classical/images/menu-bullet-orange.png) right 4px no-repeat; font-size: 14px; font-weight: normal; text-transform: uppercase; padding-right: 13px; margin-right: 14px; float: right; color: #c37832;}
.moduletable.modvideo .box-headline h4 { background-image: url(/templates/classical/images/video-icon.png); background-repeat: no-repeat; background-position: right center;}
.mini-video .image {text-align: center;}
.mini-video .more p.more-archive{margin: 0; position: absolute; bottom: 4px; right: 0;}
.mini-video div.more{display: inline-block;}
.mini-video .intro{position: relative;}



.apostilles-form#apostilles{
	min-height:320px;
}
.apostilles-form .apostille-buttons-wrap .apostille-search-btn, .apostilles-form .apostille-buttons-wrap .apostille-clear-btn{
	height:39px;
	line-height:39px;
	width:195px;
	background: #3570b4;
	font-size:18px;
    color: #fff;
	cursor:pointer;
	color:white;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.apostilles-form .apostille-buttons-wrap {
	width:300px;
	float:left;
}
.apostilles-form .apostille-buttons-wrap .apostille-search-btn  span,
 .apostilles-form .apostille-buttons-wrap .apostille-clear-btn  span{
	text-align: center;
    display: block;
}
.apostilles-form .apostille-search,
 .apostilles-form .apostille-table-wrap {
	margin-left:5%;
	margin-right:5%;
}
.apostilles-form .apostille-search{
	margin-top:50px;
}
.apostilles-form .apostille-search input{
	width: 180px;
    height: 39px;
    padding: 0;
    margin: 0;
    padding-left: 13px;
    border-radius: 0;
    border-color: #A8A5A5;
}
.apostilles-form .apostille-search .apostille-date-wrap .apostille-date .show-calendar{
	width: 16px;
    height: 16px;
    border: 0;
	position: absolute;
    top: 33px;
    right: 13px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/calendar-icons.png);
    background-repeat: no-repeat;
    background-position: center -50px;
}
.apostilles-form .apostille-search .apostille-date-wrap .apostille-date {
	position:relative;
	width:180px;
}
.apostilles-form .apostille-search .apostille-number-wrap .apostille-number label ,
 .apostilles-form .apostille-search .apostille-date-wrap .apostille-date label{
	font-size:16px;
}
.apostilles-form .apostille-search .apostille-number-wrap .apostille-number,
 .apostilles-form .apostille-search .apostille-date-wrap .apostille-date{
	margin-top:20px;
	margin-bottom:20px;
}
.apostilles-form .apostille-error-wrap ,
.apostilles-form .apostille-system-error-wrap ,
 .apostilles-form .apostille-success-wrap{
	clear:both;
}
.apostilles-form .apostille-search  .red-star{
	color:red;
}
.apostilles-form .apostille-success-wrap ,
.apostilles-form .apostille-error-wrap,
.apostilles-form .apostille-system-error-wrap,
 .apostilles-form .apostille-table-wrap .found-docs,
 .apostilles-form .apostille-table-wrap,
 .apostilles-form .apostille-search .apostille-loading-wrap .apostille-loading{
	display:none;
}
 .apostilles-form .apostille-print{
	display: block;
    width: 37px;
    height: 37px;
    margin: 10px;
    background: url(../images/side-icons.png);
	cursor:pointer;
	float:right;
 }
.apostilles-form .apostille-table-wrap,
{
	clear:both;
}
.apostilles-form .apostille-table-wrap .apostille-table{
	margin-top:20px;
	margin-bottom:20px;
	margin-right:5%;
	min-width:80%;
	font-size:18px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
 .apostilles-form .apostille-table-wrap .found-docs{
	margin-left:5%;
	float: left;
    width: 90%;
    margin-top: 0px;
 }
.apostilles-form .apostille-table-wrap .apostille-table th{
	width:200px;
	white-space: nowrap;
	padding: 15px;
	text-align:left;
	border:0px;
	background:none;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.apostilles-form .apostille-table-wrap .apostille-table td{
	padding: 15px;
	border:0px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.apostilles-form .apostille-table-wrap{
	padding-top:2%;
	padding-bottom:5%;
	background:white;
}
.apostilles-form .apostille-search .apostille-system-error-wrap,
.apostilles-form .apostille-search .apostille-error-wrap{
	color:red;
	font-size:18px;
	height:100px;
}
.apostilles-form .apostille-search .apostille-success-wrap .apostille-success{
	color:green;
	font-size:18px;
	height:50px;
	line-height:50px;
}
.apostilles-form .apostille-search .apostille-loading-wrap .apostille-loading{
    background:url("../images/system/ajax-loader.gif") no-repeat center center transparent;
    width: 100px;
	height:100px;
    height: 55px;
	float:left;
}
.apostilles-form .apostille-search .calendar-open {
	width:270px;
	right:-114px;
	top:62px;
}
.apostilles-form .apostille-search .calendar-open h4 {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 5px;
    color: #fff;
    font-family: 'MyriadPro-Regular', sans-serif;
}
.apostilles-form .apostille-search .calendar-open  .calendar-header a.control-arrow {
    top: 30px;
}

 .apostilles-print-form .logo {
	text-align: center;
	padding: 13px 0 10px 0;
	display: table;
	position: relative;
	min-height: 97px;
	float: left;
	width: 50%;
	padding-left: 25%;
	padding-right: 25%;
}
 .apostilles-print-form .logo .text{
	 padding-left: 20px;
	 vertical-align: middle;
	 text-align: left;
	 font-size: 16px;
	 text-transform: uppercase;
	 font-family: Garamond;
	 display:table-cell;
}
 .apostilles-print-form #logo-img-mobile{ display:none;}
 .apostilles-print-form th { text-align:left;}
 .apostilles-print-form .apostille-table { margin-left: auto; margin-right: auto;}
.apostilles-print-form { position:relative; height:100%;}
 .apostilles-print-form .apostille-table{
	margin-top:20px;
	margin-bottom:20px;
	min-width:80%;
	font-size:18px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
 .apostilles-print-form .apostille-table th{
	 width:200px;
	 white-space: nowrap;
	 padding: 15px;
	 text-align:left;
	 border:0px;
	 background:none;
	 border-top: 2px solid rgba(0, 0, 0, 0.1);
 }
 .apostilles-print-form .apostille-table td{padding: 15px;border:0px;border-top: 2px solid rgba(0, 0, 0, 0.1);}
 .apostilles-print-form .copyright.copyright1.clearfix div { float:left; padding-right:10px;}
 .apostilles-print-form .copyright.copyright1.clearfix .copyright-owner .custom p{ margin:0px }
 .apostilles-print-form #apostille-copyright .two_third.main-holder {
	 margin-left: auto;
	 margin-right: auto;
	 width: 400px;
	 margin-top: 40px;
	 float:none;
 }
 .apostilles-print-form #apostille-copyright { position:absolute; bottom:0; width:100%; }
 .apostilles-print-form .apostille-print#print-apostille{
	 display: block;
	 width: 37px;height: 37px;
	 margin: 10px; margin-left:90%;
	 background: url(../images/side-icons.png);
	 cursor:pointer;
	 clear:both;
 }

 @media screen and (max-width: 580px){
     .item-page.archive .search-header h4{
         width:auto;
     }
 }
 .social-networks .external-link{
     background:none;
 }
 .social-networks{
     padding-bottom:5px;
 }
 .mission-item .item .social-networks img{
     padding-right:5px;
 }
 #photoGalleryImg{
     width:344px;
    height:195px;
 }
 
 
 
 