/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0 3px 0 0;
	height: 15px;
	width: 15px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -5px 0 0 -4px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 41px;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	margin: 0;
	min-width: 90px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 39px;
	color: #959595;
	margin: 0 35px 0 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: url(../images/btn-select.png) no-repeat;
	width: 30px;
	height: 39px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.footer-nav,
.add-nav,
.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.contact-form .row1:after,
.information .row1:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?dokar5");
	src: url("../fonts/icomoon.eot?dokar5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dokar5") format("truetype"), url("../fonts/icomoon.woff?dokar5") format("woff"), url("../fonts/icomoon.svg?dokar5#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

i {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ico-16:before {
	content: "\e90f";
}

.icon-ico-17:before {
	content: "\e910";
}

.icon-ico-18:before {
	content: "\e911";
}

.icon-ico-14:before {
	content: "\e90d";
}

.icon-ico-15:before {
	content: "\e90e";
}

.icon-ico-13:before {
	content: "\e90c";
}

.icon-ico-07:before {
	content: "\e906";
}

.icon-ico-08:before {
	content: "\e907";
}

.icon-ico-09:before {
	content: "\e908";
}

.icon-ico-10:before {
	content: "\e909";
}

.icon-ico-11:before {
	content: "\e90a";
}

.icon-ico-12:before {
	content: "\e90b";
}

.icon-ico-04:before {
	content: "\e903";
}

.icon-ico-05:before {
	content: "\e904";
}

.icon-ico-06:before {
	content: "\e905";
}

.icon-ico-01:before {
	content: "\e900";
}

.icon-ico-02:before {
	content: "\e901";
}

.icon-ico-03:before {
	content: "\e902";
}

@font-face {
	font-family: "Arial Rounded MT";
	src: url("../fonts/ArialRoundedMTBold.eot");
	src: url("../fonts/ArialRoundedMTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialRoundedMTBold.woff") format("woff"), url("../fonts/ArialRoundedMTBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.btn {
	border: none !important;
	min-width: 128px;
	height: 42px;
	font-size: 12px;
	line-height: 42px;
	padding: 0 30px;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 20px;
}

.btn-default {
	background: #acacac;
}

.btn-primary {
	background: #00aeef;
}

#header .navbar-default {
	background: #fff;
	border: none;
	border-radius: 0;
	margin: 0;
}

#header .navbar-btn {
	margin: 0;
}

#header .btn {
	margin: 0;
}

#header .navbar-brand {
	height: 40px;
	padding: 0;
	margin: 8px 15px;
}

#header .navbar-brand img {
	height: 40px;
	width: auto;
}

#header .btn-holder {
	margin: 8px 0;
	text-align: center;
}

#header .btn-holder > span {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 40px;
	font-weight: 300;
	color: #707070;
}

#header .navbar-toggle {
	margin-top: 10px;
}

#header .navbar-nav {
	font-size: 15px;
	font-weight: 300;
	background: #343434;
	margin: 0 -15px;
}

#header .navbar-nav > li {
	float: none;
	text-align: center;
}

#header .navbar-nav > li.active > a {
	background: #232323;
	color: #00aeef;
}

#header .navbar-nav > li > a {
	color: #b7b7b7;
	padding: 17px 10px;
}

#header .navbar-nav > li > a:hover {
	background: #232323;
	color: #00aeef;
}

.banner-area {
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	padding: 70px 0 20px;
	font-size: 19px;
	line-height: 26px;
	font-weight: 300;
	margin: 0;
}

.banner-area .container > div {
	padding-left: 22px;
}

.banner-area h1 {
	font-weight: 300;
	font-size: 42px;
	line-height: 50px;
	margin: 0 0 22px;
	margin-top: 25%;
}

.banner-area p {
	margin: 0 0 69px;
	font-size: 19px;
	font-weight: 300;
}

.banner-area p strong {
	display: block;
	font-size: 21px;
}

.banner-area .img-holder img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#threecolumns {
	padding-top: 50px;
	padding-bottom: 10px;
}

