/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.navbar-default, a {
	-webkit-transition: all .35s;
	-moz-transition: all .35s
}

.no-border {
	border: transparent !important;
}

.navbar-nav {
	margin: 0;
}

.navbar {
	margin-bottom: 0px;
}

header, header .header-content {
	position: relative;
	width: 100%;
	text-align: center
}

body, html {
	height: 100%;
	width: 100%
}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	webkit-tap-highlight-color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img.header-img{
	overflow: hidden;
	max-width:98.7vw;
}

.btn, .navbar-default, .navbar-default .navbar-header .navbar-brand, h1,
	h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.5em;
}

hr {
	border-color: #F9A71E;
	border-width: 3px;
	max-width: 50px
}

hr.light {
	border-color: #fff
}

.white-bg{
	background-color: #fff !important;
}

a {
	transition: all .35s;
	color: #F9A71E
}

a:focus, a:hover {
	color: #e0961b
}

p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 20px;
}

.margin-min-top {
	margin-top: 20px;
}

.strong {
	font-weight: 700;
}

.success-img {
	height: 100px;
}

.login-button-xs-sm {
	padding: 10px 10px;
	margin-left: 50%
}

.navbar-nav>li>a.login-button-md-lg {
	padding-top: 10px;
	padding-bottom: 0;
}

.parallax-tarot {
	background: url(../img/parallax.jpg);
	background-attachment: fixed;
	transform: translateZ(-1px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 50%;
	"
}

footer {
	background-color: #f5f5f5;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.footer-link {
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer-link-heading {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
}

.footer-strip {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 50px;
	padding-left: 50px;
	border-top: 1px solid #c1c1c1;
	margin-top: 2px;
}

.strip-content {
	text-transform: uppercase;
	font-size: 18px;
}

.footer-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #e3e3e3;
	color: #000
}

@media ( max-width :776px) {
	.col-sm-text-center {
		text-align: center;
	}
	.col-sm-text-left {
		text-align: left;
	}
	.col-sm-text-right {
		text-align: right;
	}
}

@media ( min-width :776px) {
	.brand-name {
		padding-right: 40px;
	}
}

.graytrium:hover {
	color: #0099cc;
}

.footer-divider {
	margin-top: 20px;
	border-left: 1px solid #c1c1c1;
	height: 260px;
}

@media ( max-width :776px) {
	.footer-divider {
		height: 0;
	}
}

.service-experts {
	margin-bottom: 25px;
}

.contact-box {
	padding-bottom: 10px;
}

.payment-img {
	height: 45px;
	padding-top: 10px
}

.app-download-icon {
	height: 40px;
	padding-left: 0;
}

.no-margin-sides {
	margin-left: 0;
	margin-right: 0;
}

section.my-account {
	margin-top: 0;
	margin-bottom: 2%;
}
/*------------ Custom classes --------------*/

/*------------------------------------ Slider CSS -----------------------------*/
.carousel {
	height: 80%;
}

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



.item, .active, .carousel-inner {
	height: 100%;
}

.text-24{
	font-size:24px;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/* On Hover Dropdown */
.dropbtn {
	background-color: transparent;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 700;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #F9A71E;
	color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	border-radius: 3px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: transparent;
	color: #F9A71E;
}

.container-thumb {
	padding: 25px 0;
}

/*-------------------- Product Slider Carousel ------------------------*/
.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
}

.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}

.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

.col-item:hover .info {
	background-color: #F5F5DC;
}

.col-item .price {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}

.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}

.price-text-color {
	color: #219FD1;
}

.col-item .info .rating {
	color: #777;
}

.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}

.col-item .separator {
	border-top: 1px solid #E1E1E1;
}

.clear-left {
	clear: left;
}

.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.col-item .separator p i {
	margin-right: 5px;
}

.col-item .btn-add {
	width: 50%;
	float: left;
}

.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}

.controls {
	margin-top: 20px;
}

