/* base styles **********************************************************************************/
body {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 15px;
	background-color: #ffffff;
}

h1 {
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 5px 0px 1px 0px;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}

h2 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

h3 {
	font-size: 15px;
	font-weight: 700;
	color: #3F4A74;
	margin-top: 20px;
}

blockquote {
	font-size: 14px;
	font-style: italic;
	margin-left: 20px;
	color: #666666;
}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3F4A74;
	margin-top: 0px;
}

/* content **************************************************************************************/
#edit_tabs {
	padding-top: 20px;
}

#content {
	padding-left: 0px;
}

.page_content li {
	/*margin-bottom: 10px;*/
}

.page_image {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page_image_caption {
	font-size: 13px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}

.content_image {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#libres_top .libres_image,
#libres_sidebar .libres_image {
	width: 100%;
	height: auto;
	overflow: hidden;
    z-index: -1; /* Ensure div tag stays behind content */
}

#libres_middle .libres_image {
	width: 100%;
	height: auto;
	overflow: hidden;
    z-index: -1; /* Ensure div tag stays behind content */
}

/* new book image */
.item {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#blog_teaser.col-sm-12 {
	padding-right: 0px;
	padding-left: 0px;
}

#libres_sidebar.col-md-12 {
	/*padding-right: 0px;*/
	padding-left: 0px;
}

#brand-bar {
    background-color: #f2f2f2; /*#3F4A74;*/
    margin: 0;
    padding: 0;
    border: none !important;
    border-bottom: #00adef solid 5px !important; /*#3F4A74 solid 5px !important;*/
    height: 41px; /*45px;*/
    min-height: inherit;
	z-index: 499;
}

#brand-bar.navbar-fixed-top {
	top: inherit;
}

#brand-bar #un_brand>a:before {
    font-family: FontAwesome;
    color: black; /*white;*/
    content: "\f015";
    font-size: 18.07px; /*16px;*/
    line-height: 0.9; /*1.1;*/
    margin-right: 7.8px;
    float: left;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#admin-menu, #admin-menu .dropdown {
	z-index: 1001;
}

#logo_row {
	margin-top: 60px;
}

#logo_row .row {
	background-color: #3F4A74;
}

#logo_row .row #social_icons {
    background-color: #E64D61;
}

#logo_row img {
	margin: 10px 0 5px 0;
	width: 100%;
}

#logo_row div {
	padding-right: 0px;
	padding-left: 0px;
}

.triangle-topright {
	background-color: #fff;
	height: 0;
	border-top: 29px solid transparent;
	border-right: 12px solid #3F4A74;
}

.triangle-topleft {
	background-color: #fff;
	height: 0;
	border-top: 29px solid #3F4A74;
	border-right: 12px solid transparent;
}

.triangle-topright-salmon {
	background-color: #fff;
	height: 0;
	border-top: 29px solid transparent;
	border-right: 12px solid #E64D61;
}

.triangle-topleft-salmon {
	background-color: #fff;
	height: 0;
	border-top: 29px solid #E64D61;
	border-right: 12px solid transparent;
}

#triangle-container {
	background-color: #3F4A74;
}

#triangle-container div {
	float: left;
	color: #ffffff;
}

#triangle-container .header-bar {
	font-size: 12px;
	background-color: #3F4A74;
	padding-left: 25px;
    padding-right: 25px;
	padding-top: 6px;
}

.header-bar a {
	color: #fff;
	padding-left: 90px;
}

#triangle-container #social-icons {
    background-color: #E64D61;
	padding-left: 5px;
    padding-right: 5px;
	font-size: 20px;
}

#social-icons i {
	color: white; 
    text-decoration: none;
}

.navbar-default {
	background-color: #ffffff;
    border-color: #ffffff;
}	

.navbar-default .navbar-nav li a {
	color: #3F4A74;
}

a {
    color: #495587;
}

