@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700|Pacifico);
/*========================================================
											Main Styles
=========================================================*/
body {
	background: #4ECAF7;
	color: #000000;
	font: 400 14px/18px "Roboto Condensed", sans-serif;
	-webkit-text-size-adjust: none;
}

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

h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 700;
}

h1 {
	font-size: 50px;
	line-height: 88px;
	font-family: 'Pacifico', cursive;
}

h2 {
	font-size: 36px;
	line-height: 38px;
}
h2 > span {
	font-size: 34px;
	/*color: #1568a5;*/ color: #00337C;
}

h3 {
	font-size: 30px;
	line-height: 34px;
}
h3 > span {
	text-transform: none;
}

h4 {
	font-size: 24px;
	line-height: 28px;
}

h5 {
	/*color: #2E2988;*/
	color: #1566a5;
	font: 300 20px/24px "Roboto Condensed", sans-serif;
}

h6 {
	font-size: 14px;
	line-height: 15px;
	/*font-weight: 300;
	color: #2E2988;*/
	font-weight: 600;
	color: #00337C;
}

p, ul {
	font-weight: 300;
	line-height: 14px;
}
p .brand_slogan, ul .brand_slogan {
	font-style: "Arial", sans-serif;
	font-size: 12px;
	line-height: 12px;
}
p a:hover, ul a:hover {
	text-decoration: underline;
}
p .fa, ul .fa {
	text-decoration: none;
}

time {
	display: block;
}

a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:focus {
	outline: none;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
	color: inherit;
	text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
	text-decoration: none;
	color: #2E2988;
}

strong {
	font-weight: 700;
}

.fa {
	line-height: inherit;
}
.fa:hover {
	text-decoration: none;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}

.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page {
	min-width: 1200px;
}

.center {
	text-align: center;
}

.lh1 {
	line-height: 16px;
}

.lh2 {
	line-height: 18px;
}

.lh3 {
	line-height: 24px;
}

/*=======================================================
											 Main Layout
=========================================================*/
* + .inline-list {
	margin-top: 35px;
}

* + .marked-list {
	margin-top: 29px;
}

* + .row {
	margin-top: 35px;
}

* + .btn {
	margin-top: 27px;
}

* + .owl-carousel {
	margin-top: 54px;
}

* + blockquote {
	margin-top: 122px;
}

* + .social-list {
	margin-top: 7px;
}

.owl-carousel + * {
	margin-top: 44px;
}

.inline-list + * {
	margin-top: 16px;
}

img + h6 {
	margin-top: 27px;
}

img + h3 {
	margin-top: 24px;
}

p + a {
	margin-top: 8px;
}

h2 + p {
	margin-top: 15px;
}

h3 + p {
	margin-top: 10px;
}

h3 + h5 {
	margin-top: 6px;
}

h4 + p {
	margin-top: 17px;
}

h6 + p {
	margin-top: 24px;
}

.terms-list + * {
	margin-top: 20px;
}

* + .offs1 {
	margin-top: 2px;
}

* + .offs2 {
	margin-top: 42px;
}

* + .offs3 {
	margin-top: 85px;
}

* + .offs4 {
	margin-top: 11px;
}

* + .offs5 {
	margin-top: 22px;
}

* + .offs6 {
	margin-top: 9px;
}

* + .offs7 {
	margin-top: 18px;
}

* + .offs8 {
	margin-top: 30px;
}

* + .offs9 {
	margin-top: 0px;
}

/*=======================================================
												Components
=========================================================*/
/*==================       Info      ======================*/
.info {
	float: right;
}
.info .fa {
	/*color: #2E2988;*/
	color: #1566a5;
	font: 14px/16px "FontAwesome";
	margin-left: 5px;
	margin-top: 54px;
}
.info .fa a {
	font: 12px/14px "Arial", sans-serif;
	color: #9b9b9b;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.info .fa a:hover {
	color: #2E2988;
}
.info li {
	display: inline-block;
}
.info li + li {
	margin-left: 40px;
}

