

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/* Typography */

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
	line-height: 26px;
	font-size: 16px;
}

body.innerpage {
	padding-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #272727;
}

a {
	color: #2982c8;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #2982c8;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.noresize {
	resize: none;
}

.vresize {
	resize: vertical;
}

.hresize {
	resize: horizontal;
}

.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.col-centered {
	float: none !important;
	margin: 0 auto;
}

.section-header {
	width: 100%;
	float: left;
	padding: 0 15px;
}

.section-header .section-title {
	font-size: 36px;
	color: #2982c8;
	position: relative;
	padding-bottom: 20px;
	margin: 7px 0 20px;
	text-transform: uppercase;
}

.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;
	background: #88c2e4;
}

.section-header .section-title:after {
	content: '';
	padding: 11px 0 0 0;
	text-align: center;
	position: absolute;
	width: 17px;
	height: 10px;
	bottom: -6px;
	left: 50%;
	margin-left: -8px;
	border: 1px solid #88c2e4;
	border-radius: 3px;
	background: #fff;
}

.section-header p {
	font-size: 20px;
}

.btn:not(.bs) {
	border-width: 0;
	border-bottom-width: 3px;
	border-radius: 0px;
}

.btn.btn-primary:not(.bs) {
	background: none;
	border: 1px solid #2982c8;
	color: #2982c8;
	border-radius: 3px;
}

.btn.btn-primary:not(.bs):hover,
.btn.btn-primary:not(.bs):focus {
	background: #2982c8;
	color: #fff;
}

.headerNavGroup .btn.btn-default {
	background: none !important;
	border: none !important;
	color: #333;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.btn.btn-default:not(.bs) {
	border-radius: 3px;
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}

.btn.btn-default:not(.bs):hover,
.btn.btn-default:not(.bs):focus {
	background: #fff;
	color: #333;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top: 0;
}

.learn-more:hover {
	border: 1px solid #2982c8 !important;
	color: #2982c8 !important;
}

.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	border-bottom: 1px solid #2982c8;
}

ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

ul.nostyle i {
	color: #2982c8;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}


/* Header */

.navbar-collapse {
	padding: 0 !important
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 10px;
	width: 30px;
	height: 30px;
	position: relative;
}

.navbar.navbar-default .navbar-toggle {
	width: 44px;
	height: 42px;
	padding: 12px 20px 5px 10px !important;
	cursor: pointer;
}

.navbar.navbar-default .navbar-toggle div {
	width: 22px;
	height: 22px;
	position: relative;
}

.navbar.navbar-default .navbar-toggle span {
	display: block;
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	-moz-transition: -moz-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	margin: 0 !important
}

.navbar.navbar-default .navbar-toggle span.top {
	top: 0px;
}

.navbar.navbar-default .navbar-toggle span.middle {
	top: 6px;
}

.navbar.navbar-default .navbar-toggle span.bottom {
	top: 12px;
}

.navbar.navbar-default .navbar-toggle.menu-is-active span {
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
	transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.navbar.navbar-default .navbar-toggle.menu-is-active span.top,
.navbar.navbar-default .navbar-toggle.menu-is-active span.middle {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navbar.navbar-default .navbar-toggle.menu-is-active span.middle {
	opacity: 0;
}

.navbar.navbar-default .navbar-toggle.menu-is-active span.bottom {
	top: 6px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}

.hugebtn {
	margin: 10px auto;
	display: inline-block;
	padding: 15px 75px;
	font-size: 24px !important;
	font-weight: bold;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 5px 15px;
	position: relative;
}

.logodetail {
	margin: -15px 0 0 5px;
	display: block;
	font-size: 13px;
	letter-spacing: -0.5px;
	color: #333;
	font-weight: bold;
}

.navbar-brand span {
	position: absolute;
	bottom: 0;
	left: 90px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #333;
	font-weight: bold;
}

.navbar-brand img {
	max-width: 270px;
}

@keyframes bounce {
	0% {
		transform: translateY(0px);
	}
	16.67% {
		transform: translateY(-5px) rotate(-4deg);
	}
	33.33% {
		transform: translateY(3px) rotate(-8deg);
	}
	50% {
		transform: translateY(0px);
	}
	66.67% {
		transform: translateY(-5px) rotate(4deg);
	}
	83.33% {
		transform: translateY(3px) rotate(8deg);
	}
	0% {
		transform: translateY(0px);
	}
}

#main-menu .btn-info {
	border-radius: 3px;
	background-color: #2982c8;
	border: none;
	float: right;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 5px;
}

.langbtn {
	border-radius: 3px;
	border: 1px solid #2982c8;
	float: right;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding: 6px 7px 7px 8px;
	margin-left: 5px;
}

:not(.input-group-btn)>.btn-info,
:not(.input-group-btn)>.btn-danger,
:not(.input-group-btn)>.btn-success,
:not(.input-group-btn)>.btn-warning {
	border: none;
	font-family: 'Open Sans', sans-serif;
}

.btn-info:not(.bs),
.btn-danger:not(.bs),
.btn-success:not(.bs),
.btn-warning:not(.bs) {
	border-radius: 3px;
	font-size: 18px;
}

.btn-info {
	background-color: #2982c8;
}

.btn-info:hover {
	background-color: #006699;
}

#main-menu .btn-info:hover {
	background-color: #006699;
}

#main-menu .btn-info i {
	transition: all 400ms;
	animation: bounce 1s infinite linear;
	animation-play-state: paused;
}

#main-menu .btn-info:hover i {
	/*
	-ms-transform: rotate(907deg); /* IE 9 
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera 
	transform: rotate(90deg); 
	*/
	animation-play-state: running;
	transition: all 400ms;
}

@media only screen and (min-width: 768px) {
	.btn-group>.btn+.dropdown-toggle {
		padding-left: 0px;
	}
	#main-menu .nav.navbar-nav>li>a.dropdown-toggle {
		padding-right: 8px;
	}
	#main-menu .nav.navbar-nav>li>a {
		padding-right: 10px;
	}
	#main-menu .navbar-nav {
		margin-top: 10px;
	}
	#main-menu .nav.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		color: #03293a !important;
		font-size: 18px;
		margin-left: 1px;
		margin-right: 1px;
		font-weight: 100;
		line-height: 20px;
		border: none !important;
	}
	#main-menu .caret {
		margin-left: 7px;
	}
	#main-menu .dropdown-toggle:hover {
		background: none !important;
		color: #006699 !important;
		z-index: 100 !important;
		background-color: transparent !important;
	}
	#main-menu .dropdown-toggle.active.focus,
	#main-menu .dropdown-toggle.active:focus,
	#main-menu .dropdown-toggle.active:hover,
	#main-menu .dropdown-toggle:active.focus,
	#main-menu .dropdown-toggle:active:focus,
	#main-menu .dropdown-toggle:active:hover,
	#main-menu .open>.dropdown-toggle:focus,
	#main-menu .open>.dropdown-toggle:hover {
		background-color: transparent !important;
		border: none!important;
		color: #006699 !important;
	}
	#main-menu.navbar-default .navbar-nav>li.active>a,
	#main-menu.navbar-default .navbar-nav>li.open>a,
	#main-menu.navbar-default .navbar-nav>li:hover>a,
	#main-menu.navbar-default .navbar-nav>li>a:hover,
	#main-menu.navbar-default .navbar-nav>li>a:active {
		background: none!important;
		color: #006699 !important;
		z-index: 100;
	}
	#main-menu.navbar-default .navbar-nav>li.open>a {
		border-bottom: none!important;
		border-radius: 3px 3px 0 0;
	}
	#main-menu.navbar-default .dropdown-menu {
		padding: 0px 0 0 0;
		min-width: 220px;
		background-color: white;
		border: 1px #006699 solid;
		border-radius: 0 5px 5px 5px;
		background-clip: inherit;
		z-index: 99;
		margin-top: -1px;
		margin-left: -1px;
		left: 2px;
		right: auto;
	}
	#main-menu.navbar-default .dropdown-menu>li:last-child {
		border-radius: 0 0 4px 4px
	}
	#main-menu.navbar-default .dropdown-menu>li>a {
		transition: none;
		color: #03293a;
		padding: 13px 15px;
	}
	#main-menu.navbar-default .dropdown-menu>li:first-child>a {
		border-top: 0;
	}
	#main-menu.navbar-default .dropdown-menu>li.active,
	#main-menu.navbar-default .dropdown-menu>li.open,
	#main-menu.navbar-default .dropdown-menu>li:hover {
		background: #2982c8;
	}
	#main-menu.navbar-default .dropdown-menu>li.active>a,
	#main-menu.navbar-default .dropdown-menu>li.open>a,
	#main-menu.navbar-default .dropdown-menu>li:hover>a {
		color: #fff;
		background-color: transparent;
	}
}

#icons {
	color: #fff;
}

