@charset "UTF-8";

/* CSS Document */
body {
	margin:0; 

}






.full {
	
display:block;	
	
}



.mob {display:block;}

/*slideshow*/

.mySlides {display:f}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  height:auto;
 
  
  
  
}
.hzline {
	margin-left:auto;
	margin-right:auto;
	height:2px;
	width:70%;
	background-image:url(images/line-divide.png);
	background-size:contain;
	
	}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  height:auto;
  display:block;
  
}
@media only screen and (max-width: 5000px) {
	
	.goquote
	{   display:block;
		}

}

@media only screen and (max-width: 910px) {
	
	.goquote
	{   display:none;
		}

}
	
	
	
@media only screen and (max-width: 5000px) {
	
	.quotecell
	{   display:none;
		}

}

@media only screen and (max-width: 600px) {
	
	.quotecell
	{   display:block;
		}

}

@media only screen and (max-width: 800px) {
	
	.quotetagline
	{   margin-top:-200px;
	margin-bottom:40px;
		}

}


@media only screen and (max-width: 5000px) {
	
	.quoimagemobile
	{   display:none;
		}

}

@media only screen and (max-width: 800px) {
	
	.quoimagemobile
	{   display:block;
		}

}

@media only screen and (max-width: 800px) {
	
	.quoimage
	{   display:none;
		}

}



	.quotecell
	{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		
		
		
		}
@media only screen and (max-width: 1200px) {
    /* For mobile phones: */
  .slideshow-container{
        display:block;
		
    }
}


@media only screen and (max-width: 5000px) {
    /* For mobile phones: */
  .tabletslide{
        display:none;
		
    }
}

@media only screen and (max-width: 1200px) {
    /* For mobile phones: */
  .tabletslide{
        display:block;
		position:relative;
	margin-top:-40px;	
    }
}

.tabletslide img{
        width:100%;
		height:auto;	
    }



.mySlides img {
	display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
	
	}



.windowback {
	background-image:url(images/banner2.jpg);
	
	}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  padding-top:20px;
  
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  z-index:5;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  height:25px;
  width:25px;
  text-align:center;
 
  background:#5aa638;
  
  
}

.prev {
  
  height:25px;
  width:25px;
  text-align:center;

  background:#5aa638;
  
  
}



/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color:black;
  background:grey;
   -webkit-animation-name: slide;
  -webkit-animation-duration: 1.5s;
  animation-name: slide;
  animation-duration: 1.5s;
  
  
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 14px}
}
















/*slideshow*/


















/*navigationtest*/
nav {
	font-family: 'Montserrat', sans-serif;
	color: #535155;
	font-size: 16px;
  text-align:center;
  width: 100%;
  padding: 0;
  margin:0;

  position:relative;
  z-index:3;
}

.rightsearch
{
	width: 10%;
	height: 50px;
	margin-top: 15px;
	float: left;
	position: absolute;
	z-index: 20;
	background: #CCC;
	clear: left;
	margin-left: 950px;
	top: -1px;
	left: 33px;
}

.logo
{
  width:20%;
  height:50px;
  margin-top:15px;
  float:left;
  margin-right:400px;
  position:absolute;
  z-index:4;

  
  
}

.logo img

{
float:right;	
	
}





/*headertopbar*/
nav ul {
  background: white;
  list-style:none;
  padding:0 0px;
  margin: 0;
  
 
  
  

}



nav ul li {
  display: inline-block;
}


.b {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		margin-bottom:-25px;
		height:46px;
		
		}
nav ul li a {
  color:#333333;
  display:block;
  padding:0px 8px;
  text-decoration:none;
  float: left;
  height: 100px;
  line-height:125px;

  
  
}

nav ul li a1 {
  color:#333333;
  display:block;
  padding:0px 8px;
  text-decoration:none;
font-weight:700;

	margin-bottom: 5px;


  
  
}


nav ul li:hover {
	
 
}



nav ul li:hover > a{
    color:#6cb33f;
	-webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.25s;
}

a:hover  >  .hoverline{
    display:block;
	width:100%;
	background:#5aa638;
-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}


/**
nav ul li:hover > ul {
  display:block;
}
**/

   
  
 
 nav ul li:hover> ul{
 
 display:block;

 padding-bottom:20px;
 
 }


nav ul ul {
  
margin-top:104px;
display:none;  
width: 100%;
  position: absolute;
 left:0px;
  padding:0;

  
  
}

#menu

{
margin:auto;
width:1200px;
height:150px;


z-index:3;
}




@media only screen and (max-width: 5000px) {
  #menu {width:1100px;
  height:170px;}
}

@media only screen and (max-width: 1300px) {
  #menu {width:1000px;}
}

@media only screen and (max-width: 1020px) {
  #menu {width:920px;}
}


