
/* full view: md, lg */
@media (min-width: 992px) {
    .registration-wrapper input,
    .registration-wrapper select,
    .registration-wrapper textarea {
        max-width: none;
    }
}

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

/* lg only */
@media (min-width:1200px) {
	.caption h2,
    .caption h3 {
        font-size: 48px;
    }
    
    .caption p {
        font-size: 25px;
        font-weight: 600;
    }
}

@media (min-width: 1871px) {
    #header {
    	background: url(../images/header_background_1.png) 20px center no-repeat;
    }
    
    .background-left,
    .background-center,
    .background-right {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1870px) {
    .background-left {
        left: calc(50% - 1115px);
    }
    
    .background-center {
        top: 15px;
        left: calc(50% - 335px);
    }
    
    .background-right {
        left: calc(50% + 605px);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-banner-wrapper .caption .content-wrapper h2 {
        font-size: 42px;
    }
    
    .header-banner-wrapper .caption .content-wrapper p {
        font-size: 21px;
    }
    
    .header-banner-wrapper .header-banner-icons {
        padding-top: 10px;
        height: 90px;
    }
    
    .header-banner-wrapper .header-banner-icons h3 {
        font-size: 18px;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {
	.caption h2,
    .caption h3 {
        font-size: 40px;
    }
    
    .caption p {
        font-size: 23px;
    }
    
    .background-left {
        left: calc(50% - 995px);
    }
    
    .background-right {
        left: calc(50% + 500px);
    }
    
    .background-center {
        top: 15px;
        left: calc(50% - 254px);
        width: 400px !important;
    }
    
    #header .user-area {
        right: 147px;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
	.caption h2,
    .caption h3 {
        font-size: 32px;
    }
    
    .caption p {
        font-size: 21px;
    }
}

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

/* xxs only */
@media (max-width: 479px) { 
    .col-xxs-12 {
        width: 100%;
    }
    
    .search-box .searchsubmit {
        top: 5px;
    }
    
    #news-grid .news-box {
        min-height: auto !important;
    }
    
    #news-grid .visible-xs {
        display: none !important;
    }
    
    .main {
        padding: 15px;
    }
    
    #members .banner {
        float: none;
        margin: 10px auto;
    }
    
    .sidebar-wrapper,
    .content-wrapper {
        position: relative;
        width: 100%;
        float: left;
    }
    
    #members .banner {
        display: inline-block;
    }
    
    div#members {
        text-align: center;
    }
}