@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'),
		url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') 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;
}
@font-face {
	font-family:'MyriadPro-Semibold';
	src: url('../fonts/MyriadPro-Semibold.eot');
	src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg'),
		url('../fonts/MyriadPro-Semibold.woff') format('woff'),
		url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	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; }



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: #666; }

::-moz-selection { background: #f1f1f1; color: #333; text-shadow:1px 1px 0 #fff; }
::selection { background: #f1f1f1; color: #333; }

a { color: #2990cc; text-decoration:none;}
a:visited { color: #2990cc; }
a:hover { color: #2990cc; text-decoration:none;}
a:focus { outline: none; }

.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;}

.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 Arial, Helvetica, sans-serif; font-weight: 400; background: #f7f7f7 url(../img/body.gif) left top repeat; background: #FFF; }

.container { max-width: 960px; margin: 0 auto; }


body.fatal-error { background: #FFF; text-align: center; }
.fatal-error #logo-link { display: inline-block; margin: 60px 0 50px 0; width: 120px; height: 169px; background: url(../images/broken-logo.png); }
.fatal-error .title1 { color: #9E001A; font-size: 24px; font-weight: bold; line-height: 120%; }
.fatal-error .title2 { color: #717578; font-size: 16px; margin: 16px 0; }
.fatal-error .form-search { margin: 42px auto 32px auto; display: inline-block; width: 280px; }
.fatal-error .form-search > .finder { border: 2px solid #C7CED1; height: 38px; width: 276px; }
.fatal-error .form-search .finder input { outline: 0; padding: 9px 15px; width: 233px; font-size: 16px; line-height: 19px; }
.fatal-error .form-search .finder button { height: 38px; width: 38px; background: url(../images/ltgray-search-icon.png) 9px center no-repeat; outline: 0; }
.fatal-error .links .sep { color: #BEC2C3; display: inline-block; padding: 0 6px; } 



/* ===================
    ALL: Theme Styles
   =================== */

.noborder{ border:0!important; }

.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: #FFF; }

header#top .logo { text-align: center; padding: 23px 0 0 0; display: block; position: relative; min-height: 97px; float: left; }
header#top .logo img { display: block; }

header#top .logo h1{
	font-size: 50px;
    font-weight: 700;
    letter-spacing: -5px;
    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;
}
section#slider-object-carousel {
	margin:30px 0 50px 0;
	width:100%;
	position:relative;
}

header#top { z-index: 6; position: relative; background: #7D0116 url(../images/top-bgr.png) center top no-repeat; height: 162px; }
header#top > #thwr > .container { height: 120px; }

#top .right-modules { padding-top: 44px; }
#top .right-modules .moduletable { float: right; }

/* FIXED */
#top.fixed #thwr { position: fixed; width: 100%; background: #7D0116; z-index: 9999; top:0px; left:0px; }
#top.fixed #thwr > .container { height: 0; }
#top.fixed #thwr nav { background: transparent; }
#top.fixed #thwr #logo-img-small { display: inline-block; }
#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; }

/* top / mod_languages */
#top .mod-languages { margin: 3px 30px 3px 0; }
#top .mod-languages li { margin: 0 3px; display: inline-block; }
#top .mod-languages li a { color: #FFF; font-size: 13px; line-height: 16px; padding: 4px 6px; display: inline-block; }
#top .mod-languages li.lang-active a { background: #52000E; border-radius: 3px; }

/* top / mod_finder */
.top-searchform { width: 220px; }
.top-searchform .finder { position: relative; height: 30px; background: #FFF; }
.top-searchform .finder input { position: absolute; left: 0; top: 0; right: 32px; bottom: 0; margin: 0; border: 0;
	padding: 5px; line-height: 20px; border-radius: 0; background: #FFF; outline:none; outline-color: #52000E; color: #A6ABAD; width: 181px; }
.top-searchform .finder input:focus { color: #363B3D; }
.top-searchform .finder button { position: absolute; right: 0; top: 0; 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; }
ul.main-menu > li > a { display: inline-block; padding: 0 14px; margin: 12px 0; border-left: 1px solid #7D0116; line-height: 100%; font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif; }
ul.main-menu > li.current { background: #9E001A; }
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: #F0F3F5; }
ul.main-menu > li > .ulin > .ulwr { margin: 0 auto; width: 960px; }
ul.main-menu > li > .ulin > .ulwr > ul { float: left; width: 155px; }
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; color: #7F0012; background: #F0F3F5;
}
ul.main-menu-1 > li.deeper:hover > a > .xovr .mid { display: block; line-height: 42px; }

/* HOVER #2 */
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; color: #7F0012; background: #F0F3F5;
}
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 { max-width: none; padding: 20px 0 30px 0; }
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 (preview) */
.menu_preview_area h1 { margin: 10px 0 40px; color: #333; }

.menu_preview_area .menu_preview .item {padding: 0 58px 45px 0; width: 280px; display: inline-block; vertical-align:top; }
.menu_preview_area .menu_preview {margin-right: -62px;}
.menu_preview_area .menu_preview .item img {width: 100%; height: 160px; }
.menu_preview_area .menu_preview .item .title {margin:10px 0; display: block; color: #45b0e5; font: bold 14px Arial; text-transform: uppercase; }
.menu_preview_area .menu_preview .item .description {margin: 0; color: #333; font: 14px "MyriadPro-Regular"; line-height: 18px; }

.sz-mobile .menu_preview_area h1 { margin-top: 20px; }
.sz-mobile .menu_preview_area .menu_preview { margin-right: 0; }
.sz-mobile .menu_preview_area .menu_preview .item { width: 100%; padding-right: 0; }
.sz-mobile .menu_preview_area .menu_preview .item img { height: auto; }
.sz-mobile .menu_preview .item .title {font-size: 30px; margin-top: 20px; }
.sz-mobile .menu_preview .item .description {font-size: 26px; line-height: 30px;}
.sz-mobile .left .menu_preview_area { max-width: 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;}   


/* left / mod_video_images */
.video_images {height: 910px; padding-top: 20px;}
.video_images .video{height: 500px; width: 580px; }
.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 {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;
        position: absolute;
        right: 0; bottom: 0;}
.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 { width: 580px; }
.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_vids a, .video_images .more_img a { color: #a6abad; }
.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 .channel a {border: none;}
.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;}
.video_images .video .title .descr {font-size: 14px; padding: 2px 10px 0 16px;}
.sz-mobile .video_images .video .more_vids .img {padding: 21px 5px !important;}
.sz-mobile .video_images .video .channel .img {padding: 19px 10px !important;}
.sz-mobile .video_images .more_img .img {padding: 21px 5px !important;}
.sz-mobile .video_images .gal_back p {margin-top: 2px !important;}
.sz-mobile .video_images {display: block; margin-left: auto; margin-right: auto; }
.sz-mobile .video_images .img_gal .title .name {line-height: 24px;}
.sz-mobile .video_images .video .title .descr { line-height: 17px;}
.sz-mobile .video_images .video .title .name {line-height: 20px;}
.sz-mobile .video_images .video .preview { height: auto; }
.sz-mobile .video_images .video .preview img { width: 100%; height: auto; }


.sz-mobile .video_images .more_vids {width: 290px; }
.sz-mobile .video_images .channel {width: 280px; }
.sz-mobile .video_images .more_vids, .sz-mobile .video_images .channel, .sz-mobile .video_images .more_img   {font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: normal;
padding-left: 0;}
.sz-mobile .video_images .more_vids .img, .sz-mobile .video_images .more_img .img{background-size: 6px 16px;}

.sz-mobile .video_images .channel .img{ padding: 21px 10px !important; background-size: 20px 18px; }

/* events_calendar  */
.filters {margin-bottom: 50px; width: 320px;}
.filters .first {background: #EFF3F4; margin-bottom: 8px;}
.filters .first .first-title { position: relative; 
    height: 42px; background: #717578;
    font-size: 14px;
    line-height: 47px;
    text-transform: uppercase;
    vertical-align: middle; 
    color: #FEFFFF; 
    text-align: left; 
    font-weight: bold; 
    padding-left: 25px; 
    line-height: 45px;
margin-bottom: 25px;} 

.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; margin-left: 25px; 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; margin-right: 25px; 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 { margin-left: 23px; 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: #AEAFAF; border-color: rgba(0,0,0,0.08);}

.filters .level {background: #EFF3F4; margin-bottom: 8px; }
.filters .policy-area {background: #EFF3F4; margin-bottom: 8px;}
.filters .location {background: #EFF3F4;}

.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;}
.sz-mobile .policy_areas .left { width: 50%; margin-left: 0px; }
.sz-mobile .policy_areas .left .item{  margin-left: 25px; }
.sz-mobile .policy_areas .right { width: 50%; margin-left: 0px; margin-right: 0px;}
.sz-mobile .policy_areas .right .item{  margin-left: 15px;   margin-right: 10px;}
.sz-mobile .policy_areas .policies {width: 100%;}
.sz-mobile .policy_areas.small {width: auto;}
.sz-mobile .policy_areas {margin-top: 88px;}

.filters .first-title .border-notch {position: absolute; 
    border-left: 16px solid #fff; 
    border-bottom: 13px solid transparent; 
    border-left-width: 18px;
    border-left-color: #717578;
    top: 42px;
    
    border-bottom-width: 13px;
    left: 25px;}   

.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_search_img {
right: 17px;
top: 0px;
position: absolute;
background-image: url(../images/search.png);
display: block;
background-repeat: no-repeat;
width: 16px;
height: 16px;
margin: 13px;
}

.filter_search{ position: relative; width: 598px; }

.filter_search input {
border-radius: 0;
height: 30px;
color: #AEAFAF;
border: 2px solid #c7ced1;
}
.filter_search input:focus {color: #363B3D;}

.events_list > .title {
color: #A00013;
font-size: 20px; line-height: 50px;
font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif;
}
.events_list > .line { width: 36px; border-top: 2px solid #c7ced1; padding-bottom: 17px;}

.filters .filter label {background-image: url(../images/checkbox.png);
padding-left: 27px;
display: inline-block;
height: 18px;
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; }

    #evc_filterforma .val.off a span{
    background:url(../images/icon-cal-gray.png);
    height:16px;
}

    #evc_filterforma .val.on a span{
    background-image:url(../images/calendar-icons.png);
    height:16px;
}

#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;}

.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;
    z-index: 10;
}

.events .calendar-open{
    position:static;
    display:block;
    box-shadow:none;
    float:left;
    border-right:2px solid #fff;
    margin-right:35px;
    padding-right:12px;
}

.calendar-open .calendar-header{
    background:#208fce;
    text-transform:none;
    position:relative;
    text-align:center;
}

.events .calendar-open .calendar-header{
    background:transparent;
}

.calendar-open .calendar-header a{
    color:#fff;
    margin-right:10px;
    font-weight:bold;
}

.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:before{
    border-color: transparent transparent #208fce;
    border-width:10px;
    border-style:solid;
    top: -16px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left:-10px;
    position: absolute;
    width: 0;
}

.events .calendar-open .calendar-header:before{
    display:none;
}

#evc_datalist ul li .text .line span{
    background-image:url(../images/calendar-icons.png);
    height:16px;
}


#evc_datalist ul{
    list-style-type:none;
    padding:0;
    margin-top: 10px;
}

#evc_datalist ul li{
    display:block;
}

#evc_datalist ul li.border{
    border-top:1px solid #f0f3f5;
}

#evc_datalist ul li:first-child{
    padding-top:0;
}

#evc_datalist ul li > div{
    float:left;
}

#evc_datalist ul li .date-container{
    border:3px solid #f0f3f5;
    width: 56px;
    margin: 20px 0;
}

#evc_datalist ul li .date-container span{
    display:block;
    text-align:center;
}

#evc_datalist ul li .date-container span:first-child{
    background:#f0f3f5;
    padding: 0px 0;
    color: #AAAAAA;
    line-height: 19px;
    text-transform: uppercase;
}

#evc_datalist ul li .date-container span:last-child{
    padding:12px 0;
    color:#208fce;
    font-size:30px;
    font-weight:bold;
}

#evc_datalist ul li .date-container.visually-hidden{
    visibility:hidden;
}

#evc_datalist ul li.noborder .text{
    border-top:1px solid #f0f3f5;
}

#evc_datalist ul li.last{
    border-bottom:1px solid #f0f3f5;
}
#evc_datalist ul li:first-child{
    border: 0;
}

#evc_datalist ul li .text{
    width:490px;
    padding: 17px 0px 21px;
    margin-left: 21px;
}
.events_list .filter_search input{
margin-bottom: 0;
}

#evc_datalist ul li div h6{
    margin:5px 0;
    line-height:16px;
}

