/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.3
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */



/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
    font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;}


p{
    color:#242424;
    font-family: "Lato", arial, sans-serif;
    line-height: 1.6;
    font-size: 15px;
    text-align: justify;
	margin-bottom: 15px;}

dfn, cite, em, i{
     color:#242424;}

li {
    font-family: "Lato", arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #242424;}

h1{
  	border: 0;
    font-size: 21px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;  
    color:#e42727;
    font-family: "Lato", arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;}
    
.more-link {
    font-size: inherit;}

#posttext p {
    font-style:italic;
    font-size: 14px;
    line-height: 16px; }

#posttext h1 {
    font-style:italic;
    font-size: 16px !important;  
    color: black;}

.single-briefing #homeposts .entry-content .toppost h1 {
    font-style: normal;
    font-size: 20px !important;
    color: black;
    line-height: 28px;}

.single-briefing #homeposts .entry-content .toppost p {
    color: black;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;}

.single-briefing .entry-content{
    margin-bottom:0px !important;}

#single-container img{
    margin-top:20px;
    margin-bottom:20px;}

.entry-content p.lead {
    font-style: italic;}

#posttext2 p {
    font-style:italic;
    font-size: 14px;
    line-height: 16px; }

#posttext2 h1 {
    font-size: 16px !important;  
    color: black;}

#publicationscontainer{
    display:inline-block;
    width:100%;}

#publicationscontainer .entry-content p{
    margin-top: 2px;
    text-align:left;}

#publicationscontainer #posttext2{
    width: 500px;
    height: 200px;
    line-height: 22px;
    margin-top: -200px;
    padding-top: 8px;
    padding-left: 140px;
    display: block;}

#eventscontainer #posttext2{
    width: 500px;
    height: 200px;
    line-height: 22px;
    margin-top: -200px;
    padding-top: 8px;
    padding-left: 140px;
    display: block;}

.staff img{
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-bottom: 20px;}

.group-row{
    padding: 10px;
    display: inline-block;}

.group-text{
    border-bottom: 1px solid #d1d0d0;
    padding-bottom: 40px;}

.group-logo img{
    max-width: 300px;
    max-height: 200px;
    width: auto;
    margin: 20px;}

.page-template-about .latest-research .entry-content .text {
    padding: 20px;
    min-height: 90px;
    padding-top: 15px;}

.page-template-about .latest-research .entry-content{
    min-height: 492px;}

.upcoming-events-box{
    display:inline-block;
    background-color:rgb(245,245,245);
    margin-top: 20px;}

.event-text{
    padding: 40px 40px 40px 20px;}

a.book-your-place{
    color: white;
    background-color: #e42727;
    font-size: 15px;
    float: right;
    padding: 8px 10px 8px 10px;
    text-transform: uppercase;
    margin-top: 20px;}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
    width: 600px !important;
}

caption,
th,
td {
	font-weight: normal;
    float: left;
    position: relative;
    margin-top: 0px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #e50202 !important;
    background-color: transparent;}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2{
    font-size: 18px;
    text-transform: uppercase;   
    color:black;
    margin-top: 0px;
	margin-bottom: 15px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 0px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	width:100%;
    height:auto;}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 12px; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid;
    border-color: #e62828;
    border-radius: 0px;
    background: white;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    line-height: 1;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 6px;
    text-transform: uppercase;
    color: #e62828;}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 0px 0px 0px;
    margin: 0;}

.searchandfilter ul li.sf-field-submit{
    float:left;
    padding-top: 20px;}

.searchandfilter ul li.sf-field-reset{
    margin-bottom: 30px;
    padding-top: 20px;}

a.search-filter-reset{
    text-transform: uppercase;
    border: 2px solid #979797;
    padding: 3px 8px 3px 8px;
    font-size: 11px;
    margin-left: 10px;
    color: #979797;
    display: inline-block;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #e42727;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
    height: 30px;}