#icons h2 {
	font-size: 19px;
	font-weight: 400;
	margin: 5px 0 10px 0;
	color: #fff;
}

#main-slider {
	overflow: hidden;
}

#main-slider .item {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#main-slider .slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #2982c8;
}

#main-slider .slider-inner h2 {
	margin-top: 240px;
	font-size: 72px;
	line-height: 1;
	color: #2982c8;
	font-weight: 100;
}

#main-slider .slider-inner h2>span {
	color: #88c2e4;
}

#main-slider .slider-inner .btn {
	margin-top: 10px;
	text-transform: uppercase;
}

#main-slider .owl-controls .owl-buttons {
	margin: 0;
}

#main-slider .owl-prev,
#main-slider .owl-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	z-index: 5;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
	background-color: #2982c8;
}

#main-slider .owl-prev {
	left: -70px;
	border-radius: 0 5px 5px 0;
}

#main-slider .owl-next {
	right: -70px;
	border-radius: 5px 0 0 5px;
}

#main-slider:hover .owl-prev {
	left: -5px;
}

#main-slider:hover .owl-next {
	right: -5px;
}

#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #2982c8;
}

#progressBar {
	margin-top: -4px;
	position: relative;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}

#cta {
	padding: 50px 0;
	background-color: #2982c8;
	color: #fff;
}

#cta h2 {
	margin-top: 0;
	color: white;
}

#cta .btn {
	margin-top: 40px;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}

#cta .btn:hover {
	color: #eee;
	border: 1px solid #eee;
	background: transparent;
}

#cta2 {
	background: #242a33 url(../images/cards.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	float: left;
	width: 100%;
	padding: 18px 0;
	text-shadow: #333 0 0 5px;
}

#cta2 .btn {
	margin-top: 10px;
}

#cta2 .btn:hover {
	text-shadow: none;
}

#cta2 h2 {
	color: #fff;
	font-size: 44px;
	line-height: 1;
	margin-top: 10px;
}

#cta2 h2>span {
	color: #2982c8;
}

.features {
	padding: 30px 0;
}

#features .media.service-box:first-child {
	margin-top: 0px;
}

#services {
	padding: 40px 0;
}

.media.service-box {
	margin: 25px 0;
}

.media.service-box .pull-left {
	margin-right: 20px;
}

.media.service-box .pull-left>i {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #2982c8;
	box-shadow: inset 0 0 0 1px #d7d7d7;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
}

.media.service-box:hover .pull-left>i {
	background: #2982c8;
	color: #fff;
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#portfolio {
	padding: 100px 0;
	background: #f5f5f5;
}

#portfolio .portfolio-filter {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
	display: inline-block;
}

#portfolio .portfolio-filter>li {
	float: left;
	display: block;
}

#portfolio .portfolio-filter>li a {
	display: block;
	padding: 7px 15px;
	background: #e5e5e5;
	color: #64686d;
	position: relative;
}

#portfolio .portfolio-filter>li a:hover,
#portfolio .portfolio-filter>li a.active {
	background: #2982c8;
	color: #fff;
	box-shadow: 0 -3px 0 0 #2982c8 inset;
	-webkit-box-shadow: 0 -3px 0 0 #2982c8 inset;
}

#portfolio .portfolio-filter>li a.active:after {
	content: " ";
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #2982c8 transparent transparent transparent;
}

#portfolio .portfolio-filter>li:first-child a {
	border-radius: 4px 0 0 4px;
}

#portfolio .portfolio-filter>li:last-child a {
	border-radius: 0 4px 4px 0;
}

#portfolio .portfolio-items {
	margin: -15px;
}

#portfolio .portfolio-item {
	width: 24.9%;
	float: left;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#portfolio .portfolio-item .portfolio-item-inner {
	position: relative;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
	position: absolute;
	top: -18px;
	right: 12px;
	border-radius: 50%;
	background: #2982c8;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
}

#portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}


/* Isotope Filtering */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}


/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#testimonial {
	background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}

#testimonial h4 {
	color: #fff;
	margin-bottom: 0;
}

#testimonial small {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
	margin-top: 10px;
}

#about {
	padding: 13px 0 7px 0;
	width: 100%;
	background-color: #fff;
}

#blog {
	padding-top: 30px;
}

section.row {
	float: left;
	width: 100%;
}

#work-process {
	padding: 100px 0 50px;
	background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}

#work-process h2 {
	color: #fff;
}

#work-process h3 {
	color: #fff;
	margin-bottom: 0;
}

#work-process .icon-circle {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border: 2px solid #2982c8;
	border-radius: 100px;
	position: relative;
}

#work-process .icon-circle>span {
	border-style: solid;
	border-width: 2px;
	border-color: #2982c8;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 20px;
	top: -12px;
	color: #64686d;
}

#work-process h3 {
	margin-bottom: 50px;
}

#meet-team {
	padding: 100px 0;
}

#meet-team .team-member {
	padding: 13px;
	background: #eeeeee;
	border: 2px solid #eeeeee;
	transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
}

#meet-team .team-member .team-img {
	margin: -15px -15px 0 -15px;
}

#meet-team .team-member .team-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
}

#meet-team .team-member:hover .social-icons>li>a {
	background: #2982c8;
}

#meet-team .social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}

#meet-team .social-icons>li {
	display: inline-block;
}

#meet-team .social-icons>li>a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #222534;
	border-radius: 50%;
}

.divider {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	width: 95%;
	height: 1px;
}

.progress {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
	background-image: -moz-linear-gradient(4deg, #2982c8 0%, #2982c8 100%);
	background-image: -webkit-linear-gradient(4deg, #2982c8 0%, #2982c8 100%);
	background-image: -ms-linear-gradient(4deg, #2982c8 0%, #2982c8 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav.main-tab {
	background: #eee;
	border-bottom: 3px solid #2982c8;
	border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
	color: #272727;
}

.nav.main-tab>li.active>a {
	background: #2982c8;
	color: #fff;
}

.nav.main-tab>li:first-child>a {
	border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
	border-radius: 0 3px 0 0;
}

.tab-content {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px 20px 10px;
	border-radius: 0 0 3px 3px;
}

.panel-default {
	border-color: #eee;
}

.panel-default>.panel-heading {
	padding: 0;
	position: relative;
}

.panel-default>.panel-heading a.collapsed {
	background-color: #2982c8;
	border: #2982c8 solid 1px;
	color: #fff !important;
	font-size: 16px;
}

.panel-default>.panel-heading a {
	padding: 15px 40px 15px 15px;
	position: relative;
	display: block;
	box-shadow: 0.03em 0.2em 0.3em rgba(0, 0, 0, 0.3);
	color: #333 !important;
	font-size: 16px;
}

.panel-default>.panel-heading a.collapsed:after {
	text-align: center;
	content: "+";
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 5px;
	border: #fff solid 2px;
	padding: 4px 8px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 17px;
}

.panel-default>.panel-heading a:after {
	text-align: center;
	content: "-";
	color: #333;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 5px;
	border: #333 solid 2px;
	padding: 4px 8px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 17px;
}

.panel-default>.panel-heading a:hover:after {
	color: #333;
	border: #333 solid 2px;
}

.panel-default>.panel-heading a:hover {
	color: #333 !important;
	background: #eee !important;
	border-color: #ddd !important
}

.panel-default>.panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}

.panel-default>.panel-heading a:active,
.panel-default>.panel-heading a:focus,
.panel-default>.panel-heading a:hover {
	color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}

#animated-number {
	padding: 100px 0 70px;
	background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
	color: #fff;
}

#animated-number strong {
	display: block;
	margin-bottom: 30px;
}

.animated-number {
	display: inline-block;
	width: 140px;
	height: 140px;
	font-size: 24px;
	line-height: 140px;
	border: 3px solid #2982c8;
	border-radius: 100px;
	margin-bottom: 20px;
}

#pricing {
	padding: 100px 0 70px;
}

#pricing ul.pricing {
	list-style: none;
	padding: 0;
	margin: 70px 0 30px;
	border: 1px solid #eee;
	border-radius: 5px 5px 4px 4px;
	padding: 15px;
	text-align: center;
}

#pricing ul.pricing li {
	display: block;
	padding: 10px;
}

#pricing ul.pricing li.plan-header {
	background: #eee;
	border-radius: 4px 4px 0 0;
	margin: -15px -15px 10px;
	padding: 15px 15px 30px;
	border: 0;
}

