
/* full view: md, lg */
@media (min-width: 992px) {
	#nav {
		background: #eee;
	}
    
    .contact-data {
        
    }
    
    body#page-SUMMER_TRIP #gallery-images .image-box {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    body#page-SUMMER_TRIP div#gallery-images {
        padding-left: 15px;
    }
    
    .similarity-block,
    .question-wrapper {
        width: calc(50% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
}

/* responsive view: xxs, xs, sm */
@media (max-width: 992px) {
	
	
	h1 {
		font-size: 30px;
	}
	h2, h3 {
		font-size: 25px;
	}
	
	.pagination {
		text-align: center;
	}
	
	.pagination li a {
		font-size: 1.6em !important;
		margin: 5px;
		padding: 0.5em 0.8em !important;
	}
	
	ul#main-menu > li {
		display: block !important;
		border-top: solid 1px #CBEA93 !important;
	}
	
	ul#main-menu > li > a {
		text-align: left !important;
	}
	
	#modal-login .row > div,
	#modal-join .row > div {
		margin: 10px 0px;
	}
	
	#modal-login .btn,
	#modal-join .btn {
		width: 100%;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer ul {
		text-align: left !important;
	}
	
	.sidebar .banners {
		 text-align: center;
	}
	
	.sidebar .banner {
		display: inline-block;
		margin: 10px;
	}
    
    .firstpage-block-link img {
        width: 100%;
    }
    
    .similarity-block,
    .question-wrapper {
        width: 100%;
    }
}

/* lg only */
@media (min-width:1200px) {
	.caption {
	   padding: 8%;
	}
    
    #menu-desktop ul.level-1 > li > .item > a {
        font-size: 16px;
        padding: 12px 8px;
    }
    
    .col-lg-5th.col-md-3 {
        width: 20% !important;
        padding: 5px;
    }
    
    img.decoration-1,
    img.decoration-2 {
        position: absolute;
        width: 210px;
        max-width: 100%;
        z-index: 2;
    }
    
    img.decoration-1 {
        top: 730px;
        left: -70px;
    }
    
    img.decoration-2 {
        top: 20px;
        right: -70px;
        transform: rotate(180deg);
    }
    
    .col-lg-20 {
        width: 20%;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {
	.caption {
	   padding: 4%;
	}
    
    #menu-desktop ul.level-1 > li > .item > a {
        font-size: 16px;
        padding: 15px 15px;
    }
    
    .firstpage-block h3 {
        font-size: 24px;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
	.caption {
	   padding: 3%;
	}
    
    .contact-data {
        
    }
    
    .header-banner-wrapper .banner-content h3,
    .header-banner-wrapper .banner-content h3 span {
        font-size: 21px !important;
        margin-top: 10px !important;
    }
    
    .header-banner-wrapper .banner-content p {
        font-size: 16px !important;
    }
}

/* xs+xxs only */
@media (max-width: 767px) { 
	h1 {
		text-align: center;
		font-size: 28px;
	}
	h2, h3 {
		font-size: 22px;
	}
    
    .contact-data {
        
    }
}

/* xxs only */
@media (max-width: 479px) { 
    .col-xxs-12 {
        position: relative;
        width: 100%;
        float: left;
    }
    
    a.admin-link {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    
    .calendar-wrapper {
        margin-right: 0px !important;
        font-size: 13px;
    }
    
    .calendar .event {
        min-height: 67px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .firstpage-block {
        width: 50%;
    }
}