@charset "UTF-8";

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

body {
	text-align: center; 
	color: #2e373f;
	font-family:"Open Sans", Verdana, sans-serif; font-weight:normal; font-style:normal;
	font-size: 100%;
	background-color: #fff;
}

img {
	width: 100%;
}

a:link {
	color: #2e373f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2e373f;
}
a:hover {
	text-decoration: none;
	color: #773dbd;
}
a:active {
	text-decoration: none;
}

a.blue:link {
	color: #6A737B;
	text-decoration: none;
}
a.blue:visited {
	text-decoration: none;
	color: #6A737B;
}
a.blue:hover {
	text-decoration: none;
	color: #00A4E4;
}
a.blue:active {
	text-decoration: none;
}


body, td, th {
	font-family:"Open Sans", Verdana, sans-serif; font-weight:normal; font-style:normal;
	font-style:normal;
	}

.wrapper {
	width: 100%;
	max-width: 1920px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left; 
	margin: 0 auto;	
	background-color: #ffffff;	
	}



/***image desktop_mobile ***/

.mobile {
display: none;
}


.desktop {
display: block;
}

/***end image desktop_mobile***/
	
	
#mainImage {
	width: 100%;
	max-width: 1920px;
	height: auto;
	}




#mainImage2 {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin-top: 8px;
	
	}

.mainImage3 {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin-top: 8px;
	
	}

#mainImageGroup {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin-top: 8px;
	
	
	}

#mainImageGroupAB {
	width: 66.3%;
	max-width: 1920px;
	height: auto;
	margin-top: 0px;
	float: left;
		
	}

.mainImageLeft {
	width: 49%;
	height: auto;
	float: left;

	}

.mainImageRight {
	width: 49%;
	height: auto;
	float: right;
	
	}

	#mainImageGroupC {
	width: 32.3%;
	height: auto;
	float: right;
	
	}


.descriptionCopy {
width: 600px;
	font-family:"Open Sans", Verdana , sans-serif; font-weight:300;
	font-style: normal;
	font-size: 14px;
	color: #2e373f;
	display: block;
	height: 60px;
	line-height: 15px;
	margin: 6px 0 0 12px;

}	

.descriptionCopy2 {
width: 600px;
	font-family:"Open Sans", Verdana , sans-serif; font-weight:300;
	font-style: normal;
	font-size: 14px;
	color: #2e373f;
	display: block;
	height: 60px;
	line-height: 15px;
	margin: 6px 0 0 0;

}	

.descriptionCopyGroup {
width: 100%;
max-width: 1920px;
	
}	

#mainContent {
	width: 100%;
	height: 200px;
	
	}


#linkMobile {
width: 100%;
height: auto;
display: none;
}

.linkM {
margin: 0;
  padding: 0;
  list-style: none;
}



header {
	text-align: left;
	display: block;
	}

#bar {
	width: 100%;

height: auto;
position: absolute;
top:0;
left:0;
z-index: 10;

}



.mainNav {
width: 370px;	
	height: auto;
	margin: 0 auto;
	
	
	}
	
.mNav {
	display: none;	
	}
	
	
.menuIcon {	

	display: none;
	
	}		

.menuIcon img {	
	width: 23px;
	height: 18px;
	display: inline;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 200;
	cursor: pointer;	
	}



	
	




