.holder:after,
#header:after,
.features-section .cols:after,
.contact-form .row:after {
	content: " ";
	display: block;
	clear: both;
}

.header-info .list-info,
.social-networks,
#nav .navigation,
.pagination,
.features-section .list-info,
.sales-info .list-info,
.logo-slider .slideset,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #333;
	background: #2a386d;
	font: 14px/24px "Source Sans Pro", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #6dd84d;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Source Sans Pro", Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: gray;
	outline: none;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

p strong {
	font-weight: 600;
}

p b {
	font-weight: 700;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	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-x-altx-alt:before {
	content: "\e606";
}

.icon-twitter:before {
	content: "\e600";
}

.icon-phone:before {
	content: "\e942";
}

.icon-location:before {
	content: "\e947";
}

.icon-facebook:before {
	content: "\ea8c";
}

.icon-ico-tick:before {
	content: "\e601";
}

.icon-envelope:before {
	content: "\e602";
}

.icon-chevron-right:before {
	content: "\e603";
}

.icon-chevron-left:before {
	content: "\e604";
}

.icon-chevron-thin-down:before {
	content: "\e605";
}

#wrapper {
	overflow: hidden;
	background: #fff;
}

.holder {
	max-width: 1190px;
	padding: 0 10px;
	margin: 0 auto;
}

#header {
	padding: 10px 0;
	position: relative;
	z-index: 999;
}

.logo {
	float: left;
	width: 150px;
	height: 55px;
	position: relative;
	z-index: 99;
}

.logo img {
	width: 100%;
	height: auto;
}

.header-info {
	background: #333;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.header-info .text-title {
	display: block;
	text-transform: uppercase;
	color: #999;
}

.header-info a {
	color: #fff;
}

.header-info a:hover {
	text-decoration: none;
	opacity: .85;
}

.social-networks {
	padding: 10px 0 0;
	font-size: 18px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.social-networks li span {
	display: inline-block;
	vertical-align: top;
}

.social-networks .twitter span {
	padding: 3px 0 0;
}

.social-networks a {
	color: #fff;
}

.social-networks a:hover {
	text-decoration: none;
	opacity: .85;
}

#nav .navigation {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

#nav .navigation a {
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 10px;
}

#nav .navigation a:hover {
	text-decoration: none;
	background: #12215c;
}

#nav .active a {
	font-weight: 700;
	background: #12215c;
}

#nav .drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.nav-parent ul {
	list-style: none;
	padding: 0;
}

.opener {
	position: absolute;
	right: 10px;
	top: 23px;
	z-index: 99;
	width: 38px;
	height: 32px;
	background: #414042;
	z-index: 999;
	border-radius: 3px;
	outline: none;
}

.opener:before,
.opener:after,
.opener span {
	background: #fff;
	position: absolute;
	top: 49%;
	left: 20%;
	right: 20%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener:before,
.opener:after {
	content: "";
	top: 32%;
}

.opener:after {
	top: 68%;
}

.nav-active .opener span {
	opacity: 0;
}

.opener:hover {
	opacity: .9;
}

.nav-active .opener:after,
.nav-active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20%;
	right: 20%;

}

.nav-active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main h1, h3 {
	font-size: 17px;
	line-height: 19px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 10px;
	font-weight: 400;
	margin: 0 0 15px;
}

#main h1.white, h3.white {
	color: #fff;
}

#main h1:after, h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	bottom: -3px;
	width: 3px;
	background: #6dd84d;
}

#main .heading {
	margin: 0 0 10px;
	color: #000;
	position: relative;
	padding: 0 0 10px;
	text-align: center;
}

#main .heading:after {
	top: auto;
	right: 0;
	margin: 0 auto;
	width: 50px;
	height: 2px;
	background: #6dd84d;
}

#main .heading strong {
	font-weight: 700;
}

#main .heading span {
	font-weight: 300;
}

#main h2 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 10px;
	font-weight: 600;
	text-align: center;
}

#main h2.white {
	color: #fff;
}

#main .carousel h1, h2, h3 {
	color: #fff;
}

#main .info-section h1:after {
	top: 0;
	bottom: -6px;
}

.carousel {
	position: relative;
}

.carousel .mask {
	overflow: hidden;
	position: relative;
}

.carousel .slideset {
	width: 9999px;
	float: left;
}

.carousel .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.carousel img {
	width: 100%;
	height: auto;
}