#views-exposed-form-depository-libraries-directory-page .views-exposed-form .views-exposed-widget {
	width: 30%;
	padding-bottom: .5em;
}

.views-bootstrap-accordion-plugin-style .panel-heading {
    padding: 5px 10px;
}

.view-depository-libraries-directory .pagination {
	margin: 10px 0;
	font-size: 14px;
}

.table>tbody>tr>td {
	border: none;
	padding: 0px;
	font-size: 14px;
}

.table>thead>tr>th {
	border-bottom: none;
}

.library_field {
	font-weight: 700;
}

.library_address {
	width: 65%;
}
.library_details {
	width: 35%;
}

/* blog entry ***********************************************************************************/
#body_full {
	display: none;
}

#blog_page {
	padding-left: 15px;
}

/*#blog_page > p {
	padding-right: 15px;
}*/

#blog_image {
	padding-left: 0px;
}

/* blog rss *************************************************************************************/
#rss {
	padding-top: 20px;
}

#rss_text {
	margin-left: 5px;
}

/* blog main page link **************************************************************************/
#blog_link {
	padding-left: 0px;
	padding-top: 10px;
}

/* blog social media ****************************************************************************/
#tweets {
	padding-top: 40px;
	height: 500px;
	overflow: auto;
}

/* responsive iframe */
.video-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* depository libraries *************************************************************************/
.dl_table {
	border-top: 1px solid #E2E2E2;
	margin-top: 10px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 25px;
}

/* member states ********************************************************************************/
.view-id-member_states_directory .view-content {
	padding-top: 15px;
}

#ms_title h1 {
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #3F4A74 !important;
	padding-bottom: 5px;
}

.ms_table {
	border-top: 1px solid #E64D61;
	border-bottom: 1px solid #E64D61;
}

.ms_table > thead > tr > th {
	padding: 0px !important;
}

.ms_notes {
	font-size: 12px;
}

/* ITP view list ********************************************************************************/
.field-content a {
	text-decoration: none !important;
}

/* menu *****************************************************************************************/
.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-nav>li>a {
	padding-top: 0;
    padding-bottom: 0;
	font-size: 14px;
}

.nav>li>a {
    padding: 0 10px;
}

#menu_container .nav {
    padding-left: 5px;
}

#menu_container a {
    color: #3F4A74;
}

#menu_container .icon-bar {
    background-color: #3F4A74;
}

ul.language-switcher-locale-url > li > a {
	/*color: #ffffff;*/
	font-size: 12.35px;
    line-height: 17.03px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: black;
}

#unorg_header > div > a {
	/*color: *#ffffff;*/
	font-size: 12.35px;
    line-height: 17.03px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: black;
}

#un_brand {
	padding-top: 10px;
	padding-left: 0;
}

#unorg_header {
	font-size: 11px;
}

#lang_bar {
	padding-right: 0;
}

#language_switcher_label {
	float: left;
	text-align: left;
	color: black; /*#ffffff;*/
}

#main_row {
	padding-top: 20px;
    padding-bottom: 0;
}

#main_row_1, #main_row_2 {
	padding-top: 10px;  
  	padding-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0px;
	border: 2px solid #E2E2E2;
}

#main_row_1 .col-sm-4, #main_row_2 .col-md-3 {
    margin-bottom: 10px;
}

#menu_container  ul.dropdown-menu > li  > a.active {
    color: #ffffff;
    background-color: #3F4A74;
}

#menu_container {
  z-index: 2000 !important; 
}

/* search ***************************************************************************************/
#simple, #ebscohostCustomSearchBox, #search {
	margin-bottom: 0;
}

#tab-content2 {
	display: none;
}

#search_row {
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

#simple, #search_form, #ebscohostCustomSearchBox, #search {
	background-color: #3F4A74;
	padding: 15px 15px 15px 15px;
}

