/* Template V.2.0.1 */

/* COLORS */
/*
green1 #2eb1c5
green2 #09931c
yellow1 #f5c002

orange1 #ff8201

red1 #f62300
blue1 #0066ff


*/

/* GLOBAL */



body, header, nav, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, a, p, strong, small{
  /*font-family: 'Titillium Web', sans-serif !important;*/
}  
body {
	font-family: 'Arial', sans-serif;
}
body {
	/*min-height: 100%;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;*/
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

img {
	/*max-width: 100%;*/
}
/* HEADER */
.header {
	position:fixed;
	top:0;
	width: 100%;
	z-index: 99999;
	/*border-bottom: 1px solid #dedede;*/
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	background: #FFF;
}

/* Header top bar */
.header-top {
	padding: 10px 0px;
	position: relative;
}
.header-top p {
	margin: 0;
}
.header-title {
	text-align: center;
	/*position: absolute;
	left: 50%;
	margin-left: -180px;*/
	margin-top: 30px;
	font-size: 1.2em;
	color: #0066ff;
	

}
.header-title span {

}
.header-phone {
	text-align: right;
	/*padding-right: 30px;*/
	font-size: 1.2em;
	color: #595959;
	padding-top: 20px;
	font-weight: bold;
}
.mod-languages ul li{
	text-transform: uppercase;
	margin-right: 0 !important;
}
.mod-languages ul li:first-child {
	border-right: 2px solid #656464;
}

.logo {
	padding: 5px 10px;
}
.logo img {
	max-width: 100%;
	width: 200px;
}

.header-button {
	text-align: right;

}
.header-button > a {
	padding: 3px 7px;
	color: #FFF;
	display: inline-block;
	background: #f62300;
}
#header-user-menu {
	justify-content: flex-end;
}
#header-user-menu li {
	background: #00008b;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 13px;
}
#header-user-menu li.item-148 {
    margin-left: 7px;
    background: red;
}

/*NAVIGATION */
.header-right {
	text-align: right;
}
.header-bottom {
	text-align: center;
	background: #2eb1c5;
	border-top: 5px solid #f5c002;
}
.maximenuck {
	margin: 0 auto 0 auto;
	padding: 0;
	display: inline-block;
}
.maximenuck li a{
	padding: 10px 15px;
	text-transform: uppercase;
	color: #FFF;


}
.header-bottom .maximenuck {
	font-size: 1em;
}
.maximenuck2 {
	background: #FFF;
	border: 1px solid #CCC;
}
.maximenuck li > a:after, .maximenuck li span.separator:after {
	border-color: #888 transparent transparent transparent !important;
	top: 12px !important;
}

.maximenumobiletogglericonck {
	color: #FFF !important;
}
/* FOOTER */
.copy {
	text-align: left;
	font-size: 0.8em;
	color: #FFF;
	background: #2eb1c5;
	padding-top: 10px;
	border-top: 4px solid #f5c002;
}
.footer {
	background: #2eb1c5;
	color: #FFF;
	border-top: 4px solid #f5c002;
	margin-top: 50px;
}
.footer-top .moduletable {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 1440px;
}
.footer-top .menu li {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 0;
	text-transform: uppercase;
}
.footer-contact {
	text-align: right;
}
.footer-module {
	width: 70%;
	margin: 30px auto;
}
.footer-module ul {
	list-style: none;
	padding-left: 0;
	color: #FFF;
}
.icon-list span {
	display: inline-block;
	vertical-align: top;
	width: 10%;	
}
.icon-list p {
	display: inline-block;
	vertical-align: top;
}

.footer-logos-container {
	max-width: 450px;
}

.footer-logos-container img {
	max-width: 100%;
	width: 60px;
	margin-right: 5px;
	margin-bottom: 5px
}
.footer-logos-container a:last-child img{

	max-width: 100%;
	width: 300px;
}
/* CONTENT */
.content {
	margin: 160px auto 0 auto;
	min-height: 200px;
	width:100%;
	/*min-height:100vh;*//* eliminated for full screen bg*/
	/*height:100%;*/
	-ms-flex: 1
	flex: 1;
}

.content-container {
	max-width: 1440px;
	margin: 0 auto;
}

.slider-img img {
	/*width: 100%;*/
}

.clearfix {
	clear: both;
}

.section-header {
	text-align: center;
}
.section-boxes {
	margin: 50px 0;
}
.category-boxes {
	margin-top: 30px;
}

.catbox > div {
	border: 1px solid #595959;
	min-height: 246px;

}
.catbox p {
	margin: 0 auto;
	padding: 0px 15px 15px 15px;
	text-align: center;
}
.catbox a {
	display: block;
}
.catbox h5 {
	text-align: center;
	padding: 15px 15px;
	margin: 0 auto;
}
.catbox h4 {
	color: #FFF !important;
	text-align: center;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.1em;
}
.catbox:nth-child(1) h4{
	background: #f62300;
}
.catbox:nth-child(2) h4{
	background: #0066ff;
}
.catbox:nth-child(3) h4{
	background: #09931c;
}
.catbox:nth-child(4) h4{
	background: #ff8201;
}

.link-blue {
	color: #0066ff;
}

/* DOWNLOAD LINK */
.download-link {
	text-align: center;
	padding: 15px 0;
	margin: 10px auto;
	font-weight: bold;
	color: #0066ff;
	max-width: 500px;
}
/* ARTICLES */
.login form {
	width: 100%;
	max-width: 500px;
	margin: 40px auto;
}

.login .nav-tabs {
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
}

.login .nav-tabs li:first-child {
	margin-right: 20px;
}

.item-page h4 {
  color: #0066ff;
}

/*HEADER*/

.page-header {
    padding: 0px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 45px;
}

.page-header h2 {
    margin-bottom: 0px;
}

.page-header:after {
    content: "";
    width: 130px;
    height: 3px;
    background: #ffa800;
    display: block;
    position: relative;
    top: 10px;
}



/* BREEZING FORMS */
.fishing-form-container {
	max-width: 1400px;
	margin: 0 auto;
}

.fishing-form-container #bfSubmitButton {
	padding: 10px 15px;
	background: #0066ff;
	border: 1px solid #CCC;
	color: #FFF;
}


.fishing-form-container .bfFieldset-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

#billingaddresssection, #mailingaddresssection, #fishingdetailssection, #generalinformationsection, #licensedetailssection {
	border: 1px solid #EEE;
	padding: 10px;

}
/********************** MEDIA QUERIES **********************/
@media all and (max-width: 1690px){}
@media all and (max-width: 1280px){}

@media all and (max-width: 980px){
  

	.slider {
	    margin-top: 150px;
	}
  	
	.page-header {
	    margin-top: 80px;
	}
	.header-phone {
		font-size: 0.8em;
		/*text-align: left;*/
		margin-bottom: 5px;
		padding-top: 5px;
		margin-right: 15px;
	}
	.mod-languages ul li {
		font-size: 0.7em;
	}
	.logo {
		text-align: center;
	}
	.logo img {
		/*max-width: 150px;*/
	}
	.header-title {
		margin-top: 10px;
		font-size: 0.8em;
	}

	.header-right .moduletable {
		display: inline-block;
		max-width: 50%;
		text-align: right;
		margin-right: -4px;
		margin-bottom: 4px;
	}


}



@media all and (max-width: 736px){

	.slider {
	    margin-top: 263px;
	}

	.page-header {
	    margin-top: 192px;
	}

}

@media all and (max-width: 480px){
	
	.slider {
	    margin-top: 140px;
	}
  
	.page-header {
	    margin-top: 90px;
	}

}