/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.slogan { padding:0px 10px; text-align:center;}
    .slogan h3 { margin:0px 0px 0px 0px; font-size:26px; color:#666;}
    .slogan p { font-size:15px; color:#c00; margin-bottom:20px;}
	.footer-left{
		text-align:center;}		
	.footer-right{
		text-align:center;}
	.forma h3 { margin-bottom:20px;}
      
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.slogan p {}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.slogan { border-left:1px solid #ededed; margin-top:25px; padding:0px 10px; height:80px;}
.slogan h3 { padding-top:5px; font-size:26px; color:#666; line-height:36px;}
.slogan p { font-size:15px; color:#666;}
.contact-tel { margin-top:25px;}
.caption1 { min-height:220px;}
.caption2 { min-height:190px;}
.footer-left{}		
.footer-right{
	text-align:right;}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.slogan p {}
}