html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;

}

.header-separator{
	margin: 0 5px;
}

.white-popup-block {
	    font-size: 23px;
        font-weight: bold;
        padding: 50px 0px !important;
        text-align: center;
}

.info{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
	color: #f20400;
}




.mfp-zoom-out-cur {
  cursor: pointer; }

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

body {
	line-height: 1;
	width: 100%;
	min-width:1180px;
	margin: 0 auto;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset.css */

body {
	font-size: 16px;
	font-family: "Titillium Web", sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: "Oswald", sans-serif;
}
h2, h1 {
	font-weight: bold;
	border-left: solid 15px #f20400;
	margin: 0 0 20px 0;
	padding-left: 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	display: inline-block;
	font-size: 20px;
	margin: 20px 0 15px;
}
h4 {
	font-size: 20px;
	margin: 20px 0 15px;
}
p, span {
	line-height: 1.4em;
}

.clearfix{
	clear: both;
	display: block;
}

.container {
	position: relative;
	width: 1160px;
	margin: auto;
}
.main-color {
	color: #f20400; /*red*/
}
a {
	text-decoration: none;
	color: #f20400;
}
a.italic:hover {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.relative {
	position: relative;
}
.link {
	cursor: pointer;
}
.link:hover {
	text-decoration: underline;
}
.sidebar .additional-margin {
	margin: 20px 0 0 0;
}
.styled-list {
	margin: 10px 0 10px 30px;
}

.styled-list li{
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	position: relative;
}
.styled-list li:before {
	background-image: url("/img/list_dot.jpg");
    content: "";
    display: inline-block;
    height: 6px;
    left: -20px;
    position: absolute;
    top: 6px;
    width: 6px;
}

/* header*/
header .name {
	font-size: 30px;
	margin: 24px 0 0;
	font-family: 'Oswald', sans-serif;
}
header .name + img {
	float: left;
	margin-left: 175px;
	width: auto;
	height: 30px;
	top: -37px;
	position: relative;
}
header .name a{
	color: #000000;
}
.container-wrapper {
	padding-bottom: 25px;
	border-bottom: solid 1px #e6e7e7;
}
#main_navigation {
	float: right;
	position: relative;
	top: -30px;
}
#main_navigation a {
	color: #000;
	display: inline-block;
	margin: 0 4px;
}
#main_navigation .active-link {
	color: #f20400;
	font-weight: bold;
}
#main_navigation a:hover, #main_navigation a:focus, #main_navigation a.active {
	/*color: #ffffff;*/
	font-weight: bold;
}

#main_navigation li{
	position:relative;
	display:inline-block;
}
#main_navigation li .submenu{
	display:none;
	position:absolute;
    top:20px;
    color:#000000;
    background:#ffffff;
    font-size:15px !important;
    line-height: 22px !important;
    padding:5px 0;
}
#main_navigation li .submenu .button{
	line-height: 22px !important;
	padding:7px 0;
}
#main_navigation li:hover .submenu{
	display:block;
	
}
#main_navigation li:hover .submenu a{
	height:auto;
	border:0;
	color:#000000;
}
#main_navigation li:hover .submenu a.active{
    color:#000000 !important;
}
#main_navigation li:hover .submenu a:hover{
	color:#000000 !important;
	background:#ffffff;
}

#login_panel {
	position: absolute;
	right: 20px;
	top: -1px;
	height: 30px;
	border: solid 1px #e6e7e7;
	padding: 5px 10px;
	z-index: 1;
}
#login_panel img {
	vertical-align: middle;
}
#login_panel p {
	line-height: 1.8em;
}
#login_panel span {
	padding: 0 6px;
}
.jumbotron {
	background-image: url("/img/header_bg.png");
	background-repeat: no-repeat;
	background-position: 330px top;
	margin: 0 0 50px 0;
	height: 280px;
}
.jumbotron h1 {
	width: 450px;
	margin: 40px 0 25px 0;
	display: inline-block;
}
.jumbotron p {
	width: 600px;
}
.media-icons {
	margin: 45px 0 0;
}
.media-icons img {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}
.text-container {
	float:left;
	width:100%;
	height: 250px;
}
/*end of header*/