.carousel .banner-holder {
	position: absolute;
	z-index: 9;
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.carousel .caption {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	margin: -30px 0 0;
	padding: 0 0 20px;
}

.carousel .img-badge {
	display: none;
}

.pagination {
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
	text-align: center;
	z-index: 99;
}

.pagination li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 3px;
}

.pagination a {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
}

.pagination a:hover {
	background: #6dd84d;
}

.pagination .active a {
	background: #6dd84d;
}

.intro-block {
	padding: 20px 10px;
	text-align: center;
}

.intro-block p {
	margin: 0 0 10px;
}

.intro-block .text-block {
	margin: 0 0 20px;
}

.intro-block .btn-holder {
	padding: 18px 0 0;
}

.intro-block .alignright img {
	width: 100%;
	height: auto;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	background: #001872;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 18px;
}

.btn:hover {
	text-decoration: none;
	opacity: .85;
}

.dark-grey {
	background: #e3e6f1;
}

.blue {
	background: #12215c;
}

.features-section {
	padding: 20px 10px;
}

.features-section h2 {
	color:#000;
	font-size: 17px;
	line-height: 19px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 10px;
	font-weight: 400;
	margin: 0 0 15px;
}

.features-section .list-info {
	color: #000;
}

.features-section .list-info li {
	margin: 0 0 5px;
	position: relative;
	padding: 0 0 0 20px;
}

.features-section .list-info li:before {
	content: "\e601";
	position: absolute;
	left: 0;
	top: -1px;
	color: #6dd84d;
	font-family: "icomoon";
	font-size: 14px;
}

.info-section {
	padding: 20px 10px;
	position: relative;
}

.info-section .text-block {
	margin: 0 0 20px;
	color: #fff;
}

.info-section .text-block.black {
	color: #333;
	margin: 0;
}
.info-section .text-block.black h4 {
	color:#000;
	font-size: 19px;
	line-height: 19px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	font-weight: 800;
}

.info-section p {
	margin: 0 0 10px;
}

.info-section p i {
	font-style: italic;
	display: block;
}

.info-section .alignright img {
	width: 100%;
	height: auto;
}

.info-content {
	padding: 10px 0;
}

.info-content .col {
	min-height: 323px !important;
	position: relative;
	z-index: 1;
	padding: 20px;
	color: #fff;
	margin: 0 0 2px;
}

.info-content .col:first-child:after {
	background-image: url(../images/img4.jpg);
}

.info-content .col:after,
.info-content .col:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	background: url(../images/img5.jpg) no-repeat 100% 100%/cover;
}

.info-content .col:before {
	background: rgba(51, 51, 51, .7);
	z-index: -1;
}

.info-content .terms {
	font-size: 12px;
	line-height: 15px;
}

.sales-info {
	padding: 20px 10px;
}

.sales-info .list-info {
	color: #fff;
}

.sales-info .list-info li {
	margin: 0 0 5px;
	position: relative;
	padding: 0 0 0 7px;
}

.sales-info .list-info li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
}

.logo-slider {
	position: relative;
	max-width: 1230px;
	padding: 0 40px;
	margin: 0 auto;
}

.logo-slider .mask {
	overflow: hidden;
	position: relative;
	height: 92px !important;
	padding: 10px 0 30px;
}

.logo-slider .slideset {
	width: 100% !important;
	height: 92px;
	float: left;
	letter-spacing: -4px;
	white-space: nowrap;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.logo-slider li {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 0;
	width: 50%;
	padding: 0 5px;
}

.logo-slider li a {
	display: inline-block;
	vertical-align: middle;
}

.logo-slider li img {
	width: 100%;
	height: auto;
}

.logo-slider .btn-prev,
.logo-slider .btn-next {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 15px;
	height: 20px;
	z-index: 1;
	color: #ccc;
	font-size: 20px;
	margin: -10px 0 0;
}

.logo-slider .btn-prev:hover,
.logo-slider .btn-next:hover {
	text-decoration: none;
	opacity: .85;
}

.logo-slider .btn-next {
	left: auto;
	right: 10px;
}

.contact-info {
	padding: 20px 10px;
}

.contact-info .text-block {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 30px;
}

.contact-info .text-block p {
	margin: 0 0 10px;
}

.contact-info address {
	display: block;
	margin: 0 0 12px;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
}

.contact-info address a {
	color: #333;
}

.contact-info address a:hover {
	text-decoration: none;
	opacity: .7;
}

.contact-info address .text-title {
	display: block;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.contact-info address span {
	display: block;
	padding: 0 0 0 16px;
	position: relative;
}

.contact-info address span:before {
	content: "\e947";
	position: absolute;
	left: 0;
	top: -2px;
	font-family: "icomoon";
	font-size: 14px;
	color: #333;
}

.contact-info address .phone {
	padding: 0 0 0 26px;
}

.contact-info address .phone:before {
	content: "\e942";
}

.contact-info address .email {
	padding: 0 0 0 26px;
}

.contact-info address .email:before {
	content: "\e602";
}

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

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

.contact-form label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 2px;
	text-transform: capitalize;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	display: block;
	width: 100%;
	height: 44px;
	background: #fff;
	color: #333;
}

.contact-form textarea {
	width: 100% !important;
	height: 144px !important;
	max-height: 144px !important;
	background: #fff;
	resize: none;
}

.contact-form input[type="submit"] {
	border: none;
	border-radius: 4px;
	width: 50%;
	margin: 0 auto;
	display: block;
	font-weight: 400;
}

.success-link {
	display: none;
}

#footer {
	background: #2a386d;
}