#pricing ul.pricing li.plan-header .price-duration {
	position: relative;
	margin-top: -63px;
	top: -10px;
	display: inline-block;
	width: 116px;
	height: 116px;
	background-image: -moz-linear-gradient(90deg, #2982c8 0%, #2982c8 100%);
	background-image: -webkit-linear-gradient(90deg, #2982c8 0%, #2982c8 100%);
	background-image: -ms-linear-gradient(90deg, #2982c8 0%, #2982c8 100%);
	color: #fff;
	border-radius: 100px;
	border: 5px solid #f6f6f6;
}

#pricing ul.pricing li.plan-header .price-duration>span {
	display: block;
	line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration>span.price {
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration>span.duration {
	margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {
	margin-top: 10px;
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	line-height: 1;
}

#pricing ul.pricing.featured {
	background: #272727;
	color: #fff;
	border: 0;
}

#pricing ul.pricing.featured li.plan-header {
	background-image: -moz-linear-gradient(90deg, #2982c8 0%, #2982c8 100%);
	background-image: -webkit-linear-gradient(90deg, #2982c8 0%, #2982c8 100%);
	background-image: -ms-linear-gradient(90deg, #2982c8 0%, #2982c8 100%);
}

#pricing ul.pricing.featured li.plan-header .plan-name {
	color: #fff;
}

.purchase-yellow:hover {
	border: 1px solid #2982c8 !important;
	color: #2982c8 !important;
}

.colored-title,
#colored-title {
	padding: 10px 0;
	background: #006699 url(../images/pattern.jpg) repeat;
	color: #fff;
	width: 100%;
}

.colored-title h1,
.colored-title h2,
#colored-title h1,
#colored-title h2 {
	color: #fff !important;
}

#blog .blog-post {
	border: 1px solid #eee;
	padding: 15px;
}

#blog .blog-post .post-format {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #222534;
	border: 3px solid #fff;
}

#blog .blog-post.blog-large .entry-thumbnail {
	margin: -15px -15px 15px;
	position: relative;
}

#blog .blog-post.blog-large .post-format {
	width: 66px;
	height: 66px;
	line-height: 60px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#blog .blog-post.blog-large .post-format>i {
	font-size: 20px;
}

#blog .blog-post.blog-large .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #2982c8;
}

#blog .blog-post.blog-large .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

#blog .blog-post.blog-large .entry-title a {
	color: #64686d;
}

#blog .blog-post.blog-large .entry-title a:hover {
	color: #2982c8;
}

#blog .blog-post .btn:hover {
	border: 1px solid #2982c8 !important;
	color: #2982c8 !important;
}

#blog .blog-post.blog-media {
	margin-bottom: 30px;
}

#blog .blog-post.blog-media .entry-thumbnail {
	margin: -15px 15px -15px -15px;
	position: relative;
}

#blog .blog-post.blog-media .post-format {
	position: absolute;
	top: 0px;
	right: 8px;
}

#blog .blog-post.blog-media .entry-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #2982c8;
}

#blog .blog-post.blog-media .entry-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
}

#blog .blog-post.blog-media .entry-title a {
	color: #64686d;
}

#blog .blog-post.blog-media .entry-title a:hover {
	color: #2982c8;
}

#blog .blog-post .entry-meta {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

#blog .blog-post .entry-meta>span {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}

#blog .blog-post .entry-meta>span>a {
	color: #999;
}

#blog .blog-post .entry-meta>span>a:hover {
	color: #2982c8;
}

.contact-form {
	margin: 10px 0;
}

#contact {
	position: relative;
	overflow: hidden;
}

#contact .container-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(238, 186, 48, 0.1);
	z-index: 1;
}

form#form_reg_1,
form#form_reg_2 {
	margin-bottom: 10px;
}

#contact h3 {
	color: #2982c8;
}

#contact .contact-form {
	background: rgba(136, 194, 228, 0.8);
	padding: 20px;
	margin-top: 50px;
	color: #fff;
}

#contact .contact-form .form-control {
	background: none;
	color: #fff;
	border: 1px solid #2982c8;
}

#contact .contact-form h3 {
	margin-top: 0;
}

#partners .item {
	margin: 5px;
	text-align: center;
}

#partners .item img {
	width: 100%;
	height: auto;
}


/* footer */

footer.site-footer {
	background: #03293a;
	padding: 0 0 30px 0;
	color: #fff;
	float: left;
	width: 100%;
}

.footer-sidebar .widget-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer-sidebar {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.footer-sidebar a {
	color: #fff;
}

.footer-sidebar p {
	margin: 0;
	padding: 0;
}

.footer-sidebar span {
	font-size: 12px;
	color: #656b74;
}

.footer-sidebar .widget_get_touch span {
	font-size: 14px;
}

.footer-tweet {
	margin: 15px 0 0 0;
	padding: 0;
}

.footer-tweet li {
	display: inline-block;
	margin-right: 22px;
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

li.facebook a:hover {
	color: #fff !important;
}

li.twitter a:hover {
	color: #fff !important;
}

li.pinterest a:hover {
	color: #fff !important;
}

li.google-plus a:hover {
	color: #fff !important;
}

li.linkedin a:hover {
	color: #fff !important;
}

#subscription {
	margin-top: 20px;
}

#subscription .sub_text {
	padding: 7px 10px;
	background: none;
	border: 1px solid #fff;
	border-radius: 3px;
	height: 39px;
	color: #8c989e !important;
}

#subscription .sub_text:focus {
	border: 1px solid #bbbfc4;
}

.sub_button {
	width: 60px;
	height: 40px;
	background: #2982c8 !important;
	border: none !important;
	border-radius: 3px !important;
	color: #FFF !important;
	text-align: center;
	box-shadow: none !important;
	position: relative;
	transition: 0.5s;
}

.sub_button:hover {
	background: #090909 !important;
	transition: 0.5s;
}

.sub_button:active {
	top: 1px;
}

#card {
	background: url(../images/card-balance.jpg) top left no-repeat;
	width: 500px;
	height: 400px;
	position: relative;
	margin: 0 auto 20px auto;
}

#card_num_check {
	font-size: 17px;
	border-radius: 3px;
	box-shadow: #F90 0 0 5px;
	padding: 5px;
	border: #F90 solid 1px;
	width: 170px;
	margin-right: 40px;
}

#card_num_check:focus {
	box-shadow: #F90 0 0 10px;
}

.responseplace {
	box-sizing: border-box;
}

.responseplace p {
	font-size: 1.2em;
	padding: 14px;
	border-radius: 3px;
	border: #F90 solid 2px;
	color: #F90;
}

#google-map {
	height: 450px;
	width: 100%;
}

.gm-style-iw * {
	display: block;
	width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
	margin: 0;
	padding: 0;
}

.gm-style-iw a {
	color: #4272db;
}


/*bootstrap select fix */

.input-group-btn select {
	border-color: #ccc;
}

.btn-dropdown {
	height: 34px;
	padding-right: 0px;
}

input[type=number].form-control,
input[type=date].form-control {
	padding-right: 1px;
	padding-left: 1px;
}

input[type=date].form-control {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}


/*Fancy checkbox that fits with bootstrap */

.fancy-checkbox {
	width: 0;
	height: 0;
	border: none;
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none !important;
	opacity: 0;
}


/*Fancy checkbox that fits with bootstrap */

