/*
Theme Name: TheRealArgentina 2015
Theme URI: http://therealargentina.com
Author: Hacce
Author URI: http://hacce.com
Description: The Real Argentina Theme
Version: 0.0.3
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	
}

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

p {
	margin-bottom: 1.5em;
}

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-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

body .yarpp-thumbnail-default > img {
    min-height: 83px;
    min-width: 155px;
}
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%;
}

.footer-argento img{max-width:260px;}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	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 {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.form-control-wrapper .form-control, .form-control, fieldset[disabled] .form-control:focus, .form-control-wrapper .form-control:focus, .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control.focus, .form-control.focus {
	padding: 0;
	float: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #757575;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #337ab7;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	color: #3f51b5;
}
.site-footer a:hover{
    color: white;
    opacity: .8;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}
.bannerreal{margin-top:10px;}
body .widget h3.panel-title {
    margin-top: 16px;
    margin-bottom: 10px;}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

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

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-bottom: 40px;
}

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

/*--------------------------------------------------------------
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-size: 1.4rem;
	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 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

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

.widget ul {
	padding: 15px;
	margin-left: 0;
}

.widget-area ul li {
	list-style: none;
}

.widget .textwidget, .widget #calendar_wrap, .widget .tagcloud, .widget .form-search {
	padding: 15px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.entry-meta span, 
.entry-footer span  {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child, 
.entry-footer span:last-child {
	margin-right: 0;
}

.entry-meta span a, 
.entry-footer span a {
	color: #777;
	text-decoration: none;
	font-size: 90%;
}

.entry-meta span a:hover,
.entry-footer span a:hover {
	text-decoration: underline;
}

.entry-meta span i,
.entry-footer span i {
	color: #777;
	font-size: 80%;
}

.entry-footer .edit-link {
	float: right;
}

.entry-container {
	padding: 5px 15px;
}

.entry-container h1{
	margin-top: 0;
}

.entry-container h1 a{
	color: #404040;
}

.entry-container h1 a:hover{
	text-decoration: none;
	color: #3f51b5;
}

a.read-more {
	text-transform: uppercase;
	color: #404040;
	font-weight: 500;
}

a.read-more:hover {
	color: #3f51b5;
}

.card {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
}

.card .entry-img {
	background-color: #F4F4F4;
}

.site-footer {
	background-color: #374147;
	padding: 40px 0 20px;
	color: #fff;
	margin-top: 30px;
}

.site-footer a {
	color: #fff;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
#secondary {
	word-wrap: break-word;
	-ms-word-break: break-all;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
    hyphens: auto;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
}

.autor-post{float:left;margin-right:10px;margin-bottom:5px;}
.nombreautor{    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;}
.comments-area {
	padding: 35px;
}

.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}
.comments-title, .h3.comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
	font-family: 'EB Garamond', serif;
	clear:both;
	font-weight: 300;
	font-size:24px;
	line-height: 1.1;
	color: inherit;
}
ol.comment-list {
	list-style:none;
	padding-left: 0;
}

.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}

.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.comment-details .reply {
	margin-top: 10px;
}

.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}

#commentform #comment {
	width: 100% !important;
}

#commentform #submit {
	position: relative;
	padding: 8px 30px;
	border: 0;
	margin: 10px 1px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,.84);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	outline: 0!important;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);

	color: rgba(0,0,0,.84);
	background-color: transparent;
	border-color: #ccc;
}

#commentform #submit:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*--------------------------------------------------------------
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;
}


/*--------------------------------------------------------------
13.0 Custom Template
--------------------------------------------------------------*/

body{
    color: #111;
    background: #F5F5F5;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3{
    font-family: 'EB Garamond', serif;
}