@media (max-width: 979px) {
	.info {
		margin-top: 20px;
		float: none;
		padding-bottom: 15px;
	}
	.info .fa {
		margin-top: 10px;
	}
	.info li {
		display: block;
		text-align: center;
	}
	.info li + li {
		margin: 10px 0px 0px;
	}
}
/*===============          Box         =================*/
.box {
	padding-top: 30px;
	padding-bottom: 28px;
}
.box h3 {
	text-transform: none;
	color: #343746;
	font-weight: 300;
}
.box h3 + p {
	margin-top: 12px;
}
.box p {
	color: #343746;
	padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 979px) {
	.box img {
		max-width: 80%;
	}
}
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
}
.brand_name {
	margin-left: -2px;
	float: left;
	overflow: hidden;
	padding-right: 7px;
	color: #343746;
}
.brand_slogan {
	float: right;
	font: 12px/12px "Arial", sans-serif;
	margin-top: 43px;
	padding-left: 7px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #343746;
}

.bg-white {
	background-color: #ffffff;
}
.bg-white h3 {
	color: #343746;
}

.bg-secondary {
	background: #2E2988;
}

.bg-header {
	background: whitesmoke;
}
.bg-header h3 {
	color: #343746;
}

.bg-ico {
	/*background-image: url("../images/page-1_bg.png");*/
	background-position: center;
	background-repeat: no-repeat;
}

/*==================    Colors    ======================*/
.color-mod1 {
	color: #dddddd;
}

.color-primary {
	color: #343746;
}

/*==================     Icons     ======================*/
.fa-facebook-square,
.fa-google-plus-square,
.fa-twitter-square,
.fa-youtube {
	color: #2E2988;
	font-size: 24px;
	-webkit-transition: 1.2s ease;
	transition: 1.2s ease;
}
.fa-facebook-square:hover,
.fa-google-plus-square:hover,
.fa-twitter-square:hover,
.fa-youtube:hover {
	color: #343746;
}

.fa-play-circle {
	color: #343746;
	background: #ffffff;
	font-size: 30px;
	line-height: 30px;
	-webkit-transition: 1.2s ease;
	transition: 1.2s ease;
}
.fa-play-circle:hover {
	color: #2E2988;
}

.fa-map-marker a:hover {
	text-decoration: none;
}

.fa-users,
.fa-clock-o,
.fa-laptop {
	color: #2E2988;
	font-size: 65px;
	line-height: 65px;
}

/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	font: 300 14px/23px "Roboto Condensed", sans-serif;
	color: #ffffff;
	/*background: #2E2988;*/
	background: #00337C;
	padding: 8px 29px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.btn:hover {
	/*background: #343746;*/
	background: #205295;
	cursor: pointer;
}
.btn:active {
	background: #077b63;
}

.btn__mod1 {
	font: 400 18px/18px "Roboto Condensed", sans-serif !important;
	padding: 21px 42px;
	border-radius: 6px;
}

.btn__mod2 {
	padding: 14px 29px;
	font-size: 18px;
}

.btn__mod3 {
	padding: 8px 29px;
	/*background: #343746;*/
	background: #00337C;
}
.btn__mod3:hover {
	/*background: #2E2988;*/
	background: #1566a5;
}
.btn__mod3:active {
	background: #4a4e63;
}
.lt-ie9 .btn__mod3:active {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4A4E63', endColorstr='#FF4A4E63')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4A4E63', endColorstr='#FF4A4E63');
	zoom: 1;
}

.btn__mod4 {
	padding: 11px 35px;
	font-size: 18px;
	font-weight: 400;
}