label.fancy-checkbox {
	opacity: 100;
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.fancy-checkbox::before,
.fancy-checkbox+label::before {
	display: block;
	content: '';
	width: 40px;
	height: 24px;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 24px;
	position: relative;
	transition: all 0.25s;
}

.fancy-checkbox:checked::before,
.fancy-checkbox:checked+label::before {
	border: 1px solid #d6e9c6;
	background-color: #dff0d8;
}

.fancy-checkbox:disabled::before,
.fancy-checkbox:disabled+label::before {
	background-color: #eee;
	border-color: #ccc;
}

.fancy-checkbox::after,
.fancy-checkbox+label::after {
	display: block;
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background-color: #a94442;
	left: 4px;
	top: 4px;
	border-radius: 100%;
	transition: all 0.25s;
}

.fancy-checkbox:checked::after,
.fancy-checkbox:checked+label::after {
	left: 20px;
	background-color: #3c763d;
}

.fancy-checkbox:disabled::after,
.fancy-checkbox:disabled+label::after {
	background-color: #555;
}

.fancy-checkbox:focus::before,
.fancy-checkbox:focus+label::before {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/* Footer slider */

.footer-logos {
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.modal-backdrop {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
}

.modal>.modal-dialog>.modal-content {
	box-shadow: 0px 4px 10px -5px black;
}

.row .scroll-x {
	overflow-x: auto;
}

@keyframes fadeout {
	from {
		background-color: rgba(217, 237, 247, 255);
	}
	to {
		background-color: rgba(217, 237, 247, 0);
	}
}

@keyframes fadeout-odd {
	from {
		background-color: rgba(217, 237, 247, 255);
	}
	to {
		background-color: rgba(249, 249, 249, 255);
	}
}


/*
.table>tbody>tr.flash-new>td,
.table>tbody>tr.flash-new>th,
.table>tbody>tr>td.flash-new,
.table>tbody>tr>th.flash-new,
.table>tfoot>tr.flash-new>td,
.table>tfoot>tr.flash-new>th,
.table>tfoot>tr>td.flash-new,
.table>tfoot>tr>th.flash-new,
.table>thead>tr.flash-new>td,
.table>thead>tr.flash-new>th,
.table>thead>tr>td.flash-new,
.table>thead>tr>th.flash-new
*/

tr.flash-new {
	background-color: #d9edf7;
	animation-name: fadeout;
	animation-duration: 5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

tr.odd.flash-new {
	animation-name: fadeout-odd;
}

table-sortable th,
label[for] {
	cursor: pointer;
}

td>.cell {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	height: calc(100% + 16px);
	width: calc(100% + 16px);
	left: -8px;
	top: -8px;
}

.pad {
	padding: 8px;
}


/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides,
.footer-logos .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}


/* Direction Nav */

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(http://www.altimadental.com/img/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next,
.footer-logos:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flexslider:hover .flex-prev,
.footer-logos:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}


/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}

.input-group.planTerm {
	float: left;
}

.deleteButton {
	float: left !important;
}

.browseLibrary,
.browseLibraryEdit,
.browseLibraryLogo {
	cursor: pointer;
}

.browseWindow,
.browseWindowLogo {
	display: none;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0.03em 0.03em 0.03em #333;
	background: white;
	color: black;
	width: 80%;
	height: 500px;
	border: 1px solid #006699;
}

.browseWindowEdit {
	display: none;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 100%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: black;
	width: 80%;
	height: 500px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.browseWindow .closeBrowse,
.browseWindowEdit .closeBrowseEdit,
.browseWindowLogo .closeBrowseLogo {
	right: 5px;
	top: 5px;
	position: absolute;
	cursor: pointer;
	z-index: 99999;
}

.browseWindow .clientPhotosContainer,
.browseWindowEdit .clientPhotosContainer,
.browseWindowLogo .clientPhotosContainer {
	display: none;
	width: 100%;
	float: left;
	overflow-y: auto;
	max-height: 460px;
}

.browseWindow .storePhotosContainer,
.browseWindowEdit .storePhotosContainerEdit,
.browseWindowLogo .storePhotosContainerLogo {
	height: 100%;
	overflow-y: auto;
}

.browseWindow .pickImage,
.browseWindowEdit .pickImageEdit,
.browseWindowLogo .pickImageLogo {
	width: 200px;
}

.browseWindow .backBrowse,
.browseWindowEdit .backBrowse,
.browseWindowLogo .backBrowse {
	margin: 0px 30px 20px 30px;
}

.browseWindow .clientPhotos.btn.btn-default,
.browseWindowEdit .clientPhotos.btn.btn-default,
.browseWindowLogo .clientPhotos.btn.btn-default {
	margin: 25px;
}

.browseWindow .thumbnail,
.browseWindowEdit .thumbnail,
.browseWindowLogo .thumbnail {
	height: 200px;
	overflow: hidden;
	display: block;
	position: relative;
	padding: 4px;
	margin: 0 0 30px 0;
	line-height: 1.42857143;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.browseWindow .thumbnail>img,
.browseWindow .thumbnail a>img,
.browseWindowEdit .thumbnail>img,
.browseWindowEdit .thumbnail a>img,
.browseWindowLogo .thumbnail>img,
.browseWindowLogo .thumbnail a>img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.displayImg {
	max-height: 50px;
}

.changeImg {
	float: right;
	cursor: pointer;
}

.browseLibraryEdit {
	display: none;
}

.error-box,
.warning-box,
.success-box,
.info-box {
	margin-bottom: 20px;
	padding: 15px 15px 15px 39px;
	clear: both;
	border-radius: 5px;
}

.error-box a,
.warning-box a,
.success-box a,
.info-box a {
	text-decoration: underline;
}

.error-box {
	background: #ffcccc;
	border: 1px solid #ff9999;
	color: #d01313;
	position: relative;
}

.error-box:before,
.warning-box:before,
.success-box:before,
.info-box:before {
	top: 13px;
	left: 10px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 25px;
	position: absolute;
}

.error-box:before {
	content: "\f057";
	color: #C54228;
}

.warning-box {
	background: #fdebae;
	border: 1px solid #e6c555;
	color: #c79d13;
	position: relative;
}

.warning-box:before {
	content: "\f06a";
	color: #e2b828;
}

.success-box {
	background: #c0df89;
	border: 1px solid #a0ce4e;
	color: #466c00;
	position: relative;
	text-shadow: 1px 1px 0px #e3f1cb;
}

.success-box:before {
	content: "\f058";
	color: #75b632;
}

.info-box {
	background: #bfe4f9;
	border: 1px solid #68a2cf;
	color: #2081b9;
	position: relative;
}

.info-box:before {
	content: "\f05a";
	color: #008bc1;
}

.error-box a {
	color: #d01313;
}

.warning-box a {
	color: #c79d13;
}

.success-box a {
	color: #7ba411;
}

.info-box a {
	color: #2081b9;
}

.ajaxmessage {
	display: none;
}

.delCurImg,
.changeImgEdit {
	cursor: pointer;
	margin-right: 15px;
}

.fa-braille {
	margin-top: -3px;
}

.fa-braille::before {
	font-weight: bold;
}

#tableCardholders {
	width: 100% !important;
}

.active .fa-inverse {
	color: #555;
}

.storeNav {
	border-radius: 0 !important;
	height: 50px !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.storeNavigation .storeNav:first-of-type {
	border-top: 0 !important;
}

.storeNavigation .storeNav:last-of-type {
	border-bottom: 0 !important;
}

#planInsert fieldset {
	display: inline;
}


/*Coffee Shop*/

.coffee-title .section-header .section-title {
	font-size: 40px !important;
}

.coffee-slogan {
	font-size: 16px;
}

#coffee-video {
	margin: 20px 0;
	text-align: center;
}

#coffee-banners {
	text-align: center;
}

#coffee-down-arrow {
	margin: 100px 0;
}

#package-prices {
	padding: 20px 0;
	width: 100%;
	float: left;
}

#package-prices h2 {
	font-family: 'Oswald', sans-serif;
	margin: 0 0 20px 0 !important;
	font-size: 34px;
	text-align: left;
}

#package-prices h3 {
	font-size: 34px;
	font-family: 'Oswald', sans-serif;
	font-size: 2em !important;
	margin: 0;
	padding: 10px;
	font-weight: 300;
	text-align: center;
}

#package-prices .container .regular-package {
	border: 1px solid #ccc;
	padding: 0;
	margin-bottom: 20px;
}

#package-prices .container .regular-package:hover {
	background: #f8f8f8;
}

#package-prices .container .preferred-package {
	border: 1px solid #2982c8;
	padding: 0;
}

.package-head span {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1;
	padding: 0 10px 0px 10px;
	margin: 0 0 10px 0;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

.package-cost-old {
	text-decoration: line-through;
}

.package-cost-new {
	color: #E00007;
}

.package-items {
	list-style-type: disc;
	padding: 0 10px 0 40px;
	font-size: 16px;
	margin: 0;
	height: 200px!important;
}

.package-description .package-items {
	height: auto !important;
}

.package-items .package-item-disabled {
	color: #cccccc;
	text-decoration: line-through;
}

.package-head {
	background: #ddd;
}

.package-head-primary h4 {
	color: #ffffff;
}

.package-head-primary {
	background: #2982c8;
}

#package-prices .package-buttons {
	text-align: center;
	margin: 20px 0;
}

#package-prices .package-buttons a {
	margin: 0 15px;
}

#package-prices .package-description p span {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1;
	padding: 0 10px 0px 10px;
	margin: 25px 0 10px 0;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

#coffee-call-now {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin: 40px 0;
}

#coffee-call-now h3 {
	font-size: 34px;
	margin: 10px 0;
	font-family: 'Oswald', sans-serif;
}

#coffee-call-now span {
	font-size: 34px;
	line-height: 1;
}

#coffee-call-now a {
	color: #E00007;
}

#coffee-call-now a:focus,
#coffee-call-now a:hover {
	color: #000000;
}

#coffee-contact-form {
	text-align: center;
}

#coffee-contact-form .column-title:after {
	left: 30%;
}

#call-now {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#call-now .send-message {
	margin-top: 5px;
	margin-bottom: 20px;
}

#call-now h2 {
	margin-top: 0px;
	font-size: 24px;
}

#signup-contact-form {
	float: left;
	width: 100%;
}

.form-error,
.has-error {
	color: #E00007;
}

.storeLogoError {
	display: none;
}

.btncheckcard {
	margin: 20px 0 0 85px;
	display: block;
}

.check-balance-response {
	margin-top: 20px;
}

.slogan {
	font-style: italic;
	text-align: center;
}

#cta2 .box-shadow {
	background: rgba(0, 0, 0, 0.5);
	padding: 1px 15px 11px 15px;
	margin: 15px 0 10px;
}

.btn-margin-top {
	margin-top: 8px;
}