#threecolumns.disabled .column h2 {
	color: #b7b7b7;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}

#threecolumns.disabled .column h2 i {
	color: #ccc;
	font-size: 50px;
}

#threecolumns.disabled .column p {
	display: none;
}

#threecolumns .column {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	color: #707070;
	padding: 0 30px 50px;
	text-align: center;
}

#threecolumns .column h2 {
	color: #959595;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 30px;
	text-align: center;
}

#threecolumns .column h2 i {
	color: #00aeef;
	font-size: 45px;
	margin: 0 0 15px;
	display: inline-block;
	vertical-align: top;
}

#threecolumns .column h2 span {
	display: block;
	overflow: hidden;
	height: 1%;
}

#threecolumns .column p {
	margin: 0 0 10px;
}

#footer {
	text-align: center;
	background: #fbfbfb;
	padding: 25px 0;
	color: #707070;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.copyright {
	display: inline-block;
	vertical-align: top;
	color: #707070;
	margin: 0;
}

.footer-nav {
	display: inline-block;
	vertical-align: top;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.footer-nav a {
	color: #b7b7b7;
}

.visual {
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	padding: 50px 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	margin: 0;
}

.visual h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 20px;
}

#main {
	padding: 77px 0 50px;
	background: #fbfbfb;
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
}

.page #main {
	padding: 80px 0 50px;
}

#main .container > h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 34px;
	color: #707070;
}

.page #main .container > h2 {
	font-size: 35px;
	line-height: 38px;
	font-weight: 400;
	color: #05aaf0;
	margin: 0 0 75px;
}

.page1 #main .container > h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	color: #05aaf0;
	margin: 0 0 28px;
}

.page1 #main .container > h2 + #twocolumns {
	padding-top: 30px;
}

.page #main .container > h2 + .text-block {
	margin-top: -55px;
}

#main .container > .text-block {
	padding: 0 0 40px;
	color: #464646;
}

#main .container > .text-block p {
	margin: 0 0 20px;
}

#main .container > .btn-holder {
	margin: 0 0 30px;
}

#main .container > .btn-holder .btn {
	min-width: 100%;
	padding: 0 40px;
	margin: 0 0 10px;
}

#main .container > .btn-holder .btn.btn-default {
	background: #c2c2c2;
}

#main .container > .btn-holder .btn.btn-default:hover {
	opacity: .85;
}

#main .form-holder h2 {
	font-weight: 300;
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 49px;
	color: #05aaf0;
}

#main #threecolumns {
	padding: 117px 0 0;
}

#main #threecolumns.disabled {
	position: relative;
	padding-top: 76px;
}

#main #threecolumns.disabled:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: #e7e7e7;
	display: block;
}

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

.contact-form .row1 {
	padding: 0 0 15px;
}

.contact-form .row1 label {
	padding: 18px 10px 18px 0;
	float: left;
	margin: 0;
	width: 100%;
	font-size: 18px;
	line-height: 17px;
	font-weight: 300;
	position: relative;
	z-index: 10;
}

.contact-form .row1 .area {
	width: 100%;
	float: left;
}

.contact-form .row1 .area input,
.contact-form .row1 .area textarea {
	width: 100%;
	height: 56px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 18px 15px;
	margin: 0;
	color: #acacac;
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}

.contact-form .row1 .area input::-webkit-input-placeholder,
.contact-form .row1 .area textarea::-webkit-input-placeholder {
	color: #acacac;
}

.contact-form .row1 .area input::-moz-placeholder,
.contact-form .row1 .area textarea::-moz-placeholder {
	opacity: 1;
	color: #acacac;
}

.contact-form .row1 .area input:-moz-placeholder,
.contact-form .row1 .area textarea:-moz-placeholder {
	color: #acacac;
}

.contact-form .row1 .area input:-ms-input-placeholder,
.contact-form .row1 .area textarea:-ms-input-placeholder {
	color: #acacac;
}

