/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ol, ul, li,
form, input, select, textarea, button {
	border-style: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus {
	outline: 0 none;
	text-decoration: none;
}

.font-family-2 {
	font-family: "Bitter", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 18px;
}

.landing-bg {
    background-color: transparent;
    background-image: url("../../images/traffic/trafic-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

.landing-bg > header > section {
	padding: 30px 60px;
}

.header-container {
	line-height: 50px;
    min-height: 50px;
    position: relative;
}

.logo-brand {
	left: 50%;
    margin-left: -77px;
    position: absolute;
    top: 0;
}

.log-in {
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
}

a:hover.log-in {
	background-color: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.9);
}

.body-container {
	padding: 0 60px;
}

.landing-bg footer section {
	background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    position: absolute;
    top: auto;
    width: 100%;
}

.landing-bg footer section > h2 {
	color: #fff;
    font-weight: 400;
    line-height: 90px;
}

.category-violations {
	background-color: #f7f7f7;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.category-violations > li {
	float: left;
	width: 20%;
	border-right: 1px solid #23232a;
}

.category-violations > li:last-child {
	border-right-style: none;
}

.category-violations > li > a {
	color: #23232a;
	display: block;
	padding: 20px;
	-webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.category-violations > li > a:hover {
	background-color: #23232a;
    color: #fff;
}

[class^="traffic-icons-"],
[class*=" traffic-icons-"] {
    background-image: url("../../images/traffic/traffic-icons.png");
    background-size: cover;
    display: inline-block;
    height: 90px;
    margin-bottom: 20px;
    width: 115px;
	-webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.traffic-icons-1 {
    background-position: 0 0;
}

.category-violations > li > a:hover .traffic-icons-1 {
    background-position: 0 -91px;
}

.traffic-icons-2 {
    background-position: 0 -183px;
}

.category-violations > li > a:hover .traffic-icons-2 {
    background-position: 0 -274px;
}

.traffic-icons-3 {
    background-position: 0 -380px;
}

.category-violations > li > a:hover .traffic-icons-3 {
    background-position: 0 -488px;
}

.traffic-icons-4 {
    background-position: 0 -605px;
}

.category-violations > li > a:hover .traffic-icons-4 {
    background-position: 0 -721px;
}

.traffic-icons-5 {
    background-position: 0 -830px;
}

.category-violations > li > a:hover .traffic-icons-5 {
    background-position: 0 -939px;
}

.cstm-modal .modal-content {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.cstm-modal .modal-header {
    border-bottom-style: none;
}

.cstm-modal .modal-header .modal-title {
	color: #505c66;
}

.control-group {
	margin: 0 auto;
    width: 360px;
}

.control-divider {
	display: block;
    padding: 20px 0;
    position: relative;
}

.control-divider > b {
	background-color: rgba(255, 255, 255, 0.6);
    height: 1px;
    left: 0;
    position: absolute;
    top: auto;
    width: 45%;
}

.control-divider > b.right {
    left: auto;
	right: 0;
}

.control-divider > i {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    width: 30px;
}

.control-divider-v {
	display: table-cell;
	width: 10px;
}

.control-bttn-media {
	border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 0;
    width: 100%;
}

.control-bttn-media.f-sign-up {
    background-color: #3b5998;
	color: #ffffff;
}

.control-bttn-media > .fa,
.control-bttn-media > span {
    display: table-cell;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.control-bttn-media > span {
    overflow: hidden;
    width: 10000px;
}

.control-bttn-media > .fa {
    border-color: rgba(0, 0, 0, 0.2);
    border-style: none solid none none;
    border-width: 1px;
    font-size: 18px;
    min-width: 50px;
    padding-left: 0;
    padding-right: 0;
}

.control-group .form-group {
    margin-bottom: 10px;
}

.control-group .form-group:last-child {
    margin-bottom: 0;
}

.control-group .input-control-group {
	position: relative;
}

.control-group .form-control {
    background-color: #ffffff;
    border: 1px solid transparent;
	border-radius: 3px;
    box-shadow: none;
    color: #454747;
    font-size: 16px;
	font-weight: 700;
    height: 45px;
    padding: 8px 15px;
}

.control-group .bttn-group-addon-container {
	padding-left: 0;
}

.control-group .control-group-addon .form-control {
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.control-group .bttn-group-addon,
.control-group a.bttn-group-addon {
    background-color: #0980f4;
    background-image: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.control-group .password-group .bttn-group-addon,
.control-group .password-group a.bttn-group-addon {
	border-radius: 3px;
}

.cstm-modal .control-group .form-control {
	border-color: #e2e2e2;
}

.password-group .form-control {
	border-radius: 3px !important;
}

.input-control-group .required-field-error {
	background-color: #ffeeee;
    border: 1px solid rgba(255, 64, 59, 0.4);
    border-radius: 3px;
    color: #ff403b;
    cursor: text;
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    left: 0;
    line-height: 45px;
    margin: 0;
    overflow: hidden;
    padding-left: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.non-verified-fb-error {
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.non-verified-fb-error > span {
	color: #f44336;
}

.body-container h1,
.category-violations > li > a h2,
.category-violations > li > a h3 {
	font-weight: 700;
}

.category-violations > li > a h2,
.category-violations > li > a h3 {
	text-transform: uppercase;
}

.body-container h1,
.body-container h3 {
	color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.link-log-in-container {
	display: none;
}

.thank-you-modal-bttn .btn {
	border-radius: 3px;
    font-size: 14px;
	font-weight: 500;
    min-width: 169px;
    text-transform: uppercase;
}

.thank-you-modal-bttn .btn-lg {
    padding-bottom: 15px;
	padding-top: 15px;
}

.thank-you-modal-bttn .btn + .btn {
	margin-left: 10px;
}

.thank-you-modal-bttn .btn-2 {
	background-color: #fcd500;
    border-color: #dbba00;
}

.thank-you-modal-bttn .btn-2:hover {
	background-color: #f0cc00;
}

.loading-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.loading-backdrop > img {
	left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
}

@media (max-width: 479px) {
	.control-group {
		width: 100%;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 27px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		font-size: 15px;
	}
	
	.landing-bg > header > section {
		padding: 10px;
	}
	
	.header-container {
		line-height: normal;
	}
	
	.body-container {
		padding: 10px;
	}
	
	.body-container h1,
	.category-violations > li > a h2,
	.category-violations > li > a h3 {
		font-weight: 500;
	}
	
	.body-container h1,
	.body-container h3 {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.landing-bg {
		background-attachment: fixed;
	}
	
	.logo-brand-partner,
	.logo-brand {
		float: none !important;
		margin: 0 0 15px;
		position: static;
	}
	
	.log-in-container {
		display: none;
	}
	
	.landing-bg footer section {
		position: static;
	}
	
	.landing-bg footer section > h2 {
		line-height: 25px;
    	padding: 6px 10px;
	}
	
	.category-violations > li {
		border-bottom: 1px solid #23232a;
		border-right-style: none;
		float: none;
		width: auto;
	}
	
	.category-violations > li:last-child {
		border-bottom-style: none;
	}
	
	.category-violations > li > a {
		padding: 10px 30px;
	}
	
	.category-violations > li > a > i,
	.category-violations > li > a > div {
		display: table-cell;
    	vertical-align: middle;
	}
	
	.category-violations > li > a > div {
		height: 60px;
	}
	
	[class^="traffic-icons-"],
	[class*=" traffic-icons-"] {
		float: left;
		height: 60px;
		margin: 0 20px 0 0;
		width: 77px;
	}
	
	.category-violations > li > a:hover .traffic-icons-1 {
		background-position: 0px -61px;
	}
	
	.traffic-icons-2 {
		background-position: 0 -122px;
	}
	
	.category-violations > li > a:hover .traffic-icons-2 {
		background-position: 0px -183px;
	}
	
	.traffic-icons-3 {
		background-position: 0 -265px;
	}
	
	.category-violations > li > a:hover .traffic-icons-3 {
		background-position: 0px -338px;
	}
	
	.traffic-icons-4 {
		background-position: 0 -411px;
	}
	
	.category-violations > li > a:hover .traffic-icons-4 {
		background-position: 0px -487px;
	}
	
	.traffic-icons-5 {
		background-position: 0 -1275px;
	}
	
	.category-violations > li > a:hover .traffic-icons-5 {
		background-position: 0px -1347px;
	}
	
	.link-log-in-container {
		display: block;
    	margin-top: 5px;
	}
	
	.link-log-in {
		color: #ffffff;
    	font-size: 15px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
	
	.link-log-in:hover {
		color: #ffffff;
	}
	
	.cstm-modal .modal-content {
		padding: 0;
	}
	
	.cstm-modal .modal-header,
	.cstm-modal .modal-body {
		padding: 10px;
	}
	
	.thank-you-modal-bttn .btn {
		width: 100%;
	}
	
	.thank-you-modal-bttn .btn + .btn {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.landing-bg {
		background-attachment: scroll;
	}
	
	.body-container {
		position: absolute;
		top: 50%;
		width: 100%;
	}
}

/*
	Banner Frere Bangalore
*/
#bannerFreeBLRTheme .wrapper {
	margin: 0 auto;
	width: 990px;
}

#bannerFreeBLRTheme figure img {
	max-width: 100%;
}

#bannerFreeBLRTheme strong {
	font-weight: 700;
}

#bannerFreeBLRTheme header {
	padding: 15px 0;
}

#bannerFreeBLRTheme .brand-logo {
	margin-top: 26px;
}

#bannerFreeBLRTheme .brand-logo,
#bannerFreeBLRTheme .brand-partner {
	display: inline-block;
}

#bannerFreeBLRTheme section {
	margin-bottom: 30px;
	width: 530px;
}

#bannerFreeBLRTheme section p {
	color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 25px;
}

#bannerFreeBLRTheme aside {
	margin-left: 70px;
	width: 390px;
}

#bannerFreeBLRTheme h1,
#bannerFreeBLRTheme h2 {
	color: #333;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 20px;
}

#bannerFreeBLRTheme h2 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 5px;
}

.box {
	background-color: #f4f4f4;
    margin-bottom: 15px;
    padding: 10px;
}

.box-2 {
	padding: 20px 40px;
}

.box .progress {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    height: 10px;
    margin: 10px 0;
}

.box .progress-bar {
    background-color: #0980f4;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) inset;
}

.box .progress-label {
	font-size: 12px;
	color: #333;
}

.bttn-cta {
    background-color: #0980f4;
    border: 0 none;
    box-shadow: 0 4px 0 #0066cc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    width: 100%;
}

.bttn-cta:hover, .bttn-cta:active, .bttn-cta:focus {
	color: #fff;
}

.bttn-cta:active {
    box-shadow: none;
    transform: translateY(4px);
}

.bttn-cta-alt {
    background-color: #ffc500;
    box-shadow: 0 4px 0 #dfa500;
    color: #333333;
}

.bttn-cta-alt:hover, .bttn-cta-alt:active, .bttn-cta-alt:focus {
	color: #000;
}

@media (max-width: 991px) {
	#bannerFreeBLRTheme .wrapper,
	#bannerFreeBLRTheme section,
	#bannerFreeBLRTheme aside {
		width: 100%;
	}
	
	#bannerFreeBLRTheme section,
	#bannerFreeBLRTheme aside {
		float: none !important;
	}
	
	#bannerFreeBLRTheme aside {
		margin: 0 0 15px;
	}
}