.top-bar input[type="text"],.top-bar input[type="email"],.top-bar input[type="url"],.top-bar input[type="password"],.top-bar input[type="search"],.top-bar textarea {
    color: red;
    border: 2px solid white;
    border-radius: 0px;
    background-color: transparent;
	margin-bottom:0px;}

input::-webkit-input-placeholder {
color: #3a3a3a !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}
 
input:-moz-placeholder { /* Firefox 18- */
color: #3a3a3a !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #3a3a3a !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}
 
input:-ms-input-placeholder {  
color: #3a3a3a !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}

.navbar-form input::-webkit-input-placeholder {
color: white !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}
 
.navbar-form input:-moz-placeholder { /* Firefox 18- */
color: white !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}
 
.navbar-form input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}
 
.navbar-form input:-ms-input-placeholder {  
color: white !important;
font-size:12px;
font-weight:400;
text-transform:uppercase;}

select {
    -webkit-border-radius: 0;
    background-color:rgb(245,245,245);
    padding: 3px;
    width: 100%;}

.searchandfilter select.sf-input-select {
    min-width: 170px;
    color: #3a3a3a;
    font-weight: 400;
    border: 0px;
    height: 25px;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
    padding-left: 10px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color:#e42727; 
}

#posttext a{
    color:#e42727; 
}

a:hover,
a:focus,
a:active {
	color:#000000;
}

/*--------------------------------------------------------------
INDICIES
--------------------------------------------------------------*/
.page-template-indicies {
}

.index-briefing-container .vc_column_container>.vc_column-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;}

.index-publication-container .vc_column_container>.vc_column-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;}

.index-briefing-container .wpb_wrapper {
    background-color: rgb(243, 243, 243);
    padding: 30px;}

.index-publication-container .wpb_wrapper {
    background-color: rgb(243, 243, 243);
    padding: 30px;}

.wpb_content_element .wpb_wrapper {
    padding: 0px;}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    margin-top: 0px !important;
    margin-bottom: 10px !important;}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 10px !important;}

.mgt-header-block.wpb_content_element {
    margin-top: 0px !important;}

.mgt-header-block .mgt-header-line {
    display: none !important;}

.mgt-header-block.wpb_content_element {
    margin-top: 0;
    margin-bottom: 0px;}

h2.mgt-header-block-title{
    color:#e42727;
    margin-bottom: 10px !important;}

.center {
    display: block;
    padding-right: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    float: none;
}

/* Small menu */
.menu-toggle {
	display: none;
}



.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
    margin-left: 60px;
    margin-right: 60px;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
    width: 100%;
    border: 0px solid #e42727;
    border-radius: 0px;
    background-color: #f5f5f5;
    color: #3a3a3a;
    text-transform: uppercase;
    height: 30px;
    padding-left: 10px;}

/* Search widget */
.widget_search .search-submit {
	display: none;}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;}

.gallery-caption {
	display: block;}

#epilogo{
    float: right;
    margin-right: 50px;
    margin-top: 15px;}

#logo{
    float: left;
    padding: 10px;}

#line{
    width: auto;
    min-width: 1158px;
    margin-right: 60px;
    margin-left: 60px;
    margin-top: 95px;
    height: 3px;
    background-color: #e42727;}

#line2{
    width: auto;
    height: 3px;
    background-color: #e42727;
    position: inherit;}

#line3{
    width: auto;
    min-width: 1158px;
    height: 3px;
    background-color: #e42727;
    position: inherit;
    margin-top: 20px;}

#line4{
    width: auto;
    min-width: 1158px;
    height: 3px;
    background-color: #e42727;
    position: inherit;
    margin-top: 5px;}

#line5{
    width: 50%;
    min-width: 300px;
    height: 3px;
    background-color: #e42727;
    position: inherit;}

p.latest{
    font-size: 20px;
    color: #e42727;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform:uppercase;
    text-align:left;}

p.latest2 {
    font-size: 17px;
    color: #000000;
    margin-top: 5px;
    color:black;
    text-transform:uppercase;} 

navbar a{
    font-style:normal;} 