#evc_datalist ul li div h6 a{
    color: #363b3d;
    font-size: 18px;
    line-height: 26px;   
}

#evc_datalist ul li .text .line{
    display:block;
    margin-top:6px;
    color: #AAAAAA;
}

#evc_datalist ul li .text .line span{
    display:block;
    width:16px;
    vertical-align:-2px;
    background-position:left top;
    background-repeat:no-repeat;
    display:inline-block;
    margin-right:8px;
}

#evc_datalist ul li .text .location span{
    background-position:left -16px;
}
#evc_datalist ul li .text .dates span{
    background: url(../images/icon-cal-gray.png);
}

#evc_filterforma {margin-top: 118px;}

#evc_filterform .lbl { display: inline-block; min-width: 200px; }


#unsubbutton_div{
    text-align:center;
}

#unsubbutton_div .large-button{
    color:#2990CC;
    margin:0 auto;
}

#unsubbutton_div input:focus{
    border:2px solid #2990CC;
    background:inherit;
}

#unsubpage > h4,
.alert-unsub > h4,
.alert-subconfirm > h4{
    background: url('../images/callout-gray.png') no-repeat scroll 0% 0% transparent;
    padding: 10px 15px 22px;
    line-height: 22px;
    border-bottom: 0px none;
    text-align: left;
    text-transform: uppercase;
    color: #717578;
    font-size: 13px;
}

.alert-unsub .close,
.alert-subconfirm .close{
    display:none;
}

#unsubpage > .line{
    border-bottom: 2px solid #C7CED1;
    width: 36px;
    margin:25px 0;
}

#unsubpage .unsubintro,
.alert-unsub > div,
.alert-subconfirm > div{
    font-size:16px;
    color:#1B1D1F;
    padding:10px;
    margin:0;
}

.alert-unsub > div > p,
.alert-subconfirm > div > p{
    margin:0;
}


.more {  padding: 5px 0px 5px 0px; margin: 0; }
.more p { margin: 0; }
.more .more-news,
.more .more-news a { background: url(../images/icon-gray-down.png) left center no-repeat;
	font-size: 14px; font-weight: bold; color: #a6abad; text-transform: uppercase; padding-left: 15px; float: left; }
.more .newsletter,
.more .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; }
.more .rss,
.more .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; }
.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; }

/* 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; }

/* top / com_xmap */
#xmap div.box-headline{ border-bottom: 2px solid #C7CED1; width: 36px; margin-top: 25px;}
#xmap div.box-headline > h2 {
    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;
}
#xmap ul.level_0 >li{
    display: block;
    list-style: none;
    background: url(../images/list-line.png) left 9px no-repeat;
    padding-left: 24px;
}

/* content / plg_social */
#main-content > .columns { position: relative; }
section#main-content .one_third.main-holder.main-holder { position: static; }
#shre-plg { position: absolute; left: -85px; top: 30px; }
#shre-plg .menu-icons { display: block; width: 36px; }
#shre-plg .menu-icon { display: block; height: 36px; margin-bottom: 18px; background: url(../images/side-icons.png); }
#shre-plg .menu-icon.prnt { background-position: 0px -72px; }
#shre-plg.showmenu .menu-icon.shre { background-position: 0px -36px; }
#shre-plg .shre-icons { display: none; position: absolute; top: -5px; left: 40px; width: 139px; height: 135px;
	background: url(../images/shre-menu-bgr.png); box-shadow: 3px 4px 12px rgba(0,0,0,0.08); z-index: 1; }
#shre-plg.showmenu .shre-icons { display: block; }
#shre-plg .shre-icon { display: block; height: 24px; line-height: 24px; margin: 8px 0 8px 7px; padding: 0 0 0 48px; background: url(../images/shre-icons.png) no-repeat; }
#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 { border: 3px solid #F2F6F9; }
#mailto-window .title-bar { height: 28px; background: #F2F6F9; position: relative; }
#mailto-window .title { line-height: 28px; font-size: 16px; padding-left: 38px; color: #373D3D; font-weight: bold; }
#mailto-window .title-bar .icon-mail { position: absolute; left: 6px; top: 6px; width: 16px; height: 14px; background: url(../images/icon-blue-mail.png) center center no-repeat; }
#mailto-window .title-bar .icon-close { position: absolute; right: 6px; top: 6px; width: 14px; height: 14px;
	background: url(../images/icon-blue-close.png) center center no-repeat; cursor: pointer; }
#mailto-window .formelm { padding: 0 38px; }
#mailto-window .formelm label { display: block; line-height: 50px; height: 42px; }
#mailto-window .formelm input { display: block; width: 255px; height: 22px; padding: 8px 14px; margin: 0; border: 2px solid #43B1E6; border-radius: 0; }
#mailto-window .button-wrap { height: 95px; }
#mailto-window .button { background: #FFF; border-radius: 6px; color: #43B1E6; font-weight: bold; text-transform: uppercase;
	padding: 0 12px; margin-top: 27px; border: 2px solid #43B1E6; line-height: 38px; min-width: 100px; outline: 0; }
.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: 75px 0 45px 0; background: url(../images/zzline.png) left top repeat-x; }
.circlelist .partneritem,
.circlelist .partneritem > .bnlink,
.circlelist .bnhole { display: inline-block; width: 140px; border: 0; }
.circlelist .bnhole { background-image: url(../images/banner-hole.png); height: 140px; }
.circlelist .partneritem { width: 192px; vertical-align: top; text-align: center; }
.circlelist .subttl { margin-top: 30px; }
.circlelist .subttl a { font-size: 14px; font-weight: bold; color: #717578; }


.footer { background: #FFF; }
body section#footer-copyright { padding: 0; height: 240px; background: #363B3D url(../images/footer-overlay.png) center bottom no-repeat; }
#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 .logo-block #ftr-logo-link1 { display: inline-block; width: 184px; height: 70px; background: url(../images/footer-logo1.png) no-repeat; }
#footer-copyright .logo-block #ftr-logo-link2 { display: inline-block; width: 62px; height: 70px; background: url(../images/footer-logo2.png) no-repeat; }
#footer-copyright .copyright { margin: 5px 0 0 0; font-size: 13px; text-align: right; color: #e6e9eb; }
#footer-copyright .copyright1 { margin: 45px 0 0 0; }

#footer-sitemap { background: #F0F3F5; }
#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: 148px; padding-right: 12px; margin: 0 0 30px 0; }
#footer-sitemap .menu > li > a { line-height: 26px; font-size: 21px; color: #717578; font-weight: bold; font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; }
#footer-sitemap .menu li ul { margin: 0; padding: 0; }

#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; }
.sz-mobile #rollout-bottom h3 {margin: 25px 75px 0; line-height: 30px;}
.sz-mobile #rollout-bottom .acymailing_introtext {padding: 9px 75px 26px 75px !important; line-height: 21px;}
.sz-mobile #rollout-bottom .acymailing_form {margin: 9px 75px 26px 75px !important;}
.sz-mobile #rollout-bottom .acymailing_form .acyfield_email input {font-size: 24px}
.sz-mobile #rollout-bottom .acymailing_form .acysubbuttons {font-size: 18px;}


#rollout-bottom-extra { position: fixed; bottom: 0; left: 0; right: 0; height: 232px; background: #1B1D1F; }
#rollout-bottom-extra .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-extra .close { position: absolute; top: 20px; right: 40px; width: 16px; height: 16px; background: url(../images/icon-close.png); }
#rollout-bottom-extra h3 { font-size: 16px; margin-top: 18px; color: #FFF; }
#rollout-bottom-extra .acymailing_introtext { float: left; width: 410px; padding-right: 70px; color: #717578; font-size: 14px; }
#rollout-bottom-extra .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-extra .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; }
.sz-mobile #rollout-bottom-extra h3 {margin: 25px 75px 0; line-height: 30px;}
.sz-mobile #rollout-bottom-extra .acymailing_introtext {padding: 9px 75px 26px 75px !important; line-height: 21px;}
.sz-mobile #rollout-bottom-extra .acymailing_form {margin: 9px 75px 26px 75px !important;}
.sz-mobile #rollout-bottom-extra .acymailing_form .acyfield_email input {font-size: 24px}
.sz-mobile #rollout-bottom-extra .acymailing_form .acysubbuttons {font-size: 18px;}
.sz-mobile #rollout-bottom-extra .custom {font-size: 22px; margin-left: 30px;}
.sz-mobile #rollout-bottom-extra .custom h3{margin: 12px 75px 0 0; line-height: 30px;}
.sz-mobile #rollout-bottom-extra .custom p{margin: 0;}
.sz-mobile #rollout-bottom-extra .custom ul{margin: 5px;}

#main-content aside.two_third { width: 580px; }
#main-content .right_col { width: 320px; float: right; }

.subleft { clear: left; }

section#main-content .columns {margin-bottom:0px;}
section#headlines {padding-bottom:40px;}
header.section-headline {margin:10px 0 15px 0;}

.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 {
	float:left;
	border:0;
	padding:5px 0;
}

.breadcrumbs ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.breadcrumbs ul li{
	background: url("../img/grey-dot.gif") no-repeat scroll right center transparent;
    display: inline;
    margin-right: 10px;
    padding-right: 20px;
	font-size:11px;
}

.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: Arial, Helvetica,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;}

header.box-headline h4{
	background:#fff;
	background:rgba(255, 255, 255, .4);
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding:15px 20px;
	margin-bottom:20px;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size:1.125em;
	text-align: 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;
}

.footer header.box-headline h4{
	background:none;
	border-bottom:1px solid rgba(0,0,0,0.05);  
	padding:15px 20px;
	margin-bottom:20px;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size:1em;
	text-align:left;
}

.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;
}

