@charset "UTF-8";

/*-----------------------------------------------------------------------------------

	Theme Name : Ebo
	Theme URI  : http://themeforest.net/user/zytheme
	Description: Ebo is a pixel perfect creative html5 ebook landing page based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author     : zytheme
	Author URI : http://themeforest.net/user/zytheme
	Version    : 2.1

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
5.	Grid
6.	Background
7.	Buttons
8.	Forms
9.	Heading
10. Loading
11. Contact
12. Header
13. Menu
14. Clients
15. Hero
16. Video
17. Services
18. Thank You
19. Testimonial
20. Feature
21. Action
22. Pricing
23. Carousel
24. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
	overflow-x: hidden;
}

html {
	font-size: 13px;
}

body {
	background-color: #ffffff;
	font-family     : "Ubuntu", sans-serif;
	font-size       : 13px;
	font-weight     : 400;
	color           : #aaaaaa;
	line-height     : 1.5;
	margin          : 0;
}

.wrapper {
	background-color: #f8f8f8;
}

* {
	outline: none;
}

::-moz-selection {
	text-shadow: none;
}

::selection {
	background-color: #49b970;
	color           : #ffffff;
	text-shadow     : none;
}

a {
	-webkit-transition: all 0.3s ease;
	-o-transition     : all 0.3s ease;
	transition        : all 0.3s ease;
	color             : #49b970;
}

a:hover {
	color          : #3a965a;
	text-decoration: none;
}

a:focus {
	color          : #3a965a;
	outline        : none;
	text-decoration: none;
}

a:active {
	color          : #3a965a;
	outline        : none;
	text-decoration: none;
}

textarea {
	resize: none;
}

button.btn {
	margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
}

.modal-backdrop {
	z-index         : 1020;
	background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
	height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.fullscreen {
		height: auto !important;
	}
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color      : #333333;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	margin     : 0 0 28px;
	line-height: 1;
}

.h1,
h1 {
	font-size: 52px;
}

.h2,
h2 {
	font-size: 42px;
}

.h3,
h3 {
	font-size: 38px;
}

.h4,
h4 {
	font-size: 32px;
}

.h5,
h5 {
	font-size: 24px;
}

.h6,
h6 {
	font-size: 18px;
}

p {
	color      : #aaaaaa;
	font-size  : 13px;
	font-weight: 400;
	line-height: 22px;
}

.lead {
	font-size  : 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text--left {
	text-align: left !important;
}

.text--right {
	text-align: right !important;
}

.text--center {
	text-align: center !important;
}

.text--just {
	text-align: justify !important;
}

.align--top {
	vertical-align: top;
}

.align--bottom {
	vertical-align: bottom;
}

.align--middle {
	vertical-align: middle;
}

.align--baseline {
	vertical-align: baseline;
}

/* Weight Text */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #ffffff !important;
}

.text-gray {
	color: #f9f9f9 !important;
}

.text-black {
	color: #333333;
}

.text-theme {
	color: #49b970;
}

.text--capitalize {
	text-transform: capitalize !important;
}

.text--uppercase {
	text-transform: uppercase !important;
}

.font-heading {
	font-family: "Ubuntu", sans-serif;
}

.font-body {
	font-family: "Ubuntu", sans-serif;
}

.font-18 {
	font-size: 24px;
}

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

.font-20 {
	font-size: 20px;
}

