﻿	/******** peto teplicky bam.sk s.r.o. for icevi-europe.org (2016) ********/



/******** basic rules ********/

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	/** background-color: #F2F1D2; **/
	background-color: #F7F7E1;
	font-size: 14px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	display: table;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	display: table;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	display: table;
}

h1 {
	padding: 10px 20px 10px 0;
	margin: 32px 0px 10px;
	font-size: 2em;
	color: #000;
}

h2 {
	color: #882211;
	margin: 28px 0px 5px;
	font-size: 1.3em;
}

h3 {
	margin: 18px 0px 5px;
	font-size: 1.2em;
}

.clearing {
	clear: both;
	padding-bottom: 10px;
}

section {
	margin-bottom: 20px;
}

.memberphoto img {
	border-radius: 10%;
}

.memberpiccell {
	width: 210px;
}

a {
	
	color: #23008c;
}

a:focus, a:hover {
   
    text-decoration: underline;
}

dt {
	margin-top: 15px;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.nobullets {
	list-style-type: none;
}

ul.nobullets {
	list-style-type: none;
}

/******** skip to main content ********/

#skip a
{ 
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
 
#skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto; 
}



/******** sidebar ********/

.sidebar {
	background-color: #007832;
	width: 270px;
	float: left;
}

#logo {
	width: 270px;
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

#logo a {
	display: block;
	margin: 0px 30px;
}



/******** navigation ********/

.nav {
	background-color: #229922;
}

.nav-stacked > li + li {
	margin-top: 1px;
	margin-bottom: 1px;
}

.nav-pills > li > a {
	border-radius: 0px;
}

.nav > li > a {
	color: #fff;
	background-color: #007832;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

.nav > li.active > a:hover {
	color: #fff;
	background-color: #004A23;
	text-decoration: underline;
}

.nav > li.active > a:hover {
	color: #fff;
	background-color: #004A23;
	text-decoration: underline;
}

.nav > li.active > a {
	color: #fff;
	background-color: #004A23;
	text-decoration: underline;
}

.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #004A23;
}

.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #004A23;
}

.nav-pills > li.active > a {
	color: #fff;
	background-color: #004A23;
}

.nav > li > a:focus {
	color: #fff;
	background-color: #004A23;
	text-decoration: underline;
}



.nav > li > a:hover {
	color: #fff;
	background-color: #004A23;
	text-decoration: underline;
}



/******** submenu mega menu list ********/

.nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
}

/* a top level navigation item in the mega menu */
.nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

/* first descendant link within a top level navigation item */
.nav-item > a {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0;
    border: 1px solid transparent;
}

/* focus/open states of first descendant link within a top level 
   navigation item */
.nav-item > a.open {
    border: 1px solid #dedede;
}

.nav-item > a:focus {
    border: 1px solid #dedede;
}

/* open state of first descendant link within a top level 
   navigation item */
.nav-item > a.open {
    /* background-color: #fff; */
    border-bottom: none;
    z-index: 1;
}

/* sub-navigation panel */
.sub-nav {
    position: absolute;
    display: none;
    top: 0px;
    left: 270px;
    width: 420px;
    /* background-color: #fff; */
}

/* sub-navigation panel open state */
.sub-nav.open {
    display: block;
}

/* list of items within sub-navigation panel */
.sub-nav ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

/* list item within sub-navigation panel */
.sub-nav li {
    display: block;
    list-style-type: none;
    margin: 1px 0 1px 0;
    padding: 0;
}



/******** header decorative image ********/

.decorative {
	max-width: 700px;
	margin-top: 30px;
	width: 100%;
    height: auto;
}



/******** page secondary navigation ********/

.pagenavigation {
	list-style: none;
    padding-left: 0;
}

.pagenavigation li {
	list-style-type: none;
	float: left;
	margin-bottom: 15px;
}

.pagenavigation li a {
	padding: 5px 10px;
	margin-right: 10px;
	background-color: #007832;
	color: #fff;
}



/******** search box ********/

.search-box {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}



/******** main bar ********/

.mainbar {
	min-width: 270px;
	max-width: 70%;
	float: left;
	padding-left: 25px;
}




/******** newsletter ********/

.table-bordered {
	border: 2px solid #000;
}

.table-bordered > thead > tr > th {
	border: 1px solid #000;
}




.table-bordered > thead > tr > td {
	border: 1px solid #000;
}




.table-bordered > tfoot > tr > th {
	border: 1px solid #000;
}




.table-bordered > tfoot > tr > td {
	border: 1px solid #000;
}




.table-bordered > tbody > tr > th {
	border: 1px solid #000;
}




.table-bordered > tbody > tr > td {
	border: 1px solid #000;
}




/******** article ********/

article {
	background-color: #fff;
	padding: 10px;
	margin: 10px 0px;
}

article h2 {
	margin-top: 0px;
}