.logo {
	position: absolute;
	display: block;
	top: 12px;
	left: 41px;
	width: 154px;
	height: 29px;
	z-index: 50;
	background-image: url(../images/dovecoteLogoWhite.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
	margin-bottom: 15px;
		
}




.mainNav nav {
	width: 100%;
	position: relative;
	
	font-family:"Open Sans", Verdana , sans-serif; font-weight:400;
	font-weight:normal;
	font-style:normal;
	font-size: 21px;

	}


.mainNav nav ul {
	padding: 0;
	float: left;
	margin: 11px 0px 0 ;
	width: auto;
	height: 34px;
	}

 .mainNav nav li { 
	display: inline;
	float: left; 	
	}
	
.mainNav nav a {
	display: inline-block;
	text-align: center;
	line-height: 34px;
	padding: 0 1.4em;
	
	}
	
.mainNav nav li a {
	color: rgba(255, 255, 255, 0.8);
	border-left: 1px solid rgba(0, 164, 228, 0.0);
	}

.mainNav nav li:hover > a { 
	background: rgba(0, 129, 199, 0.0); 
	}





/*overlay*/
.overlay{
display: none;
 position: fixed;
 top: 0;
 height: 100%;
 width: 100%;
 background: rgba(0, 15, 159, .9);
 
 overflow: auto;
}
.wrap{
 color: #fff;
 text-align: center;
 max-width: 1080px;
 margin: 0 auto;
}
.wrap ul.wrap-nav{
 

 padding: 150px 0px 100px;
}
.wrap ul.wrap-nav > li{
 font-size: 22px;
 display: inline-block;
 vertical-align: top;
 width: 24%;
 position: relative; 
}
.wrap ul.wrap-nav > li a{
 color: #fff;
 display: block;
 padding: 8px 0;
 text-decoration: none;
}
.wrap ul.wrap-nav > li a:hover{
 color: #000f9f;
}

.wrap ul.wrap-nav > li a:hover{
 background: #fff;
}
.wrap ul.wrap-nav ul{
 padding: 20px 0;
}
.wrap ul.wrap-nav ul li{
 display: block;
 font-size: 16px;
 width: 100%;
 color: #919191;
}
.wrap ul.wrap-nav ul li a{
 color: #919191;
}







.PE_footer {
	width: 99.5%;
	max-width: 1918px;
	font-family:"Open Sans", Verdana , sans-serif; font-weight:300; 
	font-weight: normal;
	font-style: normal;
	font-size: 11px ;
	color: #2e373f;
	display: block;
	height: 60px;
	line-height: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6a8aa;
	padding-top: .1em;
	margin: auto;

}




/****mobile****************************************/


@media only screen and (max-width : 610px) {

.pagewidth{
	width: 100%;
}
	
.logo {
	position: absolute;
	display: block;
	background-image: url(../images/dovecoteLogoBlue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: .51em;
	left: .5em;
	width: 96px;
	height: 18px;
	z-index: 150;
}


.menuIcon {	
	
	display: block;
		
	}
	
#tag {
	display: none;
}

header.mainNav {
	display: none;
}



#bar {
	position: fixed;
	z-index: 100;
	height: 42px;
	background-color: rgba(255, 255, 0, 0);
}



.mainNav nav {
 display: none;
}

.mainNav nav ul {
	float: none;
	display: none;

}

.mainNav nav li { 
	display: none;
	}

.mainNav nav a {
display: none;

}

	

.mNav {
	display: block;	
	}	
	

.wrap{
 color: #fff;
 text-align: center;
width: 100%;
 margin: 0 auto;
}

.wrap ul.wrap-nav > li{
 width: 100%;
 padding: 20px 0;

 }
 .wrap ul.wrap-nav{
 padding: 7em 0px 0px;

 }
 nav ul{
 opacity: 0;
 visibility: hidden;
 }
 .button{
 top: 0;
}


/***image desktop_mobile ***/

.mobile {
display: block;
}


.desktop {
display: none;
}

/***end image desktop_mobile***/

#mainImage {
	padding-top: 3em;
	
	width: 100%;
	max-width: 1920px;
	height: auto;
	}




#mainImage2 {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin-top: 8px;
	
	}

.mainImage3 {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin-top: 8px;
	
	}

#mainImageGroup {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin-top: 8px;
		
	}

	#mainImageGroupAB {
	width: 100%;
	height: auto;
	margin-top: 0px;
	float: none;
		
	}

.mainImageLeft {
	width: 100%;
	height: auto;
	float: none;

	
	}

.mainImageRight {
	width: 100%;
	height: auto;
	float: none;
	
	}

	#mainImageGroupC {
	width: 100%;
	height: auto;
	float: none;
	
	}


.descriptionCopy {
width: 99%;
	font-family:"Open Sans", Verdana , sans-serif; 
	font-weight: normal;
	font-style: normal;
	font-size: .85em;
	color: #2e373f;
	display: block;
	height: 60px;
	line-height: 1.3em;
	margin: 6px 0 0 .5em;

}	

.descriptionCopy2 {
width: 99%;
	font-family:"Open Sans", Verdana , sans-serif; 
	font-weight: normal;
	font-style: normal;
	font-size: .85em;
	color: #2e373f;
	display: block;
	height: 60px;
	line-height: 1.3em;
	margin: 6px 0 0 .5em;

}	

.descriptionCopyGroup {
width: 100%;
	
}	

#mainContent {
	width: 100%;
	height:1em;
	
	}




#linkMobile {
display: block;
}


.linkM {
width: 94%;
height: auto;
margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 3%;
  font-family:"FS Emeric Book", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	line-height: 2.5em;
}


.linkM li {
padding: 1.2em 0 0;

}
/***Flexslider***/

#mobile {
display: block;
}


#desktop {
display: none;
}

#tablet {
display: none;
}
/***end Flexslider***/


#links {
	
	display: none;
	margin-top: 0;
}

.link_col {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-width: 264px;
	-moz-column-width: 264px;
	column-width: 264px;
}


.PE_footer {
	width: 94%;
	font-family:"Open Sans", Verdana , sans-serif; font-weight:400; 
	font-size: .75em;
	display: block;
	height: 2em;
	line-height: .75em;
	margin-left: 1%;
	padding-left: 0;
	padding-top: .5em;
	margin-top: 0em;
}


}


/***780px***/





	