.font-40 {
	font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	text-center-xs {
		text-align: center !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	text-center-sm {
		text-align: center !important;
	}
}

.higlighted-style1 {
	background-color: #49b970;
	color           : #fff;
	padding         : 5px 0;
}

.higlighted-style2 {
	background-color: #333333;
	color           : #fff;
	padding         : 5px 0;
}

.higlighted-style3 {
	background-color: #f9f9f9;
	color           : #49b970;
	padding         : 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
	color: #333333 !important;
}

.color-theme {
	color: #49b970 !important;
}

.color-white {
	color: #ffffff !important;
}

.color-gray {
	color: #f9f9f9 !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 20px;
}

section {
	padding-top   : 100px;
	overflow      : hidden;
}

/* All margin */
.m-0 {
	margin: 0 !important;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

/* top margin */
.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

/* All padding */
.p-0 {
	padding: 0 !important;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

/* top padding */
.pt-0 {
	padding-top: 0 !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-100 {
	padding-right: 100px !important;
}

.pr-150 {
	padding-right: 150px;
}

/* left padding */
.pl-0 {
	padding-left: 0 !important;
}

.pl-30 {
	padding-left: 30px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-100 {
	padding-left: 100px !important;
}

.pl-150 {
	padding-left: 150px;
}

/* Postions */
.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

/* Zindex*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

/* Borders */
.border-all {
	border: 1px solid #49b970;
}

.border-top {
	border-top: 1px solid #49b970;
}

.border-bottom {
	border-bottom: 1px solid #49b970;
}

.border-right {
	border-right: 1px solid #49b970;
}

.border-left {
	border-left: 1px solid #49b970;
}

/* Display */
.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	section {
		padding-top   : 60px;
	}

	.text-center-xs {
		text-align: center !important;
	}

	.pull-none-xs {
		float     : none !important;
		text-align: center !important;
	}

	.mb-15-xs {
		margin-bottom: 15px;
	}

	.mb-30-xs {
		margin-bottom: 30px !important;
	}

	.mb-50-xs {
		margin-bottom: 50px;
	}

	.mb-60-xs {
		margin-bottom: 60px !important;
	}

	.p-none-xs {
		padding-right: 0;
		padding-left : 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.text-center-sm {
		text-align: center !important;
	}

	.mb-0-sm {
		margin-bottom: 0;
	}

	.mb-15-sm {
		margin-bottom: 15px;
	}

	.mb-30-sm {
		margin-bottom: 30px !important;
	}

	.mb-50-sm {
		margin-bottom: 50px;
	}

	.mb-60-sm {
		margin-bottom: 60px;
	}

	.pb-15-sm {
		padding-bottom: 15px;
	}

	.pb-30-sm {
		padding-bottom: 30px;
	}

	.pb-50-sm {
		padding-bottom: 50px;
	}

	.pb-60-sm {
		padding-bottom: 60px;
	}

	.p-none-sm {
		padding-right: 0;
		padding-left : 0;
	}

	.pull-none-sm {
		float     : none !important;
		text-align: center !important;
	}
}

.border-b {
	border-bottom: 1px solid #f9f9f9;
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
	padding-left : 0 !important;
	padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
	position     : relative;
	min-height   : 1px;
	padding-right: 15px;
	padding-left : 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.col-content {
	padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-content {
		padding: 40px !important;
	}
}

.col-img {
	height  : 600px !important;
	padding : 60px;
	overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-img {
		height    : auto;
		min-height: 600px;
	}
}

/* Postion Helpers */
.pos-fixed {
	position: fixed;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.pos-static {
	position: static;
}

.pos-top {
	top: 0;
}

.pos-bottom {
	bottom: 0;
}

.pos-right {
	right: 0;
}

.pos-left {
	left: 0;
}

.pos-vertical-center {
	position         : relative;
	top              : 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	transform        : perspective(1px) translateY(-50%);
}

.height-700 {
	height: 700px !important;
}

.height-500 {
	height: 500px !important;
}

.height-800 {
	height: 800px !important;
}

@media only screen and (min-width: 992px) {

	.hidden-lg,
	.hidden-md {
		display: none;
	}
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #49b970 !important;
}

.bg-gray {
	background-color: #f9f9f9 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #333333 !important;
}

/* Background Image */
.bg-section {
	position           : relative;
	overflow           : hidden;
	z-index            : 1;
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
	width              : 100%;
	height             : 100%;
}

.bg-overlay:before {
	content : "";
	display : inline-block;
	height  : 100%;
	left    : 0;
	position: absolute;
	top     : 0;
	width   : 100%;
	z-index : -1;
}

.bg-overlay-light:before {
	background-color: #ffffff;
	opacity         : 0.8;
}

.bg-overlay-dark:before {
	background-color: #222222;
	opacity         : 0.9;
}

.bg-overlay-theme:before {
	background-color: #49b970;
	opacity         : 0.7;
}

.bg-parallex {
	background-attachment: fixed;
}

/* Background Color Palettes */
.bg-purple {
	color           : #ffffff;
	background-color: #cc66cc !important;
}

.bg-sun-flower {
	color           : #ffffff;
	background-color: #f1c40f !important;
}

.bg-orange {
	color           : #ffffff;
	background-color: #f39c12 !important;
}

.bg-carrot {
	color           : #ffffff;
	background-color: #e67e22 !important;
}

.bg-pumpkin {
	color           : #ffffff;
	background-color: #d35400 !important;
}

.bg-alizarin {
	color           : #ffffff;
	background-color: #e74c3c !important;
}

.bg-pomegranate {
	color           : #ffffff;
	background-color: #c0392b !important;
}

.bg-turquoise {
	color           : #ffffff;
	background-color: #1abc9c !important;
}

.bg-green-sea {
	color           : #ffffff;
	background-color: #16a085 !important;
}

.bg-emerald {
	color           : #ffffff;
	background-color: #2ecc71 !important;
}

.bg-nephritis {
	color           : #ffffff;
	background-color: #27ae60 !important;
}

.bg-peter-river {
	color           : #ffffff;
	background-color: #3498db !important;
}

.bg-belize-hole {
	color           : #ffffff;
	background-color: #2980b9 !important;
}

.bg-amethyst {
	color           : #ffffff;
	background-color: #9b59b6 !important;
}

.bg-wisteria {
	color           : #ffffff;
	background-color: #8e44ad !important;
}

.bg-wet-asphalt {
	color           : #ffffff;
	background-color: #34495e !important;
}

.bg-wet-asphalt {
	color           : #ffffff;
	background-color: #34495e !important;
}

.bg-midnight-blue {
	color           : #ffffff;
	background-color: #2c3e50 !important;
}

.bg-clouds {
	color           : #454545;
	background-color: #ecf0f1 !important;
}

.bg-silver {
	color           : #ffffff;
	background-color: #bdc3c7 !important;
}

.bg-concrete {
	color           : #ffffff;
	background-color: #859596 !important;
}

.bg-asbestos {
	color           : #ffffff;
	background-color: #7f8c8d !important;
}

.bg-asbestos {
	color           : #ffffff;
	background-color: #7f8c8d !important;
}

.bg-graphite {
	color           : #ffffff;
	background-color: #454545 !important;
}

.bg-gray-0 {
	background-color: #EEEEEE !important;
	color           : #454545;
}

.bg-gray-1 {
	background-color: #ECECEC !important;
	color           : #454545;
}

.bg-gray-2 {
	background-color: #BDC3C7 !important;
	color           : #454545;
}

.bg-gray-3 {
	backgrond-color: #DADFE1 !important;
	color          : #454545;
}

.bg-gray-5 {
	background-color: #ECF0F1 !important;
	color           : #454545;
}

.bg-gray-4 {
	backgrouund-color: #F2F1EF !important;
	color            : #454545;
}

.bg-gray-6 {
	background-color: #D2D7D3 !important;
	color           : #454545;
}

.bg-gray-7 {
	background-color: #E6E6E6 !important;
	color           : #454545;
}

.bg-orange-1 {
	background-color: #F9690E !important;
	color           : #ffffff;
}

.bg-orange-2 {
	background-color: #D35400 !important;
	color           : #ffffff;
}

.bg-orange-3 {
	background-color: #F89406 !important;
	color           : #ffffff;
}

/* Background Video */
.bg-ytvideo {
	position: absolute !important;
	height  : inherit;
	width   : 100%;
	top     : 0;
	right   : 0;
	bottom  : 0;
	left    : 0;
	z-index : 0;
	overflow: hidden;
}

.bg-ytvideo.bg-overlay:before {
	z-index: 1;
	opacity: .7;
}

.bg-ytvideo iframe {
	position      : absolute;
	top           : 0;
	left          : 0;
	width         : 150%;
	height        : 900px;
	pointer-events: none;
}

.bg-video {
	width            : 100%;
	overflow         : hidden;
	behavior         : url(/PIE.htc);
	-webkit-transform: translateZ(0);
	transform        : translateZ(0);
	display          : block;
	border-radius    : 0;
}

.bg-video iframe {
	display : block;
	position: absolute;
	z-index : -2;
}

.bg-video .bg-player {
	bottom    : 0;
	left      : 0;
	right     : 0;
	position  : absolute;
	top       : 0;
	width     : 100%;
	background: url(polina.jpg) no-repeat;
	min-height: 500px;
}

.bg-video .vidbg {
	min-width : 100%;
	min-height: 100%;
}

.bg-vyoutube {
	z-index   : 550;
	text-align: center;
	height    : 100%;
	min-height: 100%;
	position  : relative;
	overflow  : hidden;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
	font-family   : "Ubuntu", sans-serif;
	position      : relative;
	z-index       : 2;
	font-size     : 12px;
	font-weight   : 700;
	text-transform: uppercase;
	text-align    : center;
	border-radius : 0;
	padding       : 0;
	line-height   : 45px;
	width         : 170px;
	height        : 45px;
}

.btn.active,
.btn:active {
	-webkit-box-shadow: none;
	box-shadow        : none;
}

/* Button Primary */
.btn--primary {
	background-color: #49b970;
	color           : #ffffff;
	border          : none;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: #37b05d;
	color           : #ffffff;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
	background-color: #37b05d;
	color           : #ffffff;
}

/* Button Secondary*/
.btn--secondary {
	background-color: #333333;
	color           : #ffffff;
	border          : 2px solid #333333;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	background-color: #49b970;
	color           : #ffffff;
	border-color    : #49b970;
}

/* Button White */
.btn--white {
	background-color: #ffffff;
	color           : #333333;
	border          : 1px solid #ffffff;
	border-radius   : 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #49b970;
	color           : #ffffff;
	border-color    : #49b970;
}

/* Button Block */
.btn--block {
	width: 100%;
}

.btn--auto {
	width: auto;
}

/* Button Rounded */
.btn--rounded {
	border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
	background-color: transparent;
}

.btn--bordered.btn--primary {
	color       : #49b970;
	border-color: #49b970;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color           : #ffffff;
	background-color: #49b970;
	border-color    : #49b970;
}

.btn--bordered.btn--secondary {
	color       : #333333;
	border-color: #333333;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
	color           : #ffffff;
	background-color: #333333;
	border-color    : #333333;
}

.btn--bordered.btn--white {
	color       : #ffffff;
	border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color           : #49b970;
	background-color: #ffffff;
	border-color    : #ffffff;
}

.btn--white.btn--secondary {
	color           : #333333;
	border-color    : #ffffff;
	background-color: #ffffff;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
	color           : #ffffff;
	background-color: #49b970;
	border-color    : #49b970;
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
	background-color: #2ecc71;
	color           : #ffffff;
	border          : none;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
	color: #49b970;
}

.navbar-toggle {
	border-color : #49b970;
	border-radius: 0;
	margin-top   : 35px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
	color             : #ffffff;
	font-family       : "Ubuntu", sans-serif;
	font-size         : 14px;
	font-weight       : 400;
	line-height       : 45px;
	height            : 45px;
	border            : none;
	background        : transparent;
	padding-left      : 24px;
	position          : relative;
	border-radius     : 0;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.form-control:focus {
	border-color      : white;
	-webkit-box-shadow: none;
	box-shadow        : none;
	background        : transparent;
}

.form-control::-webkit-input-placeholder {
	color: #ffffff;
}

.form-control:-moz-placeholder {
	color: #ffffff;
}

.form-control::-moz-placeholder {
	color: #ffffff;
}

.form-control:-ms-input-placeholder {
	color: #ffffff;
}

/* Placeholder */
.input-group {
	border-radius   : 25px;
	border          : 1px solid #ffffff;
	background-color: transparent;
	overflow        : hidden;
}

.input-group .btn {
	width: 160px;
}

.input-group .input-group-btn {
	border-radius: 50px;
	overflow     : hidden;
}

.subscribe-alert {
	margin-top: 1.5rem;
}

.subscribe-alert .alert {
	font-size  : 18px;
	line-height: 22px;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--title {
	font-family   : "Ubuntu", sans-serif;
	color         : #222222;
	font-size     : 36px;
	font-weight   : 400;
	line-height   : 1;
	margin-bottom : 30px;
	text-transform: capitalize;
}

.heading .heading--desc {
	font-size    : 18px;
	font-weight  : 400;
	line-height  : 24px;
	margin-bottom: 0;
	padding      : 0 30px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.heading .heading--title {
		font-size: 30px;
	}
}

/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
	width           : 100%;
	height          : 100%;
	left            : 0;
	top             : 0;
	position        : fixed;
	z-index         : 99999;
	background-color: #ffffff;
	overflow        : hidden;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
/*.header.header-transparent {
	background-color: transparent;
	position        : absolute;
	top             : 0;
	left            : 0;
	width           : 100%;
	z-index         : 1001;
}*/

/*------------------------------------*\
    #Menu
\*------------------------------------*/
/*.header .navbar {
	margin-bottom: 0;
	border-radius: 0;
	min-height   : 100px;
	border       : none;
	padding      : 0;
}

.header .navbar.navbar-sticky {
	position: fixed;
	top     : 0;
	right   : 0;
	left    : 0;
	z-index : 1030;
}

.header .navbar.navbar-hidden {
	top: -200px;
}

.header .navbar .navbar-brand {
	margin-right: 0;
}

.header .navbar .navbar-brand .logo-dark {
	display: none;
}

.header .navbar .navbar-brand .logo-light {
	display: inline-block;
}

.header .navbar .navbar-nav>li {
	margin-right: 30px;
	position    : relative;
}

.header .navbar .navbar-nav>li:last-child {
	margin-right: 0;
}

.header .navbar .navbar-nav>li>a {
	font-size         : 13px;
	text-transform    : uppercase;
	font-weight       : 700;
	line-height       : 100px;
	color             : #333333;
	padding           : 0;
	position          : relative;
	display           : block;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.header .navbar .navbar-nav>li>a:before {
	position          : absolute;
	bottom            : -1px;
	left              : 0;
	right             : 0;
	margin            : auto;
	width             : 0;
	height            : 3px;
	background        : transparent;
	content           : '';
	-webkit-transition: all 0.4s;
	-o-transition     : all 0.4s;
	transition        : all 0.4s;
}

.header .navbar .navbar-nav>li.active>a,
.header .navbar .navbar-nav>li>a:focus,
.header .navbar .navbar-nav>li>a:hover {
	color: #49b970;
}

.header .navbar .navbar-nav>li.active>a:before,
.header .navbar .navbar-nav>li>a:focus:before,
.header .navbar .navbar-nav>li>a:hover:before {
	background-color: #49b970;
	width           : 100%;
}

@media screen and (max-width: 991px) {
	.header .navbar .navbar-nav>li {
		margin-right: 0;
	}

	.header .navbar .navbar-nav>li a {
		margin-right: 0;
		padding     : 15px 10px;
		color       : #333333;
		line-height : 1;
	}

	.header .navbar .navbar-nav>li.active {
		background-color: #49b970;
	}

	.header .navbar .navbar-nav>li.active a {
		color: #ffffff;
	}
}

.header .navbar.navbar-fixed {
	top               : 0;
	background        : #ffffff;
	-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
	box-shadow        : 0 2px 4px rgba(3, 27, 78, 0.1);
	-webkit-animation : navbarFixed 0.8s;
	animation         : navbarFixed 0.8s;
}

.header .navbar.navbar-fixed .navbar-brand .logo-dark {
	display: inline-block;
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
	display: none;
}

.header .navbar.navbar-fixed .navbar-nav>li a {
	color: #333333;
}

@media screen and (max-width: 991px) {
	.header .navbar.navbar-fixed .navbar-nav>li a:hover {
		background-color: #49b970;
		color           : #ffffff;
	}
}

.header .navbar.navbar-fixed .navbar-nav>li.active a {
	color: #49b970;
}

@media screen and (max-width: 991px) {
	.header .navbar.navbar-fixed .navbar-nav>li.active {
		background-color: #49b970;
	}

	.header .navbar.navbar-fixed .navbar-nav>li.active a {
		color: #ffffff;
	}
}

@-webkit-keyframes navbarFixed {
	0% {
		opacity          : 0;
		-webkit-transform: translateY(-100%);
		transform        : translateY(-100%);
	}

	100% {
		opacity          : 1;
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}

@keyframes navbarFixed {
	0% {
		opacity          : 0;
		-webkit-transform: translateY(-100%);
		transform        : translateY(-100%);
	}

	100% {
		opacity          : 1;
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}
*/
/* Small Devices, Tablets */
/*
@media only screen and (max-width: 991px) {
	.navbar .navbar-brand {
		margin-left: 15px;
		height     : 100px;
		line-height: 100px;
	}

	.navbar .navbar-toggler {
		width             : 30px;
		height            : 30px;
		display           : -webkit-box;
		display           : -ms-flexbox;
		display           : flex;
		-webkit-box-pack  : center;
		-ms-flex-pack     : center;
		justify-content   : center;
		-webkit-box-align : center;
		-ms-flex-align    : center;
		align-items       : center;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
		cursor            : pointer;
		outline           : none;
		margin-right      : 30px;
		padding           : 0;
	}
}

@media only screen and (max-width: 991px) and (min-width: 992px) {
	.navbar .navbar-toggler {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-color: transparent;
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
		top: 0;
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
		-webkit-transform: rotate(45deg);
		-ms-transform    : rotate(45deg);
		transform        : rotate(45deg);
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform    : rotate(-45deg);
		transform        : rotate(-45deg);
	}

	.navbar .navbar-toggler .navbar-toggler-icon {
		width             : 100%;
		height            : 2px;
		background-color  : #49b970;
		position          : relative;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}

	.navbar .navbar-toggler .navbar-toggler-icon:before,
	.navbar .navbar-toggler .navbar-toggler-icon:after {
		content           : '';
		position          : absolute;
		left              : 0;
		height            : 2px;
		width             : 100%;
		background-color  : #49b970;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}

	.navbar .navbar-toggler .navbar-toggler-icon:before {
		top: -10px;
	}

	.navbar .navbar-toggler .navbar-toggler-icon:after {
		top: 10px;
	}

	.navbar .navbar-collapse {
		background-color: #ffffff;
		padding         : 15px;
	}

	.navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-color: transparent;
	}

	.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
		background-color: #49b970;
	}

	.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
	.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
		background-color: #49b970;
	}
}
*/
/* Large Devices, Wide Screens */
/*
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav>li {
		margin-right: 16px;
	}

	.module .module-icon,
	.module-consultation .btn {
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-collapse {
		padding-right: 0;
		padding-left : 0;
	}
} */

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
	

}

.hero .hero-content {

}

.hero .hero-headline {
	color         : #ffffff;
	font-family   : "Ubuntu", sans-serif;
	font-size     : 48px;
	font-weight   : 400;
	line-height   : 60px;
	margin-bottom : 20px;
}

.hero .hero-bio {
	color        : #ffffff;
	opacity      : 0.6;
	font-family  : "Ubuntu", sans-serif;
	font-size    : 20px;
	font-weight  : 400;
	line-height  : 32px;
	margin-bottom: 47px;
}

.hero .hero-holder {
	position: relative;
}

.hero .hero-holder img {
	position: absolute;
	left    : 0;
	bottom  : -700px;
}

.hero-2 {
	overflow: visible;
}

.hero-2 .bg-section {
	overflow: visible;
}

.hero-2+.clearfix {
	padding-top: 200px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.hero .row-content {
		padding-top: 20px;
	}

	.hero .hero-headline {
		margin-top : 50px;
		font-size  : 30px;
		line-height: 1.2;
		text-align : center;
		margin-top : 0;
	}

	.hero .hero-bio {
		font-size  : 14px;
		line-height: 1.5;
		padding    : 0 10px;
		text-align : center;
	}

	.hero .btn {
		width: 170px;
	}

	.hero form {
		margin-bottom: 30px !important;
	}

	.hero .hero-action {
		text-align   : center;
		margin-bottom: 30px;
	}

	.hero .hero-holder img {
		position: relative;
		right   : 0;
		bottom  : 0;
	}

	.hero,
	.hero .hero-content {
		height          : auto;
		background-color: #333333;
	}

	.hero-2+.clearfix {
		padding-top: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero .hero-headline {
		font-size  : 30px;
		line-height: 1.2;
	}

	.hero .hero-bio {
		font-size  : 14px;
		line-height: 1.5;
	}

	.hero .hero-holder img {
		max-width: 350px;
		position : relative;
		right    : 0;
		bottom   : 0;
	}

	.hero-2+.clearfix {
		padding-top: 0;
	}
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
	padding           : 0 40px;
	text-align        : center;
	-webkit-transition: all 0.3s linear;
	-o-transition     : all 0.3s linear;
	transition        : all 0.3s linear;
}

.testimonial-panel .testimonial--body {
	margin-bottom: 40px;
	position     : relative;
	padding-top  : 80px;
}

.testimonial-panel .testimonial--body:before {
	position   : absolute;
	top        : 0;
	left       : 50%;
	margin-left: -16px;
	content    : "“";
	color      : #333333;
	font-family: "Merriweather", serif;
	font-size  : 70px;
	font-weight: 400;
	line-height: 1;
}

.testimonial-panel .testimonial--body p {
	color        : #999999;
	font-family  : "Merriweather", serif;
	font-size    : 20px;
	font-style   : italic;
	line-height  : 38px;
	margin-bottom: 0;
	font-weight  : 400;
}

.testimonial-panel .testimonial--meta h5 {
	color         : #333333;
	font-size     : 16px;
	font-weight   : 400;
	line-height   : 18px;
	margin-bottom : 9px;
	text-transform: capitalize;
}

.testimonial-panel .testimonial--meta a p {
	color        : #999999;
	font-size    : 12px;
	font-weight  : 400;
	line-height  : 1;
	margin-bottom: 0;
}

.testimonial-panel .testimonial--meta img {
	max-width: 100%;
	height   : auto;
	width    : auto;
	margin   : 0 auto 25px auto;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
	position: relative;
}

.feature-panel .feature--icon {
	color        : #49b970;
	font-size    : 47px;
	line-height  : 1;
	margin-bottom: 35px;
}

.feature-panel .feature--icon i {
	-webkit-transition: all 0.3s linear;
	-o-transition     : all 0.3s linear;
	transition        : all 0.3s linear;
	display           : inline-block;
}

.feature-panel .feature--icon:hover i {
	-webkit-animation: pulse 0.9s infinite;
	animation        : pulse 0.9s infinite;
}

.feature-panel .feature--content h3 {
	font-family   : "Ubuntu", sans-serif;
	color         : #333333;
	font-size     : 18px;
	font-weight   : 400;
	line-height   : 1;
	margin-bottom : 24px;
	text-transform: capitalize;
}

.feature-panel .feature--content p {
	font-size    : 14px;
	font-weight  : 400;
	line-height  : 24px;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left : 10px;
}

.feature-left .feature-panel {
	-webkit-transition: all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
	margin-bottom     : 18px;
}

.feature-left .feature-panel:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform    : translateY(-4px);
	transform        : translateY(-4px);
}

.feature-left .feature-panel .feature--icon {
	position     : absolute;
	left         : 0;
	top          : 0;
	margin-bottom: 0;
}

.feature-left .feature-panel .feature--content {
	padding-left: 68px;
}

/* feature left circle  */
.feature-left-circle .feature--content h3 {
	font-size    : 22px;
	font-family  : "Ubuntu", sans-serif;
	font-weight  : 400;
	line-height  : 29px;
	margin-bottom: 15px;
}

.feature-left-circle .feature--content p {
	font-size  : 14px;
	font-weight: 400;
	line-height: 23px;
	padding    : 0;
}

.feature-left-circle .feature--icon {
	width             : 45px;
	height            : 45px;
	line-height       : 42px;
	text-align        : center;
	border-radius     : 50%;
	color             : #49b970;
	font-family       : "Ubuntu", sans-serif;
	font-size         : 24px;
	border            : 2px solid #49b970;
	-webkit-transition: all 0.2s linear;
	-o-transition     : all 0.2s linear;
	transition        : all 0.2s linear;
}

.feature-left-circle:hover .feature--icon {
	background  : #49b970;
	border-color: #49b970;
	color       : #ffffff;
}

.feature-divider {
	margin-top   : 0;
	margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.feature-panel {
		margin-bottom: 20px;
	}

	.feature-panel .feature--icon {
		margin-bottom: 10px;
	}

	.feature img {
		max-width: 100%;
		height   : auto;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-panel {
		margin-bottom: 20px;
	}
}

.banner h3 {
	color         : #363636;
	font-size     : 36px;
	font-weight   : 400;
	line-height   : 1;
	margin-bottom : 45px;
	text-transform: capitalize;
}

.banner p {
	color        : #999999;
	font-family  : Ubuntu;
	font-size    : 18px;
	font-weight  : 400;
	line-height  : 31px;
	margin-bottom: 49px;
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta h3 {
	color        : #fffefe;
	font-family  : Ubuntu;
	font-size    : 40px;
	font-weight  : 400;
	line-height  : 58px;
	margin-bottom: 25px;
}

.cta p {
	color        : #ffffff;
	font-family  : Ubuntu;
	font-size    : 18px;
	font-weight  : 400;
	line-height  : 28px;
	opacity      : 0.6;
	margin-bottom: 48px;
}

/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing-panel {
	border            : 1px solid #eeeeee;
	background-color  : #ffffff;
	padding           : 50px 65px;
	-webkit-transition: all 0.35s;
	-o-transition     : all 0.35s;
	transition        : all 0.35s;
	position          : relative;
}

.pricing-panel:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform    : translateY(-4px);
	transform        : translateY(-4px);
}

.pricing-panel .pricing--heading .pricing--icon {
	color         : #49b970;
	font-family   : "Ubuntu", sans-serif;
	font-size     : 33px;
	font-weight   : 400;
	line-height   : 1;
	margin-bottom : 30px;
	text-transform: uppercase;
}

.pricing-panel .pricing--heading p {
	color         : #333333;
	font-size     : 70px;
	font-weight   : 700;
	line-height   : 1;
	margin-bottom : 15px;
	text-transform: capitalize;
}

.pricing-panel .pricing--heading span.currency {
	font-size     : 18px;
	font-weight   : 400;
	vertical-align: top;
	top           : 10px;
	position      : relative;
}

.pricing-panel .pricing--heading .pricing--desc {
	font-size     : 12px;
	font-weight   : 400;
	line-height   : 24px;
	margin-bottom : 26px;
	text-transform: uppercase;
}

.pricing-panel .pricing--body {
	text-align : center;
	font-size  : 16px;
	font-weight: 400;
}

.pricing-panel .pricing--body ul {
	margin-bottom: 40px;
}

.pricing-panel .btn--primary.btn--primary:hover {
	background-color: #37b05d;
	border-color    : #37b05d;
	color           : #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.price-table {
		margin-bottom: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing-panel {
		padding: 20px;
	}
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
	background-color: #ffffff;
	padding-top     : 33px;
	padding-bottom  : 33px;
}

.footer--copyright {
	color         : #999999;
	font-family   : "Ubuntu", sans-serif;
	font-size     : 12px;
	font-weight   : 400;
	line-height   : 1;
	text-transform: capitalize;
}

.footer--copyright i {
	color: red;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer--copyright {
		font-size: 12px;
	}
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-controls {
	margin-top: 50px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
	height          : 11px;
	width           : 11px;
	border-radius   : 50%;
	background-color: transparent;
	border          : 2px solid rgba(100, 100, 100, 0.5);
	margin          : 0 4px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
	background-color: #646464;
	border-color    : #646464;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
	border-color: rgba(255, 255, 255, 0.5);
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
	background-color: #ffffff;
	border-color    : #ffffff;
}

.carousel-navs .owl-controls .owl-nav {
	position: relative;
}

.carousel-navs .owl-controls .owl-nav [class*="owl-"] {
	position          : absolute;
	top               : 50%;
	height            : 60px;
	line-height       : 60px;
	margin-top        : -30px;
	color             : #333333;
	font-size         : 0;
	font-weight       : 400;
	text-align        : center;
	background-color  : transparent;
	padding           : 0;
	border-radius     : 0;
	-webkit-transition: all 0.35s;
	-o-transition     : all 0.35s;
	transition        : all 0.35s;
	margin-top        : -250px;
}

.carousel-navs .owl-controls .owl-nav [class*="owl-"]:hover {
	color           : #49b970;
	background-color: transparent;
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
	font-family: "Linearicons-Free";
	content    : "\e875";
	font-size  : 40px;
}

.carousel-navs .owl-controls .owl-nav .owl-next {
	right: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
	font-family: "Linearicons-Free";
	content    : "\e876";
	font-size  : 40px;
}

.carousel-navs .owl-controls .owl-dots {
	position: absolute;
	bottom  : 20px;
	width   : 100%;
}

.carousel-navs .owl-controls .owl-dots span {
	background-color: transparent;
	border          : 1px solid #fff;
}

.carousel-navs .owl-controls .owl-dots .owl-dot.active span,
.carousel-navs .owl-controls .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.carousel-dots .owl-controls {
		margin-top: 20px;
	}
}

/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
	height     : 100vh;
	padding-top: 200px;
}

.landing-hero h1 {
	font-size     : 65px;
	font-weight   : 700;
	line-height   : 70px;
	text-transform: uppercase;
}

.landing-hero p {
	font-family: "Ubuntu", sans-serif;
	font-size  : 18px;
	line-height: 27px;
}

.landing-demos .portfolio-item {
	margin-bottom: 50px;
}

.landing-demos .portfolio-item .portfolio-title h4 {
	color         : #282828;
	text-align    : center;
	font-size     : 16px;
	font-weight   : 600;
	text-transform: capitalize;
	margin-bottom : 0;
}

.landing-demos .portfolio-item .portfolio-title:hover h4 {
	color: #49b970;
}

.landing-demos .portfolio-item .portfolio-img {
	-webkit-box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
	box-shadow        : 0 0 36px 4px rgba(0, 0, 0, 0.1);
	background-color  : #c0c0c0;
	-webkit-transition: all 0.35s;
	-o-transition     : all 0.35s;
	transition        : all 0.35s;
}

.landing-demos .portfolio-item .portfolio-img img {
	max-width         : 100%;
	height            : auto;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition     : all 300ms ease-in-out;
	transition        : all 300ms ease-in-out;
}

.landing-demos .portfolio-item:hover .portfolio-img {
	-webkit-transform: translateY(-6px);
	-ms-transform    : translateY(-6px);
	transform        : translateY(-6px);
}

.landing-demos .portfolio-item:hover .portfolio-img img {
	-webkit-transform: scale(1);
	-ms-transform    : scale(1);
	transform        : scale(1);
}

.landing-demos .portfolio-item .portfolio-bio {
	padding-top: 23px;
}

.landing-action {
	padding-top: 200px;
}

.landing-action h2 {
	font-size    : 50px;
	line-height  : 60px;
	margin-bottom: 50px;
}

.landing-action img {
	margin-bottom: 50px;
}

.landing-featues {
	padding-bottom: 50px;
}

.landing-featues .feature-box {
	margin-bottom: 50px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.landing-hero {
		height     : auto;
		padding-top: 60px;
	}

	.landing-hero h1 {
		font-size  : 34px;
		line-height: 50px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.landing-hero {
		height     : auto;
		padding-top: 100px;
	}

	.landing-hero h1 {
		font-size  : 50px;
		line-height: 55px;
	}
}

#header.full-header {
    border-bottom-color: #EEE;
}
#header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}
#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
}

#header-wrap {
    position: relative;
    -webkit-backface-visibility: hidden;
}
#header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

body.stretched #header.full-header .container {
    width: 100%;
    padding: 0 30px;
}
#header .container {
    position: relative;
}
#primary-menu-trigger, #page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo, body:not(.top-search-open) #primary-menu > ul, body:not(.top-search-open) #primary-menu > .container > ul, body:not(.top-search-open) #top-cart, body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}
@media (min-width: 970px){
	#logo {
    margin-right: 0;
    padding-right: 0;
}
}

#logo {
    position: relative;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
}

#header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}
#primary-menu {
    float: right;
    height: 100px;
}
#header.full-header #primary-menu > ul {
    float: left;
}
body:not(.top-search-open) #header-wrap #logo, body:not(.top-search-open) #primary-menu > ul, body:not(.top-search-open) #primary-menu > .container > ul, body:not(.top-search-open) #top-cart, body:not(.top-search-open) #side-panel-trigger {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}
#header, #header-wrap, #logo img, #primary-menu:not(.style-2), #primary-menu:not(.style-2) > ul {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}
#primary-menu > ul {
    float: left;
}
#primary-menu ul {
    list-style: none;
    height: 100px;
    margin: 0;
}