/* footer */
.copyrights {
	border-left: solid 7px #f20400;
	padding-left: 5px;
}
footer {
	height: 70px;
}
footer ul li {
	display: inline-block;
	margin: 30px 20px 0 0;
}
footer ul li:not(:first-child) {
	border-left: solid 1px #000;
	padding-left: 20px;
}
.to-top {
	cursor: pointer;
	float: right;
	position: relative;
	top: -20px;
} 
.to-top:hover {
	text-decoration: underline;
}
/*end of footer */

main, header {
	-webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.15);
}
main {
	padding-bottom: 40px;
}

/*general to all sections*/
.ie-height {
	height: 300px;
}
.section-wrapper {
	border-bottom: solid 1px #e6e7e7;
}
.single-section {
	margin: 40px 0 0;
	padding-bottom: 50px;
	display: flex;
}
.single-section-intro {
	margin: 0 0 35px 0;
}
.two-col-single-element {
	width: 578px;
	height: 191px;
	display: inline-block;
	overflow: hidden;
}

.one-col-element .brief p:last-of-type{
	display: inline;
}

.two-col-single-element img, .one-col-element img {
	float: left;
	margin-right: 20px;
}
.one-col-element img {
	margin: 0 15px 15px 0;
}
.two-col-single-element h3 {
	margin: 20px 0 15px 0;
	display: block;
	text-align: left;
}
.two-col-single-element p {
	display: inline-block;
	width: 378px;
}
.two-col-single-element p {
	height: 90px;
	overflow: hidden;
}
.five-col-single-element {
	width: 221px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
	height: 340px;
	background-image: url("/img/corner_arrow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.five-col-single-element h3 {
	display: block;
}
.five-col-single-element p {
	height: 70px;
	overflow: hidden;
	font-size: 14px;
}
.one-col-element {
	margin: 0 0 40px 0;
	clear:both;
}
.date-of-publication {
	margin: 0 0 15px 0;
}
.date-of-publication img {
	vertical-align: middle;
}
.two-col-single-element .date-of-publication {
	height: auto;
}
.date-of-publication span {
	padding: 0 20px;
}
.img-circle {
	border-radius: 50%;
}
.read-more {
	font-size: 14px;
}
.more {
	float: right;
	position: relative;
	top: 10px;
	z-index: 1;
}
.button {
	display: block;
	height: 60px;
	width: 270px;
	border: solid 3px #f20400;
	margin: 10px 0 0;
	text-align: center;
	line-height: 4em;
	cursor: pointer;
}
.button:hover, .button.active {
	background-color: #f20400;
	color: #fff;
	transition: all 0.3s;
}
.button p {
	width: 60%;
	padding-top: 8px;
	margin: auto;
}
.sidebar {
	width: 277px;
	float: right;
}
.sidebar a.complited-projects {
	margin: 30px 0;
	display: block;
}
.left-sidebar {
	width: 277px;
	float: left;
}
.left-sidebar .button {
	margin: -3px 0 0 0;
	height: 40px;
	line-height: 2.4em;
}
.side-positioned-pagination {
	margin-left: 20px;
}
.side-positioned-pagination, .section-header h2 {
	display: inline-block;
}
.right-wrapper {
	width: 850px;
	margin-left: 2%;
	display: inline-block;
}
#single_action_page .date-of-publication img {
	margin-right: 15px;
}

/*end of general to all sections*/

