@font-face {
	font-family: FontRegular;
  	src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: FontMedium;
  	src: url(../fonts/Roboto-Medium.ttf);
}
body {
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
}
.dl {
	display: inline-block;
}
a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:focus {
	outline: 0;
}
/* Contact */
.demo-form-outer .mc-field-group input,
.demo-form-outer .mc-field-group select {
	background-color: transparent;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 0px;
	outline: none;
	font-size: 19px;
	padding: 0px 10px;
	margin-bottom: 5px;
	border: 1px solid #BFB8B8;
	font-weight: normal;
	border-radius: 2px;
	color: #333;
}
.send-btn {
	margin-top: 20px !important;
    min-width: 155px !important;
}
.demo-form-outer .mc-field-group select option { 
	color: #333;
    background: #f9f9f9;
}
.demo-form-outer .mc-field-group input:placeholder {
	color: #ccc !important;
}
.demo-form-outer .mc-field-group input::-webkit-input-placeholder {
	color: #ccc !important;
}
.demo-form-outer .mc-field-group input::-moz-placeholder {
	opacity: 1 !important;
	color: #ccc !important;
}
.l-btn {
	display: block;
	margin: 0 auto 15px;
	text-decoration: none;
    max-width: 260px;
    height: 50px;
    line-height: 46px;
    outline: none;
    font-size: 18px;
    padding: 0px 10px;
    border: 2px solid #c81b1b;
    color: #f5f5f5;
    background: #c81b1b;
    border-radius: 2px;
    font-family: FontMedium;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    -webkit-transition: background .2s ease-out;
	   -moz-transition: background .2s ease-out;
			transition: background .2s ease-out;
}
.l-btn:hover,
.l-btn:focus {
	border: 2px solid #c81b1b;
	background-color: transparent;
	color: #c81b1b;
	text-decoration: none;
}
.transparent-btn {
	background: #fff;
    border: 2px solid #c81b1b;
    color: #c81b1b;
}
.transparent-btn img {
	margin-left: 3px;
	margin-top: -3px;
}
.transparent-btn:hover {
	background: #c81b1b;
	border: 2px solid #c81b1b;
    color: #fff;
}
.demo-form-outer .mc-field-group {
	margin-bottom: 15px;
	font-size: 14px;
}
.demo-form-outer .mc-field-group input,
.demo-form-outer .mc-field-group select {
	font-size: 16px;
	border-color: #e2e2e2;
	border-radius: 0;
}
.demo-form-outer .mc-field-group select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	background-image: url("../img/arrow-down.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 10px;
}
.demo-form-outer h3 {
	margin-top: 0;
	font-size: 28px;
}
.form-text {
	margin-bottom: 20px;
	font-size: 14px;
}
.footer {
	background: #111;
	padding: 15px 0;
	color: #ddd;
	font-size: 13px;
	font-weight: bold;
}
.footer-inner {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-right-text a  {
	display: inline-block;
	position: relative;
	background-color: #c81b1b;
    width: 45px;
    border-radius: 50%;
    height: 45px;
    text-align: center;
    color: #fff;
    border: 2px solid #c81b1b;
    margin: 0 2px;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
			transition: all .3s ease-out;
}
.footer-right-text a.icon-hover:hover {
	background-color: #fff;
	border: 2px solid #c81b1b;
	color: #c81b1b;
}
.footer-right-text a i  {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.footer-logo-wrap {
	margin-bottom: 15px;
}
.footer-right-text p {
	font-weight: 100;
    font-size: 14px;
    color: #fff;
}
.copyright-text {
	display: block;
	text-align: left;
	font-weight: 500;
}
.footer-menu {
	margin: 0;
	padding: 0;
	text-align: right;
    list-style: none;
}
.footer-menu li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
}
.footer-menu li:after {
	content: "|";
    padding: 0 5px;
}
.footer-menu li:last-child:after {
	display: none;
}
.footer-menu li a {
	color: #fff;
}
.thankyou-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.s-btn {
	font-size: 15px;
	height: 40px;
	line-height: 38px;
	width: 200px;
	min-width: unset;
	padding: 0 10px;
	font-weight: 500;
}
.thankyou-section {
	max-width: 600px;
	margin: 70px auto 230px;
	-webkit-box-shadow: 0 0 10px #eee;
	-moz-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}
.lower-col {
	background-color: #fff;
	text-align: center;
	padding: 40px 25px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.lower-col h1 {
	font-size: 26px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
}
.lower-col p {
	font-size: 17px;
	font-weight: normal;
	color: #666;
	width: 80%;
	margin: 0 auto 10px;
}
.footer-text-wrap {
	display: inline-block;
	text-align: center;
	margin-top: 5px;
}
.video-modal {
	margin-top: 100px;
}
.video-frame {
	width: 100%;
	height: 400px;
}
.popup-close {
	position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    z-index: 2;
}
.popup-close:hover {
	opacity: 1;
}
.popup-close:focus {
	outline: 0;
}
.video-modal .modal-body {
	padding-bottom: 8px;
}
.terms-wrap a {
    color: #fff;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
.demo-header {
	background-color: #333;
	padding: 15px 0;
}
.demo-header .header-right {
	margin-top: 24px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.demo-header .header-right span {
	vertical-align: middle;
}
.social-links {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.social-links a {
	color: #999;
	font-size: 15px;
	margin-left: 6px;
	text-decoration: none;
}
.social-links a .ico-fb {
	color: #3B5998;
}
.social-links a .ico-link {
	color: #007BB6;
}
.social-links a .ico-tw {
	color: #28A9E0;
}
@media (min-width: 768px) {
	.video-modal {
		max-width: 700px;
		width: 100%;
	}
}
@media(max-width: 767px) {
	.footer-menu,
	.footer {
		text-align: center;
	}
	.copyright-text {
		margin-top: 20px;
	}
	.thankyou-footer {
		position: inherit;
	}
	.thankyou-section {
		margin-bottom: 70px;
	}
	.video-frame {
		height: 250px;
	}
	.video-modal {
		margin-top: 60px;
	}
	.popup-close {
		right: -10px;
		top: -10px;
	}
	.popup-close img {
		width: 25px;
	}
}
@media(max-width: 480px) {
	.res-text-center {
		text-align: center;
	}
	.footer-logo-wrap {
		margin-bottom: 8px;
	}
	.footer-logo-wrap a img {
		display: inherit;
	}
	.copyright-text {
		text-align: center;
	}
	.footer-right-text {
		margin-top: 15px;
	}
}