#primary-menu ul li:first-child {
    margin-left: 0;
}
#primary-menu ul li {
    position: relative;
    float: left;
    margin-left: 2px;
}
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

#primary-menu ul li a {
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;

}
a {
    text-decoration: none !important;
    color: #3e5ca0;
}

.header-stick{margin-top:-50px !important;}
.content-wrap .header-stick{margin-top:-80px !important;}
#header{position:relative;background-color:#FFF;border-bottom:1px solid #F5F5F5;}
#header .container{position:relative;}
#header.transparent-header{background:transparent;border-bottom:none;z-index:199;}
#header.semi-transparent{background-color:rgba(255,255,255,0.8);}
#header.transparent-header.floating-header{margin-top:60px;}
#header.transparent-header.floating-header .container{width:1220px;background-color:#FFF;padding:0 40px;border-radius:2px;}
#header.transparent-header.floating-header.sticky-header .container{width:1170px;padding:0 15px;}
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header{top:-100px;margin-bottom:-100px;}
#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map{top:-160px;margin-bottom:-160px;}
#header.transparent-header + #page-title.page-title-parallax .container{z-index:5;padding-top:100px;}
#header.full-header{border-bottom-color:#EEE;}
body.stretched #header.full-header .container{width:100%;padding:0 30px;}
#header.transparent-header.full-header #header-wrap{border-bottom:1px solid rgba(0,0,0,0.1);}
#slider + #header.transparent-header.full-header #header-wrap{border-top:1px solid rgba(0,0,0,0.1);border-bottom:none;}
#logo{position:relative;float:left;font-family:'Raleway', sans-serif;font-size:36px;line-height:100%;margin-right:40px;}
/*#header.full-header #logo{padding-right:30px;margin-right:30px;}*/
#header.transparent-header.full-header #logo{border-right-color:rgba(0,0,0,0.1);}
#logo a{display:block;color:#000;}
#logo img{display:block;max-width:100%;}
#logo a.standard-logo{display:block;}
#logo a.retina-logo{display:none;}
.header-extras{float:right;margin:30px 0 0;}
.header-extras li{float:left;margin-left:20px;height:40px;overflow:hidden;list-style:none;}
.header-extras li i{margin-top:3px !important;}
.header-extras li:first-child{margin-left:0;}
.header-extras li .he-text{float:left;padding-left:10px;font-weight:bold;font-size:14px;line-height:1.43;}
.header-extras li .he-text span{display:block;font-weight:400;color:#3e5ca0;}
#primary-menu{float:right;height:100px;}
#header.full-header #primary-menu > ul{float:left;}
#header.transparent-header.full-header #primary-menu > ul{border-right-color:rgba(0,0,0,0.1);}
#primary-menu-trigger,
#page-submenu-trigger{opacity:0;pointer-events:none;cursor:pointer;font-size:14px;position:absolute;top:50%;margin-top:-25px;width:50px;height:50px;line-height:50px;text-align:center;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;}
#primary-menu ul{list-style:none;height:100px;margin:0;}
#primary-menu > ul{float:left;}
#primary-menu ul li{position:relative;float:left;margin-left:2px;}
#primary-menu ul li.mega-menu{position:inherit;}
#primary-menu ul li:first-child{margin-left:0;}
#primary-menu ul li a{display:block;height:100px;line-height:100px;padding:5px;color:#444;font-weight:bold;font-size:13px;letter-spacing:1px;text-transform:uppercase;font-family:'Raleway', sans-serif;-webkit-transition:height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;-o-transition:height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;transition:height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;}
#primary-menu ul li span{display:none;}
#primary-menu ul li i{position:relative;font-size:14px !important;top:1px;line-height:99px;width:14px;text-align:center;margin-right:6px;-webkit-transition:line-height .4s ease;-o-transition:line-height .4s ease;transition:line-height .4s ease;}
#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a{color:#3e5ca0;}
#primary-menu > ul > li.sub-menu > a > div{}
#primary-menu ul ul,
#primary-menu ul li .mega-menu-content{display:none;position:absolute;width:360px;background-color:#FFF;box-shadow:0px 13px 42px 11px rgba(0, 0, 0, 0.05);border:1px solid #EEE;border-top:2px solid #3e5ca0;height:auto;z-index:199;top:100px;left:0;margin:0;}
#primary-menu ul ul ul{top:-2px !important;left:218px;}
#primary-menu ul ul.menu-pos-invert,
#primary-menu ul li .mega-menu-content.menu-pos-invert{left:auto;right:0;}
#primary-menu ul ul ul.menu-pos-invert{right:218px;}
#primary-menu ul ul li{float:none;margin:0;}
#primary-menu ul ul li:first-child{border-top:0;}
#primary-menu ul ul a{font-size:12px;font-weight:600;height:auto !important;line-height:22px !important;color:#666 !important;padding-top:10px !important;padding-bottom:10px !important;border:0 !important;letter-spacing:0;font-family:'Lato', sans-serif;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
#primary-menu ul ul li:hover > a{background-color:#F9F9F9;padding-left:18px;color:#3e5ca0 !important;}
#primary-menu ul ul i{line-height:inherit;}
#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a{background-image:url("images/icons/submenu.png");background-position:right center;background-repeat:no-repeat;}
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content{width:400px;}
#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content{margin:0 15px;width:1140px;top:100px;}
.floating-header #primary-menu ul li.mega-menu .mega-menu-content{margin:0;width:1220px;}
body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content{margin:0 60px;}
body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content{margin:0 30px;}
#primary-menu ul li.mega-menu .mega-menu-content.style-2{padding:0 10px;}
#primary-menu ul li .mega-menu-content ul{display:block;position:relative;top:0;min-width:inherit;}
#primary-menu ul li .mega-menu-content > ul{float:left;}
#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown){display:block !important;opacity:1 !important;top:0;left:0;}
#primary-menu ul li .mega-menu-content.col-2 > ul,
#primary-menu ul li .mega-menu-content.col-3 > ul,
#primary-menu ul li .mega-menu-content.col-4 > ul,
#primary-menu ul li .mega-menu-content.col-5 > ul{width:50%;margin:0;border-left:1px solid #F2F2F2;}
#primary-menu ul li .mega-menu-content.col-3 > ul{width:33.33%;}
#primary-menu ul li .mega-menu-content.col-4 > ul{width:25%;}
#primary-menu ul li .mega-menu-content.col-5 > ul{width:20%;}
#primary-menu ul li .mega-menu-content > ul:first-child{border-left:0;}
#primary-menu ul li .mega-menu-content ul a{height:42px;line-height:42px;}
#primary-menu ul li .mega-menu-content ul{width:100%;border:0;box-shadow:none;background-color:transparent;}
#primary-menu ul li .mega-menu-content.style-2 > ul{padding:30px 20px;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title{margin-top:20px;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:first-child{margin-top:0;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a{font-size:13px;font-weight:bold;font-family:'Raleway', sans-serif;letter-spacing:1px;text-transform:uppercase !important;margin-bottom:15px;color:#444 !important;padding:0 !important;height:auto !important;line-height:1.3 !important;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a{background-color:transparent;font-weight:bold;padding:0;color:#444 !important;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover{color:#3e5ca0 !important;}
#primary-menu ul ul i{line-height:inherit;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu:hover > a{background:none;}
#primary-menu ul li .mega-menu-content.style-2 li{border:0;}
#primary-menu ul li .mega-menu-content.style-2 ul a{padding-left:5px;height:auto !important;padding-top:7px !important;padding-bottom:7px !important;line-height:22px !important;}
#primary-menu ul li .mega-menu-content.style-2 ul a:hover{padding-left:12px;}
#primary-menu.style-2{float:none;max-width:none;border-top:1px solid #F5F5F5;}
#primary-menu.style-2 > div > ul{float:left;}
#primary-menu.style-2,
#primary-menu.style-2 > div > ul,
#primary-menu.style-2 > div > ul > li > a{height:60px;}
#logo + #primary-menu.style-2{height:100px;border-top:0;}
#primary-menu.style-2 > div > ul > li > a{line-height:60px;}
#primary-menu.style-2 > div > ul > li > a i{line-height:59px;}
#primary-menu.style-2 ul ul,
#primary-menu.style-2 ul li .mega-menu-content{top:60px;}
#logo + #primary-menu.style-2 > ul > li > ul,
#logo + #primary-menu.style-2 ul li .mega-menu-content{top:100px;}
#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger{margin-top:20px;margin-bottom:20px;}
#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current a{color:#3e5ca0;}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div{float:none;display:inline-block !important;width:auto;text-align:left;}
#primary-menu.style-3 > ul > li > a{height:44px;line-height:44px;margin:28px 0;border-radius:2px;}
#primary-menu.style-3 > ul > li > a i{line-height:43px;}
#primary-menu.style-3 > ul > li:hover > a{color:#444;background-color:#F5F5F5;}
#primary-menu.style-3 > ul > li.current > a{color:#FFF;text-shadow:1px 1px 1px rgba(0,0,0,0.2);background-color:#3e5ca0;}
#primary-menu.style-4 > ul > li > a{height:44px;line-height:42px;margin:28px 0;border-radius:2px;border:1px solid transparent;}
#primary-menu.style-4 > ul > li > a i{line-height:41px;}
#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a{border-color:#3e5ca0;}
#primary-menu.style-5 > ul{padding-right:10px;margin-right:5px;}
#primary-menu.style-5 > ul > li{margin-left:15px;}
#primary-menu.style-5 > ul > li:first-child{margin-left:0;}
#primary-menu.style-5 > ul > li > a{line-height:1;}
#primary-menu.style-5 > ul > li > a > div{padding:25px 0;line-height:1;}
#primary-menu.style-5 > ul > li > a i{display:block;width:auto;top:0;margin:0 0 8px;font-size:28px !important;line-height:1;text-align:center;}
#primary-menu.style-6 > ul > li > a{position:relative;}
#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after{content:'';position:absolute;top:0;left:0;height:2px;width:0;border-top:2px solid #3e5ca0;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;}
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after{width:100%;}
#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li{background:url("images/icons/menu-divider.png") no-repeat right center;margin-left:1px;}
#primary-menu.sub-title ul li:first-child{padding-left:0;margin-left:0;}
#primary-menu.sub-title ul li a{height:auto;line-height:14px;padding:27px 20px 32px;text-transform:uppercase;border-top:5px solid transparent;}
#primary-menu.sub-title ul li span{display:block;margin-top:10px;line-height:12px;font-size:11px;font-weight:400;color:#888;text-transform:capitalize;}
#primary-menu.sub-title ul li i{line-height:13px;}
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a{background-color:#3e5ca0;color:#FFF;text-shadow:1px 1px 1px rgba(0,0,0,0.2);border-top-color:rgba(0,0,0,0.1);}
#primary-menu.sub-title > ul > li:hover span,
#primary-menu.sub-title > ul > li.current span,
#primary-menu.sub-title.style-2 > div > ul > li:hover span,
#primary-menu.sub-title.style-2 > div > ul > li.current span{color:#EEE;}
#primary-menu.sub-title.style-2 ul ul span{display:none;}
#primary-menu.sub-title.style-2 > div > ul > li{background-position:left center;}
#primary-menu.sub-title.style-2,
#primary-menu.sub-title.style-2 > div > ul,
#primary-menu.sub-title.style-2 > div > ul > li > a{height:80px;}
#primary-menu.sub-title.style-2 div ul ul,
#primary-menu.sub-title.style-2 ul li .mega-menu-content{top:80px;}
#primary-menu.sub-title.style-2 ul li .mega-menu-content ul{top:0;}
#primary-menu.sub-title.style-2 > div #top-search,
#primary-menu.sub-title.style-2 > div #top-cart,
#primary-menu.sub-title.style-2 > div #side-panel-trigger{float:right;margin-top:30px;margin-bottom:30px;}
#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li{background-image:none;}
#primary-menu.sub-title.style-2 > div > ul > li > a{height:auto;line-height:14px;padding:17px 20px 22px;}
@media (min-width:992px){.overlay-menu:not(.top-search-open) #primary-menu-trigger{opacity:1;pointer-events:auto;left:auto;right:75px;width:20px;height:20px;line-height:20px;margin-top:-10px;}
                         .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger{right:90px;}
                         .overlay-menu #primary-menu > #overlay-menu-close{opacity:0;pointer-events:none;position:fixed;top:25px;left:auto;right:25px;width:48px;height:48px;line-height:48px;font-size:24px;text-align:center;color:#444;z-index:300;-webkit-transform:translateY(-80px);-ms-transform:translateY(-80px);-o-transform:translateY(-80px);transform:translateY(-80px);-webkit-transition:opacity .4s ease, transform .45s .15s ease;-o-transition:opacity .4s ease, transform .45s .15s ease;transition:opacity .4s ease, transform .45s .15s ease;}
                         .overlay-menu #primary-menu > ul{opacity:0 !important;pointer-events:none;position:fixed;left:0;top:0;width:100%;height:100% !important;z-index:299;background:rgba(255,255,255,0.95);-webkit-transition:opacity .7s ease;-o-transition:opacity .7s ease;transition:opacity .7s ease;}
                         .overlay-menu #primary-menu > ul.show{opacity:1 !important;display:inherit !important;pointer-events:auto;}
                         .overlay-menu #primary-menu > ul.show ~ #overlay-menu-close{opacity:1;-webkit-transition:opacity .7s .4s ease, transform .45s .15s ease;-o-transition:opacity .7s .4s ease, transform .45s .15s ease;transition:opacity .7s .4s ease, transform .45s .15s ease;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);pointer-events:auto;}
                         .overlay-menu #primary-menu > ul > li{float:none;text-align:center;max-width:400px;margin:0 auto;}
                         .overlay-menu #primary-menu > ul > li > a{height:60px !important;line-height:60px !important;font-size:24px;letter-spacing:2px;text-transform:none;opacity:0;-webkit-transform:translateY(-80px);-ms-transform:translateY(-80px);-o-transform:translateY(-80px);transform:translateY(-80px);-webkit-transition:opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;-o-transition:opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;transition:opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;}
                         .overlay-menu #primary-menu > ul.show > li > a{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
}
#top-search,
#top-cart,
#side-panel-trigger{float:right;margin:40px 0 40px 15px;}
#top-cart{position:relative;}
#top-search a,
#top-cart a,
#side-panel-trigger a{display:block;position:relative;width:14px;height:14px;font-size:14px;line-height:20px;text-align:center;color:#333;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out;}
#top-search a{z-index:11;}
#top-search a i{position:absolute;top:0;left:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;}
body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross{opacity:0;}
body.top-search-open #top-search a i.icon-line-cross{opacity:1;z-index:11;font-size:16px;}
#top-cart a:hover{color:#3e5ca0;}
#top-search form{opacity:0;z-index:-2;position:absolute;width:100% !important;height:100% !important;padding:0 15px;margin:0;top:0;left:0;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;}
body.top-search-open #top-search form{opacity:1;z-index:10;}
#top-search form input{box-shadow:none !important;pointer-events:none;border-radius:0;border:0;outline:0 !important;font-size:32px;padding:10px 80px 10px 0;height:100%;background-color:transparent;color:#333;font-weight:700;margin-top:0 !important;font-family:'Raleway', sans-serif;letter-spacing:2px;}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input{padding-left:40px;}
body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input{padding-left:60px;}
body.top-search-open #top-search form input{pointer-events:auto;}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input{border-bottom:2px solid rgba(0,0,0,0.1);}
#top-search form input::-moz-placeholder{color:#555;opacity:1;text-transform:uppercase;}
#top-search form input:-ms-input-placeholder{color:#555;text-transform:uppercase;}
#top-search form input::-webkit-input-placeholder{color:#555;text-transform:uppercase;}
#primary-menu .container #top-search form input,
.sticky-header #top-search form input{border:none !important;}
#top-cart{margin-right:0;}
#top-cart > a > span{display:block;position:absolute;top:-7px;left:auto;right:-14px;font-size:10px;color:#FFF;text-shadow:1px 1px 1px rgba(0,0,0,0.2);width:16px;height:16px;line-height:16px;text-align:center;background-color:#3e5ca0;border-radius:50%;}
#top-cart .top-cart-content{opacity:0;z-index:-2;position:absolute;width:280px;background-color:#FFF;box-shadow:0px 20px 50px 10px rgba(0, 0, 0, 0.05);border:1px solid #EEE;border-top:2px solid #3e5ca0;top:60px;right:-15px;left:auto;margin:-10000px 0 0;-webkit-transition:opacity .5s ease, top .4s ease;-o-transition:opacity .5s ease, top .4s ease;transition:opacity .5s ease, top .4s ease;}
.style-2 .container #top-cart .top-cart-content{top:40px;}
@media (max-width:991px){#wrapper{width:100%;margin:0;box-shadow:none;}
#header.full-header .container,
.container-fullwidth{padding:0 15px !important;margin:0 auto;width:750px !important;}
.container.vertical-middle{width:100% !important;}
.vertical-middle + .video-wrap{position:absolute;width:100%;height:100%;top:0;left:0;}
.postcontent,
.postcontent.bothsidebar,
.sidebar{width:100%;margin-right:0;float:none !important;margin-bottom:40px !important;padding-bottom:40px;border-bottom:1px solid #EEE;}
.sidebar.col_last{float:none;margin-bottom:0 !important;padding-bottom:0;border-bottom:0;}
#header,
#header-wrap,
#header.sticky-style-2,
#header.sticky-style-3,
#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap{height:auto !important;}
#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap{min-height:60px;}
#header.sticky-header #header-wrap{position:relative;}
#header.transparent-header,
#header.semi-transparent{background:#FFF;border-bottom:1px solid #F5F5F5;z-index:auto;}
#header.dark.transparent-header,
#header.dark.semi-transparent{background-color:#333;border-bottom:1px solid rgba(0,0,0,0.1);}
#header.transparent-header.floating-header{margin-top:0;}
#header.transparent-header.floating-header .container{width:750px;padding:0 15px;border-radius:0;}
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#slider + #header.transparent-header,
#header.transparent-header.floating-header + #slider{top:0;margin-bottom:0;}
#header.transparent-header + #page-title.page-title-parallax .container{padding-top:0;}
#header-trigger,
.top-advert,
.header-extras{display:none;}
#logo{display:block;height:100px;float:none;margin:0 auto 0 !important;max-width:none;text-align:center;border:0 !important;padding:0 !important;}
#logo a.standard-logo{display:inline-block;}
#primary-menu{display:block;float:none;height:auto !important;}
#primary-menu-trigger{opacity:1;pointer-events:auto;top:25px;margin-top:0;left:0;z-index:1;}
#primary-menu .container #primary-menu-trigger{top:5px;left:0;}
#primary-menu > ul,
#primary-menu > div > ul{display:none;float:none !important;border:0 !important;padding:0 !important;margin:0 !important;-webkit-transition:none;-o-transition:none;transition:none;}
#primary-menu > div > ul{margin-top:60px !important;}
body:not(.top-search-open) #primary-menu-trigger{opacity:1;-webkit-transition:opacity .2s .2s ease, top .4s ease;-o-transition:opacity .2s .2s ease, top .4s ease;transition:opacity .2s .2s ease, top .4s ease;}
body.top-search-open #primary-menu-trigger{opacity:0;}
body.side-push-panel #side-panel-trigger-close a{display:block;position:absolute;z-index:12;top:0;left:auto;right:0;width:40px;height:40px;font-size:18px;line-height:40px;color:#444;text-align:center;background-color:rgba(0,0,0,0.1);border-radius:0 0 0 2px;}
#primary-menu ul{height:auto !important;}
#primary-menu.style-5 > ul{padding-right:0;margin-right:0;border-right:0;}
#primary-menu ul li{float:none;margin:0 !important;text-align:left !important;border-top:1px solid #EEE;}
#primary-menu ul li:first-child{border-top:0;}
#primary-menu ul li a,
#primary-menu.style-2 > div > ul > li > a{height:50px !important;line-height:50px !important;padding:0 5px !important;border:none !important;margin:0 !important;}
#primary-menu.style-5 > ul > li > a > div{padding:0;line-height:50px;}
#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li{background:none !important;margin-left:0;}
#primary-menu.sub-title ul li a{text-transform:none;font-size:14px;}
#primary-menu.sub-title ul li span{display:none !important;}
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a,
#primary-menu.style-3 > ul > li:hover > a,
#primary-menu.style-3 > ul > li.current > a{background-color:transparent !important;color:#444;text-shadow:none;}
#primary-menu ul li i,
#primary-menu.style-2 > div > ul > li i,
#primary-menu.sub-title ul li i,
#primary-menu.style-3 > ul > li > a i,
#primary-menu.style-5 > ul > li > a i{line-height:49px;}
#primary-menu.style-5 > ul > li > a i{display:inline-block;top:1px;width:14px;margin:0 6px 0 0;font-size:14px !important;}
#primary-menu > ul > li.sub-menu > a,
#primary-menu > .container > ul > li.sub-menu > a{background-image:url("../images/icons/submenu.png");background-position:right center;background-repeat:no-repeat;}
#primary-menu ul ul,
#primary-menu ul li .mega-menu-content{position:relative;width:auto;background-color:transparent !important;box-shadow:none;border:0;border-top:1px solid #EEE;z-index:1;top:0 !important;padding-left:15px;}
#primary-menu ul li .mega-menu-content{padding-left:0;}
#primary-menu ul ul ul{top:0 !important;left:0;}
#primary-menu ul ul.menu-pos-invert,
#primary-menu ul li .mega-menu-content.menu-pos-invert{left:0;right:0;}
#primary-menu ul ul ul.menu-pos-invert{right:0;}
#primary-menu ul ul li{float:none;margin:0;border-top:1px solid #EEE;}
#primary-menu ul ul a{height:44px !important;line-height:44px !important;padding-left:5px !important;font-size:13px !important;text-transform:none;font-weight:400;}
#primary-menu ul ul a i{line-height:43px;}
#primary-menu ul ul li:hover > a{background-color:transparent !important;font-weight:600;padding-left:5px;color:#1ABC9C !important;}
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content,
#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,
.floating-header #primary-menu ul li.mega-menu .mega-menu-content{width:auto;margin:0;top:0;}
.container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,
#header.full-header #primary-menu ul li.mega-menu .mega-menu-content{width:auto !important;margin:0 !important;}
#primary-menu ul li.mega-menu .mega-menu-content.style-2{padding:0;}
#primary-menu ul li .mega-menu-content ul{display:block;position:relative;top:0;min-width:inherit;}
#primary-menu ul li .mega-menu-content > ul{float:none;}
#primary-menu ul li .mega-menu-content ul{display:block !important;opacity:1 !important;top:0;left:0;}
#primary-menu ul li .mega-menu-content ul ul{border-top:1px solid #EEE;}
#primary-menu ul li .mega-menu-content.col-2 > ul,
#primary-menu ul li .mega-menu-content.col-3 > ul,
#primary-menu ul li .mega-menu-content.col-4 > ul,
#primary-menu ul li .mega-menu-content.col-5 > ul{width:auto;margin:0;border-left:0;border-top:1px solid #EEE;}
#primary-menu ul li .mega-menu-content > ul:first-child{border:0;}
#primary-menu ul li .mega-menu-content ul a{height:40px;line-height:40px;}
#primary-menu ul li .mega-menu-content ul{width:100%;border:0;box-shadow:none;background-color:transparent;}
#primary-menu ul li .mega-menu-content.style-2 > ul{padding:0 0 0 15px;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title{margin:0;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a{font-size:13px;font-weight:600;text-transform:none !important;margin:0;padding:0 0 0 5px;color:#444 !important;height:44px !important;line-height:44px !important;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a{background-color:transparent;font-weight:600;padding:0 0 0 5px;color:#1ABC9C !important;}
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover{color:#1ABC9C !important;}
#primary-menu ul ul i{line-height:inherit;}
#primary-menu ul li .mega-menu-content.style-2 li{border-top:1px solid #EEE;}
#primary-menu ul li .mega-menu-content.style-2 li:first-child{border-top:0;}
#primary-menu ul li .mega-menu-content.style-2 ul a{padding-left:5px;height:44px !important;line-height:44px !important;}
#primary-menu ul li .mega-menu-content.style-2 ul a:hover{padding-left:5px;}
#top-search{margin:0 !important;}
#top-search a,
#top-cart,
#side-panel-trigger{position:absolute;top:0;left:auto;right:15px;margin:40px 0;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease;}
#primary-menu > div > #top-search a,
#primary-menu > div > #top-cart,
#primary-menu > div > #side-panel-trigger{margin:20px 0 !important;}
#primary-menu ul.windows-mobile-menu li.sub-menu{position:relative;}
#primary-menu ul.windows-mobile-menu li.sub-menu a{background-image:none !important;}
#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger{position:absolute;cursor:pointer;width:32px;top:0;right:0;z-index:1;padding:0 !important;text-align:center !important;}
#primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger{display:none;}
#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i{margin:0 !important;}
#header.sticky-style-3 #top-cart .top-cart-content{top:40px;}
#top-search a{right:43px;}
#top-search form{height:100px !important;}
#primary-menu > div > #top-search form{height:60px !important;}
#top-search form input{font-size:24px;}
#side-panel-trigger{right:71px;}
#page-menu #page-menu-wrap{position:relative !important;top:0 !important;}
#page-submenu-trigger{opacity:1;pointer-events:auto;color:#FFF;}
#page-menu.pagemenu-active #page-submenu-trigger{background-color:rgba(0,0,0,0.2);}
#page-menu nav{display:none;position:absolute;float:none;width:200px;top:43px;left:auto;right:15px;height:auto;background-color:#1ABC9C;z-index:11;}
#page-menu.pagemenu-active nav{display:block;}
#page-menu nav ul{height:auto;background-color:rgba(0,0,0,0.2);}
#page-menu nav li{float:none;}
#page-menu nav li a{height:40px;line-height:40px;margin:0;padding:0 15px;border-radius:0;}
#page-menu ul ul{position:relative;width:auto;top:0;background-color:transparent;}
#page-menu ul ul a{padding-left:25px;}
.sticky-responsive-menu #header{min-height:100px;-webkit-transition:min-height .4s ease;-o-transition:min-height .4s ease;transition:min-height .4s ease;}
.sticky-responsive-menu #header-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.sticky-responsive-menu #header.sticky-style-2,
.sticky-responsive-menu #header.sticky-style-3{min-height:160px;}
.sticky-responsive-menu.device-touch #header,
.sticky-responsive-menu.device-touch #header-wrap,
.sticky-responsive-menu.device-touch #logo,
.sticky-responsive-menu.device-touch #logo img,
.sticky-responsive-menu.device-touch #top-search a,
.sticky-responsive-menu.device-touch #primary-menu-trigger,
.sticky-responsive-menu.device-touch #top-cart,
.sticky-responsive-menu.device-touch #side-panel-trigger{-webkit-transition:none !important;-o-transition:none !important;transition:none !important;}
#header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3){min-height:60px;}
.responsive-sticky-header #header-wrap{z-index:199;position:fixed;top:0;left:0;width:100%;background-color:#FFF;border-bottom:1px solid #EEE;-webkit-backface-visibility:hidden;}
.responsive-sticky-header #logo,
.responsive-sticky-header #logo img{height:60px;}
.responsive-sticky-header #primary-menu-trigger{top:5px;}
.responsive-sticky-header #primary-menu > ul,
.responsive-sticky-header #primary-menu > .container > ul{max-height:300px;overflow-y:scroll;margin-bottom:20px;}
.responsive-sticky-header #primary-menu > ul,
.responsive-sticky-header #primary-menu > .container > ul{margin-bottom:20px !important;}
.responsive-sticky-header #top-search a,
.responsive-sticky-header #top-cart,
.responsive-sticky-header #side-panel-trigger{margin:20px 0;}
.responsive-sticky-header #top-search form{height:60px !important;}
.responsive-sticky-header #top-cart .top-cart-content{top:40px;}
}

@media (min-width: 970px) {
    #primary-menu ul li a[href="/contacto"] {
        background-color: #2F57A3;
        color: white;
        border-radius: 3px;
        line-height: 40px;
        height: 40px;
        margin-top: 28px;
        padding: 0 10px;
        margin-top: 34px;
    }

    #primary-menu ul li a[href="contacto"] {
        background-color: #2F57A3;
        color: white;
        border-radius: 3px;
        line-height: 40px;
        height: 40px;
        margin-top: 28px;
        padding: 0 10px;
        margin-right: 15px;
    }
    #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a[href="/contacto"] {
        margin-top: 8px;
        line-height: 40px;
        height: 40px;
    }
    #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a[href="contacto"] {
        margin-top: 8px;
        line-height: 40px;
        height: 40px;
    }
    #logo {	margin-right: 0; padding-right: 0; }
}