.about-img-box {
	width: 25%;
	float: right;
}

.separate-prices {
	margin-top: 20px;
}

.separate-prices .item-box {
	width: 20%;
	float: left;
	padding: 0 10px;
}

@media screen and (max-width: 1024px) {
	#coffee-banners img {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	#coffee-prices .container #coffee-advanced-package {
		border-top: 0 solid #2982c8;
		border-left: 2px solid #2982c8;
		padding: 0;
	}
	#coffee-video iframe {
		width: 100% !important;
	}
	#coffee-call-now h3 {
		line-height: 50px;
	}
}

span.imgDelete.btn.btn-danger {
	padding: 2px 6px;
	font-size: 16px;
	line-height: 1.2;
}

form.deleteImageForm {
	position: absolute;
	transition: all 0.5s ease;
	opacity: 0;
	z-index: 9999999;
}

.thumbnail:hover .deleteImageForm {
	opacity: 1;
}

.browseWindow .col-lg-4:first-of-type .thumbnail,
.browseWindowEdit .col-lg-4:first-of-type .thumbnail,
.browseWindowLogo .col-lg-4:first-of-type .thumbnail,
.browseWindow .col-lg-4:nth-of-type(2) .thumbnail,
.browseWindowEdit .col-lg-4:nth-of-type(2) .thumbnail,
.browseWindowLogo .col-lg-4:nth-of-type(2) .thumbnail,
.browseWindow .col-lg-4:nth-of-type(3) .thumbnail,
.browseWindowEdit .col-lg-4:nth-of-type(3) .thumbnail,
.browseWindowLogo .col-lg-4:nth-of-type(3) .thumbnail {
	margin-top: 30px;
}

.loadingBox {
	display: none;
	position: absolute;
	z-index: 9999;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 75px;
}

.badge {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
	color: #333;
	font-size: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #ddd;
	border-radius: 100%;
	float: left;
	border: #ccc solid 1px;
	margin: 0 10px 10px 0;
}

#recentposts {
	padding: 10px 0 20px 0;
	width: 100%;
	float: left;
	background-color: #fff;
}

.pagination ul {
	list-style-type: none;
}

.pagination ul li {
	display: inline;
}

.parallax {
	min-height: 300px;
	background: rgba(0, 0, 0, 0.3);
}

.bottom-footer .col-lg-9 {
	padding-left: 15px;
}

.businessSlider h2 {
	text-align: center;
}

.businessSlider img {
	opacity: 0.8;
}

.businessSlider img:hover,
.businessSlider a:hover img,
.businessSlider h2:hover+img {
	opacity: 1;
}

@media only screen and (min-width: 480px) {
	.owl-controls .owl-nav .owl-prev {
		top: 50%;
	}
	.owl-controls .owl-nav .owl-next {
		top: 50%;
	}
}

.social-buttons {
	margin: 5px 0 0 0;
}

.fb-share-button {
	margin-right: 5px !important;
	top: -11px !important;
}

#twitter-widget-0 {
	margin-right: 5px !important;
	top: -4px;
	position: relative !important;
}

span.IN-widget {
	top: -4px !important;
	margin-left: 5px;
	position: relative !important;
}

#cta3 {
	padding: 10px 0;
	background-color: #f8f8f8;
	width: 100%;
	float: left;
}

#cta3 h2 {
	text-align: center;
	font-size: 44px;
	color: #2982c8;
	position: relative;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.homenews .widget-title a {
	color: #2982c8;
}

.homenews .widget-title a:hover,
.homenews .widget-title a:active {
	color: #272727;
}

#recentposts .section-header h2 {
	text-align: center;
	font-size: 44px;
	color: #2982c8;
	position: relative;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.terms {
	margin-top: 5px !important;
}

.fb-page {
	margin-top: 20px;
}

.terms a {
	font-weight: bold;
}

.colored-title .owl-carousel {
	padding: 4px 0 12px 0;
}

.about-increase-sales h2,
.about-new-customers h2 {
	margin: 0;
}

#instructions {
	background-color: #fff;
	width: 100%;
	float: left;
	padding-top: 20px;
}

.pagination {
	margin: 0;
}

.footer-widget .widget_get_touch p:nth-of-type(5),
.footer-widget .widget_get_touch p:nth-of-type(8) {
	margin-top: 10px;
}

.businessList span {
	float: left;
	display: block;
	width: 50%;
	font-size: 14px;
}

.businesspage .section-header .section-title:after,
.businesspage .section-header .section-title:before,
.ctaBox .section-title:after,
.ctaBox .section-title:before,
.slogan+.section-title:after,
.slogan+.section-title:before {
	display: none;
}

.homeintro h2 {
	margin-top: 10px;
}

.businesspage .section-header .section-title,
.slogan+.section-title {
	margin: 0;
	padding: 0 0 5px 0;
}

.ctaBox {
	padding: 10px 0 5px 0;
	float: left;
}

.ctaBox .section-title {
	margin: 0;
	padding: 0;
}

.ctaBox span {
	text-transform: lowercase;
}

.businessDesc+.col-lg-6>div {
	margin-top: 5px;
}

.businesspage #about {
	padding-bottom: 15px;
}

.businesspage form.contact-ajax-form {
	margin-bottom: 20px;
}

.businessDesc,
.businessDesc+.col-lg-6 {
	padding: 0;
}

#recentposts .section-header {
	background-color: #fff;
}

.homefaq {
	width: 100%;
	float: left;
}

.btn-margin-bottom {
	margin-bottom: 5px;
}

.news-title {
	margin-top: 0px;
	font-size: 30px;
}

#recentposts .panel-default>.panel-heading:hover,
.faqpage .panel-default>.panel-heading:hover {
	background-color: #fff;
	color: #2982c8;
}

#call-now a:hover,
.news-title a:hover,
.pagination a:hover,
.contactinfo a:hover,
#form_reg_1 a:hover,
.termspage a:hover {
	color: #272727;
}

#call-now a,
.news-title a,
.pagination a,
.contactinfo a,
#form_reg_1 a,
footer a:hover,
#recentposts .panel-default>.panel-heading a:hover,
.faqpage .panel-default>.panel-heading a:hover {
	color: #2982c8;
}

h2 {
	font-size: 18px;
}

.aboutpage h2,
.faqpage h2,
#instructions-stages h2,
.manageaccount h2,
.newspage h2,
.balancepage h2,
.registrationpage h2 {
	font-size: 24px;
}

.contactinfo h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

p.social {
	text-align: center;
	margin-top: 10px;
}

p.social a {
	font-size: 24px;
	width: 50px;
	height: 50px;
	border: #fff solid 1px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	padding: 8px;
	margin: 0 5px;
	line-height: 1.3;
}

p.social a.fb:hover {
	background: #3b5998;
}

p.social a:hover {
	color: #fff;
	border-color: rgba(0, 0, 0, 0.3);
}

p.social a.twit:hover {
	background: #55acee;
}

p.social a.gp:hover {
	background: #dd4b39;
}

p.social a.youtube:hover {
	background: #cc181e;
}

#examples {
	width: 100%;
	float: left;
	background-color: #fff;
	margin: 20px 0;
}

#examples img {
	width: 100%;
}

.businesspage .owl-next,
.businesspage .owl-prev {
	background-color: #ffffff;
}

.businesspage .owl-next i,
.businesspage .owl-prev i {
	border: none;
	color: #808080;
	font-size: 3em;
}

.businesspage .owl-next i:hover,
.businesspage .owl-prev i:hover {
	color: #272727;
	background-color: transparent;
}

@media only screen and (min-width: 480px) {
	.owl-controls .owl-nav .owl-prev {
		left: -30px;
	}
	.owl-controls .owl-nav .owl-next {
		right: -30px;
	}
}

.fb-page,
.fb-page iframe[style],
.fb-page span {
	width: 100% !important;
}

.appscreen {
	margin: 40px 0 20px 0;
}

.appscreen img {
	width: 100%;
}

.video-wrap {
	float: right;
	width: 50%;
	height: 320px;
	margin: 10px 0 0 0;
	padding: 14.05% 15px;
}

#ideas,
#methods {
	width: 100%;
	float: left;
	background-color: #f8f8f8;
}

#ideas {
	padding-top: 10px;
}

#methods {
	padding: 0;
}

#proven-methods {
	padding: 30px 0 10px 0;
	background-color: #2982c8;
	color: #ffffff;
	clear: both;
}

#proven-methods h2 {
	font-size: 36px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	margin-top: 10px;
}

#proven-methods .method-block {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	border: #ccc solid 1px;
	display: block;
	width: 100%;
	border-radius: 5px;
	min-height: 200px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	margin-bottom: 20px;
}

#proven-methods .method-block:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

#proven-methods .method-block:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#proven-methods .method-block:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.call-to-action {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	background: #2982c8;
	text-align: center;
}

.call-to-action .row {
	margin: 0;
}