.thumbpic {
	width: 20%;
	min-width: 100px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.excerpt {
	display: block;
	width: 75%;
	float: left;
}

.thumbpic img {
	border: 1px solid #999;
	max-width: 100%;
    height: auto;
}

.responsive {
	max-width: 100%;
    height: auto;
}

ul.eurobullets {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.sphere {
	height: 24px;
	padding-left: 24px;
	margin-left: 20px;
	background: url("../img/bullets/home_icevi_logo.gif") no-repeat left center;
}


/******** site news ********/

.newsitem {
	margin: 3px 0px;
	
}

.date {
	display: inline-block;
	padding: 2px 3px;
	background-color: #007832;
	color: #fff;
}

.itemtype {
	display: inline-block;
	padding: 2px 3px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.newitem {
	background-color: #BD0101;
}

.pressrelease {
	background-color: #3366ff;
}

.newsarchive {
	margin: 25px 0px 50px;
}

.newsarchive a {
	padding: 5px 7px;
	color: #fff;
	background-color: #007832;
	text-decoration: none;
	font-weight: bold;
}

.newsarchive a:hover {
	background-color: #004A23;
}



/******** footer ********/

footer {
	text-align: center;
	min-height: 200px;
	color: #fff;
	background-color: #333;
	padding: 30px 10px;
	margin-top: 200px;
}



/******** national pages ********/

section.national li {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 215px;
	float: left;
}

section.national li a {
	display: block;
	height: 40px;
	width: 215px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

section.national li a:hover {
	background-color: #ccc;
}

.form-control {
	max-width: 300px;
    min-width: 0;
    display: table;
}

#countries .form-group {
	margin-left: 0px;
}

.repphoto {
	float: left;
	margin-right: 20px;
}

.repinfo {
	float: left;
	max-width: 850px;
}

.nrepresentative {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.radio {
	margin-left: 50px;
}

/******** membership ********/

fieldset {
	margin: 15px 0 15px 0;
}

/******** calendar ********/

.calendar ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}


@media screen and (max-width: 930px) and (min-width: 650px) {
    .mainbar {
	    float: left;
	    max-width: 55%;
	    min-width: 270px;
	    padding-left: 25px;
	}
}

@media screen and (max-width: 649px) {

	.excerpt {
	    width: 100%;
	}

	.thumbpic {
		min-width: 130px;
	    width: 30%;
	}

	#logo {
		width: 100%;
		background-color: #fff;
		padding-top: 70px;
		text-align: center;
	}

	#logo a {
	    display: inline;
	    margin: 0;
	}

	#logo a img.img-responsive {
	    display: inline;
	    margin: 0;
	}

	.sidebar {
		background-color: #007832;
		width: 100%;
	}

	.mainbar {
	    float: none;
	    max-width: 100%;
	    min-width: 270px;
	    padding-left: 25px;
	    padding-right: 25px;
	}


	/******** submenu mega menu list ********/

	.nav-menu {
	    display: block;
	    position: relative;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    z-index: 15;
	}

	/* a top level navigation item in the mega menu */
	.nav-item {
	    list-style: none;
	    display: inline-block;
	    padding: 0;
	    margin: 0;
	}

	/* first descendant link within a top level navigation item */
	.nav-item > a {
	    position: relative;
	    display: inline-block;
	    padding: 0.5em 1em;
	    margin: 0 0 -1px 0;
	    border: 1px solid transparent;
	}

	/* focus/open states of first descendant link within a top level 
	   navigation item */
	.nav-item > a.open {
	    border: 1px solid #dedede;
	}

	.nav-item > a:focus {
	    border: 1px solid #dedede;
	}

	/* open state of first descendant link within a top level 
	   navigation item */
	.nav-item > a.open {
	    /* background-color: #fff; */
	    border-bottom: none;
	    z-index: 1;
	}

	/* sub-navigation panel */
	.sub-nav {
	    position: relative;
	    display: none;
	    top: 0px;
	    margin-top: -1px;
	    left: 0px;
	    padding-left: 20px;
	    width: 100%;
	    /* background-color: #fff; */
	}

	/* sub-navigation panel open state */
	.sub-nav.open {
	    display: block;
	}

	/* list of items within sub-navigation panel */
	.sub-nav ul {
	    display: inline-block;
	    vertical-align: top;
	    margin: 0;
	    padding: 0;
	}

	/* list item within sub-navigation panel */
	.sub-nav li {
	    display: block;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}

}

	/******** other ********/

.gif img {
				border: 1px none #999;
				max-width: 100%;
				height: auto;
				width: 200px;
}

#backtop{
	       visibility: hidden;
			position: fixed;
            left:auto; right: 5px; top:auto; bottom: 10px;
	        outline: none;
			display: block;
			cursor: pointer;
			z-index: 9999;
            width:170px;
			background-color: rgba(248, 248, 227, 0.1);
			border-style: solid;
			border-width:  2px;
			border-color: rgba(248, 248, 227, 0.1)
        } 

#backtop:hover{
            border-style: solid;
			border-width:  2px;
			border-color: #007832;
        }


.excerpt > p > a, .memberinfo > p > a, .mainbar > p > a, .mainbar > ul > li  > a, .mainbar > .publications > ul > li > a, .mainbar > section.national > p > a, .mainbar > section.abouticevi > p > a, .mainbar > section.sitenews > p > a, .mainbar > section.sitenews > ul > li > a, .mainbar > section.structures > p > a, .mainbar > section.membership > p > a, .mainbar > section.structures > p > a, .mainbar > section.membership > ul > li > a, .mainbar > section.membership > .left a, .repinfo > p > a, .mainbar > section.countries > p > a, .mainbar > section.calendar > p > a, .mainbar > section.calendar > ul > li > p > a, .early-intervention > p > a, .specific-topics > ul > li > a, .specific-topics > p > a, div.association > p > a {
	font-weight: 550;
}

section.reports > ul > li, div.excerpt > ul > li, div.excerpt > p > a {
	
    margin: 5px;
}

.btn-success {
    color: #fff;
    background-color: #418541;
}

.btn-danger {
    color: #fff;
    background-color: #ab0000;
    border-color: #ab0000;
}
