/* =Typography
-----------------------------------------------------------------------------*/
body {
	background: #fff url('../images/bodybg2D.png') repeat-x right top;
	font-family: Helvetica, Arial, HelveticaNeue, "Helvetica Neue", sans-serif;
	font-weight: 400;
	webkit-text-stroke: 0.8px;
	-webkit-font-smoothing: antialiased;
}
h1, h2 {
	/*font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;*/
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", robotothin, "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: .5px;
	webkit-text-stroke: 0.8px;
	-webkit-font-smoothing: antialiased;
}

/*h1, h2, h3, h5 {
	font-weight: normal;
}
*/

h3, h5 {
	font-weight: normal;
}

h4 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.4em; font-weight: 400; webkit-text-stroke: 0.8px; }

h3.term { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 1.5em; color: #0097a9; webkit-text-stroke: 0.8px; }
a.contacts { display: block; padding: 1em; background-color: #000; opacity: 0.65; margin-top: -80px; z-index: 50; color: #fff; }


/* =Common
-----------------------------------------------------------------------------*/
/*img,*/
#banner, #intro li {
	border-radius: 2px;
}

/*#lse img { -moz-transition: opacity .3s, ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#lse img:hover  { opacity: 0.7}*/

.download { background: #fff url('../images/idownload.png') no-repeat top left; min-height: 50px; padding-bottom: 2em;}
.download ul { padding-left: 50px; padding-top: 2px; }

#niema {display: none;}

.gallery-thumbs img { width: 150px; border-right: 15px solid #fff; border-bottom: 15px solid #fff; }

.gallery-thumbs-old img { width: 100px; border-right: 30px solid #fff; border-bottom: 30px solid #fff; }


/* iforms input button */

button.large, input.ilarge{padding:10px 35px; font-size:15px; letter-spacing 0.5px;}
button.small{padding:3px 13px; font-size:13px;}

button.skyblue, input.iskyblue{ /* --- skyblue color button --- */
	color:#fff !important;
	background-color:#26a2b6;
	background: linear-gradient(#34bac9, #26a2b6);
	background: -o-linear-gradient(#34bac9, #26a2b6);
	background: -ms-linear-gradient(#34bac9, #26a2b6);
	background: -moz-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-linear-gradient(#34bac9, #26a2b6);
	background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#34bac9', EndColorStr='#26a2b6');
}
button.skyblue:hover, button.skyblue:active, input.iskyblue:hover, input.iskyblue:active, {
	background:#26a2b6;
	background:-moz-linear-gradient(top, #26a2b6, #34bac9);
	background:-webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
}


/* =Layout
-----------------------------------------------------------------------------*/
.wrapper {
	padding: 0 10px;
	width: 94%;
	max-width: 960px;
	margin: auto;
}
#outer, #outer2 {
	padding: 3em 0 1em 0;
	margin: 1em 0 3em 0;
	background-color: #e8e6e4; /*#ebeae8;*/
	color: #4e3629;
}
#outer h2, #outer h3 {
	color: #4e3629;
}
/* =Header
-----------------------------------------------------------------------------*/
#header {
	padding-top: 0;
	margin-bottom: .6em;
}
#header h1 {
	float: left;
	font-size: 32px;
	margin-top: 1px;
	margin-bottom: 0;
	color: rgba(0, 0, 0, .8);
}
#header nav {
	margin-top: 1.2em;
	margin-bottom: 0;
	float: right;
	text-transform: uppercase;
}

#trail { color: #b2b2b2; font-size: 0.95em }
#trail a:link, #trail a:visited  { color: #b2b2b2; padding: 0 3px; } 
#trail a:hover { color: #b5bd00; }

#trail320 { color: #b2b2b2; font-size: 0.95em }
#trail320 a:link, #trail320 a:visited  { color: #b2b2b2; padding: 0 3px; } 
#trail320 a:hover { color: #b5bd00; }

.lead { font-size: 1.1em }

.leadb { font-size: 1.15em }

header.events { height: 160px; background: #fff url(../images/banner150.png) no-repeat bottom right; }

.search { text-align: right; }
.search fieldset {
	border: 1px solid #c5c0bc;
	/*border: 1px solid #999;*/
	padding: 0;
	margin:0;
	text-align: right;
}
.search input {
	background: none repeat scroll 0 0 #fff;
	color: #4c4c4c;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #999; 
	margin: 0;
	padding-left: 10px;
	transition: background 0.3s ease-in-out 0s;
}
.search button {
	background: url("../images/lupa20.png") no-repeat scroll center center #335377;
	cursor: pointer;
	height: 24px;
	text-indent: -99999em;
	transition: all 0.3s ease-in-out 0s;
	/*-moz-transition: all .3s, ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition:width all 0.3s ease-in-out;
  transition:width all 0.3s ease-in-out;*/
	width: 24px;
	border: 1px solid #335377 /*#4c6888*/;
	padding-left: 0;
	margin-left: -3px;
}
.search button:hover {
	background-color: #c4c517;
	border: 1px solid #c4c517;
}


/* =Boxes
-----------------------------------------------------------------------------*/
#boxes li {
	background-color: #e8e6e4;
}

/*#boxes h4 { font-size: 0.9em; }*/

#boxes .subheader {
	color: #0097a9;
	padding-bottom: .3em;
	border-bottom: 1px solid #fff;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
	font-weight: 400;
}

#resimgs768 { margin-top: 190px;}

/* =Useful links
-----------------------------------------------------------------------------*/
#ulinks {
	background-color: #333;
	padding: 1.5em;
	border-radius: 2px;
	margin-top: 2em;
}

#ulinks h2 { color: #e8e6e4; padding-left: 25px; }

#ulinks li { color: #33acba; }
/*	
#ulinks a  { color: #fff}
#ulinks a:link { color: #fff; }
#ulinks a:visited { color: #fff}
#ulinks a:hover { color: #33acba; }
#ulinks a:active { color: #33acba; }
#ulinks h3 {color: #fff;}
*/



/* =Banner
-----------------------------------------------------------------------------*/
#banner {
	line-height: 0;
	padding: 1.5em;
	background-color: #e9e6da;
}
/* =Blocks
-----------------------------------------------------------------------------*/
#blocks dl {
	overflow: hidden;
	margin: 0;
	padding-bottom: 1.5em;
}
#blocks dt {
	float: left;
	width: 22%;
	margin-right: 4%;
}
#blocks dt img {
	padding: 2px;
	background-color: #fff;/*border: 1px solid #000;
	box-shadow: 4px 4px 0 #000;*/
}

