
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900');
body { 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}nav.navbar.navbar-inverse.bg-inverse.navbar-toggleable-md {
    background: #000!important;
}.nav-link {
    position: relative;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f5f5f5;
    padding: 28px 0;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link, .nav-link:hover {
    color: #bd9555;
}a{ color:rgba(189, 148, 85,1);}
a.active,a:active,a:focus,a:hover{ color :rgba(189, 148, 85,1); text-decoration:none}
a.navbar-brand img {
    width: 260px;
    max-width: 100%;
}footer a.navbar-brand img {
    width: auto;
}.dropdown-menu {
    margin: 0;
    padding: 0;
    width: 180px;
    position: absolute;
    border: 0;
    background: #000;
    border-top: 3px solid rgba(189, 148, 85,1);
    z-index: 2;
    border-radius: 0;
    box-shadow: 0 0 0;
}.sprintcycling{ width:150px ; max-width:80%}
a.dropdown-item {
    padding: 10px 21px;
    color: #f5f5f5;
    display: block;
    position: relative;
    font-size: 11px;
	background:transparent!important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}a.dropdown-item:hover { 
    color: #bd9555; 
}
.h6{ font-size:13px;}
.h1 { 
    color: #151515;
    font-size: 56px;
}.h2 { 
    font-size: 42px; 
}.h3{
    font-size: 24px;}
.h1,.h2,.h3,.h4,.h5,.h6{
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    letter-spacing: -1px;
    display: block;
    line-height: 1em;
    padding: 10px 0;}.pt-70 { padding-top:70px}
.pb-70{ padding-bottom:70px}
.pt-30 { padding-top:30px}
.pb-30{ padding-bottom:30px}
.swiper-button-next, .swiper-button-prev { 
    text-align: center;
    width: 44px;
    background: none;
    height: 44px;
}.text_white{ color: #fff;}
.slider img , .article img{
    width: auto;
    max-width: none;
    display: block;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
   /* -webkit-transform: scale(0.1);
    transform: scale(0.1);*/
	  
    top: 0;
    bottom: auto;
    margin: 0 auto;
    height: auto;
    min-width: 100%;
    min-height: unset; 
    width: 100%;
}.slider .swiper-slide >div{ position:relative; padding-bottom:44%;
    overflow: hidden;}

.slider .content , .article .content{
    padding: 30px 25px;
    left: 0;
	bottom:0;
    position: absolute;
    width: 100%;
    z-index: 2;
} .article .content{
    padding-bottom: 15px; 
}.btn,.post-categ,[type=submit]{
    background: rgba(189,150,85,1);
    padding: 5px 7px;
    color: #fff;
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 0;
    margin: auto;
    font-weight: 700;
    display: inline-block;}
.btn.focus, .btn:focus, .btn.active, .btn:active, .btn:focus, .btn:hover {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background: rgba(189, 150, 85,0.5);
}
	.slider .h2,.article .h3 ,.article .h4,.article .h5,.article .h6{ 
    color: #fff; 
}.post-meta li {
    display: inline-block;
    color: #e5e5e5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
}ul.post-meta {
    margin: 0;
    padding: 0;
}.overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}.album_row .overlay { 
    background-color: rgba(0,0,0,0);
}.album_row .article .content { 
    bottom: -75px;
} .swiper-slide:hover .overlay,.article:hover .overlay{ 
    background-color: rgba(0,0,0,0.5);}
.swiper-slide:hover .content,.article:hover .content {
    bottom: 30px;
}.readmore{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(189, 148, 85,1);
    border-bottom: 1px solid;
    border-color: rgba(189,150,85,1); 
    margin-top: 14px;
    bottom: -30px;
    position: absolute;
    z-index: 2;
    left: 25px;
    opacity: 0;
}.swiper-slide .readmore {
    left: 25px; 
}.swiper-slide:hover .readmore,.article:hover .readmore {
    bottom: 30px;
    opacity: 1;
}.post-categ:hover {
    color: #fff;
    background: rgba(189, 148, 85, 0.7019607843137254);
}a.h2:hover {
    opacity: 0.7;
} .article>div {
     background-size: cover;
     background-position: top center;
    position: relative;
    overflow: hidden;
    padding-bottom: 121%;
}.album_row .article>div { 
    padding-bottom: 67%;
}.album_row .article>div  .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
	-moz-line-clamp: 4;
    -moz-box-orient: vertical; 
    max-height: 94px;
    -webkit-box-orient: vertical; 
    padding-bottom: 0 !important;
}.album_row .article>div  .content a {
    overflow: hidden; 
    margin-bottom: 15px;
	padding-bottom:0;
}.album_row  .article:hover .readmore {
    bottom: 12px; 
}