#dots{
    position:absolute;
    margin-top: 63px;
    z-index: -10;
    margin-left:140px;}

.dott1{
    width: 8px;
    height: 8px;
    border-radius:8px;
    background-color:#e42727;
    display:inline-block;}

.dott2{
    width: 8px;
    height: 8px;
    border-radius:8px;
    background-color:#e42727;
    display:inline-block;
    margin-left: 100px;}

.dott3{
    width: 8px;
    height: 8px;
    border-radius:8px;
    background-color:#e42727;
    display:inline-block;
    margin-left: 115px;}

.dott4{
    width: 8px;
    height: 8px;
    border-radius:8px;
    background-color:#e42727;
    display:inline-block;
    margin-left: 137px;}

#grey{
    background-color: #000;   }

.title{
    display: none;  }

.post-content {
    background-color: rgb(243, 243, 243);
    margin-left: 60px;
    width: 550px;
    height: 230px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 14px;
    padding-right: 20px;
    margin-bottom: 15px;}

#eventscontainer{
    background-color:rgb(243, 243, 243);   
    margin-left: 80px;
    margin-top: -6px;
    padding: 30px;
    padding-top: 41px;}

#eventscontainer .entry-content{
    margin-left: 0px;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 0px !important;
    padding-bottom: 14px;
    padding-right: 0px !important;
    margin-bottom: 15px;}

#eventscontainer .entry-content p{
    margin-top: 2px;
    font-style:normal;}

#eventscontainer p.lead{
    font-size: 17px;}

#eventscontainer .entry-content h1{
    margin-top: 2px;
    font-style:normal;
    text-transform:uppercase;
    color:#e42727;}

#blogcontainer{
    background-color: rgb(243, 243, 243);
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -6px;}

#blogcontainer .entry-content{
    margin-left: 0px;
    width: auto;
    height: auto;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
    margin-bottom: 0px;}

#blogcontainer h2{
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 0px;
    color: #e42727;}

#blogcontainer h1{
    padding-top: 40px;
    text-align: center;
    font-size: 26px;
    padding-bottom: 30px;
    text-transform: uppercase;}

#blogcontainer .entry-content p{
    margin-top: 2px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 20px;}

#blogcontainer p.latestnews{
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 500;}

.entry-content img{
    height: auto;
    width: 100%;
    padding-bottom: 20px;}

.blog-featured{
    text-align:center;}

.blog-featured img{
    height: auto;
    width: 100%;
    max-width: 500px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;}

.blog-content img{
    padding-bottom: 20px;
    max-width: 800px;
    width: inherit;}

.entry-content-news img{
    width: 100%;
    height: auto;
    padding-bottom: 15px;}

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

.newsimage img{
    width:100%;
	height:auto;}

.newsbox p{
    margin-top: 15px;
    color: black !important;
    font-style:normal;}

.newsbox a{
    font-style:normal;}

.newsbox a:hover{
    text-decoration:underline;}

#topcontent{
    margin-left: 60px;
    margin-right: 60px;
    width:auto;
    margin-top:-6px;}

p.hometext{
    font-size: 18px;
    text-align: justify;
    width: 500px;
    margin-top: 20px;
    line-height: 29px;}

#logos{
    width: 500px;
    margin-left:-8px;  }

#homeposts #publicationscontainer #content {
    height: auto;
    padding-top: 300px;}

#homeposts #eventscontainer #content {
    height: auto;}

#homeposts #blogcontainer #content {
    height: auto;}

#posttext{
    width: 350px;
    line-height: 22px;
    padding-top: 0px;
    height: auto;}

#posttext a{
    font-size: 14px; }

#posttext2 a{
    font-size: 14px;      }

#homeposts #posttext{
    width: 360px;
    line-height: 20px;  
    height: 200px;}

#homeposts #posttext2{
    width: 360px;
    line-height: 20px;  
    height: 200px;}