@media (min-width: 480px) and (max-width: 630px) {
	.btn__mod2 {
		padding: 8px 29px;
	}
}
/*==============     Parallax Content      ==============*/
.parallax_content {
	padding-top: 46px;
}
.parallax_content p {
	padding: 0 80px;
}
.parallax_content h4 + p {
	margin-top: 19px;
}
.parallax_content p + a {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.parallax_content p {
		padding: 0;
	}
}
/*==================      Sform     =====================*/
.sform {
	padding-left: 71px;
	color: #ffffff;
	float: left;
}
.sform:before, .sform:after {
	display: table;
	content: "";
	line-height: 0;
}
.sform:after {
	clear: both;
}
.sform + form {
	margin-left: 66px;
}
.sform span {
	text-transform: uppercase;
	line-height: 26px;
	display: table;
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 1199px) {
	.sform {
		float: none;
		text-align: center;
	}
	.sform span {
		display: block;
	}
}
@media (max-width: 979px) {
	.sform {
		padding-left: 0;
	}
	.sform + form {
		margin-left: 0px;
	}
}
@media (max-width: 479px) {
	.sform + form {
		margin-left: 0;
	}
}
/*==================   Blockquote  ======================*/
blockquote p + img {
	margin-top: 29px;
}
blockquote img + h3 {
	margin-top: 21px;
}
blockquote h3 cite {
	font-weight: 300;
	text-transform: none;
}
blockquote:before {
	content: "\f10d";
	font: 700 50px "FontAwesome";
	position: absolute;
	/*color: #2E2988;*/
	top: 30%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*==================    Item List   ======================*/
.item-list li {
	color: #ffffff;
	position: relative;
	display: block;
}
.item-list li:nth-child(n+5) {
	margin-top: 22px;
}
.item-list li p {
	font-size: 14px;
}
.item-list li p + * {
	margin-top: 25px;
}
.item-list li:before {
	color: #2E2988;
	position: relative;
	top: -24px;
	left: 0;
}
.item-list li a {
	text-decoration: none;
}

@media (max-width: 767px) {
	.item-list li + li {
		margin-top: 80px !important;
	}
}
/*==================  Inline List  ======================*/
.inline-list:before,
.inline-list:after {
	content: " ";
	display: table;
}

.inline-list:after {
	clear: both;
}

.inline-list li > a + a {
	margin-left: 15px;
}

/*==================    Marked List  ======================*/
.marked-list li + li {
	margin-top: 16px;
}
.marked-list li {
	position: relative;
}
.marked-list li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #515151;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.lt-ie9 .marked-list li:before {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF515151', endColorstr='#FF515151')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF515151', endColorstr='#FF515151');
	zoom: 1;
}
.marked-list li:hover:before {
	left: 3px;
}
.marked-list li a {
	padding-left: 18px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.marked-list li a:hover {
	color: #343746;
	text-decoration: none;
}

.marked-list__mod1 li:before {
	width: 4px;
	height: 4px;
	background: #ffffff;
}
.marked-list__mod1 li a {
	padding-left: 16px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.marked-list__mod1 li a:hover {
	color: #4dcbf7;
	text-decoration: none;
}

/*==================    Flex List  ======================*/
.flex-list {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.flex-list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.flex-list li img {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.flex-list li img:hover {
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

@media (max-width: 767px) {
	.flex-list,
	.flex-list li {
		display: block;
	}
	.flex-list + li,
	.flex-list li + li {
		margin-top: 20px;
	}
}
/*==================   Index List  ======================*/
.index-list {
	counter-reset: li;
}
.index-list li {
	position: relative;
	padding-top: 0px;
	padding-left: 100px;
	box-sizing: border-box;
}
.index-list li:before {
	position: absolute;
	content: counter(li,decimal) ".";
	counter-increment: li;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	border-radius: 50%;
	text-align: center;
	top: 0;
	left: 0;
	margin-left: 0;
	width: 70px;
	height: 70px;
	font: 300 30px/70px "Roboto Condensed", sans-serif;
	color: whitesmoke;
	background: #343746;
	text-indent: 2px;
}
.index-list li:hover:before {
	background: #2E2988;
}
.index-list li a p {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.index-list li a p:hover {
	color: #343746;
}
.index-list li a:hover {
	text-decoration: none;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
	clear: left;
}

/*==================   Contact List   ======================*/
.contact-list {
	text-align: center;
}
.contact-list address {
	font: 300 14px/15px "Roboto Condensed", sans-serif;
	/*color: #2E2988;*/
	color: #1566a5;
	text-transform: uppercase;
	font-weight: 500;
}
.contact-list li dl {
	font: 300 14px/18px "Roboto Condensed", sans-serif;
}
.contact-list li dl a[href^="mailto:"] {
	/*color: #2E2988;*/
	color: #1566a5;
}
.contact-list li dl a[href^="mailto:"]:hover {
	text-decoration: none;
	/*color: #343746;*/
	color: #70d4f9;
}
.contact-list li dt {
	float: left;
	margin-left: 44px;
}
.contact-list li dd {
	float: right;
	margin-right: 55px;
}
.contact-list li dl + dl {
	text-align: center;
	clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
	display: inline-block;
	float: none;
}
.contact-list li dt + dd {
	margin-top: 0;
}
.contact-list li dd + dt {
	clear: both;
	margin-top: 0;
}
.contact-list address + dl {
	margin-top: 23px;
}

@media (max-width: 979px) {
	.contact-list li dt {
		margin-left: 20px;
	}
	.contact-list li dd {
		margin-right: 20px;
	}
}
/*==================  Terms List  ======================*/
.terms-list {
	padding-top: 31px;
	letter-spacing: -0.2px;
}
.terms-list dt {
	font: 300 14px/16px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	color: #2E2988;
}
.terms-list dd {
	font: 300 14px/18px "Roboto Condensed", sans-serif;
}
.terms-list dd + dt {
	margin-top: 18px;
}

/*==================  Social List  =====================*/
.social-list {
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font: 300 24px/37px "Roboto Condensed", sans-serif;
}
.social-list li a {
	color: #777777;
	text-decoration: none;
}
.social-list li a:before {
	margin-right: 9px;
	color: #ffffff;
}
.social-list li a:before:hover {
	cursor: pointer;
}
.social-list li a:hover {
	color: #ffffff;
}

/*==================  Info Menu   ======================*/
.copyright {
	padding-bottom: 18px;
	/*border-right: 1px solid #50525e;*/
}
.copyright h2 {
	color: #2E2988;
	line-height: 32px;
}
.copyright .copy {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #777777;
	text-transform: uppercase;
}
.copyright .copy a:hover {
	color: #2E2988;
}

/*==================    Address   ======================*/
.address {
	/*border-right: 1px solid #50525e;*/
	padding-bottom: 54px;
}
.address h5 + dl {
	margin-top: 12px;
}

/*==================    Support   ======================*/
.support, .about {
	/*border-right: 1px solid #50525e;*/
	padding-bottom: 32px;
}
.support h5 + ul, .about h5 + ul {
	margin-top: 19px;
}
.support li + li, .about li + li {
	margin-top: 16px;
}

.about {
	border-right: none;
}

@media (max-width: 767px) {
	.copyright,
	.address,
	.support,
	.about {
		border-right: none;
	}

	.support h5,
	.about h5 {
		text-align: center;
	}
	.support ul,
	.about ul {
		margin-left: 32%;
	}

	.copyright,
	.address {
		text-align: center;
		display: block;
	}

}
@media (max-width: 479px) {
	.support ul,
	.about ul {
		margin-left: 22%;
	}
}
.sf-menu {
	display: inline-block;
	font: 400 14px/30px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 0px;
}
.sf-menu a {
	display: block;
}

.sf-menu > li > a {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	position: relative;
	color: #252525;
	padding: 21px 26px 19px 26px;
}
.sf-menu > li > a > em {
	text-transform: none;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	text-decoration: none;
	color: #ffffff;
	/*background: #1567a5;*/ background:#205295;
}
.lt-ie9 .sf-menu > li.sfHover > a, .lt-ie9 .sf-menu > li > a:hover {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0AAB8A', endColorstr='#FF0AAB8A')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0AAB8A', endColorstr='#FF0AAB8A');
	zoom: 1;
}
.sf-menu > li.active > a {
	padding: 21px 26px 19px 26px;
	color: #ffffff;
	/*background: #1567a5;*/background: #00337C;
}

.sf-menu ul {
	position: absolute;
	display: none;
	letter-spacing: 0;
	font: 12px/34px "Arial", sans-serif;
	width: 150px;
	top: 75px;
	right: -9px;
	padding: 22px 15px 26px 16px;
	z-index: 2;
	/*background: #1d8ec5;*/ background: #00337C;
	box-sizing: border-box;
	border-radius: 4px;
}
.lt-ie9 .sf-menu ul {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F');
	zoom: 1;
}

.sf-menu ul > li > a {
	color: #ffffff;
	/*background: #1d8ec5;*/
}
.lt-ie9 .sf-menu ul > li > a {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F');
	zoom: 1;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	text-decoration: none;
	font-weight: 700;
}
.sf-menu ul > li.sfHover > a:before, .sf-menu ul > li > a:hover:before {
	color: #343746;
}

.sf-menu ul ul {
	position: static;
	top: 100%;
	width: auto;
	margin-top: 0;
	padding: 0;
	z-index: 4;
}

.sf-menu ul ul {
	position: absolute;
	font: 12px/34px "Arial", sans-serif;
	width: 107px;
	top: 63px;
	left: 112px;
	padding: 0px;
	z-index: 5;
	/*background: #1567a5;*/ background:#205295;
	box-sizing: border-box;
	border-radius: 4px;
}
.lt-ie9 .sf-menu ul ul {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0AAB8A', endColorstr='#FF0AAB8A')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0AAB8A', endColorstr='#FF0AAB8A');
	zoom: 1;
}
.sf-menu ul ul > li > a {
	margin-top: 0;
	padding-left: 10px;
	line-height: 31px;
	/*color: #343746;*/
	color: #ffffff;
	/*background: #1567a5;*/
	border-radius: 4px;
	-webkit-transition: 0.8s ease;
	transition: 0.8s ease;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #ffffff;
	font-weight: 400;
	background:#00337C;/*background: #1d8ec5;*/	
}

.sf-menu > li > .sf-with-ul {
	position: relative;
}
.sf-menu > li > .sf-with-ul:before {
	position: absolute;
	left: 50%;
	top: 62%;
	margin-left: -6px;
	content: "";
	font: 400 12px/12px "FontAwesome";
}

@media (max-width: 979px) {
	.sf-menu > li > a {
		padding: 10px 15px 10px;
	}
	.sf-menu > li.active > a {
		padding: 10px 15px 10px;
	}
}
@media (max-width: 767px) {
	.sf-menu {
		display: none;
	}
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}

.rd-mobilemenu_ul {
	position: fixed;
	top: 56px;
	left: 0;
	bottom: 0;
	width: 240px;
	padding: 20px 0;
	color: #666;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-ms-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
	background: #343746;
	color: #FFF;
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #FFF;
	color: #000;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}

.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-mobilepanel_toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
	-webkit-transition: background .3s 0s ease;
					transition: background .3s 0s ease;
	background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	body {
		padding-top: 56px;
	}

	.rd-mobilemenu, .rd-mobilepanel {
		display: block;
	}
}
@media (max-width: 359px) {
	.rd-mobilepanel_title {
		font-size: 18px;
	}
}
/*==================  Stuck menu  ======================*/
.isStuck {
	background: #ffffff;
	z-index: 999;
	border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important;
	}
}
/*==================     ToTop     ======================*/
.toTop {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 38px;
	border: 2px;
	color: #ffffff;
	background: #848484;
	position: fixed;
	right: 200px;
	bottom: 120px;
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:hover {
	color: #ffffff;
	background:#1566a5;/*background: #4dcbf7;*/
	text-decoration: none;
}

@media only screen and (max-width: 1399px) {
	.toTop {
		display: none !important;
	}
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
.parallax_image, .parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax_pattern {
	background-repeat: repeat;
}
.parallax_cnt {
	position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
		 -webkit-transition: 0.3s all ease;
		 transition: 0.3s all ease;
		 color: #fff;
		 background: rgba(52, 55, 70, 0.79);
		 -webkit-transition: 0.3s ease;
		 transition: 0.3s ease;
		 z-index: 1;
}
.thumb_overlay h5 {
		 position: relative;
		 margin-top: 10%;
		 color: #ffffff;
		 font-weight: 400;
}
.thumb_overlay h5 + p {
		 margin-top: 5%;
}
.thumb_overlay p {
		 line-height: 14px;
		 padding-right: 3%;
		 padding-left: 3%;
}
.thumb_overlay p + a {
		 display: inline-block;
		 margin-top: 10%;
}
.thumb:hover .thumb_overlay {
		 opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
		 display: block;
}
.thumb:hover img {
		 -ms-transform: scale(1);
		 -webkit-transform: scale(1);
		 transform: scale(1);
}

@media (min-width: 480px) and (max-width: 570px) {
		 .thumb_overlay h5 + p {
					margin-top: 2%;
		 }
		 .thumb_overlay p + a {
					margin-top: 2%;
		 }
}
/*========================================================
										 HEADER  Section
=========================================================*/

header {
    background-image: url(../images/header/alfa_y_omega_header.jpg);
    background-color: #c5d5ec;
    background-repeat: no-repeat;
	/*margin-bottom:0%;*/
	/*background-position: center;*/
	
}



header .brand {
		 float: left;
}
header .nav a > span {
		 text-transform: none;
}



#logoAlfa{
		position: absolute;
		top: 0px;
		left: -25px;
		text-align: center;
}
@media (max-width: 979px) {
		header img, .well{

		}

		header {
			text-align: center;
			background: #ffffff;
		}

		header .brand, header .nav {
			float: none;
		}
		#logoAlfa{
			text-align: center;
			position: relative;
			top: 50%;
			left: 40%;
		}
}
@media (max-width: 767px){
		 header{

		 }
}
@media (max-width: 479px) {
		 header h1 {
					font-size: 44px;
		 }
}


/*========================================================
										 CONTENT  Section
=========================================================*/
main {
	display: block;
	background: whitesmoke;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
	.mediacenter {
		width: 100%;
	}
}

.privasy a {
	letter-spacing: -0.4px;
	color: #2E2988;
}
.privasy a:hover {
	color: #343746;
}

/*==================      Well     ======================*/
.well {
	margin-top: 0;
	/*margin-bottom: 7px;*/
}

.well1 {
	padding-top: 35px;
	padding-bottom: 33px;
}

.well1__ins1 {
	padding-bottom: 28px;
}

.well2 {
	padding-top: 61px;
	padding-bottom: 35px;
}

.well2__ins1 {
	padding-bottom: 66px;
}

.well2__ins2 {
	padding-bottom: 61px;
}

.well2__ins3 {
	padding-bottom: 67px;
}

.well2__ins4 {
	padding-bottom: 96px;
}

.well2__ins5 {
	padding-bottom: 93px;
}

.well2__ins6 {
	padding-bottom: 109px;
}

.well3 {
	padding-top: 70px;
	padding-bottom: 55px;
}

.well3__ins1 {
	padding-bottom: 100px;
}

.well4 {
	padding-top: 71px;
	padding-bottom: 71px;
}

.well4__ins1 {
	padding-bottom: 77px;
}

.well5 {
	padding-top: 49px;
	padding-bottom: 46px;
}

.well6 {
	padding-top: 64px;
	padding-bottom: 20px;
}

/*========================================================
										 FOOTER  Styles
=========================================================*/
footer {
	/*background: #1566a5;*/ background: #00337C;
	color: #ffffff;
}
footer h5 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}
footer p {
	font: 12px/30px "Arial", sans-serif;
}
footer dl * {
	display: inline-block;
	font: 300 12px/30px "Arial", sans-serif;
}
footer .container [class*="grid_"] {
	float: right;
}

/*========================================================
				 FOOTER BINARY  Styles
=========================================================*/
#binary{
	/*background-color: #848484;*/    background-color: black;
	/*padding-top: 10px;*/			    padding-top: 8px;
	/*padding-bottom: 10px;*/		    padding-bottom: 8px;	
}
/* The Modal (background) */
.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		-webkit-animation-name: fadeIn; /* Fade in the background */
		-webkit-animation-duration: 0.4s;
		animation-name: fadeIn;
		animation-duration: 0.4s
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 1000px;
	}
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-open {
	overflow: hidden;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 850px;
		margin: 30px auto;
	}
	.modal-sm {
		max-width: 300px;
	}
}

.alert-dismissible .close {
	position: relative;
	top: -0.75rem;
	right: -1.25rem;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

/* Modal Content */
.modal-content {
		/*position: fixed;*/
		/*bottom: 15%;*/
		/*background-color: #fefefe;*/
		/*!*width: 65%;*!*/
		/*width: 40%;*/
		/*-webkit-animation-name: slideIn;*/
		/*!*-webkit-animation-duration: 0.4s;*!*/
		/*animation-name: slideIn;*/
		/*!*animation-duration: 0.4s;*!*/
		/*!*left: 16%;*!*/
		/*left: 26%;*/
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

/* The Close Button */
.close {
		color: white;
		float: right;
		font-size: 28px;
		font-weight: bold;
}

.close:hover,
.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
}

.modal-header {
		/*padding: 2px 16px;*/
		/*background-color: #1566a5;*/
		/*color: white;*/

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef;
}

.modal-body {
	/*padding: 2px 16px;*/
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}

.modal-footer {
		padding: 2px 16px;
		background-color: #1566a5;
		color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
		from {bottom: -300px; opacity: 0} 
		to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
		from {bottom: -300px; opacity: 0}
		to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
		from {opacity: 0} 
		to {opacity: 1}
}

@keyframes fadeIn {
		from {opacity: 0} 
		to {opacity: 1}
}

.modal-content {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px; 
}
.modal-footer{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; 
}
.modal-header{
	/*border-top-left-radius: 10px;*/
	/*border-top-right-radius: 10px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef;
}
.imgResponsiveModal{
	/*max-width: 800px;*/
	max-width: 80%;
}
@media (max-width: 775px) {
		 #modImgVisto {
					display: none;
		 }
}
@media (min-width: 776px) {
		 #modImgVisto {
					display: inline;
		 }
}
@media (max-width: 600px) {
		 img.imgResponsiveModal {
				 /*width: 300px;*/
				 width: 30%;
		 }
}
@media (max-width: 767px){
	.containerModal {
		/*width: 330px;*/
		width: 40%;
	}
}
@media (max-width: 400px){
	 img.imgResponsiveModal {
				 width: 600px;
				 /*width: 30%;*/
		 }
}

@media (max-width: 375px){
	.containerModal {
			width: 300px;
			padding: 0;
	}
	.modal-body {
		padding: 2px 0px;
	}
}

/* CSS */
.button {
    appearance: none;
    background-color: #00337C;
    border: 2px solid #00337C;
    border-radius: 5px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 40px;
    min-width: 0;
    outline: none;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.button:disabled {
  pointer-events: none;
}

.button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button:active {
  box-shadow: none;
  transform: translateY(0);
}

/* Estilos predeterminados del video */
#video-element {
    width: 640px;
    height: 360px;
}

/* Estilos para pantallas menores a 500px */
@media screen and (max-width: 500px) {
    #video-element {
        width: 300px;
        height: 200px;
    }
}