html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

a {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

/* Color Stripe */
.top-stripe {
	padding: 20px 0 15px 0;
	background: url('../images/top-line.jpg') no-repeat 0px 0px;
}

/* Social Icons */
.social-icons a {
	transition: .5s;
	color: #545454;
}
.social-icons a:hover {
	color: #81c784;
}
.social-icons i {
	padding: 0 6px;
}

/* Navigation Bar */
.navbar {
	padding: 5px;
	margin-bottom: 0px;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	z-index: 1;
}
.navbar-default {
	background-color: #ff9800;
	border-color: #ff9800;
}
.navbar-default .navbar-brand {
	color: #000;
}
.navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-default .navbar-nav li a {
	color: #fff;
}
.navbar-collapse {
	text-align: center;
}
.navbar-collapse.collapse.in a:hover {
	background-color: rgba(255,255,255,0.25);
}
.navbar .dropdown-menu {
	text-align: center;
	background-color: #ff9800;
}
.navbar-default .navbar-nav .open .dropdown-menu li a {
	color: #fff;
	background-color: rgba(255,255,255,0.25);
}
.navbar-default .navbar-nav .open .dropdown-menu li a:hover {
	background-color: rgba(255,255,255,0.25);
}

/* Background Banner */
.affix {
	top: 0;
	width: 100%;
}
.banner-holder {
	height: 400px;
}
.responsive-banner {
	background: url('../images/banner.jpg') no-repeat top center;
	width: 100%;
	height: 100%;
	background-size: cover;
}


/* CSS3 Button */
.myButton {
	margin: 10px 0;
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	color: #000;
	background-color:#5cbf2a;
	text-decoration: none;
}

/* getLocation Modal */
.pac-container {
	z-index: 99999;
}
.btn-green {
	border: none;
	border-radius: 0;
	padding: 8px 14px;
	color: #fff;
	background: #689143;
}
.btn-green:hover {
	color: #fff;
	background: #000;
}
.modal-content {
	border-radius: 0;
}

/* Contact Cards */
.card {
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
}
.card span.card-title {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}
.card .card-image {
	position: relative;
	overflow: hidden;
}
.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	margin: 0 auto;
}
.card .card-content {
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}
.card .card-content p {
	margin: 0;
	color: inherit;
}
.card .card-content a {
	color: #ffab40;
}
.card .card-content a:hover {
	color: #fff;
}
.card .card-content span.card-title {
	line-height: 48px;
}
.card .card-action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
.card .card-action a {
	color: #ffab40;
	margin-right: 16px;
	transition: color 0.3s ease;
}
.card .card-action a:hover {
	color: #000;
	text-decoration: none;
}
.card-grey {
	color: #fff;
	background: #757575;
}
.card-blue-grey {
	background-color: #eceff1;
}

/* Custom */
.spacing {
	padding: 20px 0;
}
.hline {
	border-bottom: 2px solid #ffffff;
	margin: 0 10px 20px 10px;
}

/* Footer */
.footer {
	padding: 35px 0;
	color: #9e9e9e;
	background-color: #282828;
}
.footer h4 {
	color: #fff;
}
.footer p {
	text-align: justify;
}
.footer .card:hover {
	color: #ff9800;
}
.footer .card-content:hover {
	color: #fff;
}
.footer-social a {
	color: #9e9e9e;
}
.footer-social a:hover,
.footer-contact a:hover {
	text-decoration: none;
}
.footer-social h4:hover,
.footer-contact h4:hover {
	color: #ff9800;
}
.footer-social i,
.footer-contact i {
	padding-bottom: 10px;
	padding-right: 10px;
}
.social-facebook i {
	color: #5d82d2;
}
.social-twitter i {
	color: #3bbef5;
}
.social-youtube i {
	color: #e23139;
}
.social-facebook i:hover,
.social-twitter i:hover,
.social-youtube i:hover {
	color: #fff;
}
.social-facebook:hover {
	color: #5d82d2;
}
.social-twitter:hover {
	color: #3bbef5;
}
.social-youtube:hover {
	color: #e23139;
}
.footer-contact a {
	color: #9e9e9e;
}
.footer-contact a:hover {
	color: #fff;
}
.copyright {
	padding: 20px 0;
	background-color: #211E1E;
}
.copyright p {
	color: #9e9e9e;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #ff9800;
	text-decoration: none;
}
.copyright-bottom {
	padding-top: 15px;
	color: #fff;
}
.copyright-bottom a {
	color: #9e9e9e;
}
.copyright-bottom a:hover {
	color: #fff;
}