a{ color: #111; }
a:hover{
    color: #333;
    text-decoration: underline;
}

button.a{
	display: inline;
	background: transparent;
	border: none;
}

.btn.btn-tra.btn-flat{
    color: white;
    background: #8A1820;
}

.alternate,
.site-footer{
    color: white;
    background: #8A1820;
}


.logo-wrapper{
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 20px 0;
}
.logo-wrapper img{
    height: 106px;
    transition: all .5s;
}
.logo-wrapper.scrolled img{ height: 70px; }

.navbar-tra{ transition: all 1s; }
.navbar-tra.scrolled{
    top: 110px;
    width: 100%;
    position: fixed;
    z-index: 999;
}


.header-marquee{
    height: 56px;
    background: url('images/marquee.png');
}


nav.navbar.navbar-tra{
    color: #111;
    background: #F5F5F5;
    border-bottom: solid 1px #C3C3C3;
    font-size: 17px;
}

.nav > li > a:hover{
    text-decoration: underline;
}

.navbar.navbar .dropdown-menu li > a:hover,
.navbar.navbar .dropdown-menu li > a:focus{
    color: #8A1820;
}

/*
.sidebar-container{ position: relative; }
.sidebar-fixed{ position: absolute; }
*/


.custom-banner{
	margin: 20px 0;
	text-align: center;
}


.widget{
	position: relative;
    background: white;
    border: solid 1px #ddd;
}

.widget h3.panel-title{
    margin: 24px 0 6px;
    color: #8A1820;
    font-size: 21px;
    font-style: italic;
    font-family: 'Satisfy', cursive;
    text-align: center;
}

.widget .h3.panel-title{
	margin: 24px 0 6px;
	color: #8A1820;
	font-size: 21px;
	font-style: italic;
	font-family: 'Satisfy', cursive;
	text-align: center;

	font-weight: 300;
	line-height: 1.1;
	clear: both;

}


.widget.widget-contributors{
	background: white url('images/argento-lapiz.png') no-repeat 10px calc(100% - 10px);
	background-size: 25%;
}

.widget.widget-contributors h3.panel-title{
	margin: 16px 0 0;
}
.widget.widget-contributors a,
.widget.widget-newsletter a{
	display: inline-block;
	margin: 15px;
	padding: 5px 45px;
	color: white;
	background: #8A1820;
}

.widget.widget-newsletter{
	color: white;
	background: #8A1820 url('images/argento-newsletter.png') no-repeat 10px calc(100% - 10px);
	background-size: auto;
}

.widget.widget-newsletter h3.panel-title{
	color: white;
	padding: 8px 15px 0;
}
.widget.widget-newsletter a{
	padding: 5px 20px;
	color: white;
	border: solid 1px white;
}


.popular_show ul{
	margin: 0 15px;
}
	.popular_show ul li{
		margin: 10px 0;
	}


.widget-social{
    padding: 10px;
    margin-top: 20px;
    background: none;
    border: none;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
	text-align: center;
}
.widget-social h3.panel-title{
    color: #555;
    float: left;
    margin: 5px 0 0 0 !important;
}

#flickrfeed{
    margin: 0;
    padding: 8px;
    padding: 8px;
    list-style: none;
}
    #flickrfeed li{
        margin: 3px;
        display: inline-block;
    }

.widget-twitter iframe{ margin: 5px; }

.widget .wpp-list{
    margin: 0 5px;
    list-style: none;
}
    .widget .wpp-list li{ margin-bottom: 18px; }
    .widget .wpp-list li .post-stats{
        color: #8A1820;
        margin-top: 5px;
    }


.wp-pagenavi a, .wp-pagenavi span{
	padding: 10px 15px;
	background: white;
	border: none;
}


.site-footer .row + .row{
    margin-top: 32px;
}

    .site-footer .footer-tra{ text-align: center; }
    .site-footer .footer-argento{ text-align: right; }

    .site-footer .footer-legal{
        font-size: .85em;
        padding: 20px 0 20px 120px;
        background: url("images/footer-vinoargentino.png") no-repeat left center;
    }

    .site-footer .contact{
        font-size: .85em;
        text-align: right;
    }

    .menu-argento-inferior{
        margin: 14px 0 0;
        padding: 0;
    }
    .menu-argento-inferior li{
        display: inline-block;
    }