[data-slide="prev"] {
	margin-right: 10px;
}

/* --------------------------- */

/* Boxy */
.boxy {
	min-height: 450px;
	background-color: #fff;
	width: 100%;
	border: 2px solid #eee;
}

.boxy-thumb {
	margin: 1% 1%;
	min-height: 200px;
	background-color: #f5f5f5
}

.boxy-content {
	padding: 5% 5%;
}

/*  Boxy ends */
.section-heading {
	margin-bottom: 1%;
}

/* Diagonal Section Dividers */
.wlb-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(85deg, #fff 50%, #f5f5f5 50%);
	min-height: 120px;
}

.wtr-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(85deg, #f5f5f5 50%, #fff 50%);
	min-height: 120px;
}

.wlt-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(95deg, #f5f5f5 50%, #fff 50%);
	min-height: 120px;
}

.wrb-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(95deg, #fff 50%, #f5f5f5 50%);
	min-height: 120px;
}

section.service-section {
	min-height: 90%;
}

.call-container {
	margin-top: 25px;
}

.voice-charges {
	font-size: 16px;
	color: #F9A71E;
	padding: 5px 5px;
}

.video-charges {
	font-size: 16px;
	color: #41307c;
	padding: 5px 5px;
}

@media ( max-width :772px) {
	.hidden-sm {
		visibility: hidden;
		height: 0;
	}
	.large-text-sm {
		
	}
}

.top-left { /* Top Left Gradient Border */
	position: relative;
}

.top-left:before, .top-left:after {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
}

.top-left:before {
	bottom: -3px;
	width: 1px;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, to(transparent),
		from(rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2),
		transparent);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
}

.top-left:after {
	right: -3px;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.2)),
		to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2),
		transparent);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2),
		transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2),
		transparent);
}

.bot-left { /* Bottom Left Gradient Border */
	position: relative;
}

.bot-left:before, .bot-left:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -3px;
}

.bot-left:before {
	top: -3px;
	width: 1px;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0, 0, 0, 0.2)),
		to(transparent));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.bot-left:after {
	right: -3px;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.2)),
		to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2),
		transparent);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2),
		transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2),
		transparent);
}

.bot-grad { /* Bottom Gradient Border */
	position: relative;
}

.bot-grad:before, .bot-grad:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -3px;
}

.bot-grad:before {
	top: -3px;
	width: 1px;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(transparent, transparent);
	background-image: -moz-linear-gradient(transparent, transparent);
	background-image: -o-linear-gradient(transparent, transparent);
}

.bot-grad:after {
	right: -3px;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.3)),
		to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3),
		transparent);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3),
		transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.3),
		transparent);
}

.top-bot-grad {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 1px;
	-moz-background-size: 100% 1px;
	background-size: 100% 1px;
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%,
		#ffffff 100%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%,
		#ffffff 100%);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%,
		#ffffff 100%), -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%,
		#ffffff 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%,
		#ffffff 100%), -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, #ffffff
		100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%,
		#ffffff 100%), linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%,
		#ffffff 100%);
}

.service-heading {
	margin-bottom: 2%
}

.primary-color {
	color: #F9A71E;
}

.blue-text{
	color:#446CB3;
}

.black {
	color: #222;
}

.grey {
	color: #737373;
}

.no-decoration:hover {
	text-decoration: none;
}

.team-member img {
	margin: 0 auto;
	border: 7px solid #e1e1e1;
}

@media ( min-width :772px) {
	.text-lg-right {
		text-align: right;
	}
}

/* .affix {
	position: fixed;
	box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #F9A71E;
	top:0;
	width:100%;
	z-index: 10;
}
 */
.navbar-default.affix {
	background-color: #fff;
	border-color: rgba(34, 34, 34, .05);
	-webkit-box-shadow: 0 10px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.2);
}

.navbar-default.affix #search input[type="text"] {
	background-color: rgba(255, 255, 255, 1);
}