@media (max-width: 767px) {
	#bannerFreeBLRTheme header .pull-left,
	#bannerFreeBLRTheme header .pull-right {
		float: none !important;
	}
	
	#bannerFreeBLRTheme .brand-logo {
		margin: 0 0 15px;
	}
	
	#bannerFreeBLRTheme section p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 22px;
	}
	
	.box-2 {
		padding: 15px;
	}
	
	#bannerFreeBLRTheme h1 {
		font-size: 27px;
	}
	
	#bannerFreeBLRTheme h2 {
		font-size: 20px;
	}
	
	.bttn-cta {
		font-size: 14px;
		font-weight: 500;
		padding: 10px 30px;
	}
}

#userAuthModal input.input-control[type="text"],
#userAuthModal input.input-control[type="email"],
#userAuthModal input.input-control[type="password"],
#userAuthModal textarea.input-control {
	border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

#userAuthModal ._inputAppend .input-control-group .input-control,
#userAuthModal ._inputAppend .input-control-group .required-field-error {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#userAuthModal ._inputAppend .media-right {
	padding-left: 0;
}

#userAuthModal ._link:hover {
	cursor: pointer;
	text-decoration: underline;
}

#userAuthModal ._modalClose {
    background: rgba(0, 0, 0, 0) url("../../images/icon/ic_clear_black_24dp.png") no-repeat scroll 0 0 / 24px auto;
    cursor: pointer;
    display: block;
    height: 24px;
    left: auto;
    opacity: 0.5;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 24px;
}