/* sliders */
#slider {
	position: relative;
}
.pagination a {
	display: inline-block;
	margin-right: 8px;
	width: 15px;
	height: 15px;
}
.pagination a.active {
	border: solid 1px  #09214f;
	border-radius: 50%;
}
.pagination-btn {
    fill: #09214f; 
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    position: relative;
    top: 9%;
    left: 9%;
}
.pagination-btn:hover {
	fill: #f20400;
	transition: all 0.2s;
}
/* slajd na górze strony głównej */
#slider .bx-controls-direction {
	display: none;
}
#slider_navigation {
	top: 150px;
	position: absolute;
	z-index: 1; 
	right: 0px;
}
#slider_navigation a {
	display: block;
	margin-bottom: 8px;
}
#slider_navigation .pagination-btn {
	left: 13%;
	top: 10%;
}
.intro-slide .media-icons a {
	display: inline-block;
	vertical-align: middle;
}
.intro-slide {
	background-image: url("/img/slider_bg.png");
	background-repeat: no-repeat;
	background-position: right 30px;
	height: 500px;
	    background-size: 850px;
}
.intro-slide .button {
	display: inline-block;
	width: 160px;
	height: 60px;
	margin: 20px 10px 30px 0;
}
.intro-slide .button p {
	width: 75%;
	line-height: 1.4em;
}
.intro-slide h1 {
	width: 400px;
}
.intro-slide p {
	width: 600px;
}
.elements-container {
	padding-top: 120px;
}

/* wasze projekty */
.left-wrapper {
	width: 850px;
	margin-right: 30px;
	display: inline-block;
}

/* kontakt */
#contact_form form{
	margin-top: 20px;
}

#map_container {
	padding-top: 40px;
}
#contact_form textarea {
	width: 1140px;
	display: block;
	padding: 8px;
	font-family: "Titillium Web", sans-serif;
}
form .button {
	width: 250px;
	height: 50px;
	line-height: 2.6em;
	font-size: 16px;
	background-color: transparent;
}
#contact_form form .button:hover {
	background-color: #f20400;
	transition: all 0.3;
}
.contact-segment {
	width: 277px;
	margin: 0 10px 20px 0;
	display: inline-block;
}
.contact-segment img {
	margin-right: 10px;
}
.contact-segment p {
	margin: 0 0 10px 0;
}
#contact_form form input {
	width: 32.1%;
	height: 40px;
	padding-left: 8px;
	margin-bottom: 10px;
}
form input, form textarea {
	border: solid 1px #ddd;
	font-size: 16px;
	color: #b5b5b5;
}
#contact_form form input:focus {
	border-color: #ccc;
}
.map-marker {
	vertical-align: bottom;
	margin-right: 10px;
	height: 20px;
}

/* zgłoszenie nowego projektu */
#new_project_form .button {
	background-color: transparent;
	width: 270px;
	height: 50px;
	font-size: 16px;
	line-height: 1em;
}
#new_project_form .button:hover {
	background-color: #f20400;
	transition: all 0.3;
}
#new_project_form p {
	margin: 25px 0;
}
#new_project_form input {
	height: 40px;
    margin-bottom: 10px;
    padding-left: 8px;
    width: 410px;
}
#new_project_form input, #new_project_form select {
	font-size: 16px;
    color: #b5b5b5;
    border: solid 1px #b5b5b5;
}
#new_project_form select, #new_project_form select option {
	height: 44px;
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 16px;
    color: #b5b5b5;
}
#new_project_form select {
	width: 425px;
	background: transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image: url("/img/select_arrow.png");
    background-repeat: no-repeat;
    background-position: 390px 17px;
}
#new_project_form select option {
	width: 100%;
	margin: 0;
	height: 34px;
	padding-top: 10px;
}

/* poselskie działania */
.subheader {
	font-size: 24px;
}

/* google maps */
#map {
	width: 100%;
	height: 300px;
}

/* pojedynczy post */
.single-issue img, .single-issue .bx-wrapper {
	/*float: left;*/
	margin: 0 10px 10px 0;
}
.single-issue p {
	margin: 0 0 19px 0;
}
/* pojedynczy post - slider*/
.single-issue .bx-prev, .single-issue .bx-next {
	position: relative;
	height: 27px;
	width: 27px;
	display: block;
}
.single-issue .bx-prev {
	background-image: url("/img/carousel_arrow_prev.jpg");
	top: -200px;
}
.single-issue .bx-next {
	background-image: url("/img/carousel_arrow_next.jpg");
	left: 323px;
	top: -226px;
}








