html, body, div, span, object, iframe, a, address, em, img, small, strong, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, footer, header, hgroup, nav, section { margin: 0; padding: 0; border: 0; }

article, aside, footer, header, hgroup, section { display: block; }

/* RESET */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body { margin: 0; padding: 0; }

main { display: block; }

hr, h1, h2, h3, h4, h5, p, img, ul, li { border: 0; padding: 0; margin: 0; outline: 0; }

ul, ol, li { list-style: none; padding: 0; }

h1, h2, h3, h4, h5 { font-weight: normal; }

a { text-decoration: none; -webkit-text-decoration-skip: objects; }

a, button, input, textarea { border: 0; padding: 0; font-size: inherit; }

a:focus, a:active, a:hover, button:focus, button:active, button:hover, input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover { outline: none; }

select, button, input { border-radius: 0; /* */ /* Para crome, le quita la fechita*/ /* */ }

select::-ms-expand, button::-ms-expand, input::-ms-expand { display: none; }

select:hover, button:hover, input:hover { cursor: pointer; }

select:focus, button:focus, input:focus { outline: none; }

input[type="submit"]:hover { cursor: pointer; }

audio:not([controls]) { display: none; height: 0; }

audio, video, canvas { display: inline-block; }

.mw { width: 92%; max-width: 1254px; margin-left: auto; margin-right: auto; }

#videos { margin-top: 2rem; }

#videos h2 { text-align: center; line-height: 1; }

#videos .video { position: relative; height: 186px; width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-bottom: .8rem; background-color: #000; }

#videos .video .bg-video { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 5; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: .6; display: block; }

#videos .video .open-video { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 10; width: 100%; height: 100%; border: 2px solid #fff; background-color: transparent; }

#videos .video .open-video > span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; }

#videos .video .open-video > span img { margin-right: 1rem; width: 61.8025%; }

#videos .video .open-video > span .play-btn { width: 32px; height: 32px; border: 2px solid #fff; border-radius: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

#videos .video .open-video > span .play-btn:before { content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 10px solid #fff; }

#videos .video .open-video:hover { border-color: #305376; }

#videos .video .open-video:hover > span .play-btn { border-color: #305376; }

#videos .video .open-video:hover > span .play-btn:before { border-left-color: #305376; }

#videos .video:hover .bg-video { opacity: .95; }

#videos .video .video-inside { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 15; }

#videos .video .video-inside iframe { width: 100%; height: 100%; }

#videos .video .video-inside .close-vi { position: absolute; top: -10px; right: -10px; height: 30px; width: 30px; background-color: #fff; border-radius: 50%; -webkit-box-shadow: 0 1px 1px #808080; box-shadow: 0 1px 1px #808080; }

#videos .video .video-inside .close-vi span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; }

#videos .video .video-inside .close-vi span:before { content: "\00D7"; font-size: 2rem; color: #000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

#modal-video { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 3000; background-color: rgba(0, 0, 0, 0.8); }

#modal-video #close-video { width: 35px; height: 35px; background-color: transparent; position: absolute; z-index: 3001; top: 15px; right: 15px; }