.footer-holder {
	background: #12215c;
	padding: 22px 0 14px;
}

.footer-holder .col {
	margin: 0 0 20px;
}

.footer-holder h2 {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.footer-holder .social-networks a {
	color: #8990ae;
}

.footer-nav ul {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

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

.footer-nav a:hover {
	text-decoration: none;
	opacity: .7;
}

.map iframe {
	width: 100% !important;
	height: 215px !important;
	border-radius: 6px !important;
	display: block;
	border: none;
}

.map .map-holder {
	overflow: hidden;
	border-radius: 6px;
}

.footer-info {
	padding: 20px 10px;
	text-align: center;
}

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

.footer-info a:hover {
	text-decoration: none;
	opacity: .7;
}

.copyright {
	color: #fff;
	display: block;
	margin: 0 0 10px;
}

.site-info {
	display: block;
	color: #fff;
}

.site-info img {
	display: inline-block;
	vertical-align: top;
	margin: -6px 0 0 5px;
}

.popup-holder {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
}

.lightbox {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.lightbox p {
	margin: 0;
}

.lightbox .close {
	color: #999;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 2;
	font-size: 20px;
}

.lightbox .close:hover {
	text-decoration: none;
	color: #898199;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	width: 100% !important;
	max-width: 250px !important;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 0 !important;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-inner {
	overflow: visible !important;
	width: 100% !important;
	height: auto !important;
	padding: 10px !important;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.error input,
.error textarea {
	border: 1px solid #f00 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	#header {
		padding: 0;
	}

	.header-holder {
		padding: 30px 10px;
	}

	.header-info {
		position: absolute;
		top: 20px;
		right: 0;
		left: 0;
		z-index: 9;
		background: none;
		text-align: right;
		color: #333;
		text-align: right;
	}

	.header-info .list-info {
		display: inline-block;
		vertical-align: top;
		max-width: 510px;
	}

	.header-info .list-info li {
		float: left;
		position: relative;
		padding: 0 10px;
	}

	.header-info .list-info li:first-child:before {
		display: none;
	}

	.header-info .list-info li:last-child:after {
		content: "";
		position: absolute;
		right: 0;
		top: -3px;
		bottom: 3px;
		width: 3px;
		background: #eee;
	}

	.header-info .list-info li:before {
		content: "";
		position: absolute;
		left: 0;
		top: -3px;
		bottom: 3px;
		width: 3px;
		background: #eee;
	}

	.header-info a {
		color: #333;
	}

	.social-networks {
		display: inline-block;
		vertical-align: top;
		max-width: 70px;
		text-align: left;
	}

	.social-networks a {
		color: #001872;
	}

	#nav .navigation {
		text-align: center;
		margin: 0 auto;
		padding: 20px 10px 0;
		font-size: 12px;
		line-height: 15px;
	}

	#nav .navigation li {
		display: inline-block;
		vertical-align: top;
		padding: 0 5px;
	}

	#nav .navigation a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		color: #333;
		background: none;
	}

	#nav .navigation a:hover {
		background: none;
		color: #000;
		opacity: .7;
	}

	#nav .navigation a:hover {
		background: none;
	}

	#nav .active a {
		background: none;
	}

	#nav .drop {
		box-shadow: inset 0 3px 5px 0 rgba(0, 1, 1, .2);
		position: static !important;
		margin: 0 -5px;
	}

	.nav-parent {
		position: relative;
	}

	.nav-parent ul {
		background-color: #fff;
		position: absolute;
		top: 24px;
		left: 0;
		max-height: 0;
		transition: .3s ease;
		overflow: hidden;
	}

	.nav-parent:hover ul {
		max-height: 170px;
		border: 1px solid #eee;
		border-top: none;
	}

	#nav .nav-parent li {
		display: block;
		width: 200px;
	}

	#nav .nav-parent > a {
		padding-bottom: 20px;
	}

	#nav .nav-parent ul a {
		padding: 4px 0;
		text-align: left;
		display: block;
	}

	.opener {
		display: none;
	}

	#main .heading {
		text-align: left;
	}

	#main .heading:after {
		left: 0;
		margin: 0;
		width: 145px;
		bottom: 6px;
	}

	#main h2 {
		text-align: left;
	}

	#main .features-section h2 {
		text-align: center;
	}

	#main .sales-info h2 {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
		margin: 0 0 4px;
	}

	#main .contact-info h1, h3{
		margin: 0 0 15px;
	}

	.carousel .caption {
		width: 60%;
		left: 10px;
		margin: -7px 0 0;
	}

	.carousel .img-badge {
		display: block;
		position: absolute;
		right: 8px;
		top: 20px;
		z-index: 999;
		width: 190px;
		height: 190px;
	}

	.pagination a {
		width: 7px;
		height: 7px;
	}

	.intro-block {
		text-align: left;
		padding: 25px 10px 35px;
	}

	.intro-block .text-block {
		margin: 0;
		float: left;
		width: 50%;
		padding: 0 20px 0 0;
	}

	.intro-block .alignright {
		float: right;
		width: 50%;
	}

	.features-section {
		padding: 20px 10px 50px;
	}

	.features-section {
		padding: 62px 10px 80px;
	}

	.features-section .cols {
		padding: 45px 0 0;
	}

	.features-section .list-info {
		float: left;
		width: 35.5%;
	}

	.features-section .list-info:nth-child(2) {
		width: 29%;
	}

	.features-section .list-info li {
		padding: 0 20px;
	}

	.info-section .text-block {
		float: left;
		width: 57%;
	}

	.info-section .text-block.black {
		float: none;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.info-section .alignright {
		position: absolute;
		right: 10px;
		bottom: 0;
		width: 39.4%;
	}

	.info-content {
		position: relative;
		z-index: 1;
		border-bottom: 3px solid #fff;
	}

	.info-content:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		width: 2px;
		background: #fff;
		z-index: 2;
	}

	.info-content .col {
		position: static;
		width: 50%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		padding: 15px 36px;
	}

	.info-content .col:first-child {
		padding: 15px 20px 20px 0;
	}

	.info-content .col:first-child:after {
		right: 50%;
		left: 0;
	}

	.info-content .col:first-child:before {
		left: 0;
		right: 50%;
	}

	.info-content .col:after,
	.info-content .col:before {
		left: 50%;
	}

	.sales-info .list-info {
		text-align: center;
		max-width: 730px;
		margin: 0 auto;
	}

	.sales-info .list-info li {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.logo-slider .mask {
		height: 100px !important;
	}

	.logo-slider li {
		width: 25%;
	}

	.logo-slider .btn-prev,
	.logo-slider .btn-next {
		left: 16px;
	}

	.logo-slider .btn-next {
		right: 16px;
		left: auto;
	}

	.contact-info {
		padding: 54px 10px 82px;
	}

	.contact-info .text-block {
		float: left;
		width: 34.4%;
		padding: 0 20px 0 0;
	}

	.contact-info .text-block p {
		margin: 0 0 40px;
	}

	.contact-info address .text-title {
		margin: 0;
	}

	.contact-form {
		overflow: hidden;
		padding: 3px 0 0;
	}

	.contact-form .row {
		margin: 0 -15px 30px;
	}

	.contact-form .row.has-no-margin {
		margin: 0 0 30px;
	}

	.contact-form .col {
		width: 50%;
		float: left;
		padding: 0 15px;
		margin: 0;
	}

	.contact-form input[type="submit"] {
		display: inline-block;
		vertical-align: top;
		width: auto;
		padding: 12px 36px 15px;
	}

	.footer-holder .col {
		float: left;
		width: 25%;
		margin: 0;
	}

	.footer-holder ul {
		padding: 0 20px 0 0;
	}

	.footer-holder .social-networks {
		max-width: 100%;
		margin: 0 -3px;
		padding: 4px 0 0;
	}

	.footer-holder .social-networks li {
		margin: 0 3px;
	}

	.footer-holder .social-networks .twitter {
		font-size: 23px;
	}

	.footer-holder .social-networks .twitter span {
		padding: 2px 0 0;
	}

	.footer-info {
		font-size: 13px;
		line-height: 16px;
		text-align: left;
		padding: 33px 10px 15px;
	}

	.copyright {
		float: left;
		width: 80%;
		margin: 0;
	}

	.site-info {
		float: right;
		width: 15%;
		text-align: right;
	}
}