/*----------- New card Layout --------------*/
.post-module {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
	display: block;
	background: #FFFFFF;
	min-width: 270px;
	height: 480px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.post-module:hover, .hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img, .hover .thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
}

.post-module .thumbnail {
	background: #fff;
	height: 350px;
	overflow: hidden;
}

.post-module .thumbnail .date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background: #e74c3c;
	width: 55px;
	height: 55px;
	padding: 12.5px 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-module .thumbnail .date .day {
	font-size: 18px;
}

.post-module .thumbnail .date .month {
	font-size: 12px;
	text-transform: uppercase;
}

.post-module .thumbnail img {
	display: block;
	width: 120%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.post-module .post-content {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	width: 100%;
	padding: 20px 10px;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
	position: absolute;
	top: -34px;
	left: 0;
	background: #e74c3c;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-module .post-content .title {
	margin: 0;
	padding: 0 0 10px;
	color: #222;
	font-size: 18px;
	font-weight: 700;
}

.post-module .post-content .sub_title {
	margin: 0;
	padding: 0 0 8px;
	color: #e0961b;
	font-size: 16px;
	font-weight: 400;
}

.post-module .post-content .exp {
	margin: 0;
	padding: 0 0 5px;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}

.post-module .post-content .description {
	display: none;
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
}

.post-module .post-content .post-meta {
	margin: 30px 0 0;
	color: #999999;
}

.post-module .post-content .post-meta .timestamp {
	margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
	color: #999999;
	text-decoration: none;
}

.hover .post-content .description {
	display: block !important;
	height: auto !important;
	opacity: 1 !important;
}


.post-icon {
	position: relative;
	z-index: 1;
	/* display: block; */
	background: transparent;
	/* min-width: 270px;
  height: 480px; */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.post-icon:hover, .hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

/*------------- New Card Layout Ends -----------------*/
.btn-read-more { /* Read More Button Styling */
	color: #fff;
	background-color: #446CB3;
	border: 3px solid #446CB3;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-size: 16px;
	border-radius: 200px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	font-weight: 400;
	/* text-transform: uppercase; */
}

.btn-read-more.focus, .btn-read-more:focus, .btn-read-more:hover {
	color: #446CB3;
	background-color: #fff;
	text-decoration: none;
}

.btn-voice-call { /* Call Button Styling */
	color: #F9A71E;
	background-color: #fff;
	border: solid #F9A71E;
	border-color: #F9A71E;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.btn-voice-call.focus, .btn-voice-call:focus, .btn-voice-call:hover {
	color: #fff;
	background-color: #F9A71E;
	text-decoration: none;
}

.btn-video-call { /* Call Button Styling */
	border-radius: 5px !important;
	color: #41307c;
	background-color: #fff;
	border: 3px solid #41307c;
	border-color: #41307c;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 700 !important;
	padding: 10px 15px;
}

.btn-video-call.focus, .btn-video-call:focus, .btn-video-call:hover {
	color: #fff;
	background-color: #41307c;
	text-decoration: none;
}

hr.hr-long {
	min-width: 100%
}

.navbar-inverse .navbar-nav>li>a {
	color: #222;
	font-weight: 400;
	font-size: 14px;
}

.navbar-inverse {
	background-color: #fff;
	border: none;
	height: 45px;
}

@media ( min-width : 768px) {
	.navbar-nav.navbar-center {
		position: absolute;
		left: 32%;
		transform: translatex(-20%);
	}
}

@media ( min-width : 768px) {
	.navbar-default .nav>li.dropdown>a>button, .navbar-default .nav>li.dropdown>a>button:focus
		{
		color: #fff;
		transition: all .35s
	}
}

@media ( min-width : 768px) {
	.navbar-default.affix .nav>li>div.dropdown>a>button, .navbar-default.affix .nav>li>div.dropdown>a>button:focus
		{
		color: #222;
		transition: all .35s
	}
}

#nav {
	z-index: 10;
	width: 100%
}

.nav>li {
	text-align: center;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
	{
	color: #F9A71E;
}

.navbar-inverse .navbar-toggle {
	border: none;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
	{
	background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
	background-color: #fff
}

@media ( min-width :768px) {
	nav.top-70 {
		top: 70px;
	}
}

@media ( min-width : 768px) {
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	border-color: #F9A71E;
	border-width: 3px;
}

.carousel-indicators .active {
	background-color: #F9A71E;
	border: none;
}

.carousel-indicators li {
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.9);
	/* background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.9); */
}

/* Diagonal Section Dividers */
.wlb-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(85deg, #fff 50%, #f5f5f5 50%);
	min-height: 120px;
}

.wrt-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(85deg, #f5f5f5 50%, #fff 50%);
	min-height: 120px;
}

.wlt-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(95deg, #f5f5f5 50%, #fff 50%);
	min-height: 120px;
}

.wrb-divider {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(95deg, #fff 50%, #f5f5f5 50%);
	min-height: 120px;
}

/*-------------- Horizontal product slider ------------------*/
.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
}

.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}

.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

.col-item:hover .info {
	background-color: #F5F5DC;
}

.col-item .price {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}

.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}