/*====================================
Menu
=====================================*/

header#top nav { z-index: 5; padding: 0; margin: 0; background: #52000E; }

header#top nav select { margin:0 auto; display:block; width:50%;}

/*====================================
Headlines
=====================================*/

h1, h2, h3, h4, h5, h6 {font-weight:700; 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: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align:center;
	font-size:2.25em;
	letter-spacing:-2px;
	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: 580px;
}

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 .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.last.last{margin-right:0; 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 {
	width:95%;
	background:rgba(255,255,255,0.5) ;
	border:1px solid rgba(0,0,0,0.08); 
	 
	margin-bottom:20px;
	padding:5px;
	
	-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;
}

textarea {height:150px;resize: none;}
label {display:block;}

.actionscontainer form {width:320px; float:left;}
.actionscontainer {background: url("../img/line.gif") repeat-x scroll left bottom transparent;
    margin: 15px 0 30px 0;
    width: 100%;}
.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;
}


.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 { 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:after { clear: both; }
.login {width:35%;}

/**************************************************************************
@media only screen and (max-width: 480px) {
.login {width:90%}
body { font-size:80%;}
header#top nav {margin: 0px auto 0px;}
section#slider {margin-bottom: 40px;}
section#main-content .one_third.main-holder, section.footer-widgets .one_third.main-holder, aside.project-meta .widget, aside.home-blog-thumbs .widget, aside.one_third {width: 98%; margin-bottom:20px;}

header.section-headline {margin: 0 0 10px;}
.block {margin:20px 0;}
aside.home-blog-thumbs .widget {margin:20px 0 0 0;}

.header-search {
	float: left;
    text-align: center;
    width: 100%;
}
.breadcrumbs {
	display: block;
    float: none;
    margin: 15px auto;
    text-align: center;
    width: auto;
}
.last{margin-right:0 !important; clear:both}
.header-search input.submit-button {right: 10%;}

section#main-content .two_third.main-holder, 
section#main-content .blog .blog-holder article {width:100%;}
.blog-holder {width:98%; margin:0 auto 50px auto}
aside.sidebar, .testimonials-holder{width:100%;}
.portfolio-classic-holder { width:100%; margin-bottom:20px;}
.main-portfolio-classic-holder { margin-bottom:30px; padding-bottom:20px;}
.content-box {width:90% !important;}
.block .content {padding:0 10px 10px 10px;}
ul#filterOptions li a {
	width:100#;
	display:inline-block;
}
ul#filterOptions.horizontal li { display:inline-block; width:100%; padding:10px 0;}
#contact-form {position:relative;display:block; width:90%; margin: 0 auto}
aside.project-meta .widget { float:left;}
}

@media only screen and (max-width: 600px) {
.last{margin-right:0 !important; clear:both}
.block .one_third {width:98%;}
.block .two_third {width:98%;}
body { font-size:80%;}
header#top nav {margin: 0px auto 0px;}
section#slider {margin-bottom: 40px;}
section#main-content .one_third.main-holder, section.footer-widgets .one_third.main-holder, aside.project-meta .widget, aside.home-blog-thumbs .widget, aside.one_third, section#main-content .one_half.main-holder {width: 98%; margin-bottom:20px;}
.portfolio-nav #portfolio-scroll-prev {left: 10px;}
.portfolio-nav #portfolio-scroll-next {right: 10px;}
.blog-gallery-holder { width:98%;}
header.section-headline {margin: 0 0 10px;}
.block {margin:20px 0;}
#portfolio-scroll-pagination, .blog-post-nav { margin-top:0px; margin-bottom:20px;}
.portfolio-nav {top: 31px;}
aside.home-blog-thumbs .widget {margin:20px 0 0 0;}

.header-search {
	float: left;
    text-align: center;
    width: 100%;
}
.breadcrumbs {
	display: block;
    float: none;
    margin: 15px auto;
    text-align: center;
    width: auto;
}
.header-search input.submit-button {right: 10%;}

section#main-content .two_third.main-holder, 
section#main-content .blog .blog-holder article {width:100%;}
.blog-holder {width:98%; margin:0 auto 50px auto}
aside.sidebar, .testimonials-holder{width:100%;}
.portfolio-classic-holder { width:100%; margin-bottom:20px;}
.main-portfolio-classic-holder { margin-bottom:30px; padding-bottom:20px;}
.content-box {width:90% !important;}
.block .content {padding:0 10px 10px 10px;}
ul#filterOptions li a {
	width:100#;
	display:inline-block;
}
ul#filterOptions.horizontal li { display:inline-block; width:100%; padding:10px 0;}
#contact-form {position:relative;display:block; width:90%; margin: 0 auto}
aside.project-meta .widget { float:left;}
}


@media only screen and (max-width: 959px) {
aside.home-blog-thumbs .widget {
    float: left;
	width: 65.3125%;
	margin-top:20px;
}

#thumbs { width:100% !important;}
.blog-gallery-holder, .blog-gallery-holder .caroufredsel_wrapper  { float:none !important; margin:0 auto;}
.home-blog-thumbs .widget .caroufredsel_wrapper { float:none !important; margin:0 auto !important; width:100%!important;}
aside.home-blog-thumbs .widget {float:none !important; margin:20px auto 0 auto  !important; width: 65.3125%;}
}


@media only screen and (max-width: 768px) {
	
body { font-size:90%;}
ul#filterOptions.horizontal { text-align:left;}
ul#filterOptions.horizontal li { margin-bottom:25px; display:inline-block;}
}

@media only screen and (min-width: 1140px) {

}
****************************************************************************/

/* NEWS module */
.modNews { margin: 40px 0; }

.modNews.news .modNewsItem { margin: 0 20px 20px 0; display: block; }
.modNews.news .pre-title { display: none; color: #363b3d; font-size: 32px; line-height: 36px; font-weight: bold; max-width: 580px;
	font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; margin-bottom: 16px; letter-spacing: -1px; }
.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 { max-width: 580px; }
.modNews.news-catitem .modNewsItem { margin-top: 35px; }
.modNews.news-catitem .modNewsItem.is-leading { margin-top: 16px; }
.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 .infoblock { margin-left: 72px; }
.modNews.news-catitem .catinfo { font-size: 13px; text-transform: uppercase; line-height: 110%; margin: 0 0 6px 0; }
.modNews.news-catitem .cattitle { color: #2990cc; }
.modNews.news-catitem .date { color: #a6abad; }
.modNews.news-catitem .title { font-size: 21px; font-weight: bold; color: #363b3d; line-height: 30px; font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; letter-spacing: -1px; }
.modNews.news-catitem .modNewsItemSeparator { height: 1px; background: #E4E8EB; margin-top: 35px; }

.modNews.news-catitem.has-leading { margin-top: 0; }
.modNews.news-catitem.use-article-imgs.has-leading .item1 { margin-top: 16px; }
.modNews.news-catitem.has-leading .item1 .title { color: #363b3d; font-size: 32px; line-height: 36px; font-weight: bold; max-width: 580px;
	font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; margin-bottom: 16px; letter-spacing: -1px; display: block; }
.modNews.news-catitem .item1 .intro { margin: 40px 0; }
.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; color: #208FCE; font-weight: bold;
	background: url(../images/menu-bullet.png) right 5px no-repeat; padding-right: 13px; text-transform: uppercase; }
.modNews.news-catitem .topic { color: #208FCE; }

.modNews.news-catitem.use-article-imgs .infoblock { margin-left: 0; }
.modNews.news-catitem .artimg { float: right; margin-left: 25px; }
.modNews.news-catitem .modNewsItemEnd { clear: both; height: 0; }
.modNews.news-catitem .modNewsButton { margin-top: 22px; display: inline-block; color: #A6ABAD; font-weight: bold;
	background: url(../images/icon-gray-right.png) right 5px no-repeat; padding-right: 13px; text-transform: uppercase;}

.modNews.news-catitem .modNewsButtonWrapper .newsletter { background: url(../images/icon-blue-mail.png) left center no-repeat;
	font-size: 13px; color: #a6abad; padding-left: 27px; float: right; margin-right: 16px; margin-top: 22px; }
.modNews.news-catitem .modNewsButtonWrapper .rss { background: url(../images/icon-blue-rss.png) left center no-repeat;
	font-size: 13px; color: #a6abad; padding-left: 27px; float: right; margin-right: 16px; margin-top: 22px; }

.modNews .ajax-nomore .modNewsButton { display: none; }
.modNews.has-ajax .modNewsButton { padding: 0 0 0 16px; background:url(../images/icon-gray-down.png) no-repeat left 7px; }

.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; }
.sz-mobile .moduletable.title-callout > .box-headline > h4 { font-size: 28px; }
.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: 25px; border-bottom: 0; text-align: left; width: 580px; padding: 12px 0; margin: 0; font-size: 20px; }
.right_col .moduletable.title-red-ul > .box-headline > h4 { width: 320px; }


/* 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; }


/* VIDEo STREAM */
.videostream.title-red-ul { margin-top: 16px; }
.videostream .until-next { color: #A00013; font-size: 1.1em; font-weight: bold; font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif; }
.videostream .stream-length { color: #666; font-size: 1em; font-weight: bold; font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif; }


/* ARTICLE / com_content */
.item-page .introtext { font-size: 21px; line-height: 36px; color: #363B3D; margin-bottom: 32px;
	font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif; border-bottom: 2px solid #E9B329; }
.item-page .cat-headline, .main-holder.search header.search-header { border-bottom: 2px solid #C7CED1; width: 36px; margin-top: 25px; }
.item-page .cat-headline > h4, .main-holder.search header.search-header > 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; }
.item-page h1 { color: #363b3d; font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; font-size: 32px; line-height: 37px; margin: 12px 0; }
.attachments { margin: 32px 0; }
.attachments .attachment { border: 0; margin: 2px 1px; background: #F0F3F5; display: block; line-height: 20px; padding: 16px 0 14px 49px; font-size: 14px; }
.attachments .attachment.dl { background: #F0F3F5 url(../images/icon-dl.png) 23px 17px no-repeat; }
.attachments .attachment.link { background: #F0F3F5 url(../images/icon-link.png) 23px 16px no-repeat; }
.attachments .attachment .title,
.attachments .attachment .name { display: block; color: #1175AE; }
.attachments .attachment .subtitle { display: block; color: #A6ABAD; }
.item-page .subsect { margin-top: 30px; }
.item-page .subsect.last { margin-top: 40px; }
.item-page .ss-title-cont { border-bottom: 2px solid #E9B329; width: 36px; }
.item-page .ss-title { color: #717578; font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif; line-height: 50px; font-size: 21px; padding-left: 21px; width: 559px; }
.item-page .contacts .ss-title { background: url(../images/icon-contact.png) 0 15px no-repeat; }
.item-page .updates .ss-title { background: url(../images/icon-bell.png) 0 15px no-repeat; }
.item-page .contacts .contact.small { width: 290px; }

.contblock .contact { width: 280px; display: inline-block; vertical-align: top; margin: 15px 0; font-size: 14px; color: #1B1D1F; line-height: 20px; }
.contblock .contact.col1 { margin-left: 20px; }
.contblock .contact .name { font-weight: bold; text-transform: uppercase; }
.contblock .contact .position { color: #717578; }

.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; }

.additional-info .item-page .ig-images .imglink.col0 { padding-right: 0px; }
.additional-info .item-page .ig-images .imglink.col1 { padding-left: 0px; }
.additional-info .item-page .ig-images { margin: 0; }
.additional-info .item-page .ig-images .galinfo {display: none;}

.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,
.modNewsItem.item1 .ig-images .imglink .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,
.modNewsItem.item1 .ig-images.inheader .imglink .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; }
.item-page .published { color: #A6ABAD; font-size: 14px; line-height: 20px; padding: 8px 0; }

.img-title { color: #A6ABAD; font-size: 14px; line-height: 20px; padding: 8px 0; }


/* in-article style */
.item-page :not(.ec-item .albums.item-page) { color: #1B1D1F; font-size: 16px; line-height: 24px; }
.item-page h3 { font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; font-size: 21px; color: #363B3D; }
.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/list-line.png) left 16px no-repeat; padding: 6px 0 6px 24px; }
.item-page ul li ul li { background: url(../images/list-square.png) 12px 16px no-repeat;}
.item-page ul li ul {margin: 0 0 0 -24px;}
.item-page table { width: 100%; font-size: 12px; line-height: 16px; margin: 30px 0 50px 0; }
.item-page table th, .item-page table td { padding: 8px 10px; border: 0; border-bottom: 1px solid #E4E8EB; }
.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 .mceItemReadMore, .item-page  .mceItemPageBreak {background-color: #E9B329; height: 4px;}


/* ==========================================================================
        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;
}


#ig-album-list .ctrl-bar { margin: 30px 0; display: none; }
#ig-album-list-ajax { overflow: hidden; margin: 30px auto; }
#ig-album-list .album-list-loaded { margin-right: -30px; }
#ig-album-list #ig-al-flt-topic { margin: 0; }
#ig-album-list .filter { float: left; width: 50%; }
#ig-album-list .filter .lbl { display: inline-block; line-height: 48px; }
#ig-album-list .filter .vcn { width: 60%; display: inline-block; line-height: 48px; }
#ig-album-list .order { float: right; padding: 2px 4px; }
#ig-album-list .order .order-btn { padding: 11px; min-width: 120px; text-align: center; font-weight: bold; margin-left: 20px;
	border: 2px solid #BFC4C7; color: #BFC4C7; border-radius: 5px; display: inline-block; text-transform: uppercase; }
#ig-album-list .order .order-btn.active { background: #2990CC; border-color: #2990CC; color: #FFF; font-weight: normal; }
#ig-album .item,
#ig-album-list .item { width: 300px; display: inline-block; vertical-align: top; margin: 10px 30px 10px 0; color: #363B3D; font-size: 14px; line-height: 140%; background: #F0F3F5; }
#ig-album-list .item .image a { display: inline-block; position: relative; }
#ig-album-list .item .image a .date { text-transform: uppercase; position: absolute; bottom: 0; left: 0;
	background: #E9B329; padding: 0 6px; line-height: 24px; font-size: 12px; color: #1B1D1F; }
#ig-album-list .item .image a .numphotos { 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; position: absolute; right: 0; bottom: 0; }
#ig-album .item .info { padding: 12px 20px; min-height: 20px; }
#ig-album-list .item .info { padding: 12px 20px; min-height: 64px; }
#ig-album .item .title a,
#ig-album-list .item .title a { color: #363B3D; }
#ig-album-list .item .archdl a { display: inline-block; margin-top: 16px; }
#ig-album-list .pages { margin: 4px; text-align: center; }
#ig-album-list .pages .pi { padding: 0; width: 40px; height: 40px; text-align: center; line-height: 40px; margin: 4px 2px; display: inline-block; text-indent: -9999px; }
#ig-album-list .pages .pi.pl-prev { background: #52000E url(../images/arrow-left-right-white-m.png) 13px 10px no-repeat; }
#ig-album-list .pages .pi.pl-prev:hover { background: #9E001A url(../images/arrow-left-right-white-m.png) 13px 10px no-repeat; }
#ig-album-list .pages .pi.pl-next { background: #52000E url(../images/arrow-left-right-white-m.png) 15px -70px no-repeat; }
#ig-album-list .pages .pi.pl-next:hover { background: #9E001A url(../images/arrow-left-right-white-m.png) 15px -70px no-repeat; }
#ig-album-list .item .image .icon-video { background: #E9B329; line-height: 22px; padding: 6px; position: absolute; right: 0; bottom: 0; height: 22px; }
#ig-album-list .item .image .icon-video i { display: inline-block; width: 27px; height: 22px; background: url(../images/foto-video.png) left bottom no-repeat; }
#ig-main-video { margin: 30px 0; }
#ig-main-video .video { text-align: center; }
#ig-main-video iframe { width: 960px; height: 540px; }

.fbimginfo .imgnum { text-align: left; color: #A6ABAD; }
.fbimginfo .title { color: #363B3D; font-weight: bold; }
.fbimginfo .name { font-weight: bold; }
.fbimginfo .copy { color: #A6ABAD; }
.fbimginfo .description { text-align: left; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { 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; }
    
  .soc-link, header#top, .footer, .rollout {display: none !important;}
}

.alignRight{
	text-align: right;
}



.external-link { /* border: 1px dotted #ABC;*/ }
.external-link.tweet-timestamp { border: 0; }

/* Searchbox module width */
#mod-finder-searchform input{
width:20%;
}


/* Events Calendar module */
.events-list { margin-top: 50px; }
.events-list > #calendar-container-main{
    position:relative;
}
.events-list > #calendar-container-main > h4{
    background:#f0f3f5;
    padding:10px;
    text-transform:uppercase;
    font-size: 14px;
    margin-bottom: 0px;
}

.events-list #calendar-container-main > a span,
.events-list ul li .text .line i{
    background-image:url(../images/calendar-icons.png);
    height:16px;
}

.events-list h4:after{
    border-bottom: 8px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #f0f3f5;
    bottom: -19px;
    content: "";
    display: block;
    height: 0;
    left: 1em;
    position: absolute;
    width: 0;
}

.events-list #calendar-container-main > a{
    display:inline-block;
    border-left:2px solid #fff;
    width:42px;
    height:42px;
    margin:-21px -10px -10px 0;
    position:absolute;
    right:10px;
    top:50%;
}

.events-list #calendar-container-main > a span{
    display:block;
    background-position:left -33px;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin:13px;
}

.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;
}

.events .calendar-open{
    position:static;
    display:block;
    box-shadow:none;
    float:left;
    border-right:2px solid #fff;
    margin-right:35px;
    padding-right:12px;
}

.calendar-open .calendar-header{
    background:#208fce;
    text-transform:none;
    position:relative;
    text-align:center;
}

.events .calendar-open .calendar-header{
    background:transparent;
}

.calendar-open .calendar-header a{
    color:#fff;
    margin-right:10px;
    font-weight:bold;
}

.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:before{
    border-color: transparent transparent #208fce;
    border-width:10px;
    border-style:solid;
    top: -16px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left:-10px;
    position: absolute;
    width: 0;
}

.events .calendar-open .calendar-header:before{
    display:none;
}

.calendar-data-container{
    text-align:center;
}

.calendar-small-container{
    background:#f0f3f5;
    margin:0 auto;
    padding:15px 0;
}

.calendar-small-container .row{
    display:block;
    margin-bottom:4px;
}

.calendar-small-container .row:last-child{
    margin-bottom:0;
}

.calendar-small-container .row span{
    display:inline-block;
    width:24px;
    text-align:center;
    padding:2px 0;
    background:#208fce;
    margin-right:4px;
    color:#fff;
    cursor: pointer;
}

.calendar-small-container .row span a{
    color:#fff;
}

.calendar-small-container .row span.today{
    background:#eab401;
    color:#000;
}

.calendar-small-container .row span.weekend{
    background:#c7ced1;
}

.calendar-small-container .row span.event{
    color:#7cd3ff;
}

.calendar-small-container .row span.placeholder{
    background:transparent;
}


.calendar-small-container .row span:last-child{
    margin-right:0;
}

.events-list ul{
    list-style-type:none;
    padding:0;
    margin-top: 0px;
}

.events-list ul li{
    display:block;
    padding:23px 0;
    border-bottom:1px solid #f0f3f5;
}

.events-list ul li > div{
    float:left;
}

.events-list ul li .date-container{
    border:3px solid #f0f3f5;
    width:54px;
}

.events-list ul li .date-container span{
    display:block;
    text-align:center;
}

.events-list ul li .date-container span:first-child{
    background: #f0f3f5;
    padding: 0px 0;
    color: #AAAAAA;
    line-height: 19px;
    text-transform: uppercase;
}

.events-list ul li .date-container span:last-child{
    padding:12px 0;
    color:#208fce;
    font-size:30px;
    font-weight:bold;
}

.events-list ul li .date-container.visually-hidden{
    visibility:hidden;
}

.events-list ul li > div:last-child{
    width:240px;
    padding-left:20px;
}

.events-list ul li div h6{
    margin:5px 0;
    line-height:16px;
}

.events-list ul li div h6 a{
    color: #363b3d;
}

.events-list ul li .text > .line{
    color: #AAAAAA;
}

.events-list ul li .text .line i{
    display:inline-block;
    vertical-align: top;
    width:16px;
    background-position:left top;
    background-repeat:no-repeat;
    margin-right:8px;
    margin-top:2px;
}

.events-list ul li .text .location i{
    background-position:left -16px;
}
.events-list ul li .text .time i { background-position: left -50px; }
.events-list ul li .text .time.broadcast i {background: url(../images/clock.png) right center no-repeat; height: 17px; width: 17px;}

.events-list ul li .text span{
    display:inline-block;
    vertical-align: top;
    width:85%;
}
.events-list .links-today a.events-today{
    background: url(../images/icon-gray-right.png) right center no-repeat;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: #a6abad;
    text-transform: uppercase;
    padding-right: 11px;
}

.events-list .links-today .right a {
    color: #a6abad;
    text-decoration: underline;
}
.events-list .links-today .separator {
    color: #a6abad;
    margin: 0 8px;
}

.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
}

ul.main-menu > li.events > .ulin > .ulwr > ul li{
    background:url(../images/menu-bullet.png) no-repeat left center;
    padding-left:10px;
}

.menu-logo {
    float:left;
    margin: 13px 15px 0 15px;
    font-weight: bold;
    color: #a6abad;
    text-transform: uppercase;
}

.menu-logo p {
    margin: 10px 0;
}

.menu-logo .img-bckgrnd
{
    width: 180px;
    height: 120px;
    background: #fff;  
    position: relative;
    border: 5px solid #fff;
}

.menu-logo img {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
}


.news .menu-news-media-block,
.media-accrediation .menu-media-accrediation{
    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,
.media-accrediation .menu-media-accrediation 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,
.media-accrediation .menu-media-accrediation .media-accreditation-button{
    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;
}

.media-accrediation .menu-media-accrediation .media-accreditation-button{
    background:transparent;
    padding-left: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 .contacts.contacts-cont{
    max-width:580px;
	overflow:hidden;
}

.evcal .topics,
.finder > h4.header{
    color:#a00013;
    display:block;
    font-size:20px;
    font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.evcal .topics:after,
.finder > h4.header:after{
    content:"";
    width:36px;
    height:2px;
    display:block;
    margin-top:15px;
    background:#c7ced1;
}

.evcal .title{
    margin:12px 0;
    font-size:32px;
    line-height:37px;
    font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif;
    color: #363b3d
}

.evcal .event-type{
    color:#a6abad;
    display:block;
    margin-top:7px;
}

.evcal hr{
    border-color:#e4e8eb;
    margin:10px 0;
}

.evcal .infoblock .block-title {
    text-transform:uppercase;
    font-weight:bold;
    display:block;
}

.evcal .loc-date-info .infoblock {
    float:left;
    width:50%;
    margin:0;
}

.evcal .loc-date-info .infoblock .text dl{
    margin:0;
}

.evcal .loc-date-info 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 .location .icon{
    background-position:3px top;
}

.evcal .loc-date-info .date .icon{
    background-position:right top;
}
.evcal .loc-date-info .date .period { min-height: 42px; }

.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:6px;
    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;
    font-size: 14px;
}

.evcal .gallery-title {
    margin:10px 0;
}

.evcal .gallery .gallery-title,
.evcal .gallery .gallery-copyright{
    float:left;
    margin:10px 0;
}

.evcal .gallery-title,
.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{
    margin:0;
}

.evcal .additional-info .contacts.contacts-title{
    color:#717578;
    background:url(../images/icon-contact.png) 0 3px no-repeat;
    padding-left:21px;
    font-size:21px;
    font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif;
    margin-top:30px;
}

.evcal .additional-info .contacts.contacts-title:after{
    content:"";
    width:36px;
    height:2px;
    display:block;
    margin:15px 0;
    background:#eab401;
    margin-left:-25px;
}

.evcal .additional-info .contacts.contacts-cont{
    margin:0;
}

.evcal .additional-info .contacts.contacts-cont .contact{
    float:left;
    width:47%;
    display:block;
    margin-bottom:10px;
}

.evcal .additional-info .contacts.contacts-cont .contact.col0{
    margin-right:6%;
}

.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;
}

.evcal ul { padding-left: 0; margin: 20px 0; }
.evcal ul li { display: block; list-style: none; background: url(../images/list-line.png) left 16px no-repeat; padding: 6px 0 6px 24px; }
.evcal ul li ul li { background: url(../images/list-square.png) 12px 16px no-repeat;}
.evcal ul li ul {margin: 0 0 0 -24px;}

.evcal h3 { font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; font-size: 21px; color: #363B3D; }
.evcal h4 { font-size: 16px; color: #1B1D1F; }
.evcal 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; }
.evcal table { width: 100%; font-size: 12px; line-height: 16px; margin: 30px 0 50px 0; }
.evcal table th, .evcal table td { padding: 8px 10px; border: 0; border-bottom: 1px solid #E4E8EB; }
.evcal table thead tr { background: #F0F3F5; color: #717578; }
.evcal table th, .evcal table thead td { font-weight: bold; }
.evcal table .highlight th, .evcal table .highlight td { font-weight: bold; color: #9E001A; }


/* 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;
}

/* search results */

#search-results .search-results{
    list-style-type:none;
    padding:0;
    max-width:580px;
}

.main-holder.search header.search-header{
    margin-bottom:15px;
}

#search-results .search-results h4{
    font-size:18px;
    margin-top:0;
    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-result-empty {
    max-width: 580px;
    overflow: hidden;
}

.search-bar-container{
    max-width:556px; /* 580 - left/right padding - left/right border */
    border:2px solid #c7ced1;
    padding:10px;
}

.search-bar-container button,
.search-bar-container input{
    border:0;
    float:left;
    padding:0;
    margin:0;
}

.search-bar-container input{
    color:#c7ced1;
    background:transparent;
    max-width:550px;
    height:20px;
    outline:none;
}

.search-bar-container input,
.search-bar-container input:focus{
    color:#363B3D;
}

.search-bar-container button{
    width:20px;
    height:20px;
    text-indent: -9999px;
    background:transparent url(../images/search.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;
}

.finder > h4.header{
    margin-top:0;
}

section#main-content .full_column.search{
    border:0;
}

#finder-filter-select-dates{
    padding:0 0 0 20px;
}

#finder-filter-select-dates .filter-date{
    border:1px solid #d7dde0;
    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;
}
#finder-filter-select-dates .filter-date input:focus {color: #363B3D;}
#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;
}

#finder-filter-select-dates .filter-date button.active{
    background-position:center -67px;
}

#finder-filter-select-dates .calendar-open{
    top: 45px;
    right: -107px;
    z-index:100;
}

aside.search-filter{
    background:#f0f3f5;
    padding-bottom:12px;
    margin-top:35px;
    min-width: 300px;
}

aside.search-filter h4{
    background:#717578;
    padding:10px 10px 10px 15px;
    text-transform:uppercase;
    position:relative;
    margin-top:0;
    margin-bottom:25px;
    color:#fff;
    font-size:14px;
}

aside.search-filter h4:after{
    border-bottom: 8px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #717578;
    bottom: -19px;
    content: "";
    display: block;
    height: 0;
    left: 1em;
    position: absolute;
    width: 0;
}

aside.search-filter #finder-filter-select-list label{
    position:relative;
    padding-left:20px;
    margin-bottom:10px;
}

aside.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{
    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;
}


.sz-mobile  #finder-filter-select-list label{
    position:relative;
    padding-left:20px;
    padding-bottom: 40px;
}
.sz-mobile #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;
}
.sz-mobile #finder-filter-select-list label i{
    display:block;
    float:right;
    width: 36px;
    height: 36px;
    margin-right: 4%;
    background-image:url(../images/checkbox-m.png);
    background-repeat:no-repeat;
    background-position:center top;
}
.sz-mobile #finder-filter-select-list label.checked i{
    background-position:center bottom;
}


.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-Regular"; 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: "MyriadPro-Regular"; font-size: 14px; margin-top: 12px; font-weight: normal;}
.alarm-msg .alarm-msg-cont {margin-top: 35px; padding-left: 10px; padding-right: 10px; line-height: 30px;}
.sz-mobile .alarm-msg {margin-top: 50px;}
.sz-mobile .alarm-msg .type { font-size: 20px; height: 23px; line-height: 21px; }
.sz-mobile .alarm-msg .alarm-msg-cont p {font-size: 40px; font-weight: normal;}
.sz-mobile .alarm-msg .alarm-msg-cont p a { font-size: 28px;}
#warningleft{max-width: 567px;}

.large-button { text-align: center; display:inline-block; margin-top: 33px; border: 2px solid #2990cc; text-transform: uppercase; padding: 8px; border-radius: 9px; width: 300px; font-weight: bold;  }




/* Contact catalog */
#left_col {width: 580px;}
#left_col.contacts {width: 580px;}
#left_col .contacts .item .first{border-top: none;}
#left_col .contacts .item .data {float: left; width: 580px;padding-top: 24px;}
#left_col .contacts .item {border-top: 1px solid #EFF3F4; width: 580px; }
#left_col .contacts .item.first {border-top: none; }
.contacts { width: 960px; }
.right_col .contacts { width: 100%; }
.contacts .subtitle-wrap { border-bottom: 2px solid #C7CED1; width: 36px; margin-top: 25px; }
.contacts .subtitle { color: #A00013; font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif;
	border-bottom: 0; text-align: left; width: 580px; padding: 0; margin: 0; font-size: 20px; line-height: 50px; }
.contacts .title { color: #363B3D; font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; font-size: 32px; line-height: 37px; margin: 12px 0 48px 0; width: 100%; }
.contacts .search-box { float: right; width: 308px; margin-top: -78px; height: 38px; border: 2px solid #C7CED1; position: relative; }
.contacts .search-box .bgtext { position: absolute; left: 0; right: 0; top: 0; bottom: 0; padding: 0 14px; line-height: 38px; color: #A6ABAD; z-index: 1; }
.contacts .search-box #ctlg_filter_contacts { position: absolute; left: 0; right: 32px; top: 0; bottom: 0; box-sizing: border-box;
	padding: 9px 14px; line-height: 20px; color: #363B3D; z-index: 2; background: #FFF; margin: 0; border: 0; width: 270px; }
.contacts .search-box .search_img { position: absolute; right: 0; top: 0; bottom: 0; width: 32px; background: url(../images/search.png) center center no-repeat; }
.contacts .group-title { line-height: 47px; border-top: 1px solid #E4E8EB; color: #363B3D; font-weight: bold; font-size: 16px; position: relative; cursor: pointer; }
.contacts .group-title .group-title-text { margin-right: 30px; }
.contacts .group-title i { position: absolute; right: 12px; top: 20px; width: 10px; height: 6px; background: url(../images/arrow-up-down.png) left bottom; }
.contacts .contact-group.open .group-title i { background-position: left top; }
.contacts .contact-group.open .group-title { border-bottom: 1px solid #E4E8EB; }
.contacts .group-contacts { /*background: url(../images/contact-hrbg.png);*/ }
.contacts .contact { width: 320px; height:auto; margin: 15px 0; display: inline-block; vertical-align: top; line-height: 157%; }
.contacts .contact .image { float: left; width: 85px; height: 85px; position: relative; }
.contacts .contact .image .hole { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/contact-hole.png); }
.contacts .contact.col3_1 .cont-inner,
.contacts .contact.col3_2 .cont-inner { padding-left: 19px; border-left: 1px solid #E4E8EB; }
.contacts .contact .text { margin-top: 20px; margin-right: 20px; }
.contacts .contact.has-image .text { margin-left: 105px; }
.contacts .contact .name { padding: 4px 0; color: #1B1D1F; font-weight: bold; text-transform: uppercase; }
.contacts .contact .location { color: #A6ABAD; font-style: italic; }
.contacts .contact .position {color: #363B3D; }
.contacts .contact .phone,
.contacts .contact .mobile { color: #363B3D; }
.contacts .contact .dl-wrap { margin-top: 4px; }
.contacts .contact .dl { color: #A6ABAD; padding: 1px 0 0 24px; background: url(../images/icon-dl-contact.png) left top no-repeat; }
.contacts .endinfo { padding: 40px 0 0 0; margin: 0 0 40px 0; border-top: 1px solid #E4E8EB; }
.contacts .endinfo .brochure { display: inline-block; padding-left: 24px; line-height: 150%; background: url(../images/icon-dl.png) left top no-repeat; }
.contacts .endinfo .brochure span { display: block; }
.contacts .endinfo .brochure .dl-subtitle { font-size: 86%; color: #A6ABAD; }
.contacts .contact .email { word-wrap: break-word; }
.contact_module {margin: 35px 0;}
.contact_module .title { position: relative; 
    height: 42px; 
    background: #EFF3F4;  
    text-transform: uppercase;
    vertical-align: middle;  
    text-align: left; 
    font-weight: bold; 
    padding-left: 18px; 
    line-height: 45px;
    margin-bottom: 8px;
    color: #717578;} 

.contact_module .title .border-notch {position: absolute; 
    border-left: 16px solid #fff; 
    border-bottom: 13px solid transparent; 
    border-left-width: 18px;
    border-left-color: #EFF3F4;
    top: 41px;
    border-bottom-width: 13px;
    left: 18px;} 

.contact_module .contacts .item {border-top: 1px solid #EFF3F4; }
.contact_module .contacts .item.first {border-top: none; }

.contact_module .contacts .item .img {height: 61px;
    width: 61px;
    padding-top: 18px;
    padding-right: 20px;
    float: left;}
.contact_module .contacts .item .img img {border-radius: 30px; height: 60px; width: 60px;}
.contact_module .contacts .item .data {float: right; width: 74%; padding-top:19px; padding-bottom:5px; }
.contact_module .contacts .item .data .name {font-size: 17px; font-weight: bold; color: #363B3E;}
.contact_module .contacts .item .data .position {color: #707477; font-size: 14px;}
.contact_module .contacts .item .data .mail {color: #2992CC; font-size: 14px;}
.contact_module .contacts .item .data .tel {color: #363B3E; font-size: 14px;}

.sz-mobile .contact_module .contacts .item .img {height: 79px; width: 79px; padding-left: 50px;}
.sz-mobile .contact_module .contacts .item .data .name {font-size: 25px;}
.sz-mobile .contact_module .contacts .item .data {width: 60%;}
.sz-mobile .contact_module .contacts .item .data .position {font-size: 25px;}
.sz-mobile .contact_module .contacts .item .data .mail {font-size: 25px;}
.sz-mobile .contact_module .contacts .item .data .tel {font-size: 25px;}
.sz-mobile .contact_module .contacts .item .img img {border-radius: 55px; height: 110px; width: 110px;}


/* article contacts */
.item-page .content .contacts.contblock{ max-width:580px; }
.item-page .content .contacts.contblock .col1{ margin-left:0; }
.item-page .content .contacts.contblock .contact .position,
.item-page .content .contacts.contblock .contact .name,
.item-page .content .contacts.contblock .contact .email{ padding-right:20px; }

/* Common */
.link{
    cursor:pointer;
}



/* ----------------- RESPONSIVE ----------------- */

html, body { min-width: 640px; }
.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; }

.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,
.sz-full #top.fixed #thwr .form-search { display: none; }
.sz-full #top.fixed #thwr .right-modules { padding: 0; }

/* -------------- NON-MOBILE DISABLE ------------ */

#xmenu { display: none; }
.mobile-icon { display: none; vertical-align: top; margin: 0 50px 0 0; }

/* ------------------ MOBILE -------------------- */

.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: 28px; }
.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 { background: #7D0116; height: 120px; }
.sz-mobile header#top .logo { margin-left: 40px; }
.sz-mobile #top .right-modules { padding-top: 39px; }
.sz-mobile #top .mod-languages { margin: 0; }
.sz-mobile #top .mod-languages .mobile-icon { width: 41px; height: 41px; background: url(../images/icon-lang.png); }
.sz-mobile #top .mod-languages .lang-inline { margin: 0; display: none; position: absolute; left: 0; top: 120px; width: 100%; text-align: center; background: #52000E; height: 120px; }
.sz-mobile.show-language-menu #top .mod-languages .lang-inline { display: table; z-index: 2; }
.sz-mobile.show-language-menu .mod-languages .overlay-shadow { display: block; }
.sz-mobile #top .mod-languages .lang-inline li { display: table-cell; line-height: 120px; border-right: 1px solid #72010F; }
.sz-mobile #top .mod-languages .lang-inline li.last { border-right: 0; }
.sz-mobile #top .mod-languages .lang-inline li.lang-active { background: #72010F; }
.sz-mobile #top .mod-languages .lang-inline li a { width: 100%; margin: 0; padding: 0; line-height: 120px; background: transparent; vertical-align: top; font-size: 26px; }
.sz-mobile #top-nav { display: none; }
.sz-mobile #top .top-searchform { width: auto; }
.sz-mobile #top .top-searchform .mobile-icon { width: 41px; height: 41px; background: url(../images/icon-search-41.png); }
.sz-mobile #top .top-searchform > .finder { margin: 0; display: none; position: absolute; left: 0; top: 120px; width: 100%; text-align: center; background: #52000E; height: 250px; }
.sz-mobile.show-search-bar #top .top-searchform > .finder { display: block; z-index: 2; }
.sz-mobile.show-search-bar .top-searchform .overlay-shadow { display: block; }
.sz-mobile .top-searchform input { display: block; position: static; margin: 30px 40px; height: 80px; width: 87.5%; padding: 25px 30px; box-sizing: border-box; font-size: 26px; }
.sz-mobile .top-searchform button { position: static; width: 100%; height: 80px; text-transform: uppercase;
	background: transparent; color: #FFF; font-weight: bold; font-size: 28px; text-indent: 0; }
.sz-mobile .mobile-icon.mm-btn { width: 41px; height: 41px; background: url(../images/icon-menu.png); float: right; margin-right: 40px; }
.sz-mobile.show-menu .mobile-icon.mm-btn { background: url(../images/icon-close-mobile.png) center center no-repeat; }
#xmenu ul.menu { padding-left: 17px; }
#xmenu ul { margin: 0; padding: 0; list-style: none; text-align: left; background: #52000E; }
#xmenu li { background: url(../images/icon-mm-link.png) 429px 38px no-repeat; position: relative; }
#xmenu li.back { background: url(../images/icon-mm-back.png) left center no-repeat; }
#xmenu li a { display: block; color: #FFF; font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif; font-size: 36px; border: 0;
	overflow: hidden; min-height: 47px; line-height: 47px; border-bottom: 1px solid #7D0116; padding: 25px 80px 25px 0; letter-spacing: -1px; }
#xmenu li a.back-btn { color: #9E001A; font-size: 28px; padding-right: 30px; padding-left: 33px; }
#xmenu li a.submenu-btn { position: absolute; top: 0; bottom: 0; right: 0; left: 400px; padding: 0; z-index: 5; }
#xmenu li a span { font-size: 28px; color: #A6ABAD; }

.sz-mobile.show-menu #xwrap { position: relative; width: 100%; overflow: hidden; }
.sz-mobile.show-menu #xmenu { position: absolute; right: 0; width: 500px; background: #52000E; display: block; min-height: 100%; }
.sz-mobile.show-menu #xcont { position: relative; right: 517px; }
.sz-mobile.show-menu #xover { top: 0; display: block; }

.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 6.25%; }

.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: 52px; color: #363B3D; line-height: 60px; margin-top: 15px; }
.sz-mobile .evcal .event-type { font-size: 28px; margin: 32px 0; }
.sz-mobile .evcal .loc-date-info { margin: 20px 0; color: #363B3D; }
.sz-mobile .evcal .infoblock { clear: left; margin: 16px 0; line-height: 48px; font-size: 28px; }
.sz-mobile .evcal .infoblock .icon { float: left; margin: 0; }
.sz-mobile .evcal .infoblock .text { margin-left: 100px; }
.sz-mobile .evcal .loc-date-info .infoblock { width: 100%; float: none; }
.sz-mobile .evcal .loc-date-info .location .icon { background: url(../images/event-location-icons-m.png) 8px top no-repeat; width: 64px; height: 64px; }
.sz-mobile .evcal .loc-date-info .date .icon { background: url(../images/event-location-icons-m.png) right top no-repeat; width: 64px; height: 64px; }
.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 .loc-date-info .show-map .arrDown i { background: url(../images/arrow-up-down-m.png) left top no-repeat; width: 20px; height: 12px; margin: 0 0 3px 12px; }
.sz-mobile .evcal hr { border-width: 2px; }
.sz-mobile .evcal .created-desc { visibility: hidden; }
.sz-mobile .evcal .additional-info .contacts.contacts-title { font-size: 42px; font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif;
	background: url(../images/icon-contact-m.png) 0 4px no-repeat; padding-left: 45px; color: #717579; margin-top: 60px; }
.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 > #calendar-container-main > h4 { padding: 24px 32px; font-size: 28px; line-height: 32px; }
.sz-mobile .events-list > #calendar-container-main > 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: 46px 0; }
.sz-mobile .events-list ul li .date-container { width: 114px; }
.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: 104px; font-size: 64px; padding: 0; }
.sz-mobile .events-list ul li .text { padding-left: 5%; width: 72%; }
.sz-mobile .events-list ul li h6 { font-size: 28px; line-height: 40px; }
.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 .events-today { font-size: 28px; line-height: 40px; padding-right: 24px; background: url(../images/icon-mm-link.png) right center no-repeat; }
.sz-mobile .events-list .links-today .right a { font-size: 26px; line-height: 38px; }
.sz-mobile .events-list ul li .text .line.broadcast i { background: url(../images/clock.png) right center no-repeat; background-size: 32px 32px;}
.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: 46px 0; }
.sz-mobile #evc_datalist ul li.border { border-width: 2px; }
.sz-mobile #evc_datalist ul li .date-container { width: 114px; }
.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: 104px; font-size: 64px; padding: 0; }
.sz-mobile #evc_datalist ul li .text { padding-left: 5%; width: 68%; }
.sz-mobile #evc_datalist ul li h6 a { font-size: 28px; line-height: 40px; }
.sz-mobile #evc_datalist ul li .text .line span { background: url(../images/calendar-icons-m.png); width: 32px; height: 32px; margin-top: 4px; }
.sz-mobile #evc_datalist ul li .text .location span { background-position: left -33px; }
.sz-mobile #evc_datalist ul li .text .time span { background-position: left -99px; }
.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: 35%; margin-left: 65px; }
.sz-mobile .filters .event .filter_date_till { width: 35%; margin-right: 65px; }
.sz-mobile .filters .event .filter_date_from input,
.sz-mobile .filters .event .filter_date_till input { width: 93%; padding-left: 16px; line-height: 50px; height: 50px; }
.sz-mobile .filters .first-title .border-notch { display: none; }
.sz-mobile .filters .filter { margin: 0 65px 0 68px; }
.sz-mobile .filters .filter.category { padding-top: 90px; }
.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 #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 .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 .evc_filterform_mobtgt section.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 .evc_filterform_mobtgt section.expanded #evc_filterforma { top: 1240px; position: absolute; left: 6.25%; right: 6.25%; }

.sz-mobile .item-page, .sz-mobile .item-page .introtext { font-size: 28px; line-height: 46px; }
.sz-mobile .item-page h3,
.sz-mobile .item-page h4 { font-size: 40px; line-height: 50px; margin-top: 30px; font-family: "MyriadPro-Semibold", 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: 40px; padding-left: 50px; background: url(../images/list-line-m.png) left 26px no-repeat; }
.sz-mobile .item-page ul li ul li { background: url(../images/list-square.png) 28px 26px no-repeat; }
.sz-mobile .item-page ul li ul {margin: 0 0 0 -50px;}
.sz-mobile .item-page img { width: auto; max-width: 100%; height: auto; }

.sz-mobile .item-page .ig-images .imglink.vis { width: 49%; }
.sz-mobile .item-page .ig-images.inheader .imglink.vis { width: 100%; }
.sz-mobile .item-page .ig-images .imglink.vis img { width: 100%; }
.sz-mobile .moduletable.title-red-ul > .box-headline,
.sz-mobile .main-holder.search header.search-header,
.sz-mobile .item-page .cat-headline,
.sz-mobile .contacts .subtitle-wrap { width: 72px; border-bottom-width: 4px; }
.sz-mobile .moduletable.title-red-ul > .box-headline > h4,
.sz-mobile .main-holder.search header.search-header > h4,
.sz-mobile .item-page .cat-headline > h4,
.sz-mobile .events_list > .title,
.sz-mobile .contacts .subtitle { font-size: 42px; line-height: 50px; padding: 25px 0; }
.sz-mobile .modNews.news-catitem.has-leading .item1 .title,
.sz-mobile .item-page h1,
.sz-mobile .contacts .title { font-size: 50px; line-height: 60px; }
.sz-mobile .modNews { margin: 40px auto; width: 100%; max-width: none; }
.sz-mobile .modNews.news .pre-title { font-size: 52px; line-height: 60px; }
.sz-mobile .modNews.news .pimgwrap img { width: 270px; }
.sz-mobile .modNews.news .item1 .pimgwrap img { width: 100%; }
.sz-mobile .modNews.news .title { font-size: 28px; width: 230px;}
.sz-mobile .modNews.news-catitem .pimgwrap img { width: 100%; }
.sz-mobile .modNews.news-catitem .mimgwrap { display: none; }
.sz-mobile .modNews.news-catitem .not-leading .infoblock { margin-left: 0; }
.sz-mobile .modNews.news-catitem .readmore { padding-right: 32px; background: url(../images/arrow-right-blue-m.png) right 44% no-repeat; }
.sz-mobile .modNews.news-catitem .catinfo { font-size: 26px; }
.sz-mobile .modNews.news-catitem .title { font-size: 40px; line-height: 52px; }
.sz-mobile .modNews.news-catitem .modNewsItemSeparator { margin-top: 50px; height: 2px; }
.sz-mobile .modNews.news-catitem .modNewsItem { margin-top: 50px; }
.sz-mobile .modNews.news-catitem .modNewsButton { padding: 0 32px 0 0; background: url(../images/icon-mm-link.png) right 44% no-repeat; }
.sz-mobile .modNews.news-catitem.has-ajax .modNewsButton { padding: 0 0 0 36px; background: url(../images/arrow-down-gray-m.png) left 50% no-repeat; }
.sz-mobile .contblock .contact { display: block; font-size: 28px; line-height: 40px; width: 100%; margin: 30px 0; }
.sz-mobile .contblock .contact.col1 { margin-left: 0; }
.sz-mobile .modNews.news-catitem .modNewsButtonWrapper .newsletter,
.sz-mobile .item-page .updates .newsletter { padding-left: 52px; font-size: 26px; background: url(../images/icon-blue-mail-m.png) left center no-repeat; margin-right: 40px; color: #2990CC; }
.sz-mobile .modNews.news-catitem .modNewsButtonWrapper .rss,
.sz-mobile .item-page .updates .rss { padding-left: 52px; font-size: 26px; background: url(../images/icon-blue-rss-m.png) left center no-repeat; color: #2990CC; }
.sz-mobile .modNews.news-catitem .modNewsButtonWrapper .newsletter { width: 0; text-indent: -9999px; padding-left: 32px; margin-right: 50px; }
.sz-mobile .modNews.news-catitem .modNewsButtonWrapper .rss { width: 0; text-indent: -9999px; padding-left: 32px; margin-right: 0; }
.sz-mobile .modNews .pimgwrap .zoom{ display:none; }
.sz-mobile .item-page .ss-title-cont { width: 72px; border-bottom-width: 4px; }
.sz-mobile .item-page .ss-title { padding-left: 44px; font-size: 44px; line-height: 100px; }
.sz-mobile .item-page .contacts .ss-title { background: url(../images/icon-contact-m.png) 0 34px no-repeat; }
.sz-mobile .item-page .updates .ss-title { background: url(../images/icon-bell-m.png) 0 34px no-repeat; }
.sz-mobile .item-page .updates .info { font-size: 28px; }
.sz-mobile .item-page .subsect.last { margin-top: 0; }
.sz-mobile .attachments .attachment { height: auto; padding: 30px 0 30px 90px; font-size: 28px; line-height: 40px; }
.sz-mobile .attachments .attachment.dl { background: #F0F3F5 url(../images/icon-dl-m.png) 36px 36px no-repeat; }
.sz-mobile .attachments .attachment.link { background: #F0F3F5 url(../images/icon-link-m.png) 36px 36px no-repeat; }

.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: 55px; }
.sz-mobile .contacts .group-title .group-title-text { margin-right: 60px; }
.sz-mobile .contacts .group-title i { right: 20px; top: 23px; width: 20px; height: 12px; background-image: url(../images/arrow-up-down-m.png); }
.sz-mobile .contacts .contact { width: 100%; height: auto; font-size: 24px; }
.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; }
.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: 100%; }
.sz-mobile #ig-album-list .album-list-loaded { margin-right: 0; }
.sz-mobile #ig-album-list .item { margin: 20px 40px 20px 0; }
.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-album .item,
.sz-mobile #ig-album-list .item,
.sz-mobile #ig-album .item img,
.sz-mobile #ig-album-list .item img { width: 100%; font-size: 28px; }
.sz-mobile #ig-album-list .item .image a { display: block; }
.sz-mobile #ig-album .wrap { margin-right: 0; }
.sz-mobile #ig-album .item { margin: 20px 0; }
.sz-mobile #ig-album .item .info { min-height: 40px; }

.sz-mobile .fbimginfo,
.sz-mobile .igunderimg { font-size: 24px; line-height: 30px; }

.sz-mobile #ig-main-video {width: 540px; margin: 30px auto; }
.sz-mobile #ig-main-video iframe { width: 540px; height: 304px; }
.sz-mobile #ig-main-video p { margin: 0;}

.sz-mobile .tweetlist.tweetlist.tweetlist { width: auto; }
.sz-mobile .tweetlist h3 { font-size: 30px; }
.sz-mobile .tweetlist .tweet * { font-size: 28px; line-height: 40px; }
.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: 12px; margin-right: 20px; }
.sz-mobile .tweetlist .tweet .fullname { padding-top: 14px; }
.sz-mobile .tweetlist .tweet .reltime { font-size: 24px; margin-top: -40px; }
.sz-mobile .large-button { border-width: 4px; padding: 16px; width: auto; }
.sz-mobile .content .custom .large-button {min-width: 305px; height: 42px;}

.sz-mobile .circlelist { padding-bottom: 180px; }
.sz-mobile .circlelist .partneritem { border-bottom: 2px solid #E4E8EB; display: block; width: auto; text-align: left; padding-bottom: 30px; margin-bottom: 30px; }
.sz-mobile .circlelist .partneritem.last { border-bottom: 0; }
.sz-mobile .circlelist .partneritem > .bnlink { vertical-align: middle; width: 100px; background-position: center center; }
.sz-mobile .circlelist .bnhole { width: 100px; height: 100px; background: url(../images/banner-hole-m.png); }
.sz-mobile .circlelist .partneritem .subttl { margin: 0 0 0 40px; display: inline-block; vertical-align: middle; }
.sz-mobile .circlelist .partneritem .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: #363B3D url(../images/footer-overlay-m.png) right bottom no-repeat; }
.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: 24px; 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 #logo-link { width: 199px; height: 280px; background: url(../images/broken-logo-m.png); margin: 90px 0 40px 0; }
.sz-mobile.fatal-error .title1 { font-size: 48px; }
.sz-mobile.fatal-error .title2 { font-size: 28px; margin-top: 64px; }
.sz-mobile.fatal-error .form-search { width: 558px; margin-top: 82px; margin-bottom: 0; }
.sz-mobile.fatal-error .form-search .finder input { margin: 0; width: 480px; height: 78px; font-size: 32px; position: absolute; padding: 13px 23px; }
.sz-mobile.fatal-error .form-search > .finder { height: 78px; width: 554px; }
.sz-mobile.fatal-error .form-search .finder button { text-indent: -9999px; position: absolute; width: 78px; height: 78px;
	background: url(../images/ltgray-search-icon-m.png) center center no-repeat; }
.sz-mobile.fatal-error .links a { display: block; margin: 30px 0; }
.sz-mobile.fatal-error .links .sep { display: none; }


.sz-mobile .finder {width:auto; float: none; margin-right:0;}

.sz-mobile .search-bar-container input{    
    height:30px;   
}

.sz-mobile .search-bar-container { width: auto; max-width:none; padding: 0; position: relative; }
.sz-mobile .search-bar-container input { width: auto; padding: 16px; max-width:none; }

.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 #search-results .search-results h4 {font-size: 28px; line-height: 40px;}
.sz-mobile #search-results .search-results {max-width: 100%;}
.sz-mobile #search-filter h4 { 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; cursor: pointer; color: #FEFFFF; }
.sz-mobile #search-filter {background: #f0f3f5;}
.sz-mobile #search-filter .controls {margin-left: 20px;}
.sz-mobile #finder-filter-select-dates .filter-date { height: 50px; width: 47%; }
.sz-mobile #finder-filter-select-dates .filter-date button{ padding:0; width: 32px; height: 32px; background: url(../images/calendar-icons-m.png) left -99px;}


.sz-mobile #search-filter #finder-filter-select-dates {display: none;}
.sz-mobile #search-filter #finder-filter-select-list {display: none;}
.sz-mobile #search-filter #finder-filter-select-dates.expanded {display: block;}
.sz-mobile #search-filter #finder-filter-select-list.expanded {display: block;}
.sz-mobile #finder-filter-select-dates .filter-date input { width: 95%; }
.sz-mobile section#main-content .main-holder.search .two_third{width:auto;}
section#main-content .main-holder.search .two_third{width:627px;}


.sz-mobile #search-filter .controls input[type="checkbox"] {
    width:40px !important;
      /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

.only-mobile { display: none !important; }
.sz-mobile .only-mobile { display: block !important; }


.whistlers {
    max-width: 580px;
}

.whistlers .title {
    color: #208FCE;
    font-weight: bold;
    background: url(../images/menu-bullet.png) right 5px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 13px;
    margin: 10px 0;
}

.whistlers .item{
    width: 280px;
    height: 280px;
    margin: 0 16px 20px 0;
    display: inline-block;
    position: relative;    
}

.sz-mobile .whistlers .item {
    float:left;
}

.whistlers .item .description{
    display: none;
    color: #FFF;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.6);
}

.whistlers .item .description p{
    padding: 0 20px;
}

.whistlers .item.playing .description,
.whistlers .item.over .description{
    display: block;    
}

.whistlers .item img{
    width: 100%;
    height: 100%;    
}

.whistlers .items { margin: 5px -20px 5px 0;}

.whistlers .items .item .hidden{
    visibility: visible;
}

.whistlers .item.expanded{
    width:580px;
    height:580px;
}

.whistlers .item .play-icon{
    width: 48px;
    height: 43px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #e9b329 url(../images/loudsp.png) center center no-repeat;
}

.whistlers .item.playing .play-icon{
    background-image: url(../images/play.png);
}

.whistlers .more { display: inline-block; color: #A6ABAD; font-weight: bold;
	background: url(../images/icon-gray-right.png) right 11px no-repeat; padding-right: 13px; }


.sz-mobile .whistlers .more  { padding: 0 32px 0 0; background: url(../images/icon-mm-link.png) right 44% no-repeat; }
.sz-mobile .whistlers .title { padding-right: 32px; background: url(../images/arrow-right-blue-m.png) right 44% no-repeat; }

.sz-mobile .whistlers {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#topWider {margin-top: 90px;}
	
.panes .body {display: none;}
.panes .body.active{display:block; }
.panes .pane{background: #f0f3f5; }
.panes .pane.active {background: #52000E; color: #FFF;} 
.panes .body iframe{display: block; margin: auto;}

.fixedwidth{width: 580px; }
.sz-mobile .fixedwidth{ width: auto;}

.email-wrap { margin-right: -20px; }
.sz-mobile .email-wrap { margin-right: 0; }

.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;
line-height: 11px;
}
.search-results .category{ display: block;
font-size: 14px;
color: #a6abad;
padding-right: 15px;
line-height: 11px;
}

.search-results .contblock .contact 
{
    margin-top: 0;
}

.sz-mobile .search-results .published, .sz-mobile .search-results .category
{
    font-size: 28px
}

/* ------------------ WINDOWS PHONE FIXES -------------------- */
/* ---- FOR LANDSCAPE MODE ---- */
@-ms-viewport {
	width: device-width;
}

/* ---- FOR PORTRAIT MODE ---- */
@media screen and (max-width:640px) {
	@-ms-viewport {
		width: 640px;
	}	
}
@media screen and (max-width:959px) {
	.item-page .contacts .contact.small {
		width: 100%;
	}	
	.modNews.news .modNewsItem.item1 {
		max-width: 560px;
	}
	.video_images .img_gal .img_right{
		float: left;
	}
	.contact_module {
		margin: 20px 0;
	}
	.video_images .more_img {
		padding-bottom: 0px;
	}
}
@media screen and (max-width:650px) {
	.sz-mobile .video_images .channel{
		width: 270px;
	}
	.modNews.news .modNewsItem.item2, .modNews.news .modNewsItem.item3 {
		max-width: 270px;
	}
}
@media screen and (max-width:670px) {
	.video_images .img_gal .img_left {
		margin-right: 5px;
		width: 275px;
	}
	.video_images .img_gal .img_right {
		margin-left: 5px;
		width: 275px;
	}
}
@media screen and (max-width:959px) and (min-width:671px) {
	.video_images .img_gal .img_left {
		margin-right: 10px;
		width: 280px;
	}
	.video_images .img_gal .img_right {
		margin-left: 10px;
		width: 280px;
	}
}
@media screen and (max-width:640px) {
	.modNews.news .modNewsItem.item2, .modNews.news .modNewsItem.item3 {
		max-width: 270px;
	}	
}
@media screen and (max-height:640px) {
	.sz-mobile header#top {
		height: 80px;
	}
	#top.fixed #thwr {
		height: 80px;
	}
	header#top .logo {
		padding: 17px 0 0 0;
	}
	.sz-mobile #top #thwr #logo-img-mobile {
		height: 50px;
	}
	.sz-mobile #top .right-modules{
		padding-top: 25px;
	}
	.sz-mobile #top .mod-languages .mobile-icon{
		background-size: 30px;
		width: 30px;
		height: 30px;
	}
	.sz-mobile #top .top-searchform .mobile-icon {
		background-size: 30px;
		width: 30px;
		height: 30px;
	}
	.sz-mobile .mobile-icon.mm-btn {
		background-size: 30px;
		width: 30px;
		height: 30px;
	}
	.sz-mobile #top .mod-languages .lang-inline{
		top:80px;
	}
	.sz-mobile #top .top-searchform > .finder{
		top: 80px;
		height:165px;
	}
	.sz-mobile #top .mod-languages .lang-inline li a{
		line-height: 80px;
	}
	.sz-mobile #top .mod-languages .lang-inline {
		height: 80px;
	}
	.sz-mobile #top .mod-languages .lang-inline li {
		height: 80px;
		line-height: 80px;
	}
	.sz-mobile .top-searchform button{
		height:50px;
	}
	.sz-mobile .top-searchform input {
	  margin-top:25px;
	  height: 50px;
	  padding: 16px 20px;
	}
}





.sz-mobile .evcal ul li { line-height: 40px; padding-left: 50px; background: url(../images/list-line-m.png) left 26px no-repeat; }
.sz-mobile .evcal ul li ul li { background: url(../images/list-square.png) 28px 26px no-repeat; }
.sz-mobile .evcal ul li ul {margin: 0 0 0 -50px;}

.sz-mobile .evcal h3,
.sz-mobile .evcal h4 { font-size: 40px; line-height: 50px; margin-top: 30px; font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif; }
.sz-mobile .evcal blockquote { background: url(../images/icon-quote-m.png) left 42px no-repeat; border-top-width: 2px; border-bottom-width: 2px; margin-bottom: 40px; }

body #archive-bar.archive-bar-wrap {
	background-color:#202224;
	font-family: "MyriadPro-Regular", Arial, Helvetica, sans-serif;
	font-size: 15px;
    font-weight: bolder;
}
body.sz-mobile #archive-bar.archive-bar-wrap .archive-info {
	margin-left:40px;
	margin-right:20px;
}

body #archive-bar.archive-bar-wrap .archive-info{
    margin-left: auto;
    margin-right: auto;
    min-width: 580px;
    max-width: 960px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
	line-height: normal;
	color: #bebebe;
}