/* CSS Document */

a.button,
.quickbook_wrap input[type=submit],
.footer2_wrap a,
.footer3_wrap a,
.top1,
.top1 a,
.nav,
.pw_teaser_content,
.input-routing-submit,
button,
#main .dce_cta a ,
.menu ul,
.menu ul li ul,
.menu ul ul li a,
#main .news-cta a {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}


.footer_wrap a,
.footer_wrap a:link,
.footer_wrap a:active,
.footer_wrap a:visited,
.footer_wrap a:hover{
    color:#000;
    padding:0 10px;
}


/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

/* portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {
	

}

/* landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) {


}

@media screen and (max-width: 1440px) {
	
}

@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {

}