.price-text-color {
	color: #219FD1;
}

.col-item .info .rating {
	color: #777;
}

.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}

.col-item .separator {
	border-top: 1px solid #E1E1E1;
}

.clear-left {
	clear: left;
}

.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}

.col-item .separator p i {
	margin-right: 5px;
}

.col-item .btn-add {
	width: 50%;
	float: left;
}

.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
}

.controls {
	margin-top: 20px;
}

[data-slide="prev"] {
	margin-right: 10px;
}

.btn-toggle {
	background-color: #fff;
	border: 1px solid #F9A71E;
	color: #F9A71E;
	border-radius: 300px;
}

.btn-toggle:active:hover, .btn-toggle:hover {
	background-color: #F9A71E;
	color: #fff;
	border-color: #F9A71E;
}

.btn:hover {
	color: #fff;
	text-decoration: none;
}

/*-------------- Horizontal product slider ends ------------------*/

/* -----------------Custom Classes End----------------------- */
.bg-primary {
	background-color: #F9A71E
}

.bg-dark {
	background-color: #f5f5f5;
	color: #222
}

.text-faded {
	color: rgba(34, 34, 34, .8)
}

section {
	margin: 2% 0
}

aside {
	padding: 50px 0
}

.no-padding {
	padding: 0
}

.no-margin {
	margin: 0
}

.navbar-default {
	background-color: #fff;
	border-color: rgba(34, 34, 34, .05);
	transition: all .5s;
}

.btn-default, .portfolio-box .portfolio-box-caption {
	-webkit-transition: all .35s;
	-moz-transition: all .35s
}

.navbar-default .navbar-header .navbar-brand {
	color: #F9A71E;
	font-weight: 700;
	text-transform: uppercase
}

.navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover
	{
	color: #eb3812
}

.navbar-default .navbar-header .navbar-toggle {
	font-weight: 700;
	font-size: 12px;
	color: #F9A71E;
	text-transform: uppercase;
	border: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px 10px;
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #222
}

.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
	color: #F9A71E
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus
	{
	color: #F9A71E !important;
	background-color: transparent
}

.navbar-default .nav>li.active>a:focus:hover, .navbar-default .nav>li.active>a:hover
	{
	background-color: transparent
}