.article_row{ margin:0 -3px; padding-top:3px}
.article_row>div{ padding: 3px}
.color{ color:rgba(189,150,85,1);}
.slider.slider-center .content {
    text-align: center;
    right: 0;
    top: 0;
    margin: auto;
    max-height: 107px;
}.slider-center  .swiper-slide .readmore { 
    right: 25px;
    text-align: center;
}.slider {
    margin: 3px 0;
}footer {
    background: #000;
    padding: 42px 0; 
    font-size: 11px;
    letter-spacing: 1px;
}.social a,.scrolltotop {
    border-radius: 100%;
    border: 1px solid;
    width: 42px;
    line-height: 40px;
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
}.social a:hover  {color:#fff;
}.scrolltotop:hover{color:#fff;
    background-color: rgb(189, 147, 85);
    border-color: rgb(189, 147, 85);
}.page-item.active .page-link { 
    background-color: rgb(189, 147, 85);
    border-color: rgb(189, 147, 85);
}.page-item  .page-link { 
    color:   rgb(189, 147, 85);
    border-radius: 0 !important; 
}li.page-select {
    padding-left: 35px;
}select.custom-select {
    border-radius: 0;
}.custom-select:focus {
    border-color: rgb(189, 146, 85);
    outline: 0;
}.modal-content { 
    background: transparent;
    border: 0;
}.modal-backdrop.show {
    opacity: 0.9;
}.close { 
    font-size: 3rem;
    font-weight: 400; 
    color:rgb(189, 146, 85);
    text-shadow: none;
    opacity: 1;
}button.close { 
    position: absolute;
    right: 0;
    top: 0;
}.modal-dialog {
    max-width: 800px; 
    width: 90%;
}.search-box {
    background: transparent;
    background: linear-gradient(transparent 99%, rgba(189, 146, 85, 0.4));
    border: 0;
    border-bottom: 2px solid rgb(189, 146, 85);
    padding: 9px 25px;
	width:100%;
    color: #fff;
}.search-box:focus { 
    outline: 0;
    background: linear-gradient(transparent 90%, rgba(189, 146, 85, 0.4));
}.label{
    color: #fff;
    font-style: italic;
    text-align: left;
    font-size: 28px;
    padding: 0px 14px;
    font-family: serif;
    line-height: 1.5;
    font-weight: 100;}