.call-to-action p {
	background: rgba(255, 255, 255, 0.2);
	line-height: 1;
	padding: 20px;
	color: #ffffff;
	margin: 0;
}

.call-to-action a {
	font-weight: bold;
	color: #ffffff;
}

.call-to-action a:focus,
.call-to-action a:hover {
	color: #f8f8f8;
}

.call-to-action .row {
	margin-bottom: 0;
}

#program-content h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

#program-content h4 {
	line-height: 1.6;
}

#program-content .program-type-name {
	overflow: hidden;
	margin: 30px 0 10px 0;
}

#program-content .program-type-name .badge {
	margin: 0 10px 0px 0;
}

#program-content .program-type-name h3 {
	margin: 0;
	line-height: 50px;
	float: left;
}

#program-content ol {
	margin-bottom: 30px;
	padding: 0 0 0 20px;
}

#program-content ol li {
	padding: 0;
	margin: 0;
	color: #2982c8;
	font-weight: bold;
}

.method-blue {
	color: #06C;
}

#call-now-bottom a {
	color: #ffffff;
}

@media (max-width: 767px) {
	#program-content img.pull-right {
		width: 100%;
		margin-bottom: 5px;
	}
	.call-to-action p {
		line-height: 1.6;
	}
	#program-content .program-type-name h3 {
		float: none;
	}
	.video-wrap {
		width: 90%;
		margin: 15px 5%;
		padding: 25% 0;
		height: auto;
	}
	#call-now-bottom a {
		display: block
	}
	#call-now-bottom span {
		line-height: 1.5;
		display: block;
		padding-bottom: 10px;
	}
	div#call-now-top {
		display: none;
	}
}

@media (max-width: 992px) {
	.video-wrap {
		width: 90%;
		height: auto;
		padding: 25.3% 0;
		margin: 15px 5%;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	.video-wrap {
		width: 100%;
		height: auto;
		padding: 28.15% 0;
		margin: 15px 0%;
	}
}

.request-demo-action {
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	background: #2982c8;
	text-align: center;
}

.request-demo-action .row {
	margin: 0;
}

.request-demo-action p {
	background: rgba(255, 255, 255, 0.2);
	line-height: 1;
	padding: 20px;
	color: #ffffff;
	margin: 0;
}

.request-demo-action a {
	font-weight: bold;
	color: #ffffff;
}

.request-demo-action a:focus,
.request-demo-action a:hover {
	color: #f8f8f8;
}

.request-demo-action .row {
	margin-bottom: 0;
}

#proven-methods-main {
	margin: 20px 0;
}

#proven-methods-main h2 {
	margin: 10px 0;
}

div#call-now-top {
	margin-top: 0;
	text-align: center;
	padding: 0px 20px 10px 20px;
}

div#call-now-top h2,
div#call-now-top span {
	font-size: 22px;
	display: block;
	text-align: center;
}

div#call-now-top h2:last-of-type {
	margin-top: 10px;
}

#methods h2 {
	font-size: 30px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	color: #2982c8;
}

#methods .method-block {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	border: #ccc solid 1px;
	display: block;
	width: 100%;
	border-radius: 5px;
	min-height: 50px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	margin-bottom: 20px;
}

#methods .method-block:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

#methods .method-block:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#methods .method-block:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.rounded {
	border-radius: 100%;
}

.testimonialspage .col-lg-2 img {
	width: 100%;
}

.text-bold {
	font-weight: bold !important;
}

#testimonials {
	float: left;
	width: 100%;
	padding: 18px 0;
}

.hidden-text {
	display: none;
}

.read-more {
	display: block;
	margin-bottom: 5px;
}

#testimonialsslider .item {
	display: block;
	width: 100%;
	height: auto;
}

.testimonialspage #about i,
#testimonials i {
	margin-top: 5px;
	display: block;
}

.testimonialspage #about strong,
#testimonials strong {
	margin-top: 5px;
	display: block;
}

#testimonials {
	background: #f8f8f8;
}

#testimonials #read-more {
	padding: 0;
}

#testimonials h2 {
	text-align: center;
	font-size: 44px;
	color: #2982c8;
	position: relative;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#business-faq {
	float: left;
	width: 100%;
	padding: 10px 0;
}

#business-faq h2 {
	text-align: center;
	font-size: 44px;
	color: #2982c8;
	position: relative;
	margin: 0 0 10px;
	text-transform: uppercase;
}

#business-faq .panel {
	margin-bottom: 5px;
}

body .html5-video-player {
	background-color: #fff !important;
}

.embed-responsive iframe {
	outline: 3px solid #fff;
	outline-offset: -3px;
}

.inquirypage .form-group .required .control-label:after,
.ctacontact .form-group .required .control-label:after {
	content: "*";
	color: red;
}

.inquirypage .form-group,
.ctacontact .form-group {
	float: left;
	display: block;
	width: 100%;
}

.inquirypage .form-control {
	width: 50%;
}

.inquirypage .inline-checkbox,
#form_inquiry_2 .required,
.ctacontact .inline-checkbox,
.ctacontact .required,
.custominquiry .inline-checkbox {
	float: left;
}

.ctacontact .required {
	width: 100%;
}

.inquirypage .group-label,
.ctacontact .group-label,
#form_custom .group-label {
	width: 100%;
	float: left;
	text-align: left;
}

#form_inquiry_2 .control-label,
.ctacontact .control-label,
#form_custom .control-label {
	text-align: left;
}

.form-group.has-error span:not(.required) {
	float: left;
	width: 100%;
}

.ctacontact #otherIndustry,
.inquirypage #otherIndustry,
.inquirypage #form-reply,
.custominquiry #otherIndustry {
	display: none;
}

.inquirypage #otherindustry {
	width: 100%;
}

.inquirypage #form_inquiry_2 input[type=checkbox],
.inquirypage #form_inquiry_2 input[type=radio] {
	margin-right: 5px;
}

.control-label {
	padding: 0 !important;
}

#agree {
	margin: 7px 5px 0 0;
}

#business-types {
	padding: 20px 0;
}

#business-types-list {
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#business-types-list li {
	width: 50%;
	float: left;
}

#business-types .cards-examples img {
	float: left;
	width: 50%;
}

@media screen and (max-width: 767px) {
	#form_custom #rc-imageselect,
	#form_custom .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	#business-types-list li {
		text-align: center;
	}
	#business-types {
		padding: 0 0 20px 0;
	}
	#call-now-top h2 {}
	#call-now-top h2 a {
		line-height: 1.5;
		padding-top: 10px;
	}
}

#call-now-top h2 a {
	line-height: 1.5;
}

#sample-container {
	/*background: url("../images/cards-large.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: right;*/
}

#sample-container .sample-request-form {
	width: 100%;
	padding: 20px;
	margin: 20px auto;
}

#sample-container .form-group {
	overflow: hidden;
}

#sample-container .form-group #agree {
	float: left;
}

#sample-container .form-group #agree-label {
	float: left;
	font-size: 14px;
	margin: 0;
}

#sample-container .form-group input[type="text"],
#sample-container .form-group input[type="email"],
#sample-container .form-group select {
	/*font-weight: bold;*/
}

#sample-container .radio-group {
	font-size: 14px;
	margin-bottom: 10px;
}

#sample-container .radio-group label {
	display: block;
}

#sample-container .radio-group input[type="radio"] {
	margin: -1px 5px 0 0;
	vertical-align: middle;
}

#request-a-sample {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 0 15px;
}

#request-a-sample a {
	font-size: 1.5em;
	font-weight: 600;
}

#other-samples {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}

.card-options {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}

.card-options label {
	width: 100%;
}

.card-options label input[type="checkbox"] {
	margin: 2px 5px 0 0;
}

#card-examples-carousel {
	margin-top: 20px;
}

#sample-request-examples {
	margin: 40px 0;
}

#sample-request-examples h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #2982c8;
}

#sample-request-examples img {
	float: left;
	width: 50%;
}

#sample-examples {
	margin: 40px 0;
}

#sample-examples h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	text-align: left;
	color: #2982c8;
}

#sample-examples img {
	float: left;
	width: 25%;
}

#sample-examples .samples-block {
	overflow: hidden;
	margin-bottom: 20px;
}

.address-form-group,
#exclusiveofferdetails,
label[for="exclusiveofferdetails"],
#eventsdetails,
#clientsfinddetails,
#findclientsdetails,
label[for="findclientsdetails"],
#offeredpromotionsdetails,
label[for="offeredpromotionsdetails"] {
	display: none;
}

#idealclient4:before,
#idealclient5:before {
	content: "%";
	display: block;
}

#form_inquiry_3 .form-control.col-sm-4 {
	width: 33.33333333% !important;
}

#form_inquiry_3 .col-sm-6 .col-sm-6 {
	padding-left: 0;
}