#secondary{
    margin-left: 641px;
    margin-top: 23.5px;
    background-color: rgb(243, 243, 243);
    width: 550px;
    height: 230px;
    padding-left: 30px;
    padding-top: 20px;
    position: absolute;}

#briefingscontainer{
    background-color: rgb(243, 243, 243);
    width: 550px;
    height: auto;
    margin-left: 60px;
    margin-left: 60px;
    margin-top: 23.5px;}

#briefingscontainer .entry-content{
    background-color: rgb(243, 243, 243);
    margin-left: 0px;
    width: 550px;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;}

h1.widget-title{
    font-size: 25px;
    color: #e42727;
    margin-top: -10px;
    padding-bottom: 10px;
    margin-top: -10px;
    padding-bottom: 10px;}

.widgettitle {
    margin-bottom: 25px;
    margin-top: 25px;
    color: #e42727;
    font-size: 20px;}

#sidebar1{
    padding-left:25px;}   

.searchform-label {
    display: block;
    float: left;
    width: 35%;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 15px;
    color: #e42727;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;}

#page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;}

.aboutbox{
    background-color: rgb(243, 243, 243);
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    min-height:600px;}

.aboutbox p{
    font-size: 14px;
    line-height: 18px;   
    padding: 10px;
    text-align: left;}

.aboutbox a{
    font-style:italic;
    color: #e42727;
    font-size: 14px;
    line-height: 18px; }

.aboutbox img{
    max-height: 120px;
    max-width: 100%;
    cursor:pointer;}

.aboutbox h1{
    font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;}

#contactcontent{
    width: 100%;
    text-align: justify;
    margin-top: -6px;
    background-color: rgb(243, 243, 243);
    padding: 40px;}

#contactcontent h1{
    text-transform:uppercase;}

#contactdetails{
    line-height: 15px;
    margin-top: 6px;
    padding-left: 50px;
    padding-top: 14px;
    text-transform: uppercase;
    padding-bottom:30px;
}

#contactdetails p.lead{
    font-size: 17px;
    line-height: 16px;   
}

#contactdetails a:link{
    font-style:normal;   }

#contactdetails a:hover{
    text-decoration:underline;}

.required {
    display: none;   }

#cntctfrm_contact_form {
    color: #e42727;
    margin-top:-10px;
    text-align: left !important;
    line-height: normal !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;}

#cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea, #cntctfrm_contact_message, #cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject {
    width: 100%;
    height: 30px;
    margin-bottom: 20px !important;  
    border-radius: 0px;}

.cntctfrm_label, .cntctfrm_input, .cntctfrm_select, .cntctfrm_checkbox {
    max-width: 100%;}

.wpcf7-recaptcha{
    float:left;
    margin-bottom: 50px;}

i.fa-clock-o{
    color:white;}

.jelly_post_author{
    display:none;}

span.your-message textarea{
    min-height: 250px;
    padding: 10px;
    text-transform: inherit;
	margin-bottom:15px;}

.wpcf7-form{
    margin-top:0px;}

input[type="submit"].wpcf7-submit{
    background-color: #e52828;
    color: white;
    font-size: 15px;
    float: right;
    margin-bottom: 50px;
    margin-top: 10px;
    letter-spacing: 1.2px;
    padding: 8px 10px 8px 10px;}

a.view-all{
    background-color: #e42727;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 20px;
    display: inline-block;}

#aboutcontent a{
    color:  #e42727;}

#briefingscontainer .entry-content img {
    height: 120px;
    width: auto;
    position:absolute;
    margin-top: -20px;
    margin-left: -5px;}

#briefingscontainer #posttext{
    margin-top: 0px;
    padding-left: 90px;
    width: 500px;}

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

#twitter2 {
    position: static;
    visibility: visible;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px;
    border: none;
    min-height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;}

p.footertext{
    font-size: 11px;
    padding-top: 10px;
    padding-left: 2px;
    font-style:italic;
    padding-bottom: 20px;}

p.footertext a {
    font-size: 11px;
    color: #000000;
    font-style:italic;}

