@charset "UTF-8";
/* CSS Document */

/*para text */


img {max-width:100%;}

/* Nav */

::selection {background-color:#5296a9;}

.cyan {background-color:#5296a9;}
/*mobile hamburger*/

.burger {visibility:hidden;}
.m-search {visibility:hidden;}
.m-nav {visibility:hidden;}
			
@media all and (max-width: 799px) {
	
	.m-nav {height:50px; position:fixed; background-color:#385059; width:100%; padding-bottom:20px; visibility:visible; color:#ffffff; z-index:999;}
	.burger {visibility:visible; float:left; background-image:url(../images/burg-g.png); display:block; z-index:997; background-repeat:no-repeat; width:40px; height:40px; margin-left:10px; margin-top:5px;}
	.m-search {visibility:visible; float:right; background-image:url(../images/search-g.png); display:block; z-index:998; background-repeat:no-repeat; width:40px;height:40px; margin-right:10px; margin-top:5px;}
	
			
			}
				

@media all and (max-width: 660px) {
	
	.mobile {display:none; z-index:999;padding-top:50px;
		
		} 
	
	
	
	}
.mobile ul, .mobile li a {text-decoration:none;}

.mobile ul li ul  {display:none; text-decoration:none; }

.mobile li {padding: 15px; list-style:none; margin-left:0px; cursor:pointer; text-transform:uppercase; font-size:14px; font-family: 'Archivo Narrow', sans-serif; font-weight:700;color:#496972;}


.mobile li img {padding-right:10px;}


.mobile li:hover {color:#444; }

.mobile li ul li {border-bottom: solid thin; }

.mobile li ul {padding-top:20px; }


/*.mobile ul li:hover ul  { display:block; }*/

.mobile ul {-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;}
	
	
	.arrow-down { border-left: solid thick #78C068;}
	
/*.arrow-down::before {
	
	padding-right:10px;
	content:url(../images/gr-arrow.png) ;
	margin-left:-5px;
	}*/
	
	.times::before {
	
	padding-right:10px;
	content:url(../images/actv-47.png) ;}
	
	
	@media (min-width:601px){ .mobile {display:none;} }
	
	
	