label.checkbox {
	cursor: pointer;
    font-weight: normal;
	margin-left: 20px;
}

label._customcheckBox {
	margin-bottom: 10px;
}

label._customcheckBox-2 {
	margin-top: 10px;
}

#userAuthModal input[type="checkbox"] {
    margin: 4px 0 0 -20px;
}
/* mumbai social landing page */
.smw-mumbai {
    background-clip: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.smw-mumbai .smw-mumbai-content {
    position: absolute;
    max-width: 700px;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: left;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.now-mumbai {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.7);
	margin: 0 0 20px;
}
.smw-section2 {
	padding: 15px 0 30px;
}
.smw-wrapper {
	width: 940px;
	margin: auto;
}
.smw-section p {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	padding: 20px 0 40px;
}
.smw-section h3 {
	font-size: 24px;
	color: #454545;
	padding: 20px 0 40px;
	text-align: center;
	font-weight: bold;
}

.smw-section.smw-section2 h3 {
    padding: 20px 0;
} 
.step-list {
	margin: auto;
	width: 790px;
	list-style: none;
}
.smw-wrapper .step-list li {
	border-bottom: 1px solid #eceff1;
    color: #757575;
    font-size: 16px;
    padding: 5px 0;
}
.step-list li:first-child {
	border-top: 1px solid #eceff1;
}
.step-list li .steps {
    border: 1px solid #eceff1;
    color: #454545;
    border-radius: 50%;
    font-weight: bold;
    width: 36px;
    display: inline-block;
    text-align: center;
    height: 36px;
    margin-right: 20px;
    line-height: 36px;
}
.step-list li .steps-head{
	color: #454545;
	font-weight: bold;
	display: inline-block;
	min-width: 130px;
}
.smw-section3 {
	padding: 30px 0;
	background-color: #f9f9f9;
}
.issue-category {
	font-size: 18px;
}
.issue-category span {
	font-size: 14px;
	display: block;
}
.smw-section p {
	padding: 20px 0 0;
}

.smw-section.smw-section2 p {
    padding: 15px 0 0;
}

.smw-section4 {
	padding: 40px 0;
	background-color: #333;
}
.smw-section4 h4 {
	font-family: "Lato", sans-serif;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.smw-section4 h4 .yellow {
	color: #ffc500;
}
.smw-section4 h5 {
	font-family: "Lato", sans-serif;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 0 40px;
}
.smw-section5 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    color: #fff;
    padding: 20px 0;
    background-color: #212121;
}
.smw-partner {
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.smw-mumbai-landing .bottom-footer {
    background: none;
    border-top: 0;
    border-radius: 0;
    padding: 0;
}
.smw-mumbai-landing .bottom-footer .landing-form {
    max-width: 500px;
    background-color: #fff;
    padding: 5px;
	border-radius: 50px;
	box-shadow: 0 4px 4px rgba(0,0,0,.4);
}
.smw-mumbai-landing .bottom-footer .form-control {
	border-radius: 50px 0 0 50px;
	border: 0;
	box-shadow: none;
}
.smw-mumbai-landing .bottom-footer .input-append .bttn {	
	border-radius: 50px;
}
.scroller {
    background-image: url(../../images/smw-arrow.png);
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    cursor: pointer;
    margin-left: -19px;
}	
	
.smw-mumbai-landing .bttn-cta {
	width: auto;
	border-radius: 50px;
}
.smw-mumbai-landing img {
	max-width: 100%;
}
@media (max-width: 768px) {
	.smw-mumbai {
		width: 100%;
		height: auto !important;
	}
	.smw-mumbai .smw-mumbai-content {
		width: 100%;
		position: relative;
		left: 0;
		transform: initial;
		top: 0;
		padding: 20px;	
		max-width: 100%;
	}
	
	.smw-wrapper {
		width: auto;
	}
	
	.step-list {
		width: auto;
	}
	
	.issue-category {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.step-list li .steps {
		display: inline;
	}
	.step-list li .steps-head {
		display: inline;
	}
	.smw-partner {
		top: 0;
	}
}