#search-form table{ width:100%; color:#fff;}
#search-form .form-check-label { color: #fff}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgb(189, 146, 85);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}.navbar-toggler-right { 
    right: 0;
}.tagcloud a {
    border: 1px solid;
    padding: 5px 13px;
    display: inline-block;
    margin-bottom: 5px;
}ul.instagram-pics.instagram-size-thumbnail li {
    list-style: none;
    float: left;
    max-width: 50%;
    padding: 3px;
    overflow: hidden;
}ul.instagram-pics.instagram-size-thumbnail li img {    
    max-width: 100%; 
}
ul.instagram-pics.instagram-size-thumbnail {
    margin: 0 -3px;
    padding: 0;
}.mfp-bg { 
    opacity: 0.95;
    filter: alpha(opacity=95);
}.foo-block {
    margin-bottom: 30px;
    clear: both; 
    position: relative;
    float: left;
} .scrolltotop {
    text-align: center;
    position: fixed;
    bottom: -50px;
    right: 15px;
    z-index: 5;
}.scrolldown .scrolltotop { 
    bottom: 15px;
}ul.instagram-pics.instagram-size-thumbnail li a {
    display: block;
    background: rgb(189, 147, 85);
}ul.instagram-pics.instagram-size-thumbnail li a:hover img {
    opacity:0.5
}/*elenco*/
.card {  
    border: 0;
    border-radius: 0;
}.card-header { 
    background-color: #fff;
    padding: .75rem 0; 
    border-bottom: 0;
}.card .card {
    margin: 0;
    padding: 0 ;
}.card-body {
    margin: 4px 0;
    padding: 0;
    border-left: 1px solid #ccc;
}.card a { 
    font-weight: 800;
    margin: 0;
    letter-spacing: -1px;
    display: block;
    line-height: 1em; 
    font-size: 28px;

}.card .card-body a { 
    padding: 0 30px;
    font-size: 24px;
    background: transparent url(http://4dim-galats.att.sch.gr/autosch/joomla15/images/bgs/graypixel-1.PNG) repeat-x scroll 0 11px;
    background-size: 22px 1px !important;
    background-repeat: no-repeat;
}.card-header + div { 
    margin-left: 18px;
}.card .card .card a {  
font-size: 20px;}
ul.navbar-nav.mr-auto-auto .nav-item >* {
    font-size: 12px;
}.mfp-figure figure>figcaption {
    background: #444444;
}a.scarica {
    font-size: 139%;
    margin-bottom: -5px;
    display: inline-block;
}.numeri_pagine_underline , .numeri_pagine{
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #ddd;
    color: rgb(189, 147, 85);
    border-radius: 0 !important;
    margin: 0;
}.numeri_pagine{ color:#000}
.mfp-title table {
    table-layout: fixed;
    width: 100%;
}
/*anim*/
.content, .search-box,  .post-more ,.btn,.post-categ,.overlay,.readmore, .scrolltotop,.social a,ul.instagram-pics.instagram-size-thumbnail   img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	}
@media(max-width:570px){.article_row>div {
    max-width: 350px;
    margin: auto;
}}
@media(max-width:767px){
	.slider img, .article img { 
    top: -10000%;
    bottom: -10000%;
    margin: auto auto; 
    min-height: unset;
    width: 117%;
}
.nav-link { 
    padding: 12px 0; 
}
	.pt-70 { padding-top:35px}
.pb-70{padding-bottom: 35px;}
.pt-30 { padding-top:20px}
.pb-30{ padding-bottom:20px}
.slider .swiper-slide >div { 
    padding-bottom: 77%;
}.navbar-brand { 
    margin-right: 106px;
    max-width: 145px;
}
	.h1 { 
    font-size: 25px;
}.h3 {
    font-size: 20px;
}.h2 {
    font-size: 23px;
}.swiper-button-next, .swiper-button-prev { 
    width: 22px;
    height: 22px;
    bottom: 6px;
    top: auto;
}.pagination{
    flex-wrap: wrap;}
	li.page-select {
    padding-left: 35px;
    padding: 35px 0 0 0;
}
	
}

@media(max-width:991px){
.slider .content , .article .content{
    padding:   15px; 
}}
@media(min-width:768px){
img.mfp-img {
    max-width: calc(100vw - 300px);
}
	.mfp-figure figure {
    margin: 0;
    display: flex;
    padding:  0 ;
    align-items: center;
}.mfp-bottom-bar {
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    cursor: auto;
    max-width: 450px;
    padding:   0 40px;
}
.mfp-title { 
    padding: 25px 0;
}}
@media(min-width:992px){ 
img.mfp-img {
    max-width: calc(100vw - 381px);
}	
	.dropdown:hover>.dropdown-menu {
  display: block;
}ul.instagram-pics.instagram-size-thumbnail li { 
    max-width:33.3333%; 
}.navbar-toggleable-md .navbar-nav .nav-link {

    padding-left: 1.5rem;
}}