﻿@charset "utf-8";
/* CSS Document */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1440px){

}

@media only screen and (max-width : 1366px){

}


@media only screen and (max-width : 1280px) {
	
}

@media only screen and (max-width : 1024px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

@media only screen and (max-width : 980px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 823px) {
body{background:none;}
#ticker { width: 100%; top: 0%; right: 0;}
#ticker .info { width: 100%;}
div#pnlLogin { padding: 1rem;}
#FordScroll .carousel-caption { right: 0; bottom: 0; left: 2%; top: 42px;}
.content-section #login-box { top: 38%;  right: 0; left: 0; width: 100%; position:static !important;}
.content-section #login-box .reset { float: inherit;}
.content-section #login-box .forgot a { margin-top: 8px;}
#footter_section { padding: 10px; position: static; bottom: 0; display: inline-block;  margin-top: 15px;}
}

@media only screen and (max-width : 773px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 740px) {

}


@media only screen and (max-width : 736px) {

}

@media only screen and (max-width : 732px) {

}

@media only screen and (max-width : 640px) {

}

@media only screen and (max-width : 568px) {
#header .logo img { width: 100%;}
#header .logo { line-height: 40px;}
#header .tata_logo { margin-top: 0; text-align: center !important; margin-bottom: 15px;}
}

/* Extra Small Devices, Phones */

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width:393px) {

}

/* Custom, iPhone Retina */

@media only screen and (max-width : 360px) {

}

@media only screen and (max-width : 320px) {

}