#blocks dd {
	margin: 0;
	float: left;
	width: 74%;
	padding-bottom: 1.5em;
}

#blocks dt img.framed, img.framed {
 padding: 6px; background-color: #fcfcfc;  border:  1px solid #f4f4f4; 
}

/* =Program
-----------------------------------------------------------------------------*/
#program dl {
	overflow: hidden;
	margin: 0;
	padding-bottom: 0;
}
#program dt {
	float: left;
	text-align: right;
	width: 22%;
	margin-right: 4%;
}
#program dt img {
	padding: 4px 2px;
	background-color: #fff;/*border: 1px solid #000;
	box-shadow: 4px 4px 0 #000;*/
}

#program dd {
	margin: 0;
	float: left;
	width: 74%;
	padding-bottom: 1.5em;
}

#program dt img.framed, img.framed {
 padding: 6px; background-color: #fcfcfc;  border:  1px solid #f4f4f4; 
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 11px solid #837269;
	background-color: #4c4c4c;
	color: #b2b2b2;
	padding-bottom: 100px;
	font-size: .9em;
	margin-top: 2em;
	padding-top: 2em;
	overflow: hidden;/*box-shadow: 0 2px 4px #bbb inset;*/
}
#footer section {
	float: left;
}
#footer nav {
	float: left;
}

#footer nav ul {
	list-style: none;
	margin: 0;
}
#footer nav ul li {
	float: left;
	margin-left: 2em;
}

#footer nav a {
  color: #33acba /*#4c6888*/;
  text-decoration: none;
}

#footer nav a:focus,
#footer nav a:hover {
  color: #b5bd00;
  text-decoration: underline;
}

#lastup { text-align: right; }