#search_input, #primoQueryTemp, #term, #p {
	height: 100%;
	color: #666666;
	font-size: 18px;
    font-weight: 400;
	padding: 20px 15px;
	width: 90%;
	border: 0;
	border-radius: 0;
	margin-left: 15px;
}

#search_group {
	height: 100%;
	width: 100%;
}

#search_group .input-group-btn {
	width: 7%;
	float: left;
}

#simple .btn,
#search .btn,
#ebscohostCustomSearchBox .btn,
#search_form .btn {
	background-color: #3F4A74;
	color: #ffffff;
	font-size: 18px;
    font-weight: 700;
	border: 0;
	padding: 15px 15px;
	z-index: 100;
    border-radius: 0;
}	

.fa-search {
	background-color: #3F4A74;
	color: #ffffff;
	font-size: 18px;
    font-weight: bold;
	float: left;
}

#filters {
	color: #3F4A74;
	padding-top: 5px;
	padding-left: 35px;
	display: none;
	border: 2px solid #E2E2E2;
}

#filters label {
	font-weight: normal;
	padding-left: 5px;
}

#filters #cancel {
    padding-right: 10px;
	float: right;
}

#filters #cancel:hover {
    cursor: pointer;
}

input[type="radio"] {
	margin-right: 5px;
}

.text-offscreen {
	color: #ffffff;
}

#search_label {
	height: 0px;
	width: 0px;
	opacity: 0;
}

/* sidebar **************************************************************************************/
.sidebar_content {
    padding: 0px 0px 20px 30px;
	margin: 0px;
}

.sidebar_askdag {
    padding: 10px 0px 20px 30px;
}

#sidebar_askdag_block .col-md-12 {
	padding-left: 10px;
	padding-right: 0px;
}

#sidebar_askdag_img {
	padding-left: 30px;
}

#sidebar_askdag_list {
	padding-left: 0;
}

.sidebar_libres {
    padding: 30px 15px 20px 30px;
}

.sidebar_label {
    padding-left: 30px;
}

#side_bar {
	border-left: 1px solid #3F4A74;
}

/* space top and middle row front page nodes */
.views-view-grid td {
	padding: 10px;
}

#books_carousel, .owl-carousel-block6 {
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #E2E2E2;
	z-index: 0;	
}

.page_content {
    padding: 20px 30px 10px 0px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 0;	
}

.main_page_content {
    padding: 0px 30px 10px 0px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 0;	
}

.main_page_content a:link { /* unvisited link */
    text-decoration: underline;
}
.main_page_content a:visited { /* visited link */
    text-decoration: none;
}
.main_page_content a:hover { /* mouse over link */
    text-decoration: underline;
}
.main_page_content a:active { /* selected link */
    text-decoration: underline;
}

#page_title {
	padding-left: 15px;
}

.main_row_1_caption {
	background-color: #E2E2E2;
	text-align: center;
	color: #3F4A74;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	white-space: nowrap;
}

.main_row_label_text {
	background-color: #3F4A74;
    color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	z-index: 1;
	overflow-x: hidden;
    white-space: nowrap;
}

.main_row_label_triangle-topleft {
	height: 0;
	border-top: 46px solid #3F4A74;
	border-right: 12px solid transparent;
	margin-bottom: -24px;
	z-index: 1;
}

.navbar-collapse {
	padding-right: 0px;
    padding-left: 0px;
}

.page_row_label_text {
	background-color: #3F4A74;
    color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}

.page_row_label_triangle-topleft {
	height: 0;
    border-top: 46px solid #3F4A74;
    border-right: 12px solid transparent;
    margin-bottom: -24px;
	z-index: 1;
}

/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .main_row_label_triangle-topleft {
	height: 0;
	border-top: 45px solid #3F4A74;
	border-right: 12px solid transparent;
	margin-bottom: -24px;
	z-index: 1;
  }
  
  .page_row_label_triangle-topleft {
	height: 0;
    border-top: 45px solid #3F4A74;
    border-right: 12px solid transparent;
    margin-bottom: -24px;
	z-index: 1;
  }
  
  #triangle-container #social-icons {
	border-bottom: 1px solid #E64D61;
  }
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-control .glyphicon-chevron-right {
    right: 3%;
}