/*--------------------------------------------------------------
13.05 Home
--------------------------------------------------------------*/

body.home .meta{
	margin-bottom: 4em;
	text-align: center;
}

body.home .meta h1{
	color: #8A1820;
	text-align: center;
}



/*--------------------------------------------------------------
13.05 Slider
--------------------------------------------------------------*/


#header-slider{
    color: white;
    background: #333;
    overflow: hidden;
    position: relative;
}

    .slider-container{
        height: 0;
        width: 100%;
        overflow: hidden;
    }
    .slide{
        float: left;
        min-height: 300px;
        position: relative;
        background: no-repeat center center;
        background-size: cover;
    }

    .slide-content{
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 5%;
        background-color: rgba(0, 0, 0, .66);
        transition: all .75s;
    }

    .slide a{ color: white; }
    .slide a:hover{
        color: white;
    }

    .slide-content h5{
        margin: 0 0 5px;
        text-transform: uppercase;
    }
    .slide-content h3{ margin: 15px 0; }

    .slide-content p{ margin: 0; }


    .slide-text{
        max-height: 0;
        overflow: hidden;
        transition: all .75s;
    }
    .slide-text .read-more{
        display: block;
        margin-top: 10px;
        font-size: .85em;
        text-align: right;
        text-transform: uppercase;
    }

    .slide:hover .slide-content{ background-color:  rgba(138, 24, 32, .75); }
    .slide:hover .slide-text{ max-height: 150px; }



    .slider-controls a{
        display: block;
        position: absolute;
        top: 50%;
        top: calc(50% - 24px);
        width: 48px; height: 48px;
        color: white;
        background: rgba(0, 0, 0, .5);
        border-radius: 2px;
    }
    .slider-controls a:before{
        font-size: 48px;
    }
    .slider-controls a:hover{
        text-decoration: none;
        border-bottom: solid 5px rgba(0, 0, 0, .25);
    }
    .slider-controls a:focus{ text-decoration: none; }

    .slider-controls .slider-prev{ left: 5%;}
    .slider-controls .slider-next{ right: 5%; }


/*--------------------------------------------------------------
13.1 Elements
--------------------------------------------------------------*/

article.hentry,
article .entry-header{
    margin: 0;
    margin-bottom: 15px;
}

a.read-translated{
    display: block;
    margin: 20px 0;
    color: #8A1820;
    font-style: italic;
}
a.read-translated:hover{
    text-decoration: underline;
}



/*--------------------------------------------------------------
13.1 Post
--------------------------------------------------------------*/

article{
    padding-top: 10px;
    background: white;
    border: solid 1px #ddd;
}
article .post-category{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

article .h4.post-category{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;

	clear: both;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
	color: inherit;
}

h1.page-title,
article .entry-title{
    margin: 0 .25em 1em;
    color: #8A1820;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#main article .entry-title{
    margin: 0.5em 5% 1em;
    font-size: 26px;
}
.page #main article .entry-title { margin-top:10px; }
article .entry-title a{
    color: #8A1820;
}

#main .entry-title{
	margin-left: 1em;
	margin-right: 1em;
}

article .entry-img img{
    width: 100%;
}

.hentry,
article header,
article .entry-content,
article footer{
    margin: 20px;
}

.bio-link{min-height: 160px;}

.col-sm-3 article h1.entry-title {
    font-size: 20px;
}

article.position-0,
.single article.post,
.page article.post{
    margin-bottom: 60px;
    padding-top: 30px;
    background: url('images/block-background-sm.png') no-repeat top center;
    background-size: 100%;
    border: none;
}
.single article.post{
    background: url('images/block-background-md.png') no-repeat top center;
    background-size: contain;
}

article.position-0 .entry-content{
    margin: 20px 0;
}

.single article .entry-img,
.single article .entry-content,
.single article footer
{ margin: 10px 14px; }