@media only screen and (max-width: 1400px) {
    #header { display:none;
       
    }
}
@media only screen and (max-width: 5000px) {
    #mobileheader { display:none;
       
    }
}
@media only screen and (max-width: 950px) {
    #mobileheader { display:block;
       
    }
}



@media only screen and (max-width: 950px) {
    nav { display:none;
       
    }
}

#mynav {
	
	float:left;

	
	}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: white;
	opacity:0.9;
    overflow-x: hidden;
    transition: 0.5s;
	
}

.overlay-content {
	 font-family: 'Montserrat', sans-serif;
	 font-size:20px;
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
	font-weight:300;
	
	
}

	/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {bottom:80px;}
    100%  {bottom:0px;}
    
}


@media only screen and (max-width: 530px) {
	 
    h1
	{   font-size:30px;
	line-height:32px;
	margin-top:-20px;
		}

}





.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color:#6cb33f;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}






	.mobilemenu a:hover {
		
		color:#6CB33F;
   
	
}

		
		#mobileheaderlogo{

	width:76px;
	height:60px;
	background-image:url(images/anig-windows-logo-desktop.png);
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:8px;
	float:right;
	margin-right:20px;

	
	}
	
	.mobileproductdropdown {
    position: relative;
    display: inline-block;
    cursor:pointer;
	

}

	.mobileproductdropdown:hover {
    position: relative;
    display: inline-block;
    cursor:pointer;
	width:80%;
		margin-bottom:140px;
		-webkit-animation-name: margin;
  /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; 
	/* Safari 4.0 - 8.0 */
    animation-name: margin;
    animation-duration: 0.5s;}
	
	/* Safari 4.0 - 8.0 */
@-webkit-keyframes margin {
     0%   {margin-bottom:0px;}

    100% {background-color:140px;}
}

/* Standard syntax */
@keyframes example {
      0%   {margin-bottom:0px;}

    100% {background-color:140px;}
}


.dropdown-content {
    display: none;
    position: absolute;
    background: #6cb33f;
    width:100%;

	
    z-index: 1;
}



.dropdown-content a {
   
text-align:center;
    text-decoration: none;
    display: block;
	background:white;
	font-size:18px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	

	
}

.dropdown-content a:link {
   
 font-family: 'Montserrat', sans-serif;
 color: #535155;
 font-weight:500;
	

	
}

.dropdown-content a:hover {color:white;
background-color: #6cb33f;
 border-radius:4px;   
 -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; 
	/* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
     0%   {background-color:white;}

    100% {background-color: #6cb33f;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color:white;}

    100% {background-color: #6cb33f;}
}

.mobileproductdropdown:hover .dropdown-content {
    display: block;
	background-color:white;
	margin-left:0px;
}

.mobileproductdropdown:hover .dropbtn {
    background-color: #3e8e41;
}


  .left img {
width:100%;
height:auto;
padding-bottom:8px;
padding-top:4px;
	
}
	
.right img {
width:100%;
height:auto;	
padding-bottom:8px;
padding-top:4px
}
.center img {
width:100%;
height:auto;	
	padding-bottom:8px;
	padding-top:4px;
}








.left{
	float:left;
	width:33%;
	
}
.right{float:right;width:33%;padding-bottom:20px;}
.center{margin:0 auto;width:33%;padding-bottom:20px;}	

	
	
	

.left a:link {
	margin:0;
	}	
.right a:link {
	margin:0;
	}
.center a:link {
	margin:0;
	}




	

.containlinks
{
margin:auto;	
width:90%;




	
}
  
 


.hoverline
{
	width:5%;
	height:2px;
	display:block;
	background:white;
	
	
	
	}










/*navigationtest*/

/*copyright*/
.anigwindows{

z-index:700;
position:relative;
width:25%;
height:75px;
background:red;

}
/*copyright*/


#container {

width:100%;
margin-right:auto;
margin-left:auto;
	
}

/* headers*/ 

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:76px;
	color:#6CB33F;
	line-height:28px;
}

h4 {font-family: 'Montserrat', sans-serif;

	margin-top:-15px;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	color: #535155;
	font-size: 16px;
	margin:0;
	padding: 0px;
	font-weight:100;
	float:left;
	
	
}


h7 {
	font-family: 'Montserrat', sans-serif;
	color: #535155;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight:100;
	float:left;
	
}

h3 {
font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:white;
	margin-bottom:15px;	
}
 h5{
	 float:left;
	 font-size:11px;
	 color:white;
 }
 
 /* headers*/ 
 
 
 /*topimage*/
 
 #fullimage {
	height: 1200px;
	width: 100%;
	background-size: cover;
	background-image: url(images/banner.jpg);
}
 
 
 
 
 
 /*topimage*/
 
 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 