@media ( min-width : 768px) {
	.navbar-default {
		background-color: transparent;
		/* border-color: rgba(255, 255, 255, .3); */
		padding-top: 5px;
		padding-bottom: 5px;
		/* margin-top:35px */
	}
	.navbar-default .navbar-header .navbar-brand {
		color: #222;
	}
	.navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover
		{
		color: #F9A71E
	}
	.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
		color: #fff;
	}
	.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
		color: #F9A71E
	}
	.navbar-default.affix {
		background-color: #fff;
		border-color: rgba(34, 34, 34, .05);
		-webkit-box-shadow: 0 10px 6px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 10px 6px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
		margin-top: 0;
	}
	.navbar-default.affix .navbar-header .navbar-brand {
		color: #F9A71E;
		font-size: 16px
	}
	.navbar-default.affix .navbar-header .navbar-brand:focus,
		.navbar-default.affix .navbar-header .navbar-brand:hover {
		color: #eb3812
	}
	.navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
		color: #222
	}
	.navbar-default.affix .nav>li>a:focus:hover, .navbar-default.affix .nav>li>a:hover
		{
		color: #F9A71E
	}
}

@media ( min-width : 768px) {
	.navbar {
		border-radius: 0px;
		/* border-bottom:0; 1px solid #e5e5e5; */
	}
}

header {
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-color: #fff;
	color: #999;
	font-weight: 400;
	font-size: 13px;
	border-bottom: 1px solid #e5e5e5;
}

.header-link {
	color: #999;
	opacity: 1;
}

.header-link:hover {
	color: #222;
	opacity: 0.9;
}

header .header-content {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media ( max-width :776px) {
	.header-link {
		font-size: 14px;
		font-weight: 700;
		color: #737373;
		opacity: 1;
	}
}

header .header-content .header-content-inner h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px
}

header .header-content .header-content-inner hr {
	margin: 30px auto
}

header .header-content .header-content-inner p {
	font-weight: 300;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	margin-bottom: 50px
}

@media ( min-width : 768px) {
	header {
		/* margin-top:60px; */
		min-height: 35px;
	}
	header .header-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 50px
	}
	header .header-content .header-content-inner {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto
	}
	header .header-content .header-content-inner h1 {
		font-size: 50px
	}
	header .header-content .header-content-inner p {
		font-size: 18px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto
	}
}

/* .section-heading {
	margin-top: 0
} */
.service-box {
	max-width: 400px;
	margin: 50px auto 0
}

@media ( min-width : 992px) {
	.service-box {
		margin: 20px auto 0
	}
}

.service-box p {
	margin-bottom: 0
}

.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto
}

.portfolio-box .portfolio-box-caption {
	color: #fff;
	opacity: 0;
	display: block;
	background: rgba(240, 95, 64, .9);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all .35s
}