#form_inquiry_3 input[type="radio"],
#form_inquiry_3 input[type="checkbox"],
#form_custom input[type="radio"],
#form_custom input[type="checkbox"] {
	margin-right: 3px;
}

#form_inquiry_3 #idealclient3:focus:-ms-input-placeholder,
#form_inquiry_3 #idealclient4:focus:-ms-input-placeholder,
#form_inquiry_3 #idealclient3:focus::-moz-placeholder,
#form_inquiry_3 #idealclient4:focus::-moz-placeholder,
#form_inquiry_3 #idealclient3:focus::-webkit-input-placeholder,
#form_inquiry_3 #idealclient4:focus::-webkit-input-placeholder,
#form_custom #idealclient3:focus:-ms-input-placeholder,
#form_custom #idealclient4:focus:-ms-input-placeholder,
#form_custom #idealclient3:focus::-moz-placeholder,
#form_custom #idealclient4:focus::-moz-placeholder,
#form_custom #idealclient3:focus::-webkit-input-placeholder,
#form_custom #idealclient4:focus::-webkit-input-placeholder {
	color: #999;
	display: block;
}

.about-call-now-top {
	float: right;
}

.footer-links {
	margin-top: 20px;
}

@media screen and (max-width: 500px) {
	#card {
		width: 270px;
		height: 260px;
		background-size: contain;
	}
	#card form {
		right: 17px;
		bottom: 0;
		position: absolute;
	}
	#card form input[type="text"] {
		height: 26px;
		width: 215px;
		margin: 0 0 30px 0;
		float: right;
		padding: 5px 0 5px 5px;
		font-size: 16px;
	}
	#card form input[type="submit"] {
		margin: 0;
		float: right;
	}
}

.category i.fa.pull-right {
	margin-top: 0.5rem;
	margin-right: -1rem;
	margin-left: 1rem;
}

a.list-group-item[data-parent].sliver {
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	border-width: 0;
}

a.list-group-item[data-parent] {
	padding: 0.75rem 1rem 0.75rem 3rem;
	transition: padding 0.25s, height 0.25s, border-width 0.25s;
	height: 49px;
	overflow: hidden;
}

a.list-group-item[data-parent]:not(.active):not(:hover):not(:active) {
	background-color: #efefef;
}

.multi-panel-switch>.list-group-item {
	cursor: pointer;
}

.multi-panel-switch>.list-group-item.closed>.opened,
.multi-panel-switch>.list-group-item.opened>.closed {
	display: none;
}

.multi-panel-switch>.list-group-item.opened>.closed {
	display: none;
}

#form_custom .form-group {
	float: left;
	width: 100%;
}

#form_custom button {
	float: right;
}

.custominquiry {
	right: 0;
	margin: 0 auto;
	left: 0;
	float: none;
}

.custominquiry .form-group .required .control-label:after {
	content: "*";
	color: red;
}

.blue-title {
	color: #2982c8;
}

.rounded-number {
	float: left;
	height: 40px;
	width: 40px;
	border: 3px solid #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 36px !important;
	margin-right: 10px;
}

.panel-title a span {
	line-height: 40px;
	font-size: 26px;
	font-weight: bold;
}

.panel-default .about-link {
	display: block;
	margin: 20px 0;
}

.panel-default .about-link span {
	font-size: 1em;
	color: #2982c8;
	margin-top: 30px;
	display: block;
}

.custominquiry input[type="checkbox"].has-error+label,
.custominquiry input[type="radio"].has-error+label {
	color: red;
}

#captchaerror {
	color: red;
	display: none;
}

.custominquiry .innerContent {
	float: left;
	border: 1px solid #2982c8;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
}

#redeem #mail,
#redeem #epromo {
	display: none;
}

#form_redeem .form-group {
	float: left;
	width: 100%;
}

#redeem #mail #successmsg {
	display: none;
}

.required input[type=text].has-error,
.required input[type=email].has-error {
	border: 1px solid red;
}

.subheader {
	color: #2982c8;
	line-height: 1.5;
}

.subheader span {
	border: 4px solid #2982c8;
	border-radius: 50%;
	padding: 5px 15px;
}

@media screen and (max-width: 768px) {
	.custominquiry .innerContent {
		border: none;
	}
	#sample-examples h2 {
		text-align: center;
		margin: 0;
	}
	#sample-examples img {
		float: left;
		width: 50%;
	}
	#other-samples a {
		display: block;
	}
	.benefit-links-block a {
		width: 100% !important;
		margin: 15px 0 0 0 !important;
	}
	.section-header .slogan {
		margin: 0;
	}
	h1 {
		padding: 0 15px;
	}
}

#contact-form .section-title {
	font-size: 3em;
	color: #2982c8;
	position: relative;
	margin: 40px 0;
	text-transform: uppercase;
	line-height: 1;
}

#custom-tailored-inquiry {
	margin-top: 30px;
}

.benefit-links-block {
	float: left;
	display: block;
	margin: 10px 0 25px 0;
	width: 100%;
}

.benefit-links-block a {
	display: block;
	float: left;
	width: 30%;
	padding: 15px;
	font-size: 20px !important;
	text-shadow: 0.03em 0.03em 0.1em #333;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	margin: 0 1.5%;
}

#form-status {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.scrollableDiv {
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
}


/*videos page styles begin*/


/***********************************************************************************************/


/* 01. Accordion basic styles */


/***********************************************************************************************/

.bwl_acc_container {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	max-width: 100%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 24px;
	font-weight: 300;
}

.bwl_acc_container section {
	border: 1px solid #eee;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


/***********************************************************************************************/


/* 1.1: Expand/Collapse Box. */


/***********************************************************************************************/

.acc-ctrl-btn {
	padding: 0;
	margin: 0 0 12px 0;
	box-sizing: border-box;
	text-align: right;
	display: block;
	clear: both;
	width: 100%;
}

.acc-ctrl-btn .acc-expand-all,
.acc-ctrl-btn .acc-collapsible-all {
	width: 24px;
	height: 24px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.acc-ctrl-btn .acc-expand-all {
	margin-right: 5px;
}


/***********************************************************************************************/


/* 02. Accordion search container */


/***********************************************************************************************/

.accordion_search_container {
	display: none;
	margin: 0 0 12px 0;
	position: relative;
	background: #FFFFFF;
}

.accordion_search_container .acc_clear_btn {
	position: absolute;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

.accordion_search_container .acc_clear_btn:after {
	background: #FFFFFF;
	right: 8px;
	top: 4px;
	padding: 5px 10px;
	display: inline-block;
	position: absolute;
	content: 'X';
	color: #000000;
}

.accordion_search_container .rtl_clear_btn {
	position: absolute;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

.accordion_search_container .rtl_clear_btn:before {
	background: #FFFFFF;
	left: 8px;
	top: 4px;
	padding: 5px 10px;
	display: inline-block;
	position: absolute;
	content: 'X';
	color: #000000;
}

.accordion_search_container .accordion_search_input_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 5px;
}

.search_icon {
	background-origin: content-box;
	background: url(../images/search.png) no-repeat;
	background-position: top 10px right 10px;
	background-position-x: 99%;
	background-position-y: 50%;
	border: 1px solid #cccccc;
}

.accordion_search_input_box::-ms-clear {
	display: none;
}

.load {
	background-origin: content-box;
	background: url(../images/loader.gif) no-repeat;
	background-position: top 10px right 10px;
	background-position-x: 99%;
	background-position-y: 50%;
}

.search_result_container {
	line-height: 24px;
	display: none;
	background: #ddd;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 5px;
	margin-bottom: 12px;
}


/***********************************************************************************************/


/* 03. Accordion title bar & Themes */


/***********************************************************************************************/

h2.acc_title_bar {
	padding: 0;
	margin: 0;
	height: 43px;
	line-height: 43px;
	font-size: 15px;
	font-weight: 500;
	display: block;
	background: transparent;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-transition: font-size 0.5s 0.1s ease-in;
	-moz-transition: font-size 0.5s 0.1s ease-in;
	-o-transition: font-size 0.5s 0.1s ease-in;
	transition: font-size 0.5s 0.1s ease-in;
}

h2.acc_title_bar a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 15px;
	position: relative;
}

h2.acc_title_bar a:after {
	z-index: 2;
	content: "+";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 20px;
	padding: 4px 8px;
	background: transparent;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -15px;
	border: #fff solid 2px;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-weight: bold;
}

h2.acc_title_bar:hover a:after,
h2.default-title-bar-active a:after {
	color: #333;
	border: #333 solid 2px;
}

h2.default-title-bar-active a:after {
	content: "-";
	line-height: 15px;
}

h2.title-bar-active {
	background: transparent;
}

h2.title-bar-active a {
	color: #f0f0f0;
}

h2.title-bar-active a:after {
	z-index: 1;
	left: 20px;
	top: 0;
	content: '';
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 46px;
	line-height: 46px;
	background: transparent;
	-webkit-transform: skewX(0deg);
	-moz-transform: skewX(0deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(0deg);
	transform: skewX(0deg);
}

h2.title-bar-active a:before {
	/*content: "\f068";*/
	font-family: 'FontAwesome';
	display: inline-block;
	width: 48px;
	height: 46px;
	line-height: 46px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
}

h2.title-bar-active a:hover {
	color: #f0f0f0;
}

h2.title-bar-active a:hover:before {
	/*content: "\f068";*/
	font-family: 'FontAwesome';
	display: inline-block;
	width: 48px;
	height: 46px;
	line-height: 46px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
}


/***********************************************************************************************/


/* 3.1 Default theme */


/***********************************************************************************************/

h2.default-title-bar {
	background-color: #2982c8;
	color: #fff !important;
	font-size: 16px;
	transition: color 400ms, background-color 400ms;
}

h2.default-title-bar:hover,
h2.default-title-bar-active {
	color: #333 !important;
	background: #eee !important;
}

h2.default-title-bar a {
	color: #ffffff;
}

h2.default-title-bar:hover a,
h2.default-title-bar-active a {
	color: #333;
}


/***********************************************************************************************/


/* 04. Accordion content */


/***********************************************************************************************/

div.acc_container {
	margin: 0 0 2px 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	display: none;
}

div.acc_container .block {
	padding: 0 12px;
}


/***********************************************************************************************/


/* 09. Responsive styling */


/***********************************************************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	h2.acc_title_bar {
		min-height: 46px;
		line-height: 18px;
		font-size: 14px;
	}
	h2.acc_title_bar a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 12px 2px 0 52px;
		position: relative;
		height: 100%;
	}
	h2.nav_circle a::after,
	h2.nav_arrow a::after {
		display: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	h2.acc_title_bar {
		min-height: 46px;
		line-height: 24px;
		font-size: 13px;
	}
	h2.acc_title_bar a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 10px 2px 0 52px;
		position: relative;
		height: 100%;
		line-height: 14px;
	}
	h2.nav_circle a::after,
	h2.nav_arrow a::after {
		display: none;
	}
	h2.rtl-title-bar a {
		padding: 0px 56px 0 0;
	}
}


/*videos page styles end*/


/*#tableStampsheets tr:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4))
{
  background-color: #fcf8e3;
}*/


/*Shopping Cart*/

#cart {
	margin: 20px 0;
}

#cart table .package-name {
	font-weight: bold;
}

#cart table .package-items {
	margin: 0;
}