.contact-form .row1 .area input.placeholder,
.contact-form .row1 .area textarea.placeholder {
	color: #acacac;
}

.contact-form .row1 .area textarea {
	resize: none;
	height: 266px;
}

.contact-form .btn-submit {
	text-align: center;
	padding: 29px 0;
}

.contact-form .btn-submit input[type="submit"] {
	border: none !important;
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	padding: 0 10px;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 20px;
	background: #00aeef;
}

.contact-form .btn-submit input[type="submit"]:hover {
	background: #286090;
}

.add-nav {
	padding: 0 0 50px;
	font-size: 15px;
	line-height: 17px;
}

.add-nav li {
	vertical-align: top;
}

.add-nav li.active a {
	color: #05aaf0;
	background: #fff;
}

.add-nav li.active a:after {
	background: #05aaf0;
}

.add-nav a {
	display: block;
	position: relative;
	padding: 21px 28px;
	color: #636363;
	text-decoration: none !important;
}

.add-nav a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: transparent;
}

.add-nav a:hover {
	color: #05aaf0;
	background: #fff;
}

.add-nav a:hover:after {
	background: #05aaf0;
}

#content {
	padding-top: 24px;
	font-weight: 300;
}

#content:only-child {
	width: 100% !important;
}

.page1 #content {
	padding-top: 30px;
}

#content h2 {
	color: #05aaf0;
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
	margin: 0 0 26px;
}

#content p {
	margin: 0 0 25px;
}

#content .table-block {
	padding-top: 21px;
}

#content .table-block table {
	width: 100%;
	color: #707070;
	margin: 0;
}

#content .table-block table th {
	background: #e4f3fa;
	padding: 18px 45px;
}

#content .table-block table td {
	padding: 25px 45px;
	background: #fff;
	border: 1px solid #ebebeb;
	vertical-align: top;
}

#content .table-block table td:first-child {
	border-left: none;
}

#content .table-block table td:last-child {
	border-right: none;
}

#content .table-block table td sup {
	font-size: 11px;
	line-height: 14px;
	vertical-align: top;
}

#content .table-block table td span {
	display: block;
}

#content .table-block table td span.gray {
	color: #b7b7b7;
}

#content .table-block table td strong {
	font-weight: 600;
}

#content .table-block table td strong.blue {
	font-size: 18px;
	font-weight: 700;
	color: #05aaf0;
}

#content .table-block table tbody tr:first-child td {
	border-top: none;
}

#content .table-block table tbody tr:last-child td {
	border-bottom: none;
}

#content .table-block .btn-holder1 {
	text-align: right;
	padding-top: 48px;
	margin: 0 0 56px;
}

#content .table-block .btn-holder1 .btn {
	min-width: 160px;
}

#content .description {
	padding: 0 0 25px;
}

#content .description span {
	display: block;
}

#content .description span sup {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin: 6px 0 0;
	vertical-align: top;
}

.columns {
	color: #707070;
	padding: 0 0 60px;
}

.columns.columns2 .ico-holder {
	padding-top: 35px;
}

.columns .column {
	padding-bottom: 60px;
}

.columns .ico-holder {
	color: #00aeef;
	margin: 0 0 5px;
}

.columns .textholder {
	overflow: hidden;
}

.columns address {
	line-height: 24px;
	margin: 0;
}

.columns address span {
	display: block;
}

.columns h3 {
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	margin: 6px 0 25px;
	color: #05aaf0;
}

.columns h4 {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	font-weight: 700;
}

.columns a {
	color: inherit;
	text-decoration: none;
}

.columns a:hover {
	opacity: .85;
}

.accordion {
	border: 1px solid #eaeaea;
	color: #464646;
}

.accordion li {
	vertical-align: top;
	border-top: 1px solid #eaeaea;
}

.accordion li:first-child {
	border: none;
}

.accordion .opener {
	display: block;
	background: #f5f5f5;
	padding: 17px 20px;
	text-decoration: none !important;
	color: #464646;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.accordion .slide {
	padding: 17px 20px;
	background: #fff;
}