/* komentarze */
.comments-section {
	clear:both;
}
.comments-section .img-circle {
	border-radius: 50%;
    display: inline-block;
    float: left;
    height: 120px;
    margin-right: 20px;
}
.comments-section .date-of-publication {
	display: inline-block;
	margin: 0 0 15px 15px;
}
.comments-section .date-of-publication img, #single_news_page .date-of-publication img {
	margin-right: 10px;
	vertical-align: top;
}
.comments-section ul {
	margin-bottom: 70px;
}
.comments-section .comments-list li {
	margin-top: 50px;
}
.add-comment-section form {
	margin-top: 50px;
}
.add-comment-section textarea {
	width: 835px;
	font-family: "Titillium Web",sans-serif;
    padding: 8px;
}

/* wspieram */
#my_support .one-col-element {
	min-height: 200px;
}
#my_support .one-col-element h3 {
	margin: 35px 0 15px;
}
#support_article .single-issue {
	margin-top: 30px;
}


#support-slider{
	display: block;
}

#support-slider li{
	display: table;
	vertical-align: middle;
}

#support-slider li .two-col-single-element{
/*	display: table-cell;*/
	vertical-align: middle;
}

#support-slider li .two-col-single-element strong .bold{
	color: #f20400;
}

#support-slider li .two-col-single-element img{
	width: 170px;
}

/* modals */
#modal_edit .modal-content {
	width: 950px;
} 
#modal_edit .modal-content .edit-profile-img img {
	height: 110px;
	margin: 20px;
	width: 110px;
	max-width: 110px;
}
#modal_edit .modal-content .edit-profile-img {
	float: left;
}
#modal_edit .modal-content .edit-profile-img {
	display: block;
	margin: auto;
    text-align: center;
    width: 145px;
        position: absolute;
}
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px 10px 40px 10px;
    border: 1px solid #888;
    width: 800px;
}
.modal-content .close {
	cursor: pointer;
    display: block;
    left: 103%;
    position: relative;
    top: -10px;
    width: 47px;
}
.modal-title, .modal-form {
	padding: 10px;
}
.modal-title {
	margin-top: -30px;
}
.modal-content .modal-links {
	position: relative;
	top: -44px;
	left: 300px;
}
.modal-content .modal-links a {
	margin-right: 25px;
}
.modal-form .type-inputs-wrapper {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
        
}


#modal_edit .type-inputs-wrapper{
   padding-left: 150px;
}





.modal-form input {
	height: 40px;
	width: 376px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.modal-form input[type="checkbox"] {
	display: none;
}
.modal-form .checkbox-label {
	display: block;
	margin-bottom: 25px;
}
.modal-form .checkbox-label .box-placeholder {
	width: 16px;
	height: 16px;
	background-image: url("/img/checkbox_sprite.jpg");
	background-position:  0 0;
	display: inline-block;
	position: relative;
	top: 32px;
}
.modal-form input[type="checkbox"]:checked + .box-placeholder {
	background-image: url("/img/checkbox_sprite.jpg");
	background-position: 16px 0;
}
.modal-form .checkbox-label-text {
	display: inline-block;
	margin-left: 30px;
}

.upload{
	    position: relative;
	    display: inline-block;
	    color: #f20400;
	    font-style: italic;
	    cursor: pointer;
}

.upload input{
	outline: none;
    position: absolute;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}



.add-images {
	margin: 10px 0;
}

.add-images:before, .add-images:after {
	content: " "; display: table;
}

.add-images:after {
	clear: both;
}

.add-images .custom-upload { 
	float: left;
	position: relative;
}

#new_project_form .custom-upload input[type=file]{
	width: 271px;
	height: 203px;
	padding: 0;
	position: absolute;
	z-index: 999;
	opacity: 0;
	cursor: pointer;
}