p.footertext a:hover {
    color:#e42727;}

p.ovaltext {
    font-size: 10px;
    float: right;
    margin-top: -67px;
    padding-right: 2px;}

p.ovaltext a {
    font-size: 10px;
    color: #000000;}

p.ovaltext a:hover {
    color:#e42727;}

#awsearch #publicationscontainer {
    background-color: rgb(243, 243, 243);
    margin-left: 60px;
    width: 550px;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 14px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.page-header{
    margin-left: 60px;
    margin-top: 30px;
}

.page-header .page-title{
    font-size: 16px;   
    
}

.search-results .hfeed #secondary{
   display: none;
}

.flex-viewport {
max-height: 2000px;
min-width: 600px;
}

#searchresult{
    float: right;
    margin-right: 60px;
}

#search-none{
    height: 450px;      
}

.container {
        width: 100%;
        max-width: 1200px;
        padding: 0px;}

  
body {
    padding-top: 0px !important;
}
    
.navbar-header{
    margin-left: 20px !important;
}

/*FOOTER*/

#inner-footer{
    background-color: #e42727;   
    color:white;
    padding-bottom:30px;
    padding: 20px;}

#inner-footer p{
    font-size: 16px;  
    margin-bottom: 15px;
    color:white;}

#inner-footer h1{
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color:white;}

#inner-footer a:link{
    color: white;
    font-style: normal;}

#custom_html-2 img{
    max-width:40px;
    display:inline-block;
    float:left;
    margin-right:10px;}

.sm-buttons img{
    display:inline-block;
    width:45px;
    padding-right: 5px;
    height:auto;
    background:  rgb(191,0,0);
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;}

.sm-buttons img:hover {
    opacity: .5;
    cursor: pointer;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;}

.wpp-views {
    display: none;}

.wpp-list {
    padding-left: 0px;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 14px;}

.wpp-list li {
    margin-bottom: 25px;}

.wpp-list a:link{
    font-style:normal;   }

.wpp-list li a:hover{
   text-decoration: underline;}

.wpp-thumbnail {
    margin: 0 15px 0 0 !important;
    width:auto;}

p.findoutmore{
    text-transform:uppercase;
    color:#e42727 !important;
}

.relatedthumb{
    background-color: rgba(218, 215, 215, 0.38);
    padding: 15px;
    margin-bottom: 20px;
}

.box1{
    background-image: url("http://epicenternetwork.eu/wp-content/uploads/2014/10/civismo2.jpg");
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-size: contain;
    width: 100%;
    height: 80px;
}

.box2{
    background-image: url("http://epicenternetwork.eu/wp-content/uploads/2014/10/iea2.jpg");
    background-repeat: no-repeat;
    background-position-y: 5px;
    height: 140px;
}

.box3{
    background-image: url("http://epicenternetwork.eu/wp-content/uploads/2014/10/ibl2.jpg");
    background-repeat: no-repeat;
    height: 140px;
    margin-top: -30px;}

.box4{
    background-image: url("http://epicenternetwork.eu/wp-content/uploads/2014/10/timbro2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 14px;
    width: 100%;
    height: 120px;}

.box5{
    background-image: url("http://epicenternetwork.eu/wp-content/uploads/2014/10/lithuanian2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 7px;
    height: 100px;}

.box6{
    background-image: url("http://epicenternetwork.eu/wp-content/uploads/2014/10/molinari2.jpg");
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;}

.box7{
    background-image: url("http://www.epicenternetwork.eu/wp-content/uploads/2017/09/for_poziom.jpg");
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;}

.box8{
    background-image: url("http://www.epicenternetwork.eu/wp-content/uploads/2017/09/CEPOS.png");
    background-repeat: no-repeat;
    height: 100px;
    background-size: contain;
    margin-top: 20px;}

.forbox{
    padding: 20px;
    cursor:pointer;}

.brunoleonibox{
    padding: 10px;
    margin-top: -10px;
    cursor:pointer;}

.molinaribox{
    padding: 5px;
    margin-top: 10px;
    cursor:pointer;}

.ceposbox{
    padding: 25px;
    cursor:pointer;}

.ieabox{
    padding: 5px;
    cursor:pointer;}

.lithuanianbox{
    margin-top: 3px;
    cursor:pointer;}

.civismobox{
    padding:10px;
    cursor:pointer;}

#partners img{
    width:100%;
    height:auto;
    cursor:pointer;}

.addtoany_share_save_container {
    clear: both;
    margin: 16px 0;
    margin-top: 50px !important;
    margin-bottom: 25px !important;
    position: relative;
    width: 100%;
    display: inline-block;
    border-top: 1px solid grey;
    padding-top: 15px;
}

.addtoany_shortcode {
    clear: both;
    margin: 16px 0;
    margin-top: 50px;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    display: inline-block;
    border-top: 1px solid grey;
    padding-top: 15px;;}

iframe#twitter-widget-0{
    height: 775px !important;
    margin-bottom: 30px !important;}