.accordion .slide p {
	margin: 0;
}

.accordion .slide p a {
	color: #00aeef;
}

.btns-area {
	position: relative;
	background: #e1e1e1;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 70px;
}

.btns-area:before,
.btns-area:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 9999px;
	background: #e1e1e1;
	display: block;
}

.btns-area:after {
	right: auto;
	left: 100%;
}

.btns-area .btn {
	margin: 0 20px 20px;
	width: 296px;
}

.btns-area .btn.btn-white {
	background: #fff;
	color: #05aaf0 !important;
}

.btns-area .btn.btn-white:hover {
	background: #f8f8f8;
}

.steps-area {
	background: #05aaf0;
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}

.steps-area:before,
.steps-area:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	background: #05aaf0;
	width: 9999px;
	display: block;
}

.steps-area:after {
	right: auto;
	left: 100%;
}

.steps-area .column:first-child .textholder {
	padding: 0 0 0 53px;
}

.steps-area .icon-holder {
	font-size: 120px;
	color: #0b8bcd;
	min-height: 123px;
	margin: 0 0 33px 50px;
}

.steps-area .textholder {
	padding: 0 0 0 60px;
	position: relative;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}

.steps-area .textholder .num {
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 72px;
	line-height: 75px;
	font-family: "Arial Rounded MT","Helvetica Rounded",Arial,sans-serif;
	font-weight: bold;
}

.steps-area .textholder h3 {
	font-size: 30px;
	line-height: 33px;
	font-weight: 300;
	margin: 0 0 10px;
}

.steps-area .textholder p {
	margin: 0 0 10px;
}

.box-area {
	padding: 0 0 115px;
	color: #fff;
	font-weight: 300;
}

.box-area .row .box {
	position: relative;
	white-space: nowrap;
	text-align: center;
	height: 191px;
	width: 33.333%;
	text-align: left;
	margin-bottom: 30px;
}

.box-area .row .box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.box-area .row .box > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.box-area .row .box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: url(../images/bg-blue-box.png) no-repeat 0 0/100% 100%;
}

.box-area .row .box.red:before {
	background: url(../images/bg-red-box.png) no-repeat 0 0/100% 100%;
}

.box-area .row .box.yellow:before {
	background: url(../images/bg-yellow-box.png) no-repeat 0 0/100% 100%;
}

.box-area .row .box .inner {
	position: relative;
	z-index: 10;
	padding: 0 20px;
	width: 100%;
}

.box-area .row .box .inner .num1 {
	display: inline-block;
	vertical-align: middle;
	width: 95px;
	margin: 0 -95px 0 0;
	font-size: 78px;
	line-height: 81px;
}

.box-area .row .box .inner .text-block {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 0 10px 0 95px;
	margin: 0 -4px 0 0;
	font-size: 24px;
	line-height: 24px;
}

.box-area .row .box .inner .text-block strong {
	display: block;
	font-weight: 600;
	margin: 0 0 10px;
}

.payments-block {
	padding-bottom: 80px;
}

.payments-form {
	margin: 0;
}

.payments-form .row1 .area {
	padding: 0 0 20px;
}

.payments-form .row1 label {
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #636363;
	margin: 0 0 20px;
}

.payments-form .row1 input {
	width: 100%;
	height: 41px;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	padding: 5px 10px;
	margin: 0;
	overflow: hidden;
	color: #959595;
	font-size: 14px;
	line-height: 17px;
}

.payments-form .row1 select {
	width: 100%;
}

.payments-form .row1 .delete-btn {
	text-align: center;
}

.payments-form .row1 .delete {
	display: inline-block;
	vertical-align: top;
	margin: 45px 0 0;
	color: #a1a1a1;
	text-decoration: none;
	font-size: 24px;
}

.payments-form .row1 .delete:hover {
	opacity: .8;
}

.payments-form .popover {
	border: none;
	padding: 0;
	border-radius: 2px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	max-width: 260px;
}