/* Zoom on focus */
.focus {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.focus:hover {
	z-index: 1;
	cursor: pointer;
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/* ui-kit */
.ui-kit{
	padding:8em 0;
}
.ui-kit h1 i {
	top: .3em;
}
.ui-kit h1{
	font-size: 4em;
	text-transform: uppercase;
	margin: 0 0 2em;
	font-weight: 300;
	text-align:center;
	color:#fff;
}
.ui-kit h1 span {
	font-weight: 800;
}
.login-form-grids{
	width: 50%;
	padding: 30px 40px 30px;
	background: #FFFFFF;
	margin: 50px auto 10px;
	border: 1px solid #eee;
}

/*-- bird-text-grids --*/
.bird-text-grids{
	padding:1em;
	background:#fff;
	border-left:5px solid #F58A1F;
	box-shadow: 1px 4px 13px #2f6627;
}
.bird-text-grid-left{
	float:left;
	width:40%;
	text-align: center;
}
.bird-text-grid-right{
	float:right;
	width:60%;
}
.bird-text-grid-right h2{
	font-size:2em;
	color:#999;
	text-transform:uppercase;
	margin:0.5em 0 0;
}
.bird-text-grid-right h2 a{
	display:block;
	font-size:18px;
	text-decoration:none;
	text-transform:lowercase;
	color:#999;
	padding-left:.3em;
}
.bird-text-grid-right h2 a:hover{
	color:#f3a1a1;
}



.ckeck-bg{
	position: relative;
	min-height: 35px;
	margin: 2em 0;
}
.checkbox-form{
	position:absolute;
	top: 0%;
	width: 100%;
}
.check{
	margin: .5em 0;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
	border:2px solid #333;
	background:#333;
	box-shadow: 1px 4px 13px #3c763d;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/c1.png") no-repeat 1px 2px;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.check-left{
	float:left;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.ckeck-bg{
	position: relative;
	min-height: 35px;
	margin: 2em 0;
}
.checkbox-form input[type="submit"] {
	border: none;
	outline: none;
	color: #FFF;
	padding: .7em 4em;
	font-family: 'Open Sans', Arial;
	font-size: 17px;
	font-weight: 600;
	margin: 1em 0 0 0;
	-webkit-appearance: none;
	background:#B687BF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.check-right{
	float: left;
	margin-left: 4em;
}
.checkbox-form input[type="submit"]:hover{
	background:#F1C40F;
	color:#FFF;
}
label.checkbox {
	font-size: 14px;
	color: #3c763d;
}
.login-form input[type="submit"]{
	outline:none;
	border:none;
	width:100%;
	background:#fff;
	color:#3c763d;
	font-size: 25px;
	letter-spacing: 2px;
	font-family: 'Raleway', Arial;
	padding: 10px 0;
	font-weight: 700;

	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-ms-transition:.5s all;
	box-shadow: -1px 0px 18px #3c763d;
	-o-transition:.5s all;
}
.login-form input[type="submit"]:hover{
	background:#F58A1F;
}


/* divtool */
.content-mid h3{
	font-size: 2.5em;
	color: #000000;
	line-height: 1.8em;
	text-align:center;
}
label.line{
	width:200px;
	height:2px;
	display:block;
	background:#F67777;
	border-radius:10px;
	margin: 0.2em auto;
}
.mid-1 span{
	font-size: 0.9em;
	color: #F67777;
	line-height: 1.8em;
}

.mid-1 h6 {
	font-size: 1.2em;
	font-family: 'Chivo',Arial;
}
.mid-1 h6 a {
	color: #000000;
	text-decoration:none;
}
.mid-1 h6 a:hover {
	color: #F67777;
}
.mid-2 p{
	float:left;
	font-size:1em;
	color:#000000;
}
.mid-2 p em{
	font-style:normal;
}
.mid-2 p label{
	text-decoration: line-through;
	font-weight:400;
	margin-right:6px;
}
.mid-2 {
	padding-top: 1em;
}
.block ,.mid-2 p{
	float: none;
	text-align: left;
}

.mid-1 {
	padding-top: 1em;
}
.mid-pop{
	position:relative;
	border: 1px solid #EFECEC;
	padding: 10px;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	text-align:center;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.zoom-icon .icon{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #ff5714;
	color:#fff;
	font-size:1.3em;
	margin: 0 0.3em;
	line-height: 2.5em;
}
.zoom-icon .glyphicon-menu-right{
	background:#fff;
	color: #f67777;
}
.mid-pop .zoom-icon {
	top: 0px;
	width: 100%;
	height: 182px;
}
.mid-pop .pro-img:hover .zoom-icon {
	top: 33%;
	opacity: 1;
	filter: alpha(opacity=99);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.mid-popular {
	padding-top: 2em;
}

.block {
	text-align: right;
	font-size: 1em;
}

/* FAQ */
.bera-faq-section {
	margin-top: 25px;
}
.panel-heading,
.panel-group .panel {
	border-radius: 0;
}
.panel-heading a:focus {
	outline: none;
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
	text-decoration: none;
	color: #777777;
}
.panel-heading.active-faq a {
	color: #000;
}
.bera-faq-section .panel-heading:hover {
	background-color: #efefef;
}
.active-faq {
	border-left: 5px solid #888888;
	color: blue;
}
.panel-faq .panel-heading .panel-title span {
	font-size: 13px;
	font-weight: normal;
}
.panel-body {
	text-align: justify;
}