.btn-default.active, .btn-default:active, .btn-primary.active,
	.btn-primary:active, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-primary
	{
	background-image: none
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name
	{
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	padding: 0 15px
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category
	{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name
	{
	font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
	opacity: 1
}

.portfolio-box:focus {
	outline: 0
}

@media ( min-width : 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category
		{
		font-size: 16px
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name
		{
		font-size: 22px
	}
}

.call-to-action h2 {
	margin: 0 auto 20px
}

.navbar-default .nav>li>a.color-black, .navbar-default .nav>li>a.color-black:focus
	{
	color: #222;
}

.color-black {
	color: #222 !important;
}

.text-primary {
	color: #F9A71E
}

.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.btn-default {
	color: #fff;
	background-color: #F9A71E;
	border-color: #222;
	transition: all .35s
}

.btn-default.active, .btn-default.focus, .btn-default:active,
	.btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default
	{
	color: #222;
	background-color: #f2f2f2;
	border-color: #ededed
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus,
	.btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover,
	.btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus,
	.btn-default[disabled]:active, .btn-default[disabled]:focus,
	.btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active,
	fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active,
	fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover
	{
	background-color: #fff;
	border-color: #fff
}

.btn-default .badge {
	color: #fff;
	background-color: #222
}

.btn-primary {
	color: #fff;
	background-color: #F9A71E;
	border-color: #F9A71E;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-size: 14px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active,
	.btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover,
	.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #e0961b;
	border-color: #e0961b;
	outline: none;
}

.btn-positive {
	color: #fff;
	background-color: #8bc34a;
	border-color: #8bc34a;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-size: 14px;
	margin: 0 10px;
}

.btn-positive.active, .btn-positive.focus, .btn-positive:active,
	.btn-positive:focus, .btn-positive:hover, .btn-positive:active:hover,
	.open>.dropdown-toggle.btn-positive {
	color: #fff;
	background-color: #7daf42;
	border-color: #7daf42;
	outline:none;
}

.btn-negative {
	color: #fff;
	background-color: #A9A9A9;
	border-color: #A9A9A9;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-size: 14px;
	margin-left: 1%
}

.btn-negative.active, .btn-negative.focus, .btn-negative:active,
	.btn-negative:focus, .btn-negative:hover, .btn-negative:active:hover,
	.open>.dropdown-toggle.btn-negative {
	color: #fff;
	background-color: #C0392B;
	border-color: #C0392B;
	outline:none;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
	.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
	.btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
	.btn-primary[disabled]:active, .btn-primary[disabled]:focus,
	.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
	fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
	fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
	{
	background-color: #F9A71E;
	border-color: #F9A71E
}

.btn-blue {
	color: #fff;
	background-color: #446CB3;
	border-color: #446CB3;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	font-size: 14px;
	margin-left: 10px
}

.btn-blue.active, .btn-blue.focus, .btn-blue:active, .btn-blue:focus,
	.btn-blue:hover, .btn-blue:active:hover, .open>.dropdown-toggle.btn-blue
	{
	color: #fff;
	background-color: #36568e;
	border-color: #36568e;
	outline: none;
}

.btn-primary .badge {
	color: #F9A71E;
	background-color: #fff
}

.btn {
	/* border: none; */
	border-radius: 30px;
	font-weight: 400;
	text-transform: uppercase;
	outline:none;
}

.btn-xl {
	padding: 15px 30px
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #222
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #222
}

img::selection {
	color: #fff;
	background: 0 0
}

img::-moz-selection {
	color: #fff;
	background: 0 0
}

/*---------------------------- Vertical Tabs --------------------------------*/

/*  Vertical tab */
div.graytrium-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-bottom: 10px;
}
div.graytrium-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.graytrium-tab-menu div.list-group{
  margin-bottom: 0;
}
div.graytrium-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.graytrium-tab-menu div.list-group>a .glyphicon,
div.graytrium-tab-menu div.list-group>a .fa {
  color: #F9A71E;
}
div.graytrium-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.graytrium-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.graytrium-tab-menu div.list-group>a.active,
div.graytrium-tab-menu div.list-group>a.active .glyphicon,
div.graytrium-tab-menu div.list-group>a.active .fa{
  background-color: #F9A71E;
  color: #ffffff;
  border: 1px solid #F9A71E;
}
div.graytrium-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #F9A71E;
}

div.graytrium-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.graytrium-tab div.graytrium-tab-content:not(.active){
  display: none;
}

@media ( max-width :992px) {
	div.graytrium-tab-menu div.list-group>a {
		padding: 5px 5px;
	}
}

/*---------------------------- Vertical Tabs End  --------------------------------*/

/*------------------------------ Form Styling ------------------------------------*/

/* .btn-link-1 {			Social Buttons styling  
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }
 */

/***** Top content *****/
.inner-bg {
	padding: 30px 0 50px 0;
}

.top-content {
	background-color: #fff;
}

.form-box {
	margin-top: 40px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #f3f3f3;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 {
	margin-top: 0;
}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #f9f9f9;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.social-login {
	margin-top: 35px;
}

.social-login-buttons {
	margin-top: 25px;
}

@media ( min-width : 767px) {
	.middle-border {
		min-height: 300px;
		margin-top: 170px;
		border-right: 1px solid #ddd;
	}
}

/***** Media queries *****/
@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
}

@media ( max-width : 767px) {
	.middle-border {
		min-height: auto;
		margin: 65px 30px 0 30px;
		border-right: 0;
		border-top: 1px solid #ddd;
	}
}

@media ( max-width : 415px) {
	h1, h2 {
		font-size: 32px;
	}
}

input[type="text"], input[type="email"], input[type="password"],
	textarea, textarea.form-control {
	/* height: 50px; */
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #fff;
	border: 3px solid #ddd;
	font-family: 'Open Sans', sans-serif;
	/* font-size: 16px; */
	font-weight: 300;
	line-height: 50px;
	color: #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

textarea, textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

/* input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
} */
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
	textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
	color: #888;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
	textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder
	{
	color: #888;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder
	{
	color: #888;
}

button.btn-login {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #ff5722;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

button.btn-login:hover {
	background-color: #e54e1e;
	color: #fff
}

button.btn-login:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.btn-login:focus {
	outline: 0;
	opacity: 0.6;
	background: #e54e1e;
	color: #fff;
}

button.btn-login:active:focus, button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #e54e1e;
	color: #fff;
}
.large-box {
	min-height: 50px;
	font-size:16px;
}
/*------------------------------ Form Styling Ends ------------------------------------*/


/*------------------- Search Box Styling --------------------*/
#search {
	padding: 12px;
}

#search input[type="text"] {
	background-color: rgba(255, 255, 255, 0.7);
	border: none;
	font: bold 12px Arial, Helvetica, Sans-serif;
	color: #222;
	width: 170px;
	padding: 6px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

#search input::placeholder {
	color: rgba(0, 0, 0, 0.7);
}

#search input[type="text"]:focus {
	width: 200px;
	background-color: #fff;
	outline: none;
}

/*------------------------------ Cart Styling ----------------------------*/

	.clearfix {
  content: "";
  display: table;
  clear: both;	
}

#site-header, #site-footer {
	background: #fff;
}