.payments-form .popover-title {
	background: #d3e9e8;
	padding: 10px 25px;
	font-weight: 300;
	color: #464646;
	font-size: 15px;
	line-height: 18px;
	border-radius: 2px 2px 0 0;
}

.payments-form .popover-content {
	font-weight: 300;
	color: #959595;
	font-size: 14px;
	line-height: 21px;
	padding: 20px 25px 22px;
}

.payments-form .popover.top > .arrow::after {
	margin-left: -11px;
}

.payments-form .btns-holder .btn {
	min-width: 100px;
}

.payments-form .btns-holder .btn.light-gray {
	background: #d7d7d7;
	padding: 0 40px;
}

.payments-form .btns-holder .btn.light-gray:hover {
	opacity: .85;
}

.information {
	margin: 0 0 70px;
}

.information .row1 {
	padding: 0 0 18px;
}

.information .row1 label,
.information .row1 > span {
	width: 100%;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	position: relative;
	z-index: 10;
}

.information .row1 .area {
	width: 100%;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -4px 0 0;
}

.information .row1 .area input {
	width: 100%;
	height: 56px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 18px 15px;
	margin: 0;
	color: #acacac;
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}

.information .row1 .area input::-webkit-input-placeholder {
	color: #acacac;
}

.information .row1 .area input::-moz-placeholder {
	opacity: 1;
	color: #acacac;
}

.information .row1 .area input:-moz-placeholder {
	color: #acacac;
}

.information .row1 .area input:-ms-input-placeholder {
	color: #acacac;
}

.information .row1 .area input.placeholder {
	color: #acacac;
}

.information .row1 .area .info-block {
	background: #ebebeb;
	padding: 12px 15px;
	color: #acacac;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}

.information .btn-submit {
	text-align: right;
	padding: 25px 0;
}

.information .btn-submit input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	border: none !important;
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	padding: 0 90px;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 20px;
	background: #00aeef;
}

.information .btn-submit input[type="submit"]:hover {
	background: #286090;
}

.tabs-holder {
	margin: 0 0 70px;
}

.tabs-holder .nav-tabs {
	border: none;
}

.tabs-holder .nav-tabs > li.active > a,
.tabs-holder .nav-tabs > li.active > a:hover,
.tabs-holder .nav-tabs > li.active > a:focus {
	color: #05aaf0;
}

.tabs-holder .nav-tabs > li.active > a:after,
.tabs-holder .nav-tabs > li.active > a:hover:after,
.tabs-holder .nav-tabs > li.active > a:focus:after {
	content: "";
	position: absolute;
	left: -.5px;
	right: -.5px;
	top: 100%;
	height: 2px;
	background: #05aaf0;
	margin: -1px 0 0;
	z-index: 1;
}

.tabs-holder .nav-tabs > li + li {
	margin-left: -1px;
}

.tabs-holder .nav-tabs > li > a {
	font-weight: 700;
	color: #636363;
	position: relative;
	border: 1px solid #eaeaea;
	background: #fff;
	border-radius: 0;
	margin: 0;
	padding: 11px 31px;
}

.tabs-holder .nav-tabs > li > a:hover {
	color: #05aaf0;
}

.tabs-holder .tab-content table {
	width: 100%;
}

.tabs-holder .tab-content table th {
	color: #959595;
	border: 1px solid transparent;
	border-bottom-color: #d7d7d7;
	padding: 26px 20px 27px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	white-space: nowrap;
}

.tabs-holder .tab-content table td {
	background: #fff;
	border: none;
	padding: 26px 20px 27px;
}

.tabs-holder .tab-content table td .nopayment {
	text-align: center;
	padding: 47px 0 280px;
	color: #959595;
}