/* =LSE Buttons
-----------------------------------------------------------------------------*/
#tiles img {
	/*width: 140px;
	height: 140px;*/
	padding: 0;
	margin: 0;
	/*-moz-transition:width .3s, height 0.3s ease-in-out;
  -webkit-transition:width 0.3s, height 0.3s ease-in-out;
  -o-transition:width 0.3s, height 0.3s ease-in-out;
  transition:width 0.3s, height 0.3s ease-in-out;*/ 
	-moz-transition: all .3s, ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition:width all 0.3s ease-in-out;
	transition:width all 0.3s ease-in-out;
}
#tiles img:hover {
	/*margin-bottom: 10px;*/
	opacity: 0.8; /*width: 120px; height: 120px;*/
}

table#tiles {
	/*border-collapse: separate;
 border-spacing: 20px;*/
 margin: 50px auto 50px auto;
}
#tiles td {
	height: 160px;
	width: 140px;
	padding: 0 10px;
	text-align: center;
	vertical-align: bottom;/*line-height: 90%;
	font-size: 80%;*/
}

/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
 .wrapper {
width: 748px;
}
}


/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
 .wrapper {
width: 300px;
}
 #header h1 {
float: none;
}
 #header nav {
float: none;
}
 #header nav ul li {
margin: 0;
margin-right: 1em;
font-size: .85em;
}
 #partners ul li {
padding-bottom: 1em;
text-align: center;
}
 
 #banner {
text-align: center;
margin-bottom: 1.5em;
}
 #blocks dt, #blocks dd {
float: none;
width: auto;
}
 #footer section, #footer nav {
float: none;
}
 #footer nav ul {
margin-top: 1em;
}
 #footer nav ul li {
margin: 0;
margin-right: 1em;
}
}


/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
 .wrapper {
width: 420px;
}
}

ul.resp-tabs-list/*, p*/ {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #edebe9;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #99a9bb;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: /*#DBDBDB*/ #edebe9 !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

a.edu:link { color: #d50032; }
a.edu:visited { color: #d50032; text-decoration: none; text-shadow: 0 0 2px #222; }
a.edu:hover { color: #b5bd00; text-decoration: none; text-shadow: 0 0 2px #222; }
a.edu:active { color: #b5bd00; text-decoration: none; }

/* =SVG Styling
-----------------------------------------------------------------------------*/

.svg-container {
display: inline-block;
position: relative;
margin-top: -2em;
width: 100%;
padding-bottom: 105%;
vertical-align: middle;
overflow: hidden;
}

.svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}

.blocks-3 h5 { font-weight: bold; font-size: 1.1em; }
.blocks-2 h5 { font-weight: bold; font-size: 1.1em; }

/* ---------------------- */

.accordion-title{position:relative;display:block;margin:0;margin-bottom:10px;padding:12px 50px 12px 18px;color:#000;text-decoration:none;font-weight:normal;font-size:14px;line-height:1,4em;background:#efefef;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.accordion-title.accordion-title-opened{margin-bottom:0;border-bottom:1px solid #dcdcdc; }
.accordion-title a,.accordion-title:hover{color:#000;text-decoration:none}
.accordion-panel{padding-top:1em;margin-bottom:10px}
.accordion-toggle{position:absolute;top:12px;right:20px;padding:0;font-size:0;line-height:1}
.accordion-toggle-closed{background:#000;width:1px;height:15px;margin-left:1px}
.accordion-toggle-closed:before{position:absolute;top:7px;left:-7px;content:"";width:15px;height:1px;background:#000}
.accordion-toggle-opened:before{position:absolute;top:7px;left:-8px;content:"";width:15px;height:1px;background:#000}
.accordion-panel{padding:15px }

figure img { padding-bottom: 0.6em; }
.table-compact { border-bottom-color: #0097a9; width: 100%; }
.table-compact th { font-size: 0.8em; color: #ea7600; background-color: #fbfaf9;  }
.table-compact td { font-size: 0.8em }
.table-compact td h4 { padding-top: 1em; font-size: 1.25em; }
.table-33 th { width: 33% }

.th-40 { width: 40% }
.th-25 { width: 25% }
.th-30 { width: 30% }
.th-50 { width: 50% }
.th-20 { width: 20% }
.th-35 { width: 35% }

.credentials { font-size: 0.8em; color: #aaa; }
.credentials a:link { color: #aaa;}
.credentials a:visited { color: #aaa;}
.credentials a:hover { color: #0097a9; text-decoration: undeline; }
.credentials a:active { color: #0097a9; text-decoration: underline; }