.carousel-control .glyphicon-chevron-left {
    left: 3%;
}

#ask_dag {
	/*margin-top: 20px;*/
	padding-left: 27px;
	padding-right: 5px;
}

#sidebar_askdag_block #ask_dag {
	padding-left: 22px;
	padding-right: 0px;
	margin-bottom: 20px;
}

#ask_dag_question {
    padding: 50px 50px;
    font-size: 1.2em;
    text-align: center;
	vertical-align: bottom;
    background-color: #ffffff;
    border: 1px solid #eeeeee;	
	margin-bottom: 20px;
}

#ask_dag_question a {
	color: #3F4A74;
}

/* footer ***************************************************************************************/
.footer_menu {
	background-color: #ffffff;
}

.footer_menu ul {
	margin-bottom: 20px;	
}

#footer_menu_1 {
	margin-top: 20px;
}

.footer_menu h5 {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #495587;
	font-weight: 400;
}

.footer_menu ul li {
    list-style-type: none;
    margin: 0;
    text-align: left;
    font-size: 0.9em;
    padding-bottom: 0.3em;
}

.footer_menu ul li a {
    color: #000000;	
}

#footer_fun_fact {
	background-color: #3F4A74;
	color: #ffffff;
	font-size: 2.3em;
	padding: 20px 35px;
	text-align: center;
}

body.i18n-ru #footer_fun_fact {
	background-color: #3F4A74;
	color: #ffffff;
	font-size: 1.8em;
	padding: 20px;
	text-align: center;
}

/* UN footer (from WSS ) *************************************************************************/
.footer .list-inline .footer-brand {
	height: 21px;
	margin-top: -6px;
	margin-bottom: 10px;
	background: url(https://www.un.org/sites/www.un.org/themes/bootstrap_un/images/un-logo-footer.png) left top no-repeat;
}

.footer .list-inline .footer-brand a {
	font-weight: 500;
	font-size: 21px;
	line-height: 21px;
	letter-spacing: -0.02em;
	color: #4d4d4d;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-left: 30px;
}

.footer #block-menu-menu-footer-links ul.nav li {
	float: left;
	padding-right: 6.5px;
	margin-right: 5.85px;
	border-right: #737373 solid 1px;
	line-height: 1;
}

.footer #block-menu-menu-footer-links ul.nav li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.list-inline > .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.footer ul.nav {
    list-style: none;
    padding-left: 2px;
    padding-bottom: 26px;
}

.footer ul.nav li {
	padding: 0;
	margin: 0 0 6.5px 0;
}

.footer ul.nav li a {
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 13px;
    line-height: 1.46153846;
}

.footer ul.nav li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

.list-inline .nav > li {
	position: relative;
	display: block;
}

.list-inline {
	margin-top: 50px;
}

#un_footer ul.nav {
	list-style: none;
}

#un_footer ul.nav li {
	float: left;
}

#un_footer ul.nav li a {
	color: #3F4A74;
	padding: 0 10px 0 0;
	font-size: 12px;
}

.footer_menu ul {
    padding: 0;
}

.navbar-toggle { 
	float: left;
}

#menu_container {
	background-color: white;
}

#language-navbar-collapse {
	margin-top: 10px;
}

#language-navbar-collapse ul li {
	margin: 5px;
	display: inline;
}

/* Style front page top two rows which print view block content formatted as "Unformatted list" */
.view-libraryresources-frontpage-blockview > .view-content {
	overflow: hidden;
}

.view-id-libraryresources_frontpage_blockview.view-display-id-block_1 .views-row {
	float: left;
	padding: 10px;
	width: 25%;
}

.view-id-libraryresources_frontpage_blockview.view-display-id-block .views-row {
	float: left;
	padding: 10px;
	width: 33%;
}