@media (min-width: 768px) {
	.btn {
		min-width: 158px;
		font-size: 17px;
	}

	#header .btn {
		margin: 0 0 0 17px;
	}

	#header .navbar-brand {
		margin: 35px 0 38px;
		height: 62px;
	}

	#header .navbar-brand img {
		height: 62px;
	}

	#header .btn-holder {
		margin: 42px 0 0;
		text-align: left;
	}

	#header .navbar-nav {
		width: 100%;
		clear: both;
		position: relative;
		background: #343434;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		float: none;
		margin: 0;
	}

	#header .navbar-nav:before,
	#header .navbar-nav:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		background: #343434;
		width: 9999px;
		display: block;
	}

	#header .navbar-nav:after {
		right: auto;
		left: 100%;
	}

	#header .navbar-nav > li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#header .container > .navbar-collapse {
		padding: 0;
	}

	.banner-area {
		padding: 181px 0 13px;
	}

	.banner-area h1 {
		font-size: 64px;
		line-height: 67px;
	}

	/*.banner-area .img-holder {
		margin: -138px 0 0 -130px;
		text-align: center;
	}*/

	#threecolumns .column {
		text-align: left;
	}

	#threecolumns .column h2 {
		text-align: left;
	}

	#threecolumns .column h2 i {
		float: left;
		margin: 5px 23px 0 0;
	}

	.footer-nav li {
		padding: 0 0 0 40px;
	}

	.visual {
		padding: 107px 0 108px;
	}

	.visual.visual1 h1 {
		font-size: 50px;
		line-height: 54px;
	}

	#main {
		padding: 107px 0 146px;
	}

	.page #main {
		padding: 80px 0;
	}

	#main .container > .text-block {
		padding: 0 0 180px;
	}

	#main .container > .btn-holder {
		text-align: right;
		margin: -180px 0 23px;
	}

	#main .container > .btn-holder .btn {
		margin: 0 0 10px 12px;
		min-width: 240px;
		padding: 0 40px;
	}

	.contact-form .row1 label {
		margin: 0 -132px 0 0;
		width: 132px;
	}

	.contact-form .row1 .area {
		padding: 0 0 0 132px;
		float: left;
	}

	.contact-form .row1 .area input,
	.contact-form .row1 .area textarea {
		padding: 18px 30px;
	}

	.contact-form .btn-submit {
		text-align: right;
		padding: 29px 70px;
	}

	.contact-form .btn-submit input[type="submit"] {
		width: 158px;
		font-size: 17px;
	}

	#sidebar {
		padding-top: 10px;
	}

	.page1 #sidebar {
		padding-top: 6px;
	}

	#sidebar + #content {
		padding-left: 45px;
	}

	.columns {
		padding: 46px 0 72px;
	}

	.columns.columns3 {
		padding: 33px 0 72px;
	}

	.columns.columns3 .column {
		padding-bottom: 76px;
	}

	.payments-block {
		padding-bottom: 160px;
	}

	.payments-form .row1 {
		margin: 0 -7px;
		display: table;
	}

	.payments-form .row1 .area {
		display: table-cell;
		margin: 0 -4px 0 0;
		padding: 0 7px 45px;
	}

	.payments-form .row1 label {
		font-size: 12px;
		font-weight: 400;
	}

	.payments-form .btns-holder .pull-right .btn {
		margin: 0 0 0 5px;
	}

	.information {
		margin: 0 0 100px;
	}

	.information .row1 label,
	.information .row1 > span {
		margin: 0 -132px 0 0;
		width: 132px;
	}

	.information .row1 .area {
		padding: 0 0 0 127px;
	}

	.information .row1 .area input {
		padding: 18px 30px;
	}

	.information .row1 .area .info-block {
		height: 58px;
		white-space: nowrap;
		text-align: center;
		text-align: left;
		padding: 5px 30px;
	}

	.information .row1 .area .info-block:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 100%;
	}

	.information .row1 .area .info-block > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.information .btn-submit input[type="submit"] {
		width: auto;
		font-size: 17px;
	}

	.tabs-holder {
		margin: 0 0 168px;
	}
}