#new_project_form .custom-upload.selected input[type=file] {
	display: none;
}

.custom-upload .fake-file {
	width: 271px;
	height: 203px;
	border: 1px solid #e6e7e7;
	background-size: cover;
	margin: 0 15px 10px 0;
	position: relative;
}

.custom-upload:nth-child(3n+3) .fake-file {
	margin-right: 0;
}

.custom-upload .fake-file:before {
	content: "";
	width: 37px;
    height: 29px;
    display: block;
    background: url(/img/camera_icon.png) no-repeat;
	position: absolute;
	top: 76px;
	left: 50%;
	margin-left: -18.5px;
}

.custom-upload .fake-file:after {
	content: attr(title);
	color: #e6e7e7;
	font-style: normal;
	text-align: center;
	position: absolute;
	top: 110px;
	left: 0;
	display: block;
	width: 100%;
}

.custom-upload.selected .fake-file:before, .custom-upload.selected .fake-file:after {
	display: none
}

.del {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(242, 4, 0, 0.7);
	opacity: 0;
	cursor: pointer;
	z-index: 99;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.del:before{
	content: "";
	width: 27px;
    height: 35px;
    display: block;
    background: url(/img/trash_icon.png) no-repeat;
	position: absolute;
	top: 72px;
	left: 50%;
	margin-left: -18.5px;
}

.del:after{
	content: "usuń zdjęcie";
	color: #e6e7e7;
	font-style: normal;
	text-align: center;
	position: absolute;
	top: 110px;
	left: 0;
	display: block;
	width: 100%;
}

.custom-upload.selected:hover .del{
	opacity: 1;
}



footer a{
	color: #000000;
}

.to-top{
	color: #f20400;
}

.pagination li{
	display: inline-block;
}

.pagination{
	margin-top: 20px;
	clear:both;
	text-align:center;
}

.cke_chrome {
	border: 1px #ddd solid;
}

.container-wrapper{
	position:relative;
	z-index:2;
	background:#ffffff;
	padding-top:10px;
	padding-bottom: 10px;
}
#main_navigation{
	top:104px;
}
.frontpage #video_area{
    position: relative;
    height:652px;
    margin-top:-82px;
    text-align:center;
}

.frontpage header {
    position: relative;
    z-index: 23;
    height: 634px;
    /*overflow:hidden;*/
}
.frontpage main{
    position: relative;
    z-index: 111;
    background: #ffffff;
}
.frontpage .single-section{
	position:relative;
	margin-top:0;
	padding-top:40px;
}
.frontpage .bgr-sh{
	position:absolute;
	top:-5px;
	width:100%;
	height:5px;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.15);
}
.frontpage #video_area video{
	height:652px;
}
.text-center{
	text-align:center;
}

.lang_area{
	position:absolute;
	top:0;
	right:20px;
}
.lang_area a{
	display:inline-block;
	border:1px solid #ffffff;
}
.lang_area a img{
	display:block;
}
.lang_area a.active{
	padding:0 5px;
    border:1px solid #f20400;
}
.video_fr {
	width:100%;
	height:528px;
}

#top_right_menu {
	display:none;
}

@media (min-width: 1181px){
	.submenu {
		padding-top:15px !important;
	    width: 200px;
	}
	.submenu li {
	    width: 100%;
	}
	.submenu li a {
	    width: 95% !important;
	    margin:0 10px !important;
	}
}

@media (max-width: 767px){
    #top_right_menu{
        display: block;
        position: absolute;
        top: -4px;
        right: -7px;
        vertical-align: middle;
        padding:10px;
        cursor:pointer;
    }
    #top_right_menu span{
        display:block;
        border-bottom: 4px solid #000000;
        width: 25px;
    }
    #top_right_menu span:before {
        content: "";
        display: block;
        width: 100%;
        margin-bottom: 5px;
        border-bottom: 4px solid black;
        transform: rotate(0deg) translateY(0) translateX(0);
        -webkit-transform: rotate(0deg) translateY(0) translateX(0);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }
    #top_right_menu span:after {
        content: "";
        display: block;
        width: 100%;
        margin-bottom: 5px;
        border-bottom: 4px solid black;
        transform: rotate(0deg) translateY(0) translateX(0);
        -webkit-transform: rotate(0deg) translateY(0) translateX(0);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
    }
    
    #main_navigation {
        display:none;
    }
}