/*paragraph*/
p {font-family: 'Montserrat', sans-serif;
font-size:15px;
line-height:17px;

}
/*paragraph*/


/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 

/*header media queries*/



@media only screen and (max-width: 1400px) {
    #header { display:none;
       
    }
}
@media only screen and (max-width: 5000px) {
    #mobileheader { display:none;
       
    }
}
@media only screen and (max-width: 950px) {
    #mobileheader { display:block;
       
    }
}


@media only screen and (max-width: 950px) {
    nav { display:none;
       
    }
}

@media only screen and (max-width: 950px) {
.logo{ display:none;

       
    }
}

@media only screen and (max-width: 1150px) {
.logo{ width:15%;

       
    }
}

/*header media queries*/

/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 

#banner {
	height: 1000px;
	width: 100%;
	background-size: cover;
	background-image: url(images/banner.jpg);
}


/*about us*/
#aboutbanner {
	height: 1000px;
	width: 100%;
	background-size: auto;
	background-repeat: no-repeat;
}
#aboutimage {
	height: auto;
	width: 100%;
	background-size: auto;
	background-repeat: no-repeat;
}
/*about us*/

/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/



/*logo styling*/
#logo
{
	margin-right:5px;
	margin-left:210px;
	width:94px;
	height:70px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	
}

#logosmaller
{
	width:200px;
	height:28px;
	padding-left:20px;
	padding-right:20px;
	margin: auto;
	margin-bottom:18px;
}

@media only screen and (max-width: 1400px) {
    /* For mobile phones: */
  #logo{
        display:none;
		
    }
}

@media only screen and (max-width: 5000px) {
    /* For mobile phones: */
  #logosmaller{
        display:none;
		width:200px;
		height:28px;
		
    }
}
@media only screen and (max-width: 1400px) {
    /* For mobile phones: */
  #logosmaller{
        display:block;
		width:200px;
		height:28px;
		
    }
}

#mobileheader {
	height:120px;
	background-color:white;
	width:100%;
	
	
}



	
/*logo styling*/

/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/

/*header*/
#header {

	height:100px;
	width:100%;
	padding-bottom:20px;
	background-color:white;
	margin:auto;
	}

#secondheader {

	height:80px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:white;
	margin:auto;
	}



#nav {
	width:70%;
	height:120px;
	float:left;
	margin-top:0;
	}
	
	#secondnav
{
	width:98%;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	
}

#menulinks
{float:left;
width:35%;
margin-top:50px;
margin-left:200px;
background-color:#ccc;
margin-left:204px;


	
}


/*header*/

/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/

/*productmenu*/

.productmenu {
	display:none;
	width:100%;
background-color:white;
height:200px;	
position:absolute;
margin-top:120px;

	
}


	
.productmenudrop

{ position:relative;


	
}


.productmenudrop:hover .productmenu 
{
display:block;	
width:100%;
opacity:0.4;


}

.productmenudrop:hover
{
height:300px;

}

.productone 
{
height:75px;
width:25%;
margin-left:220px;
background-color:red;
	float:left;
}

.producttwo 
{
height:75px;
width:25%;
margin-left:8px;
background-color:red;
	float:left;
	
}

.productthree 
{
height:75px;
width:25%;
margin-left:8px;
background-color:red;
	float:left;
	
}



/*productmenu*/
/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/







@media only screen and (max-width: 5000px) {
    /* For mobile phones: */
  #banner{
      height:1400px;

    }
}

@media only screen and (max-width: 1920px) {
    /* For mobile phones: */
  #banner{
      height:1121px;

    }
}



@media only screen and (max-width: 5000px) {
    /* For mobile phones: */
  #secondheader{
        display:none;
		
    }
}

@media only screen and (max-width: 1400px) {
    /* For mobile phones: */
  #secondheader{
        display:block;
		
    }
}

@media only screen and (max-width: 950px) {
    /* For mobile phones: */
  #secondheader{
        display:none;
		
    }
}



/* space*/
/* space*/
/* space*/
/* space*/
/* space*/



 /* links*/
 
 
 

 
a:link {
	
	color: #535155;
	text-decoration: none;
	margin-left:10px;
}


a:visited {
	color: #535155;
	text-decoration: none;
}
#links a:hover {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6CB33F;
}

a:hover {
	text-decoration: none;
	color: #6cb33f;
}
a:active {
	text-decoration: none;
}

/* links*/


/* space*/
/* space*/
/* space*/
/* space*/
/* space*/




/*search bar*/
input[type=text] {
	width:7%;
	float:right;
	color:#535155;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	background-color: white;
	background-image: url(images/searchicon.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	margin-top:40px;
	margin-right:210px;
	margin-left:25px;
	z-index:102;
	position:relative;

}

input[type=text]:focus {
	border: 1px solid #6cb23f;

	color:#6cb23f;
}

/*search bar*/



/*dropdownmenu for mobile header*/
#menubutton
{
float:right;
}

#mobileheader img {
	float:right;
}