.footer-stick{margin-bottom:-50px !important;}
.content-wrap .footer-stick{margin-bottom:-80px !important;}
#footer{position:relative;background-color:#EEE;border-top:5px solid rgba(0,0,0,0.2);}
.device-lg.sticky-footer #top-bar,
.device-md.sticky-footer #top-bar{z-index:299;}
.device-lg.sticky-footer #header,
.device-md.sticky-footer #header{z-index:199;}
.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider,
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content{z-index:2;}
.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer{position:fixed;top:auto;bottom:0;left:0;width:100%;z-index:1;}
.device-lg.sticky-footer:not(.stretched) #footer,
.device-md.sticky-footer:not(.stretched) #footer{left:50%;margin-left:-610px;width:1220px;}
.device-md.sticky-footer:not(.stretched) #footer{margin-left:-500px;width:1000px;}
#footer .footer-widgets-wrap{position:relative;padding:20px 0 15px 0;}
.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth{margin-bottom:0;}
#copyrights{padding:40px 0;background-color:#DDD;font-size:14px;line-height:1.8;}
#copyrights i.footer-icon{position:relative;top:1px;font-size:14px;width:14px;text-align:center;margin-right:3px;}
.copyright-links a{display:inline-block;margin:0 3px;color:#333;border-bottom:1px dotted #444;}
.copyright-links a:hover{color:#555;border-bottom:1px solid #666;}
.copyrights-menu{margin-bottom:10px;}
.copyrights-menu a{font-size:14px;margin:0 10px;border-bottom:0 !important;}
#copyrights .col_half{margin-bottom:0 !important;}
#copyrights a:first-child{margin-left:0;}
#copyrights .tright a:last-child{margin-right:0;}
.footer-logo{display:block;margin-bottom:30px;}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.col_half{width:48%;}
.social-icon{display:block;float:left;margin:4px 11px 7px 0;text-align:center !important;font-size:28px;color:#FFF;text-shadow:1px 1px 1px rgba(0,0,0,0.3);cursor:pointer;font-style:normal;}
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.social-icon{margin:0 5px 5px 0;width:40px;height:40px;font-size:20px;line-height:38px !important;color:#555;text-shadow:none;overflow:hidden;}
.social-icon.si-large{margin:0 10px 10px 0;width:56px;height:56px;font-size:30px;line-height:54px !important;}
.social-icon.si-small{width:32px;height:32px;font-size:14px;line-height:30px !important;}
.social-icon i{display:block;position:relative;}
body:not(.device-touch) .social-icon i{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.social-icon i:last-child{color:#FFF !important;}
.social-icon:hover i:first-child{margin-top:-38px;}
.social-icon.si-large:hover i:first-child{margin-top:-54px;}
.social-icon.si-small:hover i:first-child{margin-top:-30px;}
.social-icon:hover{color:#555;border-color:transparent;}
.si-colored.social-icon{border-color:transparent;}
.si-sticky{position:fixed;top:50%;left:5px;width:36px;z-index:100;}
.si-sticky.si-sticky-right{left:auto;right:8px;}
.si-share{position:relative;padding-left:5px;border-top:1px solid #EEE;border-bottom:1px solid #EEE;}
.si-share span{line-height:36px;font-weight:bold;font-size:13px;}
.si-share .social-icon{margin:-1px 0;border-radius:0;font-size:15px;}
#gotoTop{display:none;z-index:299;position:fixed;width:40px;height:40px;background-color:#333;background-color:rgba(0,0,0,0.3);font-size:20px;line-height:36px;text-align:center;color:#FFF;top:auto;left:auto;right:30px;bottom:50px;cursor:pointer;border-radius:2px;}
body:not(.device-touch) #gotoTop{transition:background-color .2s linear;-webkit-transition:background-color .2s linear;-o-transition:background-color .2s linear;}
.stretched #gotoTop{bottom:30px;}
#gotoTop:hover{background-color:#3e5ca0;}

.bg-blue-manual{
	background-color: #2F57A3 !important;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none !important;
    color: #9fb1d4;
}

a:hover {
    color: #222;
}

.text-check{
	color: white !important;
}

label.error {
    display: none !important;
}


.form-control.error, .sm-form-control.error {
    border: 2px solid red;
}

input[type=checkbox].error{
	outline: 1px solid red;
}

.a-descarga{
	color: #2f57a3 !important;
    text-decoration: underline !important;
}

.show {
  display: block !important;
}

.button-contact{
	border: 2px solid #2f57a3;
	background: #2f57a3;
    color: white;
	padding: 0 26px;
    padding-top: 15px;
    padding-right: 26px;
    padding-bottom: 15px;
    padding-left: 26px;
    font-size: 16px;
    height: 46px;
    text-transform: uppercase;
    font-weight: 500;
}

.button-contact:hover{
	background: white;
    color: #2f57a3;
}

@media (max-width: 1159px) and (min-width: 992px){
	#primary-menu{
		display: none;
	}
}