#cart table .text-center {
	text-align: left;
}

#cart table .total-cost {
	font-weight: bold;
}

#cart table .clear-icon-line {
	text-align: center;
	margin: 5px 0 0 0;
}

#cart table .package-items {
	height: auto !important;
}

#cart #checkout-btn {
	float: right;
}

#cart .cart-empty {
	margin: 0 0 20px 0;
}


/*Checkout*/

#checkout {
	margin: 20px 0;
}

#checkout #checkout-form label.required:after {
	content: '*';
	color: #E00007;
}

#checkout #checkout-form input[type="text"],
#checkout #checkout-form input[type="email"] {
	height: 40px;
}

#checkout #checkout-form select {
	height: 40px;
}

#checkout #checkout-form .form-group {
	float: left;
	width: 100%;
}

#checkout #checkout-form .pricing-table {
	margin: 0 0 5px 0;
	font-weight: bold;
	text-align: right;
}

#checkout #checkout-form #submit-btn {
	float: right;
	background: #ffffff;
	padding: 0;
}

#checkout #checkout-form #form-reply {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}

.blue-heading {
	color: #2982c8;
	font-size: 20px;
}

.package-head p {
	margin: 0;
}

.red-paragraph {
	color: #E00007;
	font-weight: bold;
	margin: 0px 0 10px 0;
	font-size: 20px;
}

#package-prices .package-description {
	overflow: hidden;
}

#package-prices .benefits-block {
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}

#package-prices .benefits {
	margin: 0;
	padding: 0;
	border-right: 1px solid #cccccc;
}

#package-prices .benefits-header {
	color: #ffffff;
	background: #999;
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
	/*font-weight: bold;*/
}

#package-prices .benefits .small-text {
	font-size: 13px;
	font-weight: bold;
}

#package-prices .key-benefits {
	padding: 0 0 0 0;
	overflow: hidden;
}


/*#package-prices .key-benefits ul{
	font-size: 20px;
	font-weight: bold;
	color: #2982c8;
}*/

#package-prices .key-benefits-header {
	color: #ffffff;
	background: #2982c8;
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
	/*font-weight: bold;*/
}

#package-prices .key-benefits ul li ul {
	list-style-type: none;
	font-size: 13px;
	padding: 0;
}

#package-prices .key-benefits .no-list {
	list-style-type: none;
}


/*Checkout*/

.paypal-button-widget {
	float: right;
	margin-right: 15px;
}


/*Marketing Consultants*/

#marketing-consultants {
	margin: 0 0 20px 0;
}

#marketingconsultantform {
	overflow: hidden;
	margin-bottom: 20px;
}

#marketingconsultantform .form-group {
	overflow: hidden;
	margin: 0;
}

#marketingconsultantform label {
	margin: 10px 0 0 0;
}

#marketingconsultantform .priority-list {
	padding: 0;
	list-style-type: none;
}

#marketingconsultantform .priority-list li {
	margin: 10px 0;
}

#marketingconsultantform .priority-input {
	width: 40px;
	float: left;
	height: 30px;
	margin-right: 10px;
}

#marketingconsultantform .experience-years-group,
#marketingconsultantform .shedule-part-time-group {
	display: none;
}

#marketingconsultantform .g-recaptcha {
	margin-top: 15px;
}

#thank-you {
	margin: 0 0 20px 0;
}

.list-no-bullet {
	list-style-type: none;
}

.text-error {
	display: none;
	font-size: 14px;
	color: #FF0000;
	margin-bottom: 0;
}

.overflow {
	overflow: hidden;
}

.logo-specfication-form-group {
	display: none;
}

#rates-btn {
	float: right;
	margin-right: 20px;
}

.demobtn {
	padding: 10px 50px;
	font-weight: bold;
	box-shadow: 0.03em 0.1em 0.03em #333;
}

#referrals_form .form-group legend {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
}

#referrals_form #group1,
#referrals_form #group2 {
	margin-left: 5px;
}

#referringcustomer label {
	color: #006699;
}

#referringcustomer input {
	outline: #006699;
	border: 1px solid #006699;
}

.topctabtn {
	float: right;
}


/*
	Control Panel specific
	.controlpanel container around everything
*/

.controlpanel .panel,
.controlpanel .list-group:not(.smart-list) {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.controlpanel .list-group:not(.smart-list) {
	border-radius: 4px;
	overflow: hidden;
}

.controlpanel .list-group:not(.smart-list)>* {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top-color: rgba(0, 0, 0, 0.05);
	user-select: none;
}

.controlpanel .list-group-item.active {
	box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.category i.fa.pull-right {
	margin-top: 0.5rem;
	margin-right: -1rem;
	margin-left: 1rem;
}

a.list-group-item[data-parent].sliver {
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	border-width: 0;
}

a.list-group-item[data-parent] {
	padding: 0.75rem 1rem 0.75rem 3rem;
	transition: padding .25s, height .25s, border-width .25s;
	height: 49px;
	overflow: hidden;
}

a.list-group-item[data-parent].sliver>* {
	transform: rotateX(90deg);
	margin-top: -2em;
}

a.list-group-item[data-parent]>* {
	transition: transform .25s, margin .25s;
	transform: rotateX(0deg);
	margin-top: 0;
}

a.list-group-item[data-parent].sliver>span.pull-right {
	margin-top: -1em;
}

a.list-group-item[data-parent]:not(.active):not(:hover):not(:active) {
	background-color: #efefef;
}

.multi-panel-switch>.list-group-item {
	cursor: pointer;
}

.multi-panel-switch>.list-group-item.closed>.opened,
.multi-panel-switch>.list-group-item.opened>.closed {
	display: none;
}

.multi-panel-switch>.list-group-item.opened>.closed {
	display: none;
}

.tree .media-list.closed .media-list {
	display: none;
}

.tree .media-list>.media>.view-children {
	font-size: 1.5em;
	cursor: pointer;
}

.tree .media-list.closed>.media>.view-children>.icon-open {
	display: none;
}

.tree .media-list.open>.media>.view-children>.icon-closed {
	display: none;
}

.media-body>h4,
.media-body>p {
	margin-left: 1rem;
}

#controlsearch .cancel {
	position: absolute;
	top: 1.15em;
	right: 1.25em;
	opacity: 0.4;
	transition: opacity 0.25s;
}

#controlsearch .cancel:hover {
	opacity: 0.8;
}


@media(min-width: 600px){#formBirthday input, #formPhone input, #formEmail input{width:150%;}}