.mc4wp-form label {
    margin-bottom: 5px;
    font-weight: 400 !important;}

.mc4wp-form input[type=text] {
    text-transform: uppercase;}

#featured-img-id{
    display:none;}

#mainpage .entry-content a:link{
    color:black;}   

.archives .widget{
    margin: 20px 0px 20px 0px;
    padding-left: 0;
    padding-right: 0;}

.archives .widget select {
    max-width: 100%;
    width: 100%;
    border: 0px solid #e42727;
    border-radius: 0px;
    background-color: #f5f5f5;
    color: #3a3a3a;
    text-transform: uppercase;
    height: 30px;
    padding-left: 10px;}

.archives h2.widgettitle{
    text-align: right !important;
    font-size: 16px !important;
    padding-bottom: 5px !important;
    margin-top: -35px !important;
    padding-top: 0px !important;}

#blogcontainer .newsbox h1{
    padding-top: 20px;
    text-align: left;
    font-size: 18px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-style: normal;}

.fa-angle-right:before{
    color:white;}

.fa-angle-left:before {
    color: white;}
    
li#menu-item-1126 a{
    font-family:"Archivo Narrow", arial, sans-serif;   } 

#inner-footer p.attribution a{
    color: white;
    font-size: 12px;
    margin-bottom: 0px;}

#inner-footer p.attribution{
    margin-bottom:0px;
    margin-left: 20px;}

#inner-footer .widget{
    padding:20px;
    margin-top:0px;}

#inner-footer .widgettitle{
    text-transform: uppercase;
    color: white;
    font-size: 17px;}

.navbar-default .navbar-nav>li>a{
    color: #333 !important;
    font-family: "Lato", arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    height: 70px;
    padding-top: 25px;
    border-right: 1px solid #c4c4c4;}

.navbar-default .navbar-nav>li>a:hover{
    background-color: #e7e7e7 !important;
    transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;}
    
.navbar .navbar-collapse {
    text-align: right;}

.menu-bar{
    background-color: rgb(243, 243, 243);
    display: inline-block;
    width: 100%;
    height: 70px;}

label{
    width:100%;}

input[type="text"], input[type="email"]{
    width:100%;}

.wpcf7 input[type="text"], .wpcf7 input[type="email"]{
	margin-bottom:15px;}

.top-bar{    
    background-color:#e42727 !important;
    padding: 5px;
    color:white;
    height: 35px;}

.navbar {
    background-color: rgb(243, 243, 243) !important;
    border: 0px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    float: right;}

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

.navbar-form{
    margin:0px;
    float:right;
    margin-top: -2px;
    margin-right: -2px;}

.navbar-form .top-bar input[type="text"]{
    color:white;}

.navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 100px;}

.top-links{
    float: right;
    font-family: "Archivo Narrow", arial, sans-serif;
    font-size: 14px;
    padding: 2px;}

.top-links a{
    color:white;}

.top-links a:hover{
    color:white;
    text-decoration:none;}

.top-sm-buttons img{
    width: 100%;
    max-width: 30px;
    float: right;
    padding: 2px;
    margin-top: -2px;}