#language_switcher .navbar-toggle {
	float: right;
	margin-right: 0;
}

#language_switcher .navbar {
	margin-bottom: 0;
	float: right;
}

#language_switcher .navbar-toggle .icon-bar {
	background-color: black; /*#ffffff;*/
}

#language_switcher #language_switcher_label {
	margin-top: 10px;
}

.front_thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.front_caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(63, 74, 116, 0.8); 
    width: 100%;
    height: 100%;
    padding: 50px;
    font-size: 15px;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}

/* Style hyperlink caption */
.front_caption a {
	color: #fff !important;   
}

.askdag_caption {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.6); 
    width: 100%;
    height: 45%;
    font-size: 15px;
    text-align: center;
    padding-top: 35px;
	position: absolute;
    top: 150px;
    right: 0;
    z-index: 2;
}

/* Style hyperlink caption */
.askdag_caption a {
	color: #3F4A74;
	font-weight: 700;
}

#main_row_2 .front_caption { 
    background: rgba(63, 74, 116, 0.8); 	
}

#books_carousel .item, .owl-carousel-block6 .item {
	margin: 0 10px;
}



@media print {

	#blog_image {
		display: none;
	}
	#logo_row {
		margin-top: 0px;
	}
	.page_row_label_text {
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 15px;
	}
	#triangle-container {
		display: none;
	}
	#social-icons {
		display: none;
	}
	#search_row {
		display: none;
	}
	#sidebar_askdag_block, #ask_dag {
		display: none;
	}
	.alert-block {
		display: none;
	}
	#blog_mailto, #blog_print, #blog_link, #rss {
		display: none;
	}
	.pager {
		display: none;
	}
	#subject_title, #subjects {
		display: none;
	}
	#twitter, #tweets {
		display: none;
	}
	footer {
		display: none;
	}
	#footer {
		border-top: none;
	}
	#edit_tabs {
		display: none;
	}

}



/* MEDIA < 1200px *******************************************************************************/
/*@media (max-width: 1200px) {*/
@media (max-width: 75em) /* 1200px ÷ 16 */ {
	.content_image {
		width: 100%;
		height: auto;
	}
	.owl-item, .owl-wrapper {
		width: 100%;
		height: auto;
	}
	#libres_sidebar .libres_image {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#ask_dag {
		margin-top: 0px;
		padding-left: 15px;
	}
	.owl-carousel-block6 {
		background-color: #FFFFFF;
	}
	.askdag_caption {
		top: 120px;
	}
	body.i18n-ru #triangle-container .header-bar {
		padding-left: 10px;
		padding-right: 10px;
	}
	#logo_row img {
		margin: 20px 0 5px 0;
		width: 100%;
	}
}



/* MEDIA < 992px *******************************************************************************/
/*@media (max-width: 992px) {*/
@media (max-width: 62em) /* 992px ÷ 16 */ {
	.img-responsive {
		width: 100%;
	}
	#libres_middle .libres_image {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.askdag_caption {
		width: 100%;
		height: 35%;
		font-size: 18px;
		text-align: center;
		padding-top: 10%;
		position: absolute;
		top: 65%;
		right: 0;
		z-index: 2;
	}
	#ask_dag {
		margin: 20px 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.owl-carousel-block6 {
		background-color: #E2E2E2;
	}
	ul.language-switcher-locale-url > li > a {
		color: #3F4A74;
	}
	#language-navbar-collapse {
		margin-top: 0px;
	}
	#language_switcher .navbar-toggle {
		margin-right: -5px;
		margin-top: 0px;
	}
	#menu_container .navbar-toggle{
		margin-left: -15px;
	}
	#logo_row img {
		margin: 10px 0 5px 0;
		width: 100%;
	}
}