@media (min-width: 960px) and (max-width: 1180px) {
	body {
       min-width: 100%
    }
   .container{
      width:94%;
      margin:0 3%;
   }
   #contact_form form input{
      width:31%;
   }
   .frontpage #video_area {
       margin-top:0;
       width: 100%;
       height: auto;       
   }
   .frontpage #video_area video{
       height: auto;
       width: 100%;
   }
   
   .submenu {
       width: 200px;
   }
   .submenu li {
       width: 100%;
   }
   .submenu li a {
       width: 96% !important;
   }
   .two-col-single-element h3{
       margin-top:0;
   }
   
   .two-col-single-element {
        width:47%;
        height: auto;
        margin:0 1%;
   }
   
   .two-col-single-element .date-of-publication{
       width: auto;
       display: block;
   }
   .bx-viewport {
       height: auto;
   }
   
   .one-col-element h3{
       margin-top:0;
   }
   
   .sidebar {
      width:100%;
      float:none;
   }
   
   .single-issue img {
        max-width: 100%;
        height: auto;
    }
    
    .single-issue div {
        margin: 0 0 19px 0;
    }
    
    .one-col-element h3{
        margin-top:0;
    }
}

@media (min-width: 960px) and (max-width: 1000px) {
    .five-col-single-element {
	   width:32%;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
	body {
       min-width: 100%
    }
   .container{
      width:94%;
      margin:0 3%;
   }
   
   #mLogo img {
       width: 225px;
   }
   
   #main_navigation {
       top: 72px;
   }
   
   .submenu {
       width: 200px;
   }
   .submenu li {
       width: 100%;
   }
   
   .submenu li a {
       width: 96% !important;
   }
   
   .two-col-single-element {
       width: 100%;
       height: auto;
       margin-bottom:25px;
   }
   .two-col-single-element:last-of-type{
        margin-bottom: 0;
    }
    
   .bx-viewport {
       height: auto !important;
   }
   
   .ie-height {
       height: auto;
   }
   .five-col-single-element {
       margin-bottom:20px;
   }
   .frontpage #video_area {
       margin-top:0;
       width: 100%;
       height: auto;       
   }
   .frontpage #video_area video{
       height: auto;
       width: 100%;
   }
   
   .frontpage header {
       height:auto;
   }
   .left-wrapper {
       width:100%;
       margin-right: 0;
   }
   
   .sidebar {
      width:100%;
      float:none;
   }
   
   .single-issue img {
        max-width: 100%;
        height: auto;
    }
    
    .single-issue div {
        margin: 0 0 19px 0;
    }
    
    .one-col-element h3{
        margin-top:0;
    }
}

@media (max-width: 800px)
{
    .jumbotron {
        background-image: none !important;
    }
}