@media (min-width: 1024px) {
	.logo {
		width: 269px;
		height: 99px;
		margin: 0 0 0 3px;
	}

	.header-holder {
		padding: 18px 10px 14px;
	}

	.header-info {
		top: 42px;
		padding: 0;
		max-height: 80px;
		overflow: hidden;
	}

	.header-info .list-info .text-title {
		font-size: 13px;
		line-height: 16px;
	}

	.header-info .list-info {
		margin: 0 29px 0 0;
		max-width: 650px;
	}

	.header-info .list-info li {
		padding: 0 13px 0 30px;
	}

	.social-networks {
		margin: 0 -15px;
		padding: 12px 0 0;
		max-width: 120px;
	}

	.social-networks li {
		margin: 0 15px;
	}

	.social-networks .twitter {
		font-size: 19px;
	}

	.social-networks .twitter span {
		padding: 6px 0 0;
	}

	.social-networks a {
		font-size: 22px;
	}

	.social-networks a span {
		font-weight: 700;
	}

	#nav .navigation {
		font-size: 13px;
		line-height: 16px;
		padding: 20px 10px 0;
	}

	#nav .navigation li {
		padding: 0 16px;
		
	}

	#nav .nav-parent li {
		width: 260px;
	}

	#main h1, h3 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 27px;
		padding: 0 0 0 15px;
	}

	#main .info-content h1, h3 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 27px;
	}

	#main .info-content h1:after, h3:after {
		bottom: -11px;
		top: -7px;
	}

	#main .heading {
		font-size: 42px;
		line-height: 48px;
		margin: 0 0 26px;
	}

	#main h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px;
	}

	#main .carousel .heading {
		font-size: 60px;
		line-height: 72px;
	}

	#main .carousel .heading:after {
		bottom: -7px;
	}

	.carousel .caption {
		margin: -85px 0 0;
	}

	.pagination {
		bottom: 20px;
	}

	.pagination li {
		margin: 0 9px;
	}

	.pagination a {
		width: 10px;
		height: 10px;
	}

	.intro-block p {
		margin: 0 0 24px;
	}

	.intro-block .text-block {
		width: 58%;
	}

	.intro-block .alignright {
		width: 40%;
		margin: 10px 0 0;
	}

	.btn {
		font-size: 18px;
		line-height: 21px;
		padding: 12px 50px;
	}

	.features-section .list-info li {
		padding: 0 10px 0 35px;
		margin: 0 0 36px;
	}

	.features-section .list-info li:before {
		font-size: 27px;
		top: 2px;
	}

	.info-section {
		padding: 40px 10px 15px;
		min-height: 480px;
	}

	.info-section.no-min-height {
		min-height: 100px;
	}

	.info-section .text-block {
		line-height: 30px;
		margin: 0;
	}

	.info-section p {
		margin: 0 0 30px;
	}

	.info-section p strong {
		font-size: 18px;
		line-height: 22px;
	}

	.info-content .terms {
		font-size: 14px;
		line-height: 24px;
	}

	.sales-info {
		padding: 18px 10px;
	}

	.logo-slider li {
		width: 12.5%;
	}

	.footer-holder h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 22px;
		padding: 0 10px 16px 0;
	}

	.map {
		padding: 0 0 0 22px;
		margin: -9px 0 0;
	}

	.footer-info {
		font-size: 14px;
		line-height: 18px;
	}
}

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

@media only screen and (min-width: 1200px) {
	#nav .navigation {
		font-size: 15px;
		line-height: 16px;
	}
}

.outbound-links{
	color:#000;
	text-decoration:none;
}.alert-box {
  text-align: center;
  padding: .5em;
  background: #E9090D;
  color: #fff;
  font-size: .875em;
  text-transform: uppercase;
}

.alert-box p {
  margin: 0;
}
.alert-box a {
	color:#090303;
}