/* MEDIA < 768px *******************************************************************************/
/*@media (max-width: 768px) {*/
@media (max-width: 48em) /* 768px ÷ 16 */ {
	#language_switcher .navbar {
		float: left;
	}
	#page_title {
		padding-left: 15px;
	}
	#content {
		padding-left: 15px;
	}
	.main_page_content {
		padding-left: 15px;
	}
	.sidebar_content {
		margin-left: -15px;
	}
	.page_content {
		padding-left: 15px;
	}
	#sidebar_askdag_img {
		padding-left: 15px;
	}
	.page_image {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#libres_top .libres_image {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.sidebar_label {
		padding-left: 15px;
	}
	#search_input, #primoQueryTemp, #term, #p {
		width: 85%;
	}
	#sidebar_askdag_block #ask_dag {
		padding-left: 0px;
	}
	#language_switcher .navbar-toggle {
		float: left;
		margin-right: 0;
	}
	.language-switcher-locale-url {
		padding-left: 10px;
		margin-top: -5px;
	}
	#logo_row img {
		margin: 20px 0 5px 10px;
		width: 100%;
	}
	.table-responsive {
		border: 0px;
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>td {
		white-space: normal;
	}
	#views-exposed-form-depository-libraries-directory-page .views-exposed-form .views-exposed-widget {
		width: 50%;
	}
	.views-exposed-form .views-exposed-widget .form-submit {
		margin-top: 25px;
	}
}



/* MEDIA > 992px *******************************************************************************/
/*@media (min-width: 992px) {*/
@media (min-width: 62em) /* 992px ÷ 16 */ {
    #logo_row .vert-bottom {
	    margin-top: 53px ;
	}
	.footer_menu ul {
	    padding: .4em 0 0 0;
	}
	h5:nth-child(3) {
	    margin-top: 2em;
	}
	.main_row_label_text {
	    padding: 10px 20px;
	    margin-bottom: -24px;
		font-size: 18px;
		font-weight: 400;
	}
	.page_row_label_text {
	    padding: 10px 0 10px 20px;
	    margin-bottom: -24px;
		font-size: 18px;
		font-weight: 400;
		overflow: hidden;
		white-space: nowrap;
	}
	.blog_label {
	    margin-bottom: -14px;
	}
	#main_row_1 .col-sm-4, #main_row_2 .col-md-3 {
	    margin-bottom: 0;
	}
	#ask_dag_question {
	    height: 175px;
		border: 0;
		margin-bottom: 0;
	}
	#main_row_3 {
	    margin-bottom: 40px;
	}
	#main_row {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	#un_footer ul.nav li a {
	    padding: 10px 7px;
	}
	#main_row_1, #main_row_2 {
	    padding-top: 30px;
		margin-bottom: 20px;	
	}
	#books_carousel, .owl-carousel-block6 {
	    padding-top: 30px;
	    padding-bottom: 10px;
	    /*background-color: #E2E2E2;*/
	    z-index: 0;
	}
	.footer_menu ul {
	    margin-bottom: 0;
	}
	#footer {
	    padding-top: 10px;
	    border-top: 1px solid #3F4A74;
		margin-top: 20px;
	}
	#footer_menu_1 {
	    margin-top: 0;
	}
	#unorg_header {
	    font-size: 12.6px;
	}
	#triangle-container #opening-hours {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	#triangle-container #social-icons {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}



/* MEDIA < 600px *******************************************************************************/
/*@media (max-width: 600px) {*/
@media (max-width: 37.5em) /* 600px ÷ 16 */ {
	#search_input, #primoQueryTemp, #term, #p {
		width: 85%;
	}
}



/* MEDIA < 480px *******************************************************************************/
/*@media (max-width: 480px) {*/
@media (max-width: 30em) /* 480px ÷ 16 */ {
	#search_input, #primoQueryTemp, #term, #p {
		width: 80%;
	}
}



/* MEDIA < 320px *******************************************************************************/
/*@media (max-width: 320px) {*/
@media (max-width: 20em) /* 320px ÷ 16 */ {
	
}

