#slider img {
	width: 100%;
}

.video-container img {
	width: 100%;
}

.answer {
	line-height: 30px;
}
ul.answer {
	padding-left: 30px;
	list-style-type: none;
	text-indent: -6px;
}
ul.answer > li:before {
	content: "-";
	position: relative;
	right: 10px;
}
ul.answer > li {
	margin: 10px 0;
}
.form-box {
	margin-left: 5px;
}
.form-box .fa {
	margin-right: 5px;
}

.check.answer {
	text-indent: -17px;
}
.check.answer > li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #99c781;
}

.twoline.question {
	line-height: 30px;
	margin-top: -3px !important;
}
.twoline.question .fa {
	height: 30px;
	float: left;
	margin-top: 6px;
}

.twoline > span {
	margin-left: 30px;
	display: block;
}

.no-top-padding {
	padding-top: 0;
}


.error-code, .error-details, .social-icon { display: inline-block }

@media (min-width: 768px) {
	.account-wrapper { width: 450px; padding: 0 }
	.account-wrapper .row > div { margin-bottom: 0 }
	.account-body .account-form { padding: 0 25px; text-align: left }
	.account-or-social { margin-top: 2em }
}

.error-container { margin-top: 1em; text-align: center }
.error-code { vertical-align: top; font-family: 'Open Sans',arial,sans-serif; font-size: 100px; font-weight: 500; line-height: .7em }
.error-details { vertical-align: top; margin-top: 4em }
.error-details ul { text-align: left }

@media (min-width: 768px) {
	.error-container { margin-top: 2.5em }
	.error-details { width: 250px; margin-top: 0; margin-left: 25px; text-align: left }
}
@media (min-width: 992px) {
	.error-container { margin-top: 5em }
	.error-code { font-size: 150px }
	.error-details { width: 350px; margin-left: 50px }
}

.text-primary.error-text {
	line-height: 30px;
}
.error-details > h4 {
	margin-top: 0;
}


.price-table-box {
	margin: auto;
	float: none;
	background: #FFF;
	border-radius: 5px;
	padding: 30px !important;
}
.price-table-box table {
	margin: 0;
	font-size: 1.1em;
}
.price-table-box tbody td {
	transition: all 0.2s ease;
}
.price-table-box tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}
.price-table-box tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
.price-table-box table tr {
	transition: background-color 0.2s ease;
	cursor: default;
}
.price-table-box table tr:first-child td {
	border-top: 0;
}

.price-check-availability {
	width: 420px;
	margin: auto;
	height: 200px;
}
.price-check-availability > div {
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	background: #7cb75e;
	color: #FFF;
	font-size: 1.6em;
	border-radius: 50%;
	padding-top: 35px;
}
.price-check-availability .btn {
	margin-top: 83px;
}
.price-check-availability .price {
	font-size: 2em;
}
@media (max-width: 768px) {
	.price-check-availability {
		width: 200px;
		height: 270px;
	}
	.price-check-availability .btn {
		margin-top: 30px;
		float: none !important;
	}
}

form input {
	margin-bottom: 10px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #7cb75e;
}
.dropdown-menu a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.features .icon.no-hover:hover {
	background: #FFF !important;
}
.features .icon.no-hover:hover .fa {
	color: #7cb75e;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

@media (max-width: 1200px) {
	.footer .copyright {
		margin-top: 20px;
		text-align: center;
		float: none!important;
		display: block;
	}
	.footer .links {
		margin: 20px 0;
		text-align: center;
		float: none;
	}
}

.title .sx-nobr {
	white-space: nowrap;
}

.heading .title{
    margin-top: -5px;
}

.heading .title small{
    display: block;
    margin-top: 3px;
    margin-bottom: -15px;
}