.hamburgerline{
height:3px;
width:28px;
background-color:#ec1b23;
margin-bottom:8px;
	
	
	
}

.dropbtn {
	font-family:Verdana, Geneva, sans-serif;
	background-color: white;
	color: red;
	padding-top: 15px;
	padding-bottom: 16px;
	padding-left:26px;
	padding-right:28px;
	font-size: 9px;
	font-weight:bold;
	cursor: pointer;
	line-height:8px;
	letter-spacing:-2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;    
	margin-top:4px;
	margin-left:4px;
	
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #e9e9e9;
}

.dropdown {
    position: relative;
    display: inline-block;
	width:px;
	float:left;
}

.dropdown-content {
    display: none;
	margin-left:10px;
    position: absolute;
    background-color: #e9e9e9;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ec1b23;
color:white;}

.show {display:block;}
/*dropdownmenu for mobile header*/


	
	
	.dropproducts {
		width:10%;
    position: relative;
    display: inline-block;
	padding-left:0px;
	
}

.dropproducts a:link {
	color: #535155;
	text-decoration: none;
	padding-left:20px;
}

.dropproducts-content {
    display: none;
    position: absolute;
    background-color:white;
	height: 252px;
    background:white;
    width:1920px;
	margin-left:-456px;
	margin-top:48px;

}


.dropproducts:hover .dropproducts-content {
    display: block;
}

.dropproducts:hover
{
	height: 325px;
}

#dropproducts-firstbutton{
	margin-left:180px;
	margin-right:4px;
	float:left;
}

#dropproducts-midbutton{
	margin-right:16px;
	float:left;
}

img #dropproducts-midbutton{
	width:100%
	height:auto;
}
h2
{font-size:28px;
font-family: 'Montserrat', sans-serif; 
font-weight:300;

}
.thewhole
@media only screen and (max-width: 5000px) {
	
	.goquote
	{   display:block;
		}

}
			.quotetagline{
				
				width:80%;
				text-align:center;
				margin-right:auto;
				margin-left:auto;
				margin-top:-180px;
				 font-size:32px;
	 font-family: 'Montserrat', sans-serif;
	padding-top:5px;
	color:#6cb33f;
	
				}
				
				
				@media only screen and (max-width: 1320px) {
	
	.quotetagline
	{   margin-top:-75px;
		}

}
.quo{
	width:100%;
	margin-top:190px;
	float:left;
	
	
	}
	
	@media only screen and (max-width: 1200px) {
	
	.quo
	{   margin-top:80px;
		}

}

	
	.quo img {
		width:100%;
		height:auto;
		
		
		
		}
		
		
	


.go{
	width:74%;

	padding-bottom:220px;
	margin-top:50px;
	margin-left:auto;
	margin-bottom:80px;
	margin-right:auto;
	
	}
	
	
	
	.goquote{
	width:74%;
	margin-top:120px;
	margin-left:auto;
	margin-bottom:80px;
	margin-right:auto;
	
	}
	
.quotebutton {
font-family: 'Montserrat', sans-serif;
    border: none;
    color: #6cb23f;
    
  
    text-align: center;
    text-decoration: none;
    display:block;
    font-size: 16px;
    cursor: pointer;
    width:75%;
    
    margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	border-radius:4px;
    	border: 1px solid #6cb23f;
	padding-top: 4px;
	
	padding-bottom: 2px;
    
}.goquote{
	width:74%;
	margin-top:120px;
	margin-left:auto;
	margin-bottom:80px;
	margin-right:auto;
	
	}
	
	
@media only screen and (max-width: 910px) {
	
	.goquote
	{   display:none;
		}

}
	
{
	
	
	width:100%;
	padding:0;}


	/*footer*/
	
.footer{
width:100%;
z-index:5;
margin-right:auto;
margin-left:auto;
margin-top:2999px;	
	height:100px;
	display:block;
	
	}
	
	@media only screen and (max-width: 1200px) {
    /* For mobile phones: */
  .footer{
        display:none;
		width:200px;
		height:28px;
		
    }
}
	
	.footer h2{
		
	font-size:14px;
	
		}

.footertext
{
	margin-left:auto;
	margin-right:auto;
	padding-top:34px;
	
	width:85%;

	text-align:center;
	

	
	
	}
	
	
	
	.footertwo{
width:100%;
z-index:5;
margin-right:auto;
margin-left:auto;
	height:100px;
	display:block;
	
	}
	.footertwo h2{
		
	font-size:14px;
	
		}

.footertwotext
{
	margin-left:auto;
	margin-right:auto;
	padding-top:34px;
	
	width:85%;

	text-align:center;
	

	
	
	}



/*footer*/