#site-header {
	margin: 0 0 30px 0;
}

#site-header h1 {
	font-size: 31px;
	font-weight: 300;
	padding: 40px 0;
	position: relative;
	margin: 0;
}

a.cart {
	color: #000;
	text-decoration: none;

	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

a.cart:hover {
	color: #F9A71E;
} 

#site-header h1 span {
	color: #F9A71E;
}

#site-header h1 span.last-span {
	background: #fff;
	padding-right: 150px;
	position: absolute;
	left: 217px;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#site-header h1:hover span.last-span, #site-header h1 span.is-open {
	left: 363px;
}

#site-header h1 em {
	font-size: 16px;
	font-style: normal;
	vertical-align: middle;
}

.container-cart {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	width: 980px;
}

#cart {
	width: 100%;
}

#cart h1 {
	font-weight: 300;
}

#cart a {
	color: #F9A71E;
	text-decoration: none;

	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

#cart a:hover {
	color: #000;
}

.product.removed {
	margin-left: 980px !important;
	opacity: 0;
}

.product {
	border: 1px solid #eee;
	margin: 20px 0;
	width: 100%;
	height: 195px;
	position: relative;

	-webkit-transition: margin .2s linear, opacity .2s linear;
	-moz-transition: margin .2s linear, opacity .2s linear;
	-ms-transition: margin .2s linear, opacity .2s linear;
	-o-transition: margin .2s linear, opacity .2s linear;
	transition: margin .2s linear, opacity .2s linear;
}

.product img {
	width: 100%;
	height: 100%;
}

.product header, .product .content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-style: none none solid none;
	float: left;
}

.product header {
	background: #000;
	margin: 0 1% 20px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 24%;
	height: 195px;
}

.product header:hover img {
	opacity: .7;
}

.product header:hover h3 {
	bottom: 73px;
}