@media (min-width: 992px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}

	#threecolumns {
		padding-top: 130px;
		padding-bottom: 135px;
	}

	#threecolumns.disabled .column {
		border: none;
	}

	#threecolumns.disabled .column h2 {
		margin: 0 -20px 0 0;
		font-size: 18px;
		line-height: 22px;
	}

	#threecolumns .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	#threecolumns .column {
		border-left: 3px solid #ebebeb;
		padding: 0 15px 10px;
	}

	#threecolumns .column:first-child {
		border: none;
	}

	#threecolumns .column:first-child .heading {
		margin: 0 0 60px;
	}

	#threecolumns .column h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 -20px 66px 0;
	}

	#main .container > .btn-holder {
		text-align: right;
		margin: -204px 0 23px;
	}

	.columns.columns4 .ico-holder {
		width: auto;
	}

	.columns .column.col-md-6 .ico-holder {
		width: 120px;
		float: left;
		margin: 0 39px 0 0;
	}

	.columns .column.col-md-6 .textholder {
		overflow: hidden;
	}

	.columns .ico-holder {
		margin: 0 20px 0 0;
		width: 100px;
		float: left;
	}

	.columns .ico-holder i {
		font-size: 75px;
	}

	.payments-form .row1 label {
		font-size: 15px;
		font-weight: 700;
	}

	.payments-form .btns-holder .pull-right .btn {
		margin: 0 0 0 12px;
	}
}

@media (min-width: 1250px) {
	.container {
		width: 1230px;
	}

	#threecolumns.disabled .column h2 {
		font-size: 18px;
		line-height: 22px;
	}

	#threecolumns .column {
		padding: 0 35px 10px;
	}

	#threecolumns .column h2 {
		font-size: 25px;
		line-height: 32px;
	}

	#threecolumns .column h2 i {
		font-size: 52px;
	}

	.add-nav {
		margin-right: -32px;
	}

	.page1 .add-nav {
		margin-right: 94px;
	}

	#sidebar + #content {
		padding-left: 82px;
	}

	.page1 #sidebar + #content {
		padding-left: 3px;
	}

	.payments-form .row1 {
		margin: 0 -15px;
	}

	.payments-form .row1 .area {
		width: 185px;
		padding: 0 15px 45px;
	}

	.payments-form .row1 .area.small {
		width: 120px;
	}

	.payments-form .row1 .area.delete-btn {
		width: 50px;
		padding: 0 8px 45px;
	}

	.payments-form .row1 .area.long {
		width: 385px;
	}

	.payments-form .row1 label {
		font-size: 15px;
		margin: 0 0 20px;
	}
}

@media (min-width: 1290px) {
	#threecolumns {
		width: 1290px;
	}
}

@media (max-width: 991px) {
	.columns .ico-holder i {
		font-size: 35px;
	}

	.steps-area .column {
		padding-bottom: 50px;
	}

	.box-area .row .box .inner .num1 {
		width: 55px;
		margin: 0 -55px 0 0;
		font-size: 74px;
	}

	.box-area .row .box .inner .text-block {
		padding: 0 10px 0 55px;
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.columns .column {
		text-align: center;
	}

	.btns-area .btn {
		margin: 0 0 20px;
		width: 100%;
	}

	.steps-area .icon-holder {
		margin: 0 0 33px;
		text-align: center;
	}

	.box-area {
		padding: 0 15px 60px;
	}

	.box-area .row .box {
		width: 100%;
		margin-bottom: 30px;
	}

	.payments-form .btns-holder {
		padding-top: 20px;
	}

	.payments-form .btns-holder .pull-left,
	.payments-form .btns-holder .pull-right {
		float: none !important;
		text-align: center;
	}

	.payments-form .btns-holder .pull-left .btn,
	.payments-form .btns-holder .pull-right .btn {
		margin: 0 0 15px;
	}

	.payments-form .btns-holder .btn {
		width: 100%;
		margin: 0 0 15px;
	}

	.payments-form .btns-holder .btn {
		margin: 0 10px;
	}

	.tabs-holder .nav-tabs > li > a {
		font-size: 12px;
		font-weight: 400;
		padding: 5px 10px;
	}
}