.aboutbox h1 {
    font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;}

.top-bar{    
    background-color: #e42727 !important;
    padding: 5px;}

.container-box{
    max-width: 1200px;
    padding: 25px;
    margin: 0 auto;}

.left{
    display: inline-block;
    padding-right: 20px;
    width:100%;}

.right{
    padding-left: 20px;}

.latest-research{
    margin-left: -10px;
    margin-right: -10px;
    display: inline-block;
    width:100%;}

.latest-research .box{
    padding:10px;}

.latest-research .entry-content{
    background-color:rgb(245,245,245);
    min-height: 422px;}

.latest-research .indicies-row .entry-content{
    min-height: 300px;}

.home .latest-research .entry-content{
    background-color:rgb(245,245,245);
    min-height: 420px;}

.page-template-events .latest-research .entry-content{
     min-height: 635px;}

.latest-research .secondary-container .entry-content{
     min-height: 240px;}

.latest-research .third-container .entry-content{
     min-height: 240px;}

.latest-research .entry-content img{
    padding-bottom: 5px;}

.latest-research .entry-content .text{
    padding:10px;
    min-height: 90px;}

.latest-research .entry-content .text p{
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px; }

.latest-research .entry-content .text h1{
    font-size: 15px;
    margin-bottom: 10px;
    color: black;
    line-height: 1.3;
    margin-top:0px;}

#single-container .latest-research .entry-content img{
    margin-top: 0px;
    margin-bottom: 0px;}

.latest-blog{
    margin-top:10px;
    margin-bottom:25px;}

.latest-blog .box{
    padding:10px;}

.latest-blog .entry-content{
    background-color:rgb(245,245,245);}

.latest-blog .entry-content img{
    padding-bottom: 0px;}

.latest-blog .entry-content .text{
    padding:20px;}

#publicationscontainer .latest-blog .entry-content .text p{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align:left;}

.latest-blog .entry-content .text h1{
    font-size: 17px;
    margin-bottom: 10px;
    color: black;
    line-height: 1.3;
    margin-top:10px;}

.latest-blog .row{
    background-color: rgb(245,245,245)}

#home-grid-slider .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;}

#partners{
    padding: 20px;
    margin-bottom: 40px;
    margin-top:40px;}

.image-box{
    top: 50%;
    transform: translateY(-50%);}

.searchandfilter ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0px;
    margin-left: 0px;}

a.seeall{
    margin-left: 10px;
    padding-top: 20px;
    display: inline-block;
    margin-bottom: 40px;
    color: #e42727;
    font-weight: 600;
    font-style: italic;}

a.readmore{
    display: inline-block;
    color: #e42727 !important;
    font-weight: 400;
    font-style: italic;
    font-size:14px;}

ul#menu-second-menu li a{
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    padding-left: 9px;
    padding-right: 9px;}

ul#menu-second-menu li.current_page_item a{
    background-color: #e42727;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;}

ul#menu-third-menu li a{
   font-size: 11px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    padding-left: 8px;
    padding-right: 8px;}

ul#menu-third-menu li.current_page_item a{
    background-color: #e42727;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;}

#post-not-found{
    margin: 10px;
    margin-top: 20px;}

a.page-numbers{
    color: #e42727;
    padding: 2px 4px 4px 4px;
    margin: 10px;}

a.page-numbers{
    font-size:14px;}

a.downloadlink{
    background-color: #e42727;
    color: white;
    float: right;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    margin-top: 70px;}

.addtoany_content{
    width:auto;}

a.prev{
    color: #e42727;
    background-color: transparent;}

a.next{
    color: #e42727;
    background-color: transparent;}

.current{
    color: white;
    background-color: #e42727;
    font-size:14px;
    padding: 2px 4px 4px 4px;
    margin: 10px;}

.pagination{
    margin-top:40px;
    margin-bottom:40px;
    width:100%;
    text-align:center;}

#archives-2 h2.widgettitle{
    display:none;}