@media (max-width: 767px)
{
	#main_navigation li .submenu {
        position: relative;
        top: 0;
        text-transform: lowercase;
    }
    
    #main_navigation li .submenu li {
        width:100%;
    }
    
    #main_navigation li .submenu a {
        margin-bottom: 0;
        text-align: left;
    }
	
   .ie-height {
       height: auto;
   }
	
	.five-col-single-element {
	   width:48%;
	}
	
	h1 {
	   font-size: 26px;
	}
	
	h3 {
	   line-height: 30px; 
	}
	
	body {
	   min-width: 100%
	}
   .container{
      width:94%;
      margin:0 3%;
   }
   .left-wrapper{
       width:100%;
   }
   .text-container {
       height:auto;
       margin-bottom: 30px;
   } 
   .jumbotron {
       height:auto;
       overflow: hidden;
       
   }
   .jumbotron h1 {
       width:90%;
       margin-top:40px;
       
   }
   
   #main_navigation {
      top: 30px;
   }
   
   #main_navigation a {
      width:auto !important;
      margin:0 10px 15px;
   }
   
   .sidebar {
      width:100%;
   }
   
   .button {
      width:100%;
      box-sizing:border-box;
   }
   
   .lang_area {
       right: 0;
   }
   
   .frontpage header {
       height: auto;
   }
   
   .frontpage #video_area {
       margin-top:0;
       height: auto;
   }
   
   .frontpage #video_area video {
       height: auto;
       width: 100%;
   }
   
   .lang_area {
       position: relative;
       margin: 15px 0 0 0;
       border-top: solid 1px #e6e7e7;
       padding-top: 10px;
       text-align: center;
   }
   
   #main_navigation.m_active {
       display:block;
       margin-bottom: 30px;
   }
   
   #main_navigation {
       float: none;
       width: 100% !important;
   }
   
   #main_navigation li{
       width:100%;
       display:block;
   }
   
   #main_navigation li:hover .submenu {
       display:none;
   }
   
   .msactive .submenu{
       display:block !important;
       border-bottom: 1px solid #e6e7e7;
	   padding: 0 0 0 20px !important;
	   margin-bottom: 10px;
   }
   
   .msactive .submenu a{
       margin-bottom: 8px !important;
   }
   
   .media-icons {
       margin-top:10px;
   }
   
   h4 {
       line-height: 30px;
   }
   
   .image-popup {
       
   }
   
   .sidebar{
       float:none;
   }
   
   footer {
       height: auto;
   }
   
   main {
       overflow:hidden;
   }
   
   #contact_form form input {
       width:48%;
   }
   
   form .button {
       margin: 25px auto 0;
   }
   
   #cke_editor {
       border: solid 1px #ddd;
   }
   
   .five-col-single-element {
        height: auto;
        margin-bottom: 30px;
    }
    
    .five-col-single-element p{
        height: auto;
    }
    
    .frontpage .single-section {
        padding-bottom:0;
    }
    
    .jumbotron {
        background-image: none !important;
    }
    
    h3 {
        margin-top:0;
        line-height: 30px;
    }
    
    .two-col-single-element h3 {
        margin-top:0;
        line-height: 30px;
    }
    
    .single-issue img {
        max-width: 100%;
        height: auto;
    }
    
    .single-issue div {
        margin: 0 0 19px 0;
    }
    
    .comments-section h3{
        margin-top: 20px;
    }
    
    .button p {
        padding-top: 14px;
    }
}

@media (max-width: 677px)
{
	#contact_form form input {
        width:100%;
        box-sizing: border-box;
    }
}

@media (max-width: 479px)
{
    #mLogo img {
       max-width:85%
   }
   
   .video_fr {
       height:350px;
   }
   
   .two-col-single-element {
       width: 100%;
       height: auto;
   }
   
   /*
   .two-col-single-element img {
       width:100%;
   }
   */
   
   .two-col-single-element p {
       width:100%;
   }
   
   .one-col-element .oce_img {
       width:100%;
   }
   
   /*
    .two-col-single-element img {
        width: 84%;
        margin: 0 8% 25px;
    }
    */ 
    
    .bx-wrapper {
        width: 100%;
    }
    
    .two-col-single-element {
        margin-bottom: 25px;
    }
    
    .date-of-publication {
        margin-top:15px;
        margin-bottom: 10px;
    }
    
    .frontpage .single-section {
        padding-bottom: 10px;
    }
    
    .bx-viewport {
        height:auto !important;
    }
    
    .five-col-single-element {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    
    .five-col-single-element:last-of-type{
        margin-bottom: 0;
    }
    
    .five-col-single-element p {
        height: auto;
    }
    
    footer ul{
        text-align:center;
    }
    
    .date-of-publication .italic {
        margin: 15px 0 20px;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .single-issue img {
       width: 100%;
       height:auto;
    }
}