.product header h3 {
	background: #F9A71E;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 49px;
	margin: 0;
	padding: 0 30px;
	position: absolute;
	bottom: -50px;
	right: 0;
	left: 0;

	-webkit-transition: bottom .2s linear;
	-moz-transition: bottom .2s linear;
	-ms-transition: bottom .2s linear;
	-o-transition: bottom .2s linear;
	transition: bottom .2s linear;
}

.remove {
	cursor: pointer;
}

.remove-text{
	cursor: pointer;
	background-color:transparent !important;
	padding: 8px 25px !important;
}
.remove-text:hover{
	background-color:#f5f5f5 !important;
}

.product .content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 140px;
	padding: 0 20px;
	width: 75%;
}

.product h1 {
	color: #F9A71E;
	font-size: 25px;
	font-weight: 300;
	margin: 17px 0 20px 0;
}

.product footer.content {
	height: 50px;
	margin: 6px 0 0 0;
	padding: 0;
}

.product footer .price {
	background: #fcfcfc;
	color: #000;
	float: right;
	font-size: 15px;
	font-weight: 300;
	line-height: 49px;
	margin: 0;
	padding: 0 30px;
}

.product footer .full-price {
	background: #F9A71E;
	color: #fff;
	float: right;
	font-size: 22px;
	font-weight: 300;
	line-height: 49px;
	margin: 0;
	padding: 0 30px;

	-webkit-transition: margin .15s linear;
	-moz-transition: margin .15s linear;
	-ms-transition: margin .15s linear;
	-o-transition: margin .15s linear;
	transition: margin .15s linear;
}

.qt, .qt-plus, .qt-minus {
	display: block;
	float: left;
}

.qt {
	font-size: 19px;
	line-height: 50px;
	width: 70px;
	text-align: center;
}

.qt-plus, .qt-minus {
	background: #fcfcfc;
	border: none;
	font-size: 30px;
	font-weight: 300;
	height: 100%;
	padding: 0 20px;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

.qt-plus:hover, .qt-minus:hover {
	background: #F9A71E;
	color: #fff;
	cursor: pointer;
}

.qt-plus {
	line-height: 50px;
}

.qt-minus {
	line-height: 47px;
}

#site-footer {
	margin: 30px 0 0 0;
}

#site-footer {
	padding: 40px;
}

#site-footer h1 {
	border: 1px solid #ccc;
	border-style: none none solid none;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 7px 0;
	padding: 14px 40px;
	text-align: center;
}

#site-footer h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 10px 0 0 0;
}

#site-footer h3 {
	font-size: 19px;
	font-weight: 300;
	margin: 15px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.btn-cart {
	background: #F9A71E;
	border: 1px solid #999;
	border-style: none none solid none;
	cursor: pointer;
	display: block;
	color: #fff !important;
	font-size: 20px;
	font-weight: 300;
	padding: 16px 0;
	width: 290px;
	text-align: center;
	border-radius:30px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.btn-cart:hover {
	color: #fff;
	background: #e0961b;
}

.type {
	background: #fcfcfc;
	font-size: 13px;
	padding: 10px 16px;
	left: 100%;
}

.type, .color {
	border: 1px solid #ccc;
	border-style: none none solid none;
	position: absolute;
}

.color {
	width: 40px;
	height: 40px;
	right: -40px;
}

.red {
	background: #cb5a5e;
}

.yellow {
	background: #f1c40f;
}

.blue {
	background: #3598dc;
}

.minused {
	margin: 0 50px 0 0 !important;
}

.added {
	margin: 0 -50px 0 0 !important;
}

.select-package{
	margin-top: 10vh;
}

label.pack{
	font-size: 2rem;
}

.radio input[type="radio"], 
.radio-inline input[type="radio"]{
	height: 1.4em;
	width: 1.4em;
}

p.radio-option{
	border-bottom: 1px solid #bcbfbc;
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.recharge-btn-div{
	margin: 5vh;	
}

p.balance{
	font-size: 1.8rem !important;
	font-weight: 700 !important;
}