@import url(animate.css);
@import url(material-icons.css);
@import url(material-design.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 18px/30px "Montserrat", sans-serif;
  -webkit-text-size-adjust: none;
  color: #333;
  background: #003056;
}

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

.round {
  border-radius: 50%;
}

.drop-shadow {
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

html.boxed body {
  background: #333;
}
html.boxed .page {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
html.boxed .isStuck {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  left: 0;
  right: 0;
}
@media (min-width: 1401px) {
  html.boxed .page {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.fondo{
	background-color:#003056;
}

.home_imagen{
	width:200px;
}

.home_derecha{
	margin-top:30px;
	margin-right:50px;
}

.home_izquierda{
	margin-top:30px;
	margin-left:50px;
}

.home_logo{
	width:250px;
}

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  color: #05ccf7;
}

.titulo2{
  font-size: 62px;
}

h1, .heading-1 {
  font-size: 42px;
  line-height: 1.4;
}
@media (min-width: 480px) {
  h1, .heading-1 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 50px;
  }
}

h2, .heading-2 {
  font-size: 38px;
  line-height: 1.25;
}
@media (min-width: 480px) {
  h2, .heading-2 {
    font-size: 40px;
  }
}

h3, .heading-3 {
  font-size: 35px;
  line-height: 1.5;
}

h4, .heading-4, .terms-list2 dt {
  font-size: 30px;
  line-height: 1.433333333333333;
  color: #05ccf7;
}
h4 a:hover, .heading-4 a:hover, .terms-list2 dt a:hover {
  color: #333;
}

h5, .heading-5 {
  font-size: 24px;
  line-height: 1.25;
}

h6, .heading-6 {
  font-size: 20px;
  line-height: 1.2;
}

p {
  color: #888888;
}

p a, .list a {
  color: #333;
}
p a:hover, .list a:hover {
  text-decoration: underline;
}

mark {
  color: #FFF;
  background: #05ccf7;
}

em {
  color: #05ccf7;
}

small, .small {
  font-size: .8em;
}

.big {
  font-size: 1.2em;
}

time {
  font-size: 18px;
  line-height: 1.2;
}

.parrafo {
color:#e8661e; 
font-size:16px;
margin: 25px 25px 25px 25px;
line-height:17px;}
/*================      Styling       ==================*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.bold, strong {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.icono01 {display:block;
	width: 200px;
	height: 200px;
	background:#003056 url("../images/menu_01_naranja.png");
	background-repeat: no-repeat;
}

.icono01:hover {
	width: 200px;
	height: 200px;
	background:#003056 url("../images/menu_01_gris.png");
	background-repeat: no-repeat;
}

.icono01_ing {display:block;
	width: 200px;
	height: 200px;
	background:#003056 url("../images/menu_01_naranja_ing.png");
	background-repeat: no-repeat;
}

.icono01_ing:hover {
	width: 200px;
	height: 200px;
	background:#003056 url("../images/menu_01_gris_ing.png");
	background-repeat: no-repeat;
}

.izquierda{
display:block;
left:100%;
float:left;
}

.derecha{
display:block;
right:100%;
float:right;
}

@media (max-width: 920px) {
.izquierda{
    position: absolute;
	left: 50%;
	 top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.derecha{
    position: absolute;
	right:50%;
	 top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
}

/*================       Colors       ==================*/
html body .default-color {
  color: #333;
}
html body .default-light-color {
  color: #888888;
}
html body .primary-color {
  color: #05ccf7;
}
html body .primary-color a:hover {
  color: #333;
}
html body .secondary-color-1 {
  color: #f8fb22;
}
@media (min-width: 1200px) {
  html body .secondary-color-lg-1 {
    color: #f8fb22;
  }
}

/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h6 {
  margin-top: 20px;
}

* + h4 {
  margin-top: 31px;
}

* + .secondary-color-lg-1 {
  margin-top: 35px;
}

* + p {
  margin-top: 37px;
}

* + img {
  margin-top: 40px;
}

* + address {
  margin-top: 25px;
}

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

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

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

* + .mailform {
  margin-top: 47px;
}

* + .terms-list2 {
  margin-top: 40px;
}

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

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

h4 + .marked-list {
  margin-top: 31px;
}

.btn-group + h4 {
  margin-top: 40px;
}

time + h6 {
  margin-top: 0;
}

.icon + p {
  margin-top: 20px;
}

* + .offset-1 {
  margin-top: 24px;
}

/*==================    Insets     ======================*/
.inset-1 {
  padding-right: 30%;
}
@media (max-width: 1199px) {
  .inset-1 {
    padding-right: 0;
  }
}
.inset-2 {
  padding-right: 20%;
}
@media (max-width: 1199px) {
  .inset-2 {
    padding-right: 0;
  }
}
.inset-3 {
  padding-left: 10%;
  padding-right: 10%;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  display: inline-block;
  font-size: 30px;
  line-height: 1.066666666666667;
  font-weight: 700;
  color: #05ccf7;
}
.brand:before {
  content: url("../images/logo.png");
  margin-right: 7px;
}

/*==================   Blockquote  ======================*/
blockquote {
  position: relative;
}
blockquote q {
  color: #05ccf7;
}
blockquote cite {
  color: #888888;
}
blockquote * + p {
  margin-top: 16px;
}
blockquote * + h5 {
  margin-top: 36px;
}

/*==================  Backgrounds  ======================*/
.bg-light {
  background: #fff;
}

.bg-primary {
  background: #05ccf7;
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6, .bg-primary p {
  color: #fff;
}
.bg-primary .terms-list dt a:hover, .bg-primary .terms-list dd a:hover {
  color: #333;
}

.bg-secondary-1 {
  background: #133155;
  color: rgba(255, 255, 255, 0.8);
}
.bg-secondary-1 h1, .bg-secondary-1 h2, .bg-secondary-1 h3, .bg-secondary-1 h4, .bg-secondary-1 h5, .bg-secondary-1 h6, .bg-secondary-1 .heading-1, .bg-secondary-1 .heading-2, .bg-secondary-1 .heading-3, .bg-secondary-1 .heading-4, .bg-secondary-1 .heading-5, .bg-secondary-1 .heading-6, .bg-secondary-1 p {
  color: #FFF;
}
.bg-secondary-1 .terms-list dt a:hover, .bg-secondary-1 .terms-list dd a:hover {
  color: #333;
}

.bgf-img01 {
  background: url("../images/bgf01.jpg") no-repeat;
}

.bgf-img02 {
  background: url("../images/bgf02.jpg") no-repeat;
}

.bgf-img03 {
  background: url("../images/bgf03.jpg") no-repeat;
}

.bgf-img04 {
  background: url("../images/bgf04.jpg") no-repeat;
}

.bgf-img05 {
  background: url("../images/bgf05.jpg") no-repeat;
}
@media (min-width: 2048px) {
  .bgf-img05 {
    background-position: center top;
  }
}

.ipad .bgf-img05, .iphone .bgf-img05 {
  background-position: center;
}

.bgf-img06 {
  background: url("../images/bgf06.jpg") no-repeat;
}

.bgf-img07 {
  background: url("../images/bgf07.jpg") no-repeat;
}

.bgf-img08 {
  background: url("../images/bgf08.jpg") no-repeat;
}

.bgf-img09 {
  background: url("../images/bgf09.jpg") no-repeat;
}

.bgf-img10 {
  background: url("../images/bgf10.jpg") no-repeat;
}

.bgf-img11 {
  background: url("../images/bgf11.jpg") no-repeat;
}

.bgf-img12 {
  background: url("../images/bgf12.jpg") no-repeat;
}

.bgf-img13 {
  background: url("../images/bgf13.jpg") no-repeat;
}

.bgf-img14 {
  background: url("../images/bgf14.jpg") no-repeat;
}

.bgf-img15 {
  background: url("../images/bgf15.jpg") no-repeat;
}

.bgf-img16 {
  background: url("../images/bgf16.jpg") no-repeat;
}

.bgf-img17 {
  background: url("../images/bgf17.jpg") no-repeat;
}

.bgf-img {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.bgf-img03 {
  -webkit-background-size: auto;
  background-size: auto;
  background-position: -100px 0;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .bgf-img03 {
    background-position: top center;
  }
}

@media (min-width: 2200px) {
  .bgf-img04 {
    -webkit-background-size: 110%;
    background-size: 110%;
  }
}

.bgf-img06, .bgf-img09 {
  background-attachment: scroll;
}

.bgf-img08 {
  -webkit-background-size: auto;
  background-size: auto;
}
@media (min-width: 2200px) {
  .bgf-img08 {
    background-position: left center;
  }
}

.bgf-img12 {
  -webkit-background-size: auto;
  background-size: auto;
  background-position: right bottom;
}

.bgf-img--mod {
  color: #fff;
}
.bgf-img--mod h1, .bgf-img--mod h2, .bgf-img--mod h3, .bgf-img--mod h4, .bgf-img--mod h5, .bgf-img--mod h6, .bgf-img--mod .heading-1, .bgf-img--mod .heading-2, .bgf-img--mod .heading-3, .bgf-img--mod .heading-4, .bgf-img--mod .heading-5, .bgf-img--mod .heading-6, .bgf-img--mod p {
  color: #fff;
}

@media (max-width: 1199px) {
  .bgf-img {
    background-attachment: scroll;
  }
}
@media (max-width: 1199px) {
  .bgf-img01, .bgf-img03, .bgf-img06, .bgf-img08, .bgf-img09, .bgf-img12 {
    background: #fff;
  }
}
/*==================  Terms  List  ======================*/
.terms-list {
  max-width: 260px;
}
.terms-list dt, .terms-list dd {
  display: inline-block;
}
.terms-list dt a:hover, .terms-list dd a:hover {
  color: #05ccf7;
}
.terms-list dt:after {
  content: ':';
}

.terms-list2 dt + dd {
  margin-top: 33px;
}
.terms-list2 dd + dt {
  margin-top: 45px;
}
.terms-list2 + a {
  margin-top: 46px;
  display: inline-block;
  color: #888888;
}
.terms-list2 + a:hover {
  text-decoration: underline;
}

/*==================  Inline List  ======================*/
.inline-list {
  word-spacing: 9px;
}
.inline-list li {
  display: inline-block;
  word-spacing: normal;
}

/*==================  Marked List  ======================*/
.marked-list {
  display: inline-block;
  text-align: left;
}
.marked-list li {
  position: relative;
  padding-left: 31px;
  color: #003056;
}
.marked-list li:before {
  content: '\e0c2';
  position: absolute;
  left: -9px;
  top: 0;
  font-weight: 400;
  font-size: 28px;
  font-family: 'material-design';
  color: #003056;
  transition: 0.3s;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list a:hover {
  color: #003056;
}

/*==================     Thumb     ======================*/
.thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumb img {
  width: 100%;
}
.thumb_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 70px;
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 204, 247, 0.95);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: .3s all ease;
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.thumb:hover .thumb_overlay {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-default {
  color: #fff;
  background: #333;
}
.btn-default:hover {
  color: #fff;
  background: #05ccf7;
}
.btn-default:active {
  color: #fff;
  background: #04b7de;
}

.btn-primary {
  color: #fff;
  background: #e8661e;
}
.btn-primary:hover {
  color: #fff;
  background: #333;
}
.btn-primary:active {
  color: #fff;
  background: #262626;
}

.btn-xs {
  padding: 7px;
  font-size: 14px;
}

.btn-sm {
  padding: 9px;
  font-size: 19px;
}

.btn-md {
  padding: 12px;
  font-size: 25px;
}

.btn-lg {
  padding: 19px;
  font-size: 20px;
}

.btn-xl {
  padding: 31px 40px;
  font-size: 16px;
  min-width: 282px;
}

.btn-group {
  margin-top: 15px;
  word-spacing: 23px;
}
.btn-group .btn {
  margin-top: 15px;
  word-spacing: normal;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  transition: .3s all ease;
  border-radius: 50%;
}

.icon-sm {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.icon-md {
  width: 68px;
  height: 68px;
  font-size: 31px;
  line-height: 72px;
  text-align: center;
}

.icon-lg {
  width: 70px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 70px;
}

.icon-primary {
  color: #05ccf7;
  background: #fff;
}

a.icon-primary:hover {
  background: #333;
  color: #fff;
}

.icon-default {
  background: #333;
  color: #fff;
}
.icon-default:hover {
  background: #05ccf7;
  color: #fff;
}

/*==================     Box     ======================*/
.box__inset-1 {
  padding: 30px;
}

.box__skin-1 {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/*=======================================================
                        Modules
=========================================================*/
/*========================================================
                      RD Mail Form
=========================================================*/
.mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.mailform fieldset {
  border: none;
}
.mailform * + [class*="col-"], .mailform * + .row {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .mailform * + [class*="col-"], .mailform * + .row {
    margin-top: 0;
  }
}

.mailform label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 28.5px;
}
.mailform label:first-child {
  margin-top: 0;
}
.mailform label input, .mailform label select {
  height: 57px;
}
.mailform label input, .mailform label select, .mailform label textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  font-size: 18px;
  padding: 12.5px 39px;
  line-height: 30px;
  color: #888888;
  background: #fff;
  border: 1px solid #888888;
  border-radius: 0;
}
.mailform label input:-moz-placeholder, .mailform label select:-moz-placeholder, .mailform label textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.mailform label input::-webkit-input-placeholder, .mailform label select::-webkit-input-placeholder, .mailform label textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.mailform label input::-moz-placeholder, .mailform label select::-moz-placeholder, .mailform label textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.mailform label input:-ms-input-placeholder, .mailform label select:-ms-input-placeholder, .mailform label textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.mailform label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 57px;
  height: 173px;
  max-height: 259.5px;
}
@media (min-width: 768px) {
  .mailform label {
    margin-top: 30px;
  }
}

/*=================   MF Controls   =====================*/
.mfControls {
  word-spacing: 10px;
  text-align: left;
}
.mfControls > * {
  margin-top: 60px;
  word-spacing: normal;
}
.mfControls button {
  min-width: 282px;
}

@-webkit-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
@keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}
/*===============   MF Placeholder   ====================*/
.mfPlaceHolder {
  cursor: text;
  position: absolute;
  left: 0;
  top: 0;
  padding: 12.5px 39px;
  font-weight: inherit;
  font-size: 18px;
  line-height: 30px;
  color: #888888;
  opacity: 1;
  transition: .2s all ease;
}
*:-webkit-autofill ~ .mfPlaceHolder {
  opacity: .4;
}
.mfPlaceHolder.state-1 {
  opacity: .4;
}
*:-webkit-autofill ~ .mfPlaceHolder {
  display: none;
}
.mfInput.filled .mfPlaceHolder.state-1 {
  display: none;
}

/*================   MF Validation   ====================*/
.mfValidation {
  position: absolute;
  width: 210px;
  height: 30px;
  padding: 5px 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFF;
  background: #111;
  font-weight: inherit;
  font-size: 12px;
  line-height: 20px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 998;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  left: 30px;
  bottom: 100%;
  margin-bottom: 5px;
}
.mfValidation:before {
  position: absolute;
  left: 30px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #111 transparent transparent transparent;
}
.mfValidation:hover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1e1e1e transparent transparent transparent;
}
@media (min-width: 768px) {
  .mfValidation {
    margin-bottom: -12.5px;
  }
}
.mfValidation:hover {
  background: #1e1e1e;
}
.mfValidation:before {
  content: '';
  transition: .3s all ease;
}
.mfValidation.show {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.hide {
  -webkit-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.valid {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*=================    MF Submit    =====================*/
.mfInfo,
.mfProgress {
  position: fixed;
  z-index: 999;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 54px;
  color: #FFF;
  background: #111;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  font-size: 13px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(83px);
  transform: translateY(83px);
}
.mfInfo .loader,
.mfProgress .loader {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
.mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.mfInfo .loader:before,
.mfProgress .loader:before {
  -webkit-animation: mfLoader 1.1s infinite linear;
  animation: mfLoader 1.1s infinite linear;
  border: 2px solid #FFF;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: .3s all ease;
}
.mfInfo .loader:after,
.mfProgress .loader:after {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 20px;
  transition: .6s all ease;
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
}
.mfInfo.fail,
.mfProgress.fail {
  background: #F34235;
}
.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
  content: '\f00d';
}
.mfInfo.success,
.mfProgress.success {
  background: #2E7D32;
}
.mfInfo.success:after,
.mfProgress.success:after {
  content: '\f00c';
}
.mfInfo.fail .loader:before, .mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mfInfo.fail .loader:after, .mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .mfInfo,
  .mfProgress {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translate(-50%, 83px);
    transform: translate(-50%, 83px);
  }
  .mfInfo.fail, .mfInfo.success, .mfInfo.sending,
  .mfProgress.fail,
  .mfProgress.success,
  .mfProgress.sending {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  transition: .3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ff5f00;
  background: #003056;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  transition: .3s ease;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #05ccf7;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: .5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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-mobilemenu_ul > li.active {
  background: #05ccf7;
  color: #FFF;
}

.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 {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all 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;
  backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

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

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================   RD Google Map   =====================*/
.map {
  color: #333;
  z-index: 2;
}
.map_model {
  height: 300px;
}
.map_model img {
  max-width: none !important;
}
@media (min-width: 480px) {
  .map_model {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .map_model {
    height: 759px;
  }
}
.map_locations {
  display: none;
}

.map_wrap {
  position: relative;
}
.map_wrap .map_cnt_block {
  z-index: 5;
  position: relative;
  padding: 74px 15px 88px;
  width: 100%;
}
@media (min-width: 480px) {
  .map_wrap .map_cnt_block {
    padding: 74px 45px 88px;
  }
}
@media (min-width: 1200px) {
  .map_wrap .map_cnt_block {
    position: absolute;
    top: 43px;
    left: 91px;
    max-width: 545px;
    padding: 74px 45px 183px;
  }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax .heading-1, .parallax .heading-2, .parallax .heading-3, .parallax .heading-4, .parallax .heading-5, .parallax .heading-6, .parallax p {
  color: #fff;
}
.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;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================   Menu   ==========================*/
.nav {
  display: none;
}
@media (min-width: 768px) {
  .nav {
    display: block;
  }
}

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 24px;
}
@media (min-width: 992px) {
  .sf-menu > li + li {
    margin-left: 39px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 1.22;
  text-transform: uppercase;
  display: inline-block;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ff5f00;
}
.sf-menu > li.active > a {
  color: #ff5f00;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -48px;
  width: 444px;
  margin-top: 12px;
  padding: 20px 0 24px;
  background: #333;
  z-index: 2;
  box-sizing: border-box;
  text-align: left;
}

.sf-menu ul > li > a {
  color: #FFF;
  background: #333;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 29px;
}
.sf-menu ul > li > a.sf-with-ul {
  position: relative;
}
.sf-menu ul > li > a.sf-with-ul:before {
  content: '\e06f';
  font-family: 'material-design';
  position: absolute;
  top: 1px;
  right: 23px;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.55);
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ff5f00;
}
.sf-menu ul > li + li {
  margin-top: 2px;
}
@media (min-width: 992px) {
  .sf-menu ul > li > a.sf-with-ul:before {
    content: '\e0c2';
  }
}

.sf-menu ul ul {
  position: static;
  top: 32%;
  left: 105%;
  width: 180px;
  margin-top: 0;
  padding: 10px 0 10px 25px;
  z-index: 4;
}
@media (min-width: 992px) {
  .sf-menu ul ul {
    position: absolute;
    padding: 20px 0 24px;
  }
}

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #05ccf7;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-top: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid #05ccf7;
}
.stuck_container_mod {
  border-bottom: none;
}

.isStuck {
  background: #003056;
  z-index: 999;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 10px -3px #000;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                      Owl Carousel
=========================================================*/
.owl-nav {
  display: none;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 28px;
  color: #05ccf7;
  transition: .3s all ease;
  font-family: 'material-design';
  background: #333;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
  color: #05ccf7;
  background: #eeeeee;
}
@media (min-width: 1300px) {
  .owl-nav .owl-next, .owl-nav .owl-prev {
    top: 50%;
  }
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav .owl-prev + .owl-next {
  margin-left: 0;
}
@media (min-width: 768px) {
  .owl-nav {
    display: block;
  }
}

.owl-dots {
  padding: 12px 0 13px;
  line-height: 9px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  line-height: 9px;
  background: #CCC;
  transition: .3s all ease;
  border-radius: 50%;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
  background: #333;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 9px;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: static;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #333;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.toTop.active {
  background: #333;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.toTop:hover {
  background: #05ccf7;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

@media (min-width: 480px) {
  .toTop {
    right: 40px;
    bottom: 40px;
  }
}
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 49.60938%;
}

@media (max-width: 705.51181px) {
  .camera_container {
    padding-bottom: 350px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0;
}

.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.camera_loader {
  background: #fff url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

.camera_caption {
  display: none;
}

.cameraContent .camera_caption {
  display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_cnt {
  max-width: 1000px;
}

.camera_cnt2 {
  max-width: 1000px;
}

html:not(.lt-ie11) .camera_cnt {
  max-width: 710px;
}
html:not(.lt-ie11) .camera_cnt2 {
  max-width: 790px;
}

.camera_caption {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 45.8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
@media (min-width: 768px) {
  .camera_caption {
    left: 134px;
    right: auto;
  }
}
.camera_caption h1, .camera_caption h2, .camera_caption h3, .camera_caption h4, .camera_caption h5, .camera_caption h6, .camera_caption .heading-1, .camera_caption .heading-2, .camera_caption .heading-3, .camera_caption .heading-4, .camera_caption .heading-5, .camera_caption .heading-6, .camera_caption p, .camera_caption time {
  color: #FFF;
}
.camera_caption > div {
  height: 100%;
}
.camera_caption h1 {
  font-size: 32px;
}
@media (min-width: 480px) {
  .camera_caption h1 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .camera_caption h1 {
    font-size: 50px;
  }
}
.camera_caption .material-design-phone370 {
  position: relative;
  font-size: 32px;
  line-height: 1.111111111111111;
  font-weight: 700;
  padding-left: 42px;
}

.camera_caption .titulo {
  position: relative;
  font-size: 32px;
  line-height: 1.111111111111111;
  font-weight: 700;
  padding-left: 42px;
}

.camera_caption .material-design-phone370 {
  font-size: 45px;
  color: #05ccf7;
  position: absolute;
  top: -6px;
  left: -5px;
}

.camera_caption .titulo:before {
  font-size: 45px;
  color: #05ccf7;
  position: absolute;
  top: -6px;
  left: -5px;
}
@media (min-width: 768px) {
  .camera_caption .material-design-phone370 {
    padding-left: 73px;
    font-size: 45px;
  }
  .camera_caption .material-design-phone370:before {
    font-size: 55px;
    top: 11px;
    left: -5px;
  }
  
  .camera_caption .titulo {
    padding-left: 73px;
    font-size: 45px;
  }
  .camera_caption .titulo:before {
    font-size: 55px;
    top: 11px;
    left: -5px;
  }  
}
@media (min-width: 992px) {
  .camera_caption .material-design-phone370 {
    font-size: 52px;
  }
  .camera_caption .material-design-phone370:before {
    font-size: 68px;
  }
  
  .camera_caption .titulo {
    font-size: 52px;
  }
  .camera_caption .titulo:before {
    font-size: 68px;
  }  
}
@media (min-width: 1200px) {
  .camera_caption .material-design-phone370 {
    font-size: 90px;
  }
  .camera_caption .titulo {
    font-size: 90px;
  }
}
.camera_caption .material-design-schedule2 {
  position: relative;
  padding-left: 46px;
}
.camera_caption .material-design-schedule2:before {
  font-size: 35px;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (min-width: 768px) {
  .camera_caption .material-design-schedule2 {
    padding-left: 81px;
  }
}
@media (min-width: 992px) {
  .camera_caption .material-design-schedule2:before {
    top: -15px;
    left: 20px;
  }
}
.camera_caption * + .camera_cnt2 {
  margin-top: 10px;
}
@media (min-width: 1500px) {
  .camera_caption * + .camera_cnt2 {
    margin-top: 30px;
  }
}
@media (min-width: 2000px) {
  .camera_caption * + .camera_cnt2 {
    margin-top: 213px;
  }
}
.camera_caption * + time {
  margin-top: 12px;
}
.camera_caption * + p {
  margin-top: 15px;
}
.camera_caption p {
  display: none;
}
@media (min-width: 992px) {
  .camera_caption p {
    display: block;
  }
}
@media (max-width: 1600px) {
  .camera_caption .default-color, .camera_caption .default-light-color {
    color: #05ccf7;
  }
}

.camera_pag_ul {
  text-align: center;
}
.camera_pag_ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #888;
  transition: .3s all ease;
}
.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
  background: #333;
}
.camera_pag_ul li + li {
  margin-left: 4px;
}
.camera_pag_ul li > span {
  display: none;
}

.camera_next, .camera_prev {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 28px;
  color: #05ccf7;
  transition: .3s all ease;
  font-family: 'material-design';
  background: #333;
  z-index: 10;
  display: none;
}
.camera_next:hover, .camera_prev:hover {
  background: #eeeeee;
}
@media (min-width: 768px) {
  .camera_next, .camera_prev {
    display: block;
  }
}

.camera_next {
  right: 0;
}
.camera_next:before {
  content: '\e0c2';
}

.camera_prev {
  left: 0;
}
.camera_prev:before {
  content: '\e0c3';
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  color: #ff5f00;
  background: #003056;
  -webkit-background-size: cover;
  background-size: cover;
}
header h1, header h2, header h3, header h4, header h5, header h6, header .heading-1, header .heading-2, header .heading-3, header .heading-4, header .heading-5, header .heading-6 {
  color: #333;
}
header .brand {
  color: #FFF;
}
header [class*='col-'] + [class*='col-'] {
  margin-top: 0;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  min-height: 100vh;
}

/*==================      Well     ======================*/
.well {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 480px) {
  .well {
    padding-top: 118px;
    padding-bottom: 126px;
  }

  .well__ins {
    padding-bottom: 496px;
  }

  .well__ins2 {
    padding-bottom: 232px;
  }

  .well__ins3 {
    padding-bottom: 278px;
  }

  .well__ins4 {
    padding-bottom: 403px;
  }

  .well__ins5 {
    padding-bottom: 446px;
  }

  .well__ins6 {
    padding-bottom: 352px;
  }

  .well__ins7 {
    padding-bottom: 138px;
  }
}
.well2 {
  padding-top: 73px;
  padding-bottom: 76px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #003056;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #fff;
}
footer .copyright {
  color: #fff;
}
footer .copyright a:hover {
  color: #333;
}
footer * + .row {
  margin-top: 31px;
}

.copyright {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