article .entry-content h3{
    color: #8A1820;
    font-weight: bold;
    text-transform: uppercase;
}


.ts-fab-list li.active a{
    border-color: transparent;
    background-color: #8A1820;
}

.ts-fab-wrapper .ts-fab-tab{
    border: 1px solid #e5e5e5;
}


div.related-slider{
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
div.related-slider div.owl-item{
	padding: 15px;
	text-align: center;
}
div.related-slider div.owl-item img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

div.related-slider .owl-buttons div{
	top: 56px;
	position: absolute;
}
div.related-slider .owl-buttons .owl-prev{ left: -48px; }
div.related-slider .owl-buttons .owl-next{ right: -48px; }

div.related-slider .owl-buttons div i{
	font-size: 5em;
}


div.yarpp-thumbnails-horizontal .yarpp-thumbnail{
    width: 24.0%;
    height: auto;
}
div.yarpp-related .yarpp-thumbnail-title,
div.yarpp-thumbnails-horizontal a.yarpp-thumbnail > img,
div.yarpp-thumbnails-horizontal a.yarpp-thumbnail > span{
    width: 95%;
    height: auto;
}

#wdi_feed_0 .wdi_photo_wrap_inner {
    border: none !important;
}

.wdi_feed_main_container {
    padding: 0 5px;
}
#wdi_feed_0 .wdi_photo_wrap {
    width: 100% !important;
    padding:0 !important;
    float:left;
    border: 1px solid #fff;
}


/*--------------------------------------------------------------
14.0 Responsive
--------------------------------------------------------------*/


@media screen and (min-width: 768px){


    #main-menu-tra{
        text-align: center;
    }

    .nav.navbar-center{
        float: none;
        text-align: center;
        display: inline-block;
    }
    .nav.navbar-center li{
        float: none;
        display: inline-block;
    }
    .nav.navbar-center .dropdown-menu{
        background: #f5f5f5;
    }
    .nav.navbar-center .dropdown-menu li{ display: block; }


    .menu-search{
        top: 12px;
        width: 200px;
        margin-left: 24px;
        position: relative;
        display: inline-block;
    }
    .menu-search button{
        background: transparent;
        border: none;
    }


    .menu-lang{
        margin: 0 0 0 20px;
        display: inline-block;
    }
    .menu-lang > .btn{
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-lang .dropdown-toggle{
        padding-top: 4px;
    }
    .menu-lang span.mdi-action-language{
        font-size: 18px;
        position: relative;
        top: 2px;
    }
    .menu-lang .dropdown-menu{ top: 70%; }
    .menu-lang .btn:hover:not(.btn-link):not(.btn-flat):not(.btn-fab),
    .menu-lang .btn:active:not(.btn-link):not(.btn-flat):not(.btn-fab){ box-shadow: none; }

}

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

    #flickrfeed li{ width: 30%; }
    div.yarpp-thumbnails-horizontal .yarpp-thumbnail{ width: 23.8%; }

}

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

    .fb-page{
		margin: 0 auto!important;
        width: 270px!important;
        display: block!important;
	}
    #page{ margin-top: 80px; }

    .logo-wrapper img,
    .logo-wrapper.scrolled img{
        height: 40px;
    }

    .navbar-tra.scrolled{ top: 80px; }

    .slider-container{
        min-height: 300px
    }

    #main article .entry-title{
        margin: 0 4% 1em;
        font-size: 18px;
    }

    article .entry-content h3{ font-size: 18px; }

    div.yarpp-thumbnails-horizontal .yarpp-thumbnail{ width: 100%; }

    footer .contact p,
    .menu-argento-inferior{
        text-align: center;
        font-size: 11px;
        margin-bottom: 2em;
    }
    footer .contact p{ font-size: 10px; }

}

body .widget .h3.panel-title,
body .widget-newsletter .h3.panel-title{
	margin-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
body .widget-newsletter .h3.panel-title{ color: white; }