@media screen and (min-width: 480px) { #modal-video #close-video { top: 5px; right: 5px; } }

@media screen and (min-width: 640px) { #modal-video #close-video { top: 15px; right: 15px; } }

@media screen and (min-width: 1024px) { #modal-video #close-video { top: 10px; right: 10px; } }

#modal-video #close-video span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; }

#modal-video #close-video span:before { content: "\00D7"; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #fff; font-size: 3rem; }

#modal-video > iframe { display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 95%; height: 193px; }

@media screen and (min-width: 480px) { #modal-video > iframe { width: 450px; height: 254px; } }

@media screen and (min-width: 640px) { #modal-video > iframe { width: 610px; height: 344px; } }

@media screen and (min-width: 768px) { #modal-video > iframe { width: 728px; height: 411px; } }

@media screen and (min-width: 1024px) { #modal-video > iframe { width: 960px; height: 540px; } }

@media screen and (min-width: 1440px) { #modal-video > iframe { width: 1280px; height: 720px; } }

@media screen and (min-width: 480px) { #videos .video { height: 279px; }
  #videos .video .open-video { height: 100%; }
  #videos .video .open-video > span .play-btn { height: 50px; width: 50px; }
  #videos .video .open-video > span .play-btn:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; } }

@media screen and (min-width: 768px) { #videos { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #videos h2 { width: 100%; }
  #videos .video { width: 31.5%; height: 251px; margin: 0 1%; display: inline-block; }
  #videos .video:first-child { margin-left: 0; } }

@media screen and (min-width: 1024px) { #videos .video { height: 269px; } }

@media only screen and (min-width: 768px) { body, html { height: 100%; } }

/* Regular */
@font-face { font-family: 'Open Sans'; src: url("../fonts/OpenSans-Regular-webfont.eot"); src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg"); font-weight: normal; font-weight: 400; font-style: normal; }

/* Light */
@font-face { font-family: 'Open Sans'; src: url("../fonts/OpenSans-Light-webfont.eot"); src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg"); font-weight: 200; font-style: normal; }

/* Bold */
@font-face { font-family: 'Open Sans'; src: url("../fonts/OpenSans-Bold-webfont.eot"); src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg"); font-weight: bold; font-weight: 700; font-style: normal; }

.fontL, .fontB { font-family: 'Open Sans'; font-style: normal; }

.fontL { font-weight: 200; }

.fontB { font-weight: bold; font-weight: 700; }

body, td, th { font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; }

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

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

.clr { clear: both; }

.reset { padding-left: 0; margin: 0; }

.reset li { list-style: none; }

.reset li ul { padding-left: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

input[type=submit], input[type="button"], button { cursor: pointer; }

input[type=submit], input[type="button"], button, a { -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

a { text-decoration: none; }

textarea, input[type="text"], input[type="button"], input[type="submit"], button { -webkit-appearance: none; border-radius: 0; }

.ellipsis { width: 100%; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.notransit, .notransit * { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; }

.skiptranslate { display: none !important; }

body { top: 0 !important; }

#loader-wrapper { overflow: hidden; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 99999999; background: #161616; }

#loader-wrapper .content-loader { -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }

#loader-wrapper .spinner { margin: 100px auto; width: 90px; height: 80px; text-align: center; font-size: 10px; }

#loader-wrapper .spinner > div { background-color: #333; height: 100%; width: 10px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }

#loader-wrapper .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

#loader-wrapper .spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

#loader-wrapper .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

#loader-wrapper .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); }
  20% { -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% { transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.widthWeb { position: relative; max-width: 1400px; margin: auto; clear: both; }

@media only screen and (max-width: 767px) { .widthWeb { width: 90%; } }

@media only screen and (min-width: 768px) { .widthWeb { width: 95%; } }

.scrollup { position: fixed; bottom: 30px; right: 20px; cursor: pointer; z-index: 1500; }

.scrollup span { display: none; }

.scrollup:after { content: "^"; width: 36px; height: 36px; border-radius: 18px; background-color: #000; font-size: 25px; text-align: center; color: #fff; display: block; line-height: 42px; font-family: 'tahoma'; font-weight: bold; opacity: .8; -webkit-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }

.scrollup:hover:after { opacity: 1; }

@media only screen and (max-width: 767px) { .scrollup { -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); } }

header { position: fixed; width: 100%; top: 0; left: 0; background-color: #305376; z-index: 2900; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #676767; }

header .top { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }

header .socials, header .phlu { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

header .socials li a { color: inherit; display: block; }

header .socials li a:hover { color: #7accff; }

header .phlu li { margin-left: 12px; }

header .phlu li.phone { margin-left: 0; }

header .phlu li a { color: inherit; display: block; }

header .phlu li a:hover { color: #7accff; }

header .langs ul li { display: inline-block; }

header .langs ul li a { width: 25px; height: 18px; display: block; background-image: url(../images/flags.png); }

header .langs ul li a span { display: none; }

header .langs ul li.ru a { background-position: -31px 0; }

header .langs ul li.es a { background-position: -64px 0; }

header .langs ul li.pr a { background-position: -95px 0; }

header .langs ul li.fr a { background-position: -127px 0; }

header .langs ul li.it a { background-position: -159px 0; }

header .langs ul li.de a { background-position: -190px 0; }

header .langs ul li.cn a { background-position: -222px 0; }

header .logo { display: block; height: 74px; overflow: hidden; width: 379px; position: relative; }

header .logo h1 { display: none; }

header .logo img { position: absolute; bottom: 0; }

header .show-nav { width: 46px; height: 40px; position: absolute; right: 0px; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

header .show-nav:focus { outline: none; }

header .show-nav i { position: absolute; display: block; height: 2px; background-color: #305376; width: 34px; left: 10px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

header .show-nav i:nth-child(1) { top: 11px; }

header .show-nav i:nth-child(2) { top: 19px; }

header .show-nav i:nth-child(3) { top: 27px; }

header .show-nav.opened i:nth-child(1) { top: 21px; -webkit-transform: rotateZ(45deg); -ms-transform: rotate(45deg); transform: rotateZ(45deg); }

header .show-nav.opened i:nth-child(2) { background: transparent; opacity: 0; }

header .show-nav.opened i:nth-child(3) { top: 21px; -webkit-transform: rotateZ(-45deg); -ms-transform: rotate(-45deg); transform: rotateZ(-45deg); }

header .show-nav:hover i { background-color: #7accff !important; }

header nav { -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

header nav ul li a { color: inherit; display: block; text-transform: uppercase; }

header nav ul li.search { -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

header nav ul li.search span { display: none; }

@media only screen and (max-width: 767px) { header header.navOpened { overflow: scroll !important; }
  header .widthWeb, header .top { border-bottom: solid 1px rgba(255, 255, 255, 0.33); }
  header .socials li a { padding: 12px 4px; font-size: 12px; }
  header .socials li.email { display: none; }
  header .phlu li a { font-size: 12px; }
  header .phlu li.phone a i { display: none; }
  header .phlu li.langs > a { display: block; padding-right: 12px; position: relative; }
  header .phlu li.langs > a:before { content: ''; display: block; width: 25px; height: 18px; background-image: url(../images/flags.png); -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); }
  header .phlu li.langs > a:after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 5px 4px 0 4px; border-color: #fff transparent transparent transparent; position: absolute; top: 6px; right: 0; }
  header .phlu li.langs > a i, header .phlu li.langs > a span { display: none; }
  header .phlu li.userNav a span { display: none; }
  header .phlu li.userNav a i { font-size: 16px; }
  header .phlu li.reg { display: none; }
  header .logo { zoom: 50%; margin: 18px 0 20px 0; } }

@media only screen and (max-width: 1023px) { header .show-nav { top: 4px; }
  header.navOpened { background-color: #305376 !important; height: 100%; overflow: auto; max-height: inherit !important; }
  header.navOpened nav > ul > li, header.navOpened nav.fullNav { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: block; }
  header.navOpened .widthWeb { border-bottom: 0; }
  header #snDekstop { display: none; }
  header .phlu li.langs { position: relative; }
  header .phlu li.langs ul { background-color: #fff; position: absolute; width: 261px; padding: 11px; right: 0; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  header .phlu li.langs ul li { margin: 0; }
  header .phlu li.langs:hover ul { opacity: 1; visibility: visible; }
  header nav.fullNav, header nav > ul > li { opacity: 0; visibility: hidden; display: none; }
  header nav ul li a { font-size: 12px; padding: 12px 12px; border-bottom: solid 1px rgba(255, 255, 255, 0.14); }
  header nav ul li:last-child a { border-bottom: 0; }
  header nav ul li.search { display: block; position: absolute; right: 46px; top: 6px; opacity: 1; visibility: visible; }
  header nav ul li.search a { font-size: 22px; border-bottom: 0; padding: 5px 12px; }
  header nav ul li ul { background-color: #284869; z-index: 12; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; max-height: 0px; display: none; }
  header nav ul li.active ul { opacity: 1; max-height: 100%; display: block; } }

@media only screen and (min-width: 768px) { header { max-height: 50px; }
  header .socials li a { padding: 15px 6px; }
  header .socials li.email i { margin-right: 5px; }
  header .phlu li a i, header .phlu li a span { display: inline-block; vertical-align: middle; }
  header .phlu li.phone a { font-weight: bold; }
  header .phlu li.phone a i { font-size: 20px; }
  header .phlu li.userNav a i { margin-right: 3px; }
  header .phlu li.reg { position: relative; }
  header .phlu li.reg:before { content: '|'; display: block; position: absolute; left: -8px; top: 2px; font-size: 12px; }
  header .logo { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); left: -103px; top: -12px; } }

@media only screen and (min-width: 1024px) { header #snMobile { display: none; }
  header .show-nav { z-index: 1500; top: 4px; }
  header:before { content: ""; background-image: url(../images/logo.png); background-size: 100%; background-repeat: no-repeat; width: 0; position: absolute; right: 0; top: 50px; height: 53px; z-index: 10; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
  header:after { content: ''; display: block; height: 100%; width: 0%; background-color: #305376 !important; position: fixed; right: 0; top: 0; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
  header .phlu .langs > a { margin-right: 3px; top: -1px; }
  header .phlu .langs > a span:after { content: ':'; display: inline-block; }
  header .phlu .langs > a, header .phlu .langs ul { display: inline-block; vertical-align: middle; position: relative; }
  header .phlu .langs ul { top: 2px; }
  header .phlu .langs ul li { margin-left: 0; }
  header nav ul li { position: relative; }
  header nav ul li a:after, header nav ul li a:before { content: ''; display: block; width: 0%; height: 2px; background-color: #fff; position: absolute; bottom: 0; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; opacity: 0; }
  header nav ul li a:after { left: 0; }
  header nav ul li a:before { right: 0; }
  header nav ul li a:hover { color: #7accff; }
  header nav ul li a:hover:after, header nav ul li a:hover:before { opacity: 1; width: 100%; }
  header nav ul li ul { width: 150px; margin-top: -2px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  header nav ul li ul li { padding-bottom: 2px; }
  header nav ul li ul li a { background-color: #367da9; text-align: center; padding: 8px 12px; font-size: 11px; }
  header nav ul li ul li a:hover { background-color: #305376; }
  header nav ul li ul li a:hover:after, header nav ul li ul li a:hover:before { display: none; }
  header nav ul li:hover ul { opacity: 1; visibility: visible; }
  header nav.navGral { position: absolute; right: 50px; }
  header nav.navGral > ul > li { display: inline-block; }
  header nav.navGral > ul > li > a { position: relative; }
  header nav.navGral ul li a { text-transform: uppercase; }
  header nav.navGral ul li.search a:after, header nav.navGral ul li.search a:before { display: none; }
  header nav.fullNav { position: fixed; z-index: 250; right: 0; margin-right: -150px; top: 260px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; visibility: hidden; }
  header nav.fullNav ul li a { text-align: right; font-size: 16px; padding: 18px 5px; }
  header.navOpened .show-nav { top: 4px !important; }
  header.navOpened:before { content: ""; background-image: url(../images/logo.png); background-size: 100%; background-repeat: no-repeat; width: 265px; position: absolute; right: 20px; top: 50px; height: 53px; z-index: 10; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
  header.navOpened:after { width: 300px; }
  header.navOpened .fullNav { opacity: 1; visibility: visible; margin-right: 27px; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } }

@media all and (max-width: 1365px) and (min-width: 1024px) { header nav.navGral { top: -7px; }
  header nav.navGral > ul > li.search { top: 3px; }
  header nav.navGral > ul > li.search a { font-size: 20px; }
  header nav.navGral > ul > li > a { font-size: 10px; padding: 15px 5px; } }

@media only screen and (min-width: 1366px) { header nav.navGral { top: 3px; }
  header nav ul li a { padding: 13px 5px; font-size: 12px; }
  header nav ul li.search { top: 4px; right: 4px; position: relative; }
  header nav ul li.search a { font-size: 30px; }
  header nav > ul > li { margin-left: 16px; }
  header .phlu li.phone a { font-size: 19px; } }

.slider .image, .slick-list, .slick-track, .dgt-slick-slide, .slick-slider { height: 100%; }

.slick-slider .slick-prev, .slick-slider .slick-next { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 0 !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; border-radius: 50%; border: solid 1px #b1b1b1; color: #9a9a9a; width: 62px; height: 62px; font-size: 17px; }

.slick-slider .slick-prev:before, .slick-slider .slick-next:before { content: "\f053"; font: normal normal normal 14px/1 FontAwesome; }

@media only screen and (max-width: 460px) { .slick-slider .slick-prev, .slick-slider .slick-next { display: none !important; } }

.slick-slider .slick-prev { left: 25px !important; }

.slick-slider .slick-next { right: 25px !important; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.dgt-slick-slide-caption.caption-data { max-width: 580px; bottom: 130px; height: 90px; padding: 5px 20px; }

@media only screen and (max-width: 1366px) { .dgt-slick-slide-caption.caption-data { bottom: 20px; } }

@media only screen and (max-width: 460px) { .dgt-slick-slide-caption.caption-data .semiftr .semiftrinfo .righHpinfo { width: 100%; padding-left: 0; border-left: 0; }
  .dgt-slick-slide-caption.caption-data .sftrlogo { display: none; } }

.dgt-slick-slide-caption.caption-data .semiftr { height: 100%; display: block; }

.dgt-slick-slide-caption.caption-data .semiftr .semiftrinfo { height: 100%; display: block; }

.dgt-slick-slide-caption.caption-data .semiftr .semiftrinfo .righHpinfo { height: 100%; display: block; padding-top: 5px; }

.dgt-slick-slide-caption.caption-data .sftrlogo { width: 50%; float: left; padding-right: 20px; padding-top: 10px; }

.dgt-slick-slide-caption.caption-data .sftrlogo img { width: 100%; }

.dgt-slick-slide-caption.caption-data .righHpinfo { float: left; width: 50%; border-left: 1px solid #fff; padding-left: 20px; }

.dgt-slick-slide-caption.caption-data .righHpinfo h3 { margin: 0; line-height: initial; font-size: 11px; }

.dgt-slick-slide-caption.caption-data .righHpinfo p { margin: 0; line-height: initial; font-size: 10px; }

.home header { color: #fff; }

.home header .logo img { top: 0; }

.home header .show-nav i { background-color: #fff; }

@media only screen and (max-width: 767px) { .home header { opacity: 0; visibility: hidden; } }

@media only screen and (min-width: 768px) { .home header .top { max-height: 0px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } }

.fp-viewing-0 .scrollup { opacity: 0; visibility: hidden; }

.fp-viewing-0 header { background-color: transparent; }

@media only screen and (max-width: 767px) { .fp-viewing-0 header { opacity: 1; visibility: visible; } }

@media only screen and (min-width: 768px) { .fp-viewing-0 header { max-height: 120px; }
  .fp-viewing-0 header .top { opacity: 1; visibility: visible; max-height: 46px; } }

@media all and (max-width: 1023px) and (min-width: 768px) { .fp-viewing-0 header .logo { top: 0; left: 0; -webkit-transform: none; -ms-transform: none; transform: none; } }

@media only screen and (max-width: 1023px) { .fp-viewing-0 header .show-nav { top: 48px; }
  .fp-viewing-0 header nav ul li.search { top: 46px; } }

@media all and (max-width: 1365px) and (min-width: 1024px) { .fp-viewing-0 header .logo { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); position: relative; left: -60px; top: -7px; }
  .fp-viewing-0 header .show-nav { top: 61px; }
  .fp-viewing-0 header nav.navGral { top: 49px; } }

@media only screen and (min-width: 1366px) { .fp-viewing-0 header .show-nav { top: 69px; }
  .fp-viewing-0 header .logo { -webkit-transform: none; -ms-transform: none; transform: none; left: 0px; top: 0px; }
  .fp-viewing-0 header nav.navGral { top: 69px; }
  .fp-viewing-0 header nav ul li.search { top: 3px; } }

.goto { text-transform: uppercase; position: absolute; bottom: 2%; z-index: 150; left: 50%; color: #fff; cursor: pointer; font-size: 9px; letter-spacing: 1px; text-align: center; margin-left: -29px; }

.goto:after { content: ''; display: block; margin: auto; background-image: url(../images/arrowDown.png); width: 58px; height: 30px; margin-top: 3px; }

@media only screen and (max-width: 460px) { .goto { font-size: 0; } }

.welcome .fullSlide, .welcome .fp-scroller, .welcome .fullSlide .image { height: 100%; }

.welcome .fullSlide .image { position: relative; background-position: center; background-size: cover; }

.welcome .fullSlide .image:before { content: ''; display: block; position: absolute; width: 100%; background-image: url(../images/slide-shadow.png); height: 398px; }

.welcome .disable-buttom { opacity: 0; }

.welcome .hide-search { background-color: rgba(95, 147, 193, 0.75); padding: 20px; padding-bottom: 15px; position: absolute; width: 100%; top: -50%; overflow: hidden; max-height: 0; -webkit-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; visibility: hidden; opacity: 0; }

.welcome .hide-search #keyword-search-form { width: 100%; margin-bottom: 10px; }

.welcome .hide-search #keyword-search-form form div { height: 36px; position: relative; }

.welcome .hide-search #keyword-search-form form div input { width: 100%; height: 36px; padding: 10px; }

.welcome .hide-search #keyword-search-form form div button[type="submit"] { position: absolute; right: 0; top: 0; display: block; width: 36px; height: 35px; padding: 0; float: right; background: #eeeeee url(../images/keyword-search-icon.png) no-repeat center center; }

.welcome .hide-search .for { width: 25%; float: left; height: 36px; padding-right: 4px; margin-bottom: 4px; }

.welcome .hide-search .for input { display: none; }

.welcome .hide-search .for label { background-color: #fff; width: 100%; height: 100%; display: block; text-align: left; line-height: 36px; text-transform: uppercase; font-size: 11px; font-family: 'Open Sans'; -webkit-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; cursor: pointer; padding-left: 5px; }

.welcome .hide-search .for input[type=radio]:checked + label, .welcome .hide-search .for input[type=checkbox]:checked + label { background-color: #313131; color: #fff; }

.welcome .hide-search form ul li { width: 25%; float: left; height: 36px; padding-right: 4px; margin-bottom: 4px; }

.welcome .hide-search form ul li select { width: 100%; height: 36px; font-size: 11px; text-transform: uppercase; font-family: 'Open Sans'; }

.welcome .hide-search form ul li.wd50 { width: 50%; padding-right: 0; }

.welcome .hide-search form ul li.wd50 .sboxs { width: 50%; height: 36px; padding-right: 4px; float: left; }

.welcome .hide-search form ul li.wd50 .sboxs:nth-child(2) { padding-right: 0; }

.welcome .hide-search form ul li.btn_searchField { padding: 0%; margin-bottom: 0; margin-top: 10px; width: 100%; }

.welcome .hide-search form ul li.btn_searchField input { width: 145px; height: 100%; text-transform: uppercase; font-family: 'Open Sans'; background-color: #313131; color: #fff; float: right; -webkit-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; }

.welcome .hide-search form ul li.btn_searchField input:hover { background-color: #305376; }

.welcome .hide-search form ul li.btn_searchField a { color: #fff; margin-right: 10px; float: right; }

.welcome .hide-search form ul li.btn_searchField a:before { content: ' '; background-image: url(../images/img2.png); background-position: -19px -139px; display: block; width: 9px; height: 19px; margin-right: 5px; margin-top: 1px; float: left; }

.welcome .hide-search.active { max-height: 600px; opacity: 1; top: 0; visibility: visible; }

.welcome .closex { background: #313131; width: 20px; height: 20px; position: absolute; top: 0; right: 0; cursor: pointer; line-height: 20px; font-size: 10px; }

.welcome .closex:before { content: "X"; display: block; margin: 0 auto; color: #fff; }

.welcome .caption { min-width: 302px; position: absolute; z-index: 150; top: 50%; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.welcome .caption h2 { margin: 0 0 20px 0; color: #fff; font-weight: 400; text-shadow: 0 0 5px rgba(0, 0, 0, 0.66); }

.welcome .caption .cbtn { background-color: rgba(67, 121, 175, 0.87); }

.welcome .caption .cbtn:hover { background-color: #508bc5; }

@media only screen and (max-width: 767px) { .welcome .caption .yes-mobile { display: block !important; }
  .welcome .caption .no-mobile { display: none !important; }
  .welcome .caption .cbtn { padding: 10px 50px; display: inline-block; }
  .welcome .hide-search.active { display: none; opacity: 0; } }

@media only screen and (min-width: 768px) { .welcome .caption { width: 100%; max-width: 640px; }
  .welcome .caption h2 { font-size: 50px; }
  .welcome .caption .cbtn { font-size: 18px; letter-spacing: 1px; } }

.yes-mobile { display: none !important; }

.cbtn { background-color: #4379af; display: block; max-width: 265px; margin: auto; text-align: center; text-transform: uppercase; color: #fff; padding: 18px 12px; font-size: 12px; }

.cbtn:hover { background-color: #305376; }

.titles { text-align: center; font-weight: 200; text-transform: uppercase; position: relative; margin: 0; padding-top: 40px; }

.titles:after { content: ''; display: block; width: 77px; height: 2px; margin: auto; background-color: #4379af; }

@media only screen and (min-width: 768px) { .titles { font-size: 36px; background-image: url(../images/titleBg.png); background-repeat: no-repeat; background-position: center; height: 139px; } }

.exclusive .carousel { position: relative; }

.exclusive .carousel button { background-color: #fff; position: absolute; border-radius: 50%; border: solid 1px #b1b1b1; color: #9a9a9a; }

.exclusive .carousel button:focus { outline: none; }

.exclusive .carousel button.left { left: 0; }

.exclusive .carousel button.right { right: 0; }

.exclusive .carousel button:hover { color: #4379af; border-color: #4379af; }

.exclusive .content-slider li .item { border-bottom: solid 2px #000; display: block; color: inherit; }

.exclusive .content-slider li .item .thumb { position: relative; background-position: center; background-size: cover; }

.exclusive .content-slider li .item .thumb:after, .exclusive .content-slider li .item .thumb:before { content: ''; display: block; position: absolute; height: 100%; top: 0; }

.exclusive .content-slider li .item .thumb:after { background-color: rgba(76, 150, 191, 0.7); width: 0%; left: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 0; }

.exclusive .content-slider li .item .thumb:before { background-color: rgba(76, 150, 191, 0.7); opacity: 0; width: 0%; right: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.exclusive .content-slider li .item .thumb:hover:after { width: 50%; opacity: 1; }

.exclusive .content-slider li .item .thumb:hover:before { opacity: 1; width: 50%; }

.exclusive .content-slider li .item .price { background-color: rgba(0, 0, 0, 0.52); position: absolute; display: block; padding: 7px 25px; left: 0; top: 16px; color: #fff; z-index: 15; }

.exclusive .content-slider li .item address { font-weight: 700; font-style: normal; text-transform: uppercase; text-align: center; font-size: 16px; padding: 12px 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.exclusive .content-slider li .item address span { font-weight: 200; display: block; font-size: 12px; }

.exclusive .content-slider li .item .infs { text-align: center; padding-bottom: 15px; }

.exclusive .content-slider li .item .infs li { display: inline-block; padding: 0 12px; position: relative; }

.exclusive .content-slider li .item .infs li:after { content: '|'; font-size: 11px; display: block; position: absolute; right: -4px; top: 1px; }

.exclusive .content-slider li .item .infs li:last-child:after { display: none; }

.exclusive .content-slider li .item:hover address { color: #4379af; }

.exclusive .content-slider li .item:hover address span { color: initial; }

@media only screen and (max-width: 767px) { .exclusive .titles { margin-bottom: 20px; }
  .exclusive .widthWeb { padding-bottom: 50px; }
  .exclusive .lSSlideOuter { margin-bottom: 30px; }
  .exclusive .content-slider li .item .thumb { height: 300px; } }

@media only screen and (min-width: 768px) { .exclusive .titles { margin-bottom: 40px; }
  .exclusive .lSSlideOuter { margin-bottom: 55px; }
  .exclusive .content-slider li .item .thumb { height: 260px; } }

@media only screen and (max-width: 1365px) { .exclusive .carousel button { width: 30px; height: 30px; top: 38%; } }

@media only screen and (min-width: 1366px) { .exclusive .widthWeb { max-width: 1560px; }
  .exclusive .carousel button { top: 40%; width: 62px; height: 62px; font-size: 17px; }
  .exclusive .lSSlideOuter { padding: 0 80px; } }

.newCons .items .item h2, .newCons .items .item h3 { margin: 0; }

.newCons .items .item.viewAll { background-color: #305376; background-image: url(../images/newconstructionBg.png); background-position: center; background-repeat: no-repeat; text-align: center; color: #fff; text-transform: uppercase; }

.newCons .items .item.viewAll h2 { font-weight: 200; margin-bottom: 15px; position: relative; }

.newCons .items .item.viewAll h2:after { content: ''; display: block; width: 77px; height: 2px; margin: 5px auto auto auto; background-color: #4379af; }

.newCons .items .item.viewAll a { color: inherit; border: solid 1px #fff; display: inline-block; padding: 12px 50px; font-size: 12px; }

.newCons .items .item.viewAll a:hover { background-color: #4379af; }

.newCons .items .item .middled { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.newCons .items .item .thumb { display: block; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; text-align: center; }

.newCons .items .item .thumb:after, .newCons .items .item .thumb .middled, .newCons .items .item .thumb h3, .newCons .items .item .thumb .caption { -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.newCons .items .item .thumb:after, .newCons .items .item .thumb:before { content: ''; display: block; position: absolute; height: 100%; top: 0; }

.newCons .items .item .thumb:after { background-color: transparent; width: 100%; left: 0; }

.newCons .items .item .thumb:before { background-color: rgba(76, 150, 191, 0.7); opacity: 0; width: 0%; right: 0; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }

.newCons .items .item .thumb .middled { top: 40%; opacity: 0; text-transform: uppercase; color: #fff; }

.newCons .items .item .thumb .view { color: #fff; }

.newCons .items .item .thumb h3, .newCons .items .item .thumb .caption { letter-spacing: 1px; font-weight: 400; text-transform: uppercase; color: #fff; }

.newCons .items .item .thumb .caption { text-align: left; left: 20px; bottom: 20px; width: 100%; position: absolute; z-index: 12; }

.newCons .items .item .thumb h3 { font-size: 16px; }

.newCons .items .item .thumb i { display: block; margin-bottom: 12px; }

.newCons .items .item .thumb .view { border-bottom: solid 2px #fff; display: inline-block; font-size: 12px; padding: 3px; }

.newCons .items .item .thumb:hover:after { width: 0; }

.newCons .items .item .thumb:hover:before { opacity: 1; width: 100%; }

.newCons .items .item .thumb:hover .caption { opacity: 0; bottom: -20px; }

.newCons .items .item .thumb:hover .middled { opacity: 1; top: 50%; }

.newCons .items .item .thumb:hover h3 { bottom: 30px; }

.newCons .items .item .thumb:hover i, .newCons .items .item .thumb:hover .view { opacity: 1; }

@media only screen and (max-width: 767px) { .newCons .items .item.viewAll { height: 250px; }
  .newCons .items .item .thumb { height: 300px; } }

@media only screen and (min-width: 768px) { .newCons .items { height: 100%; }
  .newCons .items .item { float: left; }
  .newCons .items .item .thumb { height: 100%; } }

@media all and (max-width: 1023px) and (min-width: 768px) { .newCons .items .item { width: 33.3%; height: 25%; } }

@media only screen and (min-width: 1024px) { .newCons .items .item { height: 33.3%; width: 25%; } }

@media only screen and (min-width: 1366px) { .newCons .items .item.viewAll h2 { font-size: 30px; } }

.featVideos .items li { border: solid 3px #dfdfdf; }

.featVideos .items li img { display: block; }

@media only screen and (max-width: 767px) { .featVideos .widthWeb { padding-bottom: 50px; }
  .featVideos .titles { margin-bottom: 30px; }
  .featVideos .items { padding-bottom: 10px; }
  .featVideos .items li { margin-bottom: 15px; } }

@media only screen and (min-width: 768px) { .featVideos .widthWeb { padding: 88px 0 100px 0; }
  .featVideos .items { text-align: center; padding: 50px 0; }
  .featVideos .items li { display: inline-block; width: 31.5%; margin: 0 1%; }
  .featVideos .items li:last-child { margin-right: 0; }
  .featVideos .items li:first-child { margin-left: 0; } }

.news { background-image: url(../images/newsBg.jpg); background-position: center; background-size: cover; color: #fff; text-align: center; }

.news h2 { margin: 0; font-weight: 700; line-height: normal; }

.news article { font-weight: 200; }

.news article a { color: #72afde; font-weight: 400; }

.news article a:hover { color: #fff; }

.news .cbtn { line-height: normal; color: #fff; }

@media only screen and (max-width: 767px) { .news .widthWeb { padding: 80px 0; }
  .news article { line-height: 24px; font-size: 12px; padding-bottom: 20px; }
  .news article .date { font-size: 10px; }
  .news .cbtn { padding: 12px; } }

@media only screen and (min-width: 768px) { .news .widthWeb { padding-top: 60px; padding-bottom: 115px; }
  .news article { padding-bottom: 45px; line-height: 30px; }
  .news article h2 { font-size: 48px; font-weight: 400; } }

.about h2, .about .sub { text-transform: uppercase; line-height: normal; }

.about h2 { color: #4379af; margin: 0; font-weight: 200; font-size: 38px; }

.about .sub { color: #000; position: relative; top: -3px; display: block; }

.about article { text-align: justify; color: #656565; position: relative; }

.about article a.read { color: #4379af; font-weight: 700; display: inline-block; }

.about article a.read:hover { color: #000; }

.about .infos li { margin-bottom: 6px; }

.about .infos li a { color: #000; text-align: left; display: block; font-size: 14px; }

.about .infos li a:hover { color: #4379af; }

.about .infos li a i, .about .infos li a span { display: inline-block; vertical-align: middle; }

.about .infos li a i { background-color: #4278ad; margin-right: 5px; color: #fff; width: 26px; height: 26px; text-align: center; line-height: 25px; font-size: 14px; border-radius: 50%; overflow: hidden; }

.about .infos li a i.fa-mobile { font-size: 20px; }

.about aside ul li a { display: block; text-align: center; font-size: 20px; font-weight: 200; color: #000; border: solid 1px #ccc; background-color: #fff; }

.about aside ul li a:after { content: ''; display: block; width: 30px; height: 2px; margin: 4px auto auto auto; background-color: #4379af; }

.about aside ul li a:hover { color: #4379af; }

@media only screen and (max-width: 767px) { .about .widthWeb { padding: 50px 0; }
  .about article { line-height: 22px; font-size: 12px; }
  .about article .mario { max-width: 80%; margin: auto; display: block; }
  .about article h2, .about article .sub { text-align: center; }
  .about article h2 { padding-top: 12px; }
  .about .infos { padding-top: 20px; margin-bottom: 30px; }
  .about aside ul li a { padding: 20px 12px; border-bottom: 0; }
  .about aside ul li:last-child a { border-bottom: solid 1px #ccc; } }

@media only screen and (min-width: 768px) { .about article { font-weight: 200; line-height: 26px; }
  .about article .mario { position: absolute; max-width: 385px; } }

@media all and (max-width: 1365px) and (min-width: 768px) { .about .widthWeb { padding-bottom: 125px; }
  .about article { width: 60%; float: right; padding-top: 100px; }
  .about article .mario { width: 290px; left: -69%; bottom: -50px; }
  .about aside { clear: both; padding-top: 20px; position: relative; z-index: 10; }
  .about aside ul { text-align: center; }
  .about aside ul li { display: inline-block; width: 33%; }
  .about aside ul li a { padding: 20px 50px; } }

@media only screen and (min-width: 1024px) { .about article .mario { left: -65%; } }

@media only screen and (min-width: 1366px) { .about .widthWeb { padding-top: 80px; }
  .about article { height: 684px; width: 44%; left: 34%; padding-top: 100px; }
  .about article .mario { bottom: 0; left: -81%; }
  .about .infos { padding: 50px 0; }
  .about .infos li { display: inline-block; margin-right: 15px; }
  .about aside { right: 0; position: absolute; top: 52%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .about aside ul li a { padding: 56px 72px; border-bottom: 0; }
  .about aside ul li:last-child a { border-bottom: solid 1px #ccc; } }

.testimonials { background-color: #2d8cb6; color: #fff; text-align: center; line-height: 26px; }

.testimonials h2 { font-weight: 200; text-transform: uppercase; margin-bottom: 50px; }

.testimonials p { font-style: italic; }

.testimonials a.viewMore { margin-top: 50px; }

.testimonials .widthWeb { max-width: 1062px; }

@media only screen and (max-width: 767px) { .testimonials { font-size: 12px; }
  .testimonials .widthWeb { padding: 50px 0; } }

@media only screen and (min-width: 768px) { .testimonials h2 { font-size: 36px; }
  .testimonials .widthWeb { padding: 100px 0; } }

.condominiums { background-color: #555555; }

.condominiums .titles { color: #fff; }

.condominiums .ui-accordion { margin-bottom: 50px; }

.condominiums .ui-accordion h3 { cursor: pointer; margin: 0; font-size: 14px; color: #eaeaea; text-transform: uppercase; font-weight: 200; border-bottom: solid 1px #7c7c7c; padding: 12px 0; position: relative; }

.condominiums .ui-accordion h3:after { content: "\f078"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; color: #5f96cc; font-size: 18px; position: absolute; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: absolute; right: 0; margin-top: 3px; }

.condominiums .ui-accordion h3:focus { outline: none; }

.condominiums .ui-accordion h3:hover { color: #fff; }

.condominiums .ui-accordion h3.ui-accordion-header-active:after { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.condominiums .ui-accordion-content { height: auto; }

.condominiums .ui-accordion-content ul { padding-left: 16px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.condominiums .ui-accordion-content ul li { color: #5f96cc; }

.condominiums .ui-accordion-content ul li a { display: block; color: #eaeaea; padding: 6px 0; font-size: 12px; }

.condominiums .ui-accordion-content ul li a:hover { color: #76b3ef; }

@media only screen and (max-width: 767px) { .condominiums .ui-accordion-content ul li { width: 50%; }
  .condominiums .ui-accordion-content ul li a { font-size: 11px; } }

@media only screen and (min-width: 768px) { .condominiums .titles { background-image: url(../images/condoBg.png); } }

@media all and (max-width: 1365px) and (min-width: 768px) { .condominiums .ui-accordion-content ul li { width: 33.3%; } }

@media only screen and (min-width: 1366px) { .condominiums .ui-accordion-content ul li { width: 20%; } }

.fwidth { width: 90%; max-width: 1155px; margin: auto; position: relative; }

footer { background-color: #555555; color: #bfbfbf; }

footer a { color: inherit; }

footer .cols { border: solid 1px #7c7c7c; border-left: 0; border-right: 0; }

footer .logoFtr { height: 74px; overflow: hidden; width: 379px; opacity: 0.7; }

footer .infos .phone a strong { color: #dcdcdc; font-weight: 400; }

footer .infos .email a strong { color: #488acb; }

footer .right .gform_wrapper { position: relative; }

footer .right .gform_wrapper ul li { width: 100%; padding: 0 !important; /* WebKit */ /* Firefox 18- */ /* Firefox 19+ */ /* IE 10+ */ }

footer .right .gform_wrapper ul li input { width: 100% !important; background-color: transparent; border: 1px solid #888888; line-height: inherit !important; }

footer .right .gform_wrapper ul li ::-webkit-input-placeholder { color: #888888; }

footer .right .gform_wrapper ul li :-moz-placeholder { color: #888888; }

footer .right .gform_wrapper ul li ::-moz-placeholder { color: #888888; }

footer .right .gform_wrapper ul li :-ms-input-placeholder { color: #888888; }

footer .right .gform_wrapper .gform_footer { width: 23px !important; height: 16px !important; position: absolute; right: 5px; top: 8px; margin: 0 !important; padding: 0 !important; }

footer .right .gform_wrapper .gform_footer input { font-size: 0 !important; border: 0; background-image: url(../images/submit_email.png); width: 100%; height: 100%; display: block; background-color: transparent; line-height: inherit !important; }

footer h3 { text-transform: uppercase; font-weight: 200; font-size: 14px; letter-spacing: 0.5px; color: #dcdcdc; margin: 0 0 6px 0; }

footer .sftr { background-color: #0e0f0f; color: #9c9c9c; }

footer .sftr .right { text-transform: uppercase; font-size: 11px; }

footer .sftr .right a { background-color: #487fc2; color: #fff; display: inline-block; padding: 1px 5px; margin-left: 3px; }

footer .socials { text-align: center; }

footer .socials li { display: inline-block; }

footer .socials li a { background-color: #4278ad; display: block; width: 30px; height: 30px; color: #fff; border-radius: 50%; line-height: 30px; }

footer .socials li a:hover { background-color: #5598da; }

@media only screen and (max-width: 767px) { footer .cols { padding: 30px 0; }
  footer .logoFtr { zoom: 64%; margin: auto; }
  footer .infos { padding: 15px 0; }
  footer .partners { text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; padding: 12px 0; }
  footer .partners li { width: 49%; margin-bottom: 8px; padding: 10px; vertical-align: middle; }
  footer .sftr { text-align: center; padding: 30px 0; font-size: 11px; }
  footer .sftr .col { position: relative; }
  footer .sftr .left { top: 45px; }
  footer .sftr .middle { top: -45px; }
  footer .socials { padding: 20px 0; } }

@media only screen and (min-width: 768px) { footer .cols { padding: 20px 0; }
  footer .partners { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 20px 0; }
  footer .partners li { padding: 0 10px; }
  footer .partners li:first-child { padding-left: 0; }
  footer .partners li:last-child { padding-right: 0; }
  footer .sftr { padding: 20px 0; } }

@media all and (max-width: 1023px) and (min-width: 768px) { footer .sftr { font-size: 11px; }
  footer .socials { zoom: 90%; } }

@media all and (max-width: 1365px) and (min-width: 768px) { footer .cols, footer .sftr .fwidth { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
  footer .cols .col { padding: 12px 0; }
  footer .logoFtr { zoom: 60%; }
  footer .sftr .fwidth { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

@media only screen and (min-width: 1366px) { footer .cols { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  footer .cols .col { -webkit-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
  footer .cols .col.infos { -webkit-box-flex: 2; -ms-flex: 2; -webkit-flex: 2; flex: 2; padding-left: 45px; }
  footer .cols .col.right { text-align: right; }
  footer .sftr .fwidth { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  footer .sftr .fwidth .col { -webkit-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
  footer .sftr .fwidth .col.right { text-align: right; } }

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