#archives-2{
    margin-top: 15px;
    margin-bottom: 20px;}


.page-template-indicies .jelly_post_display_main_wrapper_margin_add {
    margin-bottom: 0px !important;}


@media all and (min-width: 1200px){
        .container {
        width: 100%;
        padding: 0px;}
}


@media all and (max-width: 1043px){
    .navbar-default .navbar-nav>li>a {
    padding-left: 15px;
    padding-right: 15px;} 
}

  
@media all and (max-width: 991px){
    #publicationscontainer {
    margin-left:0px;   
    }
    
    #eventscontainer {
    margin-left: 0px;
    }
 
    
    #homeposts{
    padding-left: 0px;   
    }
    
    .widgettitle {
    margin-bottom: 25px;
    padding-top: 25px;
    margin-top: 0px;
    }
    
    #homeposts #publicationscontainer #content {
    padding-top: 0px;   
    }
    
    .widget {
    margin: 0 0 1.5em;
    padding-left: 0px;
    padding-right: 0px;
    }
    
    .navbar-default .navbar-toggle {
    margin-right: 30px;
    }
    
    .aboutbox {
    margin-right: 0px;
    padding: 20px;
    margin-bottom: 0px;
    }
    
    .tweets{
    padding-right:25px !important;   
    padding-left: 25px !important;
    }
}

@media all and (max-width: 963px){
    .navbar-default .navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;} 
}

@media all and (max-width: 960px) {
   
    #line{
    margin-top: 120px;
    }
    
    #menu {
    margin-top: 95px;
    }
    
    #dots{
    margin-top: 94px;
    }

}

@media all and (max-width: 883px){
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;} 
}

@media all and (max-width: 850px){
    .navbar-default .navbar-nav>li>a {
        font-size: 11px;} 
}

@media all and (max-width: 816px){
    .navbar-default .navbar-nav>li>a {
        padding-left: 8px;
        padding-right: 8px;} 
}

@media all and (max-width: 784px){
    .navbar-default .navbar-nav>li>a {
        padding-left: 6px;
        padding-right: 6px;} 
}

@media all and (max-width: 767px){
    
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;}
        
    #topcontent {
    margin-left: 40px;
    margin-right: 40px;}

    
    .navbar{
    z-index: 1000;
    width: 30%;
    min-width: 150px;}
    
    .navbar-form {
    padding: 0px 15px;} 
    
    .navbar-nav {
    margin: 0px;}
    
    .navbar .navbar-collapse {
    text-align: left;
    width: 100%;}
    
    .navbar-default .navbar-nav>li>a {
    padding-left: 6px;
    padding-right: 6px;
    padding: 15px;
    height: 50px;
    font-size: 14px;}
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    margin: 0px;
    padding-top: 20px;
    border: 0px;}
    
    .left {
    padding-right: 0px;}
    
    .right {
    padding-left: 0px;}
    
    .navbar-default .navbar-nav>li>a {
    border-right: 0px solid #c4c4c4;}
}


@media all and (max-width: 690px) {
    #menu {
    margin-top: 95px;
    width: 500px;
    margin-left: -20px;
    }
    
    #menu li {
    margin-right: 30px;
    }
    
    #dots{
    display:none;
    }
    
    #epilogo{
    float:left;
    margin-left:40px;
    }
}

@media all and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
    
    #inner-footer p.oval{
    margin-top: 530px;}
}

@media all and (max-width: 428px) {
    #logo img{
    max-width: 200px;
    padding-top: 5px;}
}

@media all and (max-width: 385px) {
.top-links a {
    color: white;
    float: left;}
}
    
@media (max-width: 381px){
    .top-links a {
    color: white;
    float: left;
    font-size: 12px;}
}
    
@media (max-width: 370px){
    #logo{               
    padding-right: 0px;}  
    }
        
@media (max-width: 352px){
    .top-links a {
    color: white;
    float: left;
    font-size: 11px;}
	}
		
.footer-links{
	display:none !important;}