@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

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

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

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

html {
  -webkit-text-size-adjust: 100%; }

input,
textarea,
button,
select,
a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0; }

/* Bounce Animation 
=================================*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-25px);
    transform: translateY(-25px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@font-face {
  font-family: 'icomoon';
  src: url("https://cloud.gosite.com/site-sass/fonts/icomoon.eot?bxo3yz");
  src: url("https://cloud.gosite.com/site-sass/fonts/icomoon.eot?bxo3yz#iefix") format("embedded-opentype"), url("https://cloud.gosite.com/site-sass/fonts/icomoon.ttf?bxo3yz") format("truetype"), url("https://cloud.gosite.com/site-sass/fonts/icomoon.woff?bxo3yz") format("woff"), url("https://cloud.gosite.com/site-sass/fonts/icomoon.svg?bxo3yz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-paperclip:before {
  content: "\e941"; }

.icon-announcement:before {
  content: "\e928"; }

.icon-leave:before {
  content: "\e927"; }

.icon-smiley:before {
  content: "\e925"; }

.icon-chat:before {
  content: "\e926"; }

.icon-star-right:before {
  content: "\e923"; }

.icon-star-left:before {
  content: "\e924"; }

.icon-resize:before {
  content: "\e921"; }

.icon-edit_section:before {
  content: "\e91c"; }

.icon-addSection:before {
  content: "\e91a"; }

.icon-zoom:before {
  content: "\e90e"; }

.icon-edit2:before {
  content: "\e90a"; }

.icon-dribbble-logo:before {
  content: "\e901"; }

.icon-google-plus-logo:before {
  content: "\e902"; }

.icon-icon:before {
  content: "\e903"; }

.icon-instagram-social-network-logo-of-photo-camera:before {
  content: "\e904"; }

.icon-linkedin-letters:before {
  content: "\e905"; }

.icon-skype-logo:before {
  content: "\e906"; }

.icon-twitter-logo-silhouette:before {
  content: "\e907"; }

.icon-move-arrows:before {
  content: "\e922"; }

.icon-delete:before {
  content: "\e908"; }

.icon-arow-left:before {
  content: "\e90c"; }

.icon-arow-right:before {
  content: "\e90b"; }

.icon-clone:before {
  content: "\e93d"; }

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

.icon-close:before {
  content: "\e91b"; }

.icon-add-more:before {
  content: "\e919"; }

.icon-delete2:before {
  content: "\e911"; }

.icon-wallet:before {
  content: "\e940"; }

.icon-lineheight:before {
  content: "\e91f"; }

.icon-minus:before {
  content: "\e91d"; }

.icon-plus:before {
  content: "\e91e"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-yelp:before {
  content: "\ead7"; }

.icon-mail:before {
  content: "\e916"; }

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

.icon-map-marker:before {
  content: "\e914"; }

.icon-marker:before {
  content: "\e914"; }

.icon-pin:before {
  content: "\e914"; }

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

.icon-contact:before {
  content: "\e915"; }

.icon-move:before {
  content: "\e90f"; }

.icon-edit:before {
  content: "\e909"; }

.icon-cog:before {
  content: "\e900"; }

.icon-image:before {
  content: "\e90d"; }

.icon-scroll-down:before {
  content: "\e93e"; }

.icon-scroll-up-arrow:before {
  content: "\e93f"; }

.icon-library-drop:before {
  content: "\e917"; }

.icon-library-van:before {
  content: "\e929"; }

.icon-time-ico:before {
  content: "\e92a"; }

.icon-library-briefcase:before {
  content: "\e92b"; }

.icon-library-lens:before {
  content: "\e92c"; }

.icon-library-call:before {
  content: "\e92d"; }

.icon-library-box:before {
  content: "\e92e"; }

.icon-library-mobile:before {
  content: "\e92f"; }

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

.icon-library-heart:before {
  content: "\e931"; }

.icon-library-like:before {
  content: "\e932"; }

.icon-library-food:before {
  content: "\e933"; }

.icon-library-home:before {
  content: "\e934"; }

.icon-library-group:before {
  content: "\e935"; }

.icon-library-gift:before {
  content: "\e936"; }

.icon-library-basket:before {
  content: "\e937"; }

.icon-library-monitor:before {
  content: "\e938"; }

.icon-library-view:before {
  content: "\e939"; }

.icon-library-currency:before {
  content: "\e93a"; }

.icon-library-notify:before {
  content: "\e93b"; }

.icon-library-chef:before {
  content: "\e93c"; }

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

.icon-cards-ico:before {
  content: "\e943"; }

.icon-library-date:before {
  content: "\e944"; }

.icon-library-burger:before {
  content: "\e945"; }

.icon-library-chat:before {
  content: "\e946"; }

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

.icon-library-badge:before {
  content: "\e948"; }

.icon-library-at:before {
  content: "\e949"; }

.icon-library-safe-home:before {
  content: "\e94a"; }

.icon-library-key:before {
  content: "\e94b"; }

.icon-library-account-settings:before {
  content: "\e94c"; }

.icon-library-picture:before {
  content: "\e94d"; }

.icon-library-lawyer:before {
  content: "\e94e"; }

.icon-library-hometree:before {
  content: "\e94f"; }

.icon-library-doctor:before {
  content: "\e950"; }

.icon-library-dental:before {
  content: "\e951"; }

.icon-library-professionals:before {
  content: "\e952"; }

.icon-houzz:before {
  content: "\e918"; }

.icon-chevron-up:before {
  content: "\e913"; }

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

.icon-trash-o:before {
  content: "\e910"; }

/* Accordian 
========================================= */
.accordian {
  width: 100%;
  margin: 10px 0;
  color: white; }

.accordian-list, .accordian-list-item {
  list-style: none; }
  .accordian-list .accordian-head, .accordian-list-item .accordian-head {
    list-style: none;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    padding: 20px 35px 20px 20px;
    background: #fff;
    text-align: left;
    position: relative;
    margin: 0;
    cursor: pointer; }
  .accordian-list .geh h5, .accordian-list .accordian-head h5, .accordian-list-item .geh h5, .accordian-list-item .accordian-head h5 {
    margin: 0;
    padding-right: 30px;
    font-weight: normal; }

.accordian-head .plus {
  background: #ffffff;
  border-radius: 30px;
  float: right;
  font-size: 22px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  margin-top: -12.5px;
  text-align: center;
  width: 25px;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  color: #fff;
  cursor: pointer;
  padding-right: 1px; }
  .accordian-head .plus:after {
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    content: "\e912";
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #c9ccce;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.accordian li {
  list-style-type: none;
  margin-bottom: 10px; }

.accordian > ul ul {
  display: none;
  border: none;
  padding: 20px;
  text-align: left;
  background: #fff;
  margin-top: -1px;
  font-family: Open Sans; }

.accordian > ul ul.editor {
  margin: 0 !important; }

.accordian li.active ul {
  display: block; }

.accordian-list .accordian-list-item {
  list-style-type: none;
  border: solid 1px #ebebeb; }

.accordian-list .accordian-list-item.active .accordian-head, .accordian-list .accordian-list-item.active ul {
  background: #f3f5f5; }

.accordian-list .accordian-list-item.active .plus:after {
  content: "\e913"; }

/* Button 
========================================= */
.button01 {
  color: #00498E;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0 0 15px 0;
  /*text-transform: uppercase;*/
  display: inline-block;
  vertical-align: middle;
  align-content: center;
  /*height: 55px;*/
  text-decoration: none;
  line-height: 50px;
  padding: 0 20px;
  border: solid 2px #00498E;
  cursor: pointer;
  min-width: 130px;
  /*max-width: 300px;*/
  text-overflow: ellipsis;
  white-space: pre;
  border-style: solid;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  display: table-cell;
  text-align: center;
  margin: 5px 0;
  min-height: 50px !important; }
  .button01.fill {
    background: #00498E;
    color: #ffffff; }
    .button01.fill:hover {
      background: rgba(0, 86, 168, 0.8);
      border: solid 2px #00498E; }
  .button01:hover {
    border-color: rgba(0, 47, 91, 0.95); }

.button02 {
  color: #00498E;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0 0 15px 0;
  /*text-transform: uppercase;*/
  display: inline-block;
  vertical-align: middle;
  align-content: center;
  height: 55px;
  text-decoration: none;
  line-height: 50px;
  padding: 0 30px;
  border: solid 2px #00498E;
  cursor: pointer;
  min-width: 130px;
  max-width: 300px;
  white-space: pre;
  text-overflow: ellipsis;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  .button02.fill {
    background: #00498E;
    color: #ffffff; }
    .button02.fill:hover {
      background: rgba(0, 86, 168, 0.8);
      border: solid 2px #00498E; }
  .button02:hover {
    border-color: rgba(0, 47, 91, 0.95); }

/* Text 
========================================= */
[data-elem="text"].paragraphtext {
  font-family: Open Sans;
  line-height: 30px;
  color: #000000;
  opacity: 1;
  margin-bottom: 20px;
  font-weight: 400; }

h1.head {
  font-family: Montserrat;
  font-weight: 700;
  color: #011621;
  margin-bottom: 20px;
  text-transform: inherit; }

h2.head {
  margin-bottom: 15px;
  color: #011621;
  text-transform: inherit;
  font-weight: 700; }

h3.head {
  margin-bottom: 10px 0 10px 0/2;
  color: #011621;
  text-transform: inherit;
  font-weight: 700; }

h4.head {
  font-family: Montserrat; }

h5.head {
  font-family: Montserrat; }

h6.head {
  font-family: Montserrat; }

.bannerText h1.head {
  font-family: Montserrat;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
  text-transform: inherit; }

.bannerText h2.head {
  font-family: Montserrat;
  margin-bottom: 15px;
  color: #000000;
  text-transform: inherit;
  font-weight: 700; }

.bannerText h3.head {
  font-family: Montserrat;
  margin-bottom: 10px 0 10px 0/2;
  color: #000000;
  text-transform: inherit;
  font-weight: 700; }

.bannerText h4.head {
  color: #000000; }

.bannerText h5.head {
  color: #000000; }

.bannerText h6.head {
  color: #000000; }

.bannerText .paragraphtext {
  font-family: Open Sans;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 400; }

/* Social Widget
=============================*/
.gosite_theme_one .gesm.social {
  text-align: center;
  font-size: 22px; }
  .gosite_theme_one .gesm.social > a {
    color: #ffffff;
    opacity: 0.7;
    margin: 6px 3px;
    text-align: center;
    display: inline-block;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .gosite_theme_one .gesm.social > a:hover {
      opacity: 1; }
    .gosite_theme_one .gesm.social > a.removeGe {
      opacity: 1 !important;
      margin: 0 !important;
      border: none !important;
      background: none !important; }
  .gosite_theme_one .gesm.social.circle {
    font-size: 12px;
    line-height: 34px; }
    .gosite_theme_one .gesm.social.circle a {
      border: 2px solid #ffffff;
      height: 36px;
      width: 36px;
      display: inline-block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .gosite_theme_one .gesm.social.circle.fill a {
      background: #ffffff;
      color: #000000; }
  .gosite_theme_one .gesm.social.square {
    font-size: 12px;
    line-height: 34px; }
    .gosite_theme_one .gesm.social.square a {
      border: 2px solid #ffffff;
      height: 36px;
      width: 36px;
      display: inline-block; }
    .gosite_theme_one .gesm.social.square.fill a {
      background: #ffffff;
      color: #000000; }
  .gosite_theme_one .gesm.social.curved {
    font-size: 12px;
    line-height: 34px; }
    .gosite_theme_one .gesm.social.curved a {
      border: 2px solid #ffffff;
      height: 36px;
      width: 36px;
      display: inline-block;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px; }
    .gosite_theme_one .gesm.social.curved.fill a {
      background: #ffffff;
      color: #000000; }
  .gosite_theme_one .gesm.social.brandcolor a {
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .gosite_theme_one .gesm.social.brandcolor a.fb {
      color: #3b5998; }
    .gosite_theme_one .gesm.social.brandcolor a.twt {
      color: #2ca7e0; }
    .gosite_theme_one .gesm.social.brandcolor a.insta {
      color: #DF2C6F; }
    .gosite_theme_one .gesm.social.brandcolor a.gp {
      color: #dc4e41; }
    .gosite_theme_one .gesm.social.brandcolor a.yt {
      color: #d32322; }
    .gosite_theme_one .gesm.social.brandcolor a.yelp {
      color: #bf2519; }
    .gosite_theme_one .gesm.social.brandcolor a.in {
      color: #006699; }
    .gosite_theme_one .gesm.social.brandcolor a.houz {
      color: #8bc34a; }
    .gosite_theme_one .gesm.social.brandcolor a:hover {
      opacity: 0.7; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.fb, .gosite_theme_one .gesm.social.brandcolor.square a.fb, .gosite_theme_one .gesm.social.brandcolor.curved a.fb {
    border-color: #3b5998; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.twt, .gosite_theme_one .gesm.social.brandcolor.square a.twt, .gosite_theme_one .gesm.social.brandcolor.curved a.twt {
    border-color: #2ca7e0; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.insta, .gosite_theme_one .gesm.social.brandcolor.square a.insta, .gosite_theme_one .gesm.social.brandcolor.curved a.insta {
    border-color: #DF2C6F; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.gp, .gosite_theme_one .gesm.social.brandcolor.square a.gp, .gosite_theme_one .gesm.social.brandcolor.curved a.gp {
    border-color: #dc4e41; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.yt, .gosite_theme_one .gesm.social.brandcolor.square a.yt, .gosite_theme_one .gesm.social.brandcolor.curved a.yt {
    border-color: #d32322; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.yelp, .gosite_theme_one .gesm.social.brandcolor.square a.yelp, .gosite_theme_one .gesm.social.brandcolor.curved a.yelp {
    border-color: #bf2519; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.in, .gosite_theme_one .gesm.social.brandcolor.square a.in, .gosite_theme_one .gesm.social.brandcolor.curved a.in {
    border-color: #006699; }
  .gosite_theme_one .gesm.social.brandcolor.circle a.houz, .gosite_theme_one .gesm.social.brandcolor.square a.houz, .gosite_theme_one .gesm.social.brandcolor.curved a.houz {
    border-color: #8bc34a; }
  .gosite_theme_one .gesm.social.brandcolor.circle.fill a, .gosite_theme_one .gesm.social.brandcolor.square.fill a, .gosite_theme_one .gesm.social.brandcolor.curved.fill a {
    color: #ffffff; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.fb, .gosite_theme_one .gesm.social.brandcolor.square.fill a.fb, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.fb {
      background: #3b5998; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.twt, .gosite_theme_one .gesm.social.brandcolor.square.fill a.twt, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.twt {
      background: #2ca7e0; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.insta, .gosite_theme_one .gesm.social.brandcolor.square.fill a.insta, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.insta {
      background: #DF2C6F; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.gp, .gosite_theme_one .gesm.social.brandcolor.square.fill a.gp, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.gp {
      background: #dc4e41; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.yt, .gosite_theme_one .gesm.social.brandcolor.square.fill a.yt, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.yt {
      background: #d32322; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.yelp, .gosite_theme_one .gesm.social.brandcolor.square.fill a.yelp, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.yelp {
      background: #bf2519; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.in, .gosite_theme_one .gesm.social.brandcolor.square.fill a.in, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.in {
      background: #006699; }
    .gosite_theme_one .gesm.social.brandcolor.circle.fill a.houz, .gosite_theme_one .gesm.social.brandcolor.square.fill a.houz, .gosite_theme_one .gesm.social.brandcolor.curved.fill a.houz {
      background: #8bc34a; }
  .gosite_theme_one .gesm.social.medium {
    font-size: 30px; }
    .gosite_theme_one .gesm.social.medium.circle {
      font-size: 16px;
      line-height: 38px; }
      .gosite_theme_one .gesm.social.medium.circle a {
        border: 2px solid #000000;
        height: 42px;
        width: 42px;
        display: inline-block; }
    .gosite_theme_one .gesm.social.medium.square {
      font-size: 16px;
      line-height: 38px; }
      .gosite_theme_one .gesm.social.medium.square a {
        border: 2px solid #000000;
        height: 42px;
        width: 42px;
        display: inline-block; }
    .gosite_theme_one .gesm.social.medium.curved {
      font-size: 16px;
      line-height: 38px; }
      .gosite_theme_one .gesm.social.medium.curved a {
        border: 2px solid #000000;
        height: 42px;
        width: 42px;
        display: inline-block; }
  .gosite_theme_one .gesm.social.large {
    font-size: 38px; }
    .gosite_theme_one .gesm.social.large.circle {
      font-size: 22px;
      line-height: 44px; }
      .gosite_theme_one .gesm.social.large.circle a {
        border: 2px solid #000000;
        height: 48px;
        width: 48px;
        display: inline-block; }
    .gosite_theme_one .gesm.social.large.square {
      font-size: 22px;
      line-height: 44px; }
      .gosite_theme_one .gesm.social.large.square a {
        border: 2px solid #000000;
        height: 48px;
        width: 48px;
        display: inline-block; }
    .gosite_theme_one .gesm.social.large.curved {
      font-size: 22px;
      line-height: 44px; }
      .gosite_theme_one .gesm.social.large.curved a {
        border: 2px solid #000000;
        height: 48px;
        width: 48px;
        display: inline-block; }

/* Icon Library
=============================*/
.gosite_theme_one .geli.library {
  text-align: center;
  font-size: 22px; }
  .gosite_theme_one .geli.library > a {
    color: #000000;
    margin: 6px 3px;
    text-align: center;
    display: inline-block;
    text-decoration: none; }
    .gosite_theme_one .geli.library > a.removeGe {
      opacity: 1 !important;
      margin: 0 !important;
      border: none !important;
      background: none !important; }
  .gosite_theme_one .geli.library.circle {
    font-size: 12px;
    line-height: 34px; }
    .gosite_theme_one .geli.library.circle a {
      border: 2px solid #000000;
      height: 36px;
      width: 36px;
      display: inline-block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .gosite_theme_one .geli.library.circle.fill a {
      background: #000000;
      color: #ffffff; }
  .gosite_theme_one .geli.library.square {
    font-size: 12px;
    line-height: 34px; }
    .gosite_theme_one .geli.library.square a {
      border: 2px solid #000000;
      height: 36px;
      width: 36px;
      display: inline-block; }
    .gosite_theme_one .geli.library.square.fill a {
      background: #000000;
      color: #ffffff; }
  .gosite_theme_one .geli.library.curved {
    font-size: 12px;
    line-height: 34px; }
    .gosite_theme_one .geli.library.curved a {
      border: 2px solid #000000;
      height: 36px;
      width: 36px;
      display: inline-block;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px; }
    .gosite_theme_one .geli.library.curved.fill a {
      background: #000000;
      color: #ffffff; }
  .gosite_theme_one .geli.library.medium {
    font-size: 30px; }
    .gosite_theme_one .geli.library.medium.circle {
      font-size: 16px;
      line-height: 38px; }
      .gosite_theme_one .geli.library.medium.circle a {
        border: 2px solid #000000;
        height: 42px;
        width: 42px;
        display: inline-block; }
    .gosite_theme_one .geli.library.medium.square {
      font-size: 16px;
      line-height: 38px; }
      .gosite_theme_one .geli.library.medium.square a {
        border: 2px solid #000000;
        height: 42px;
        width: 42px;
        display: inline-block; }
    .gosite_theme_one .geli.library.medium.curved {
      font-size: 16px;
      line-height: 38px; }
      .gosite_theme_one .geli.library.medium.curved a {
        border: 2px solid #000000;
        height: 42px;
        width: 42px;
        display: inline-block; }
  .gosite_theme_one .geli.library.large {
    font-size: 38px; }
    .gosite_theme_one .geli.library.large.circle {
      font-size: 22px;
      line-height: 44px; }
      .gosite_theme_one .geli.library.large.circle a {
        border: 2px solid #000000;
        height: 48px;
        width: 48px;
        display: inline-block; }
    .gosite_theme_one .geli.library.large.square {
      font-size: 22px;
      line-height: 44px; }
      .gosite_theme_one .geli.library.large.square a {
        border: 2px solid #000000;
        height: 48px;
        width: 48px;
        display: inline-block; }
    .gosite_theme_one .geli.library.large.curved {
      font-size: 22px;
      line-height: 44px; }
      .gosite_theme_one .geli.library.large.curved a {
        border: 2px solid #000000;
        height: 48px;
        width: 48px;
        display: inline-block; }

/* Location Widget 
=============================*/
.preview-location-widget h6.head {
  font-size: 20px;
  margin-bottom: 15px; }

.preview-location-widget p.head {
  font-size: 16px;
  margin-bottom: 15px; }

.preview-location-widget [data-elem="text"].paragraphtext, .preview-location-widget .paragraphtext {
  margin-bottom: 0; }
  .preview-location-widget [data-elem="text"].paragraphtext p, .preview-location-widget .paragraphtext p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: normal; }

.preview-location-widget .business-hours-list {
  margin-top: 15px; }

.preview-location-widget .hours-list-widget {
  margin-bottom: 0; }
  .preview-location-widget .hours-list-widget p .day-text {
    width: 20%;
    display: inline-block; }
  .preview-location-widget .hours-list-widget p .day-text2 {
    width: 20%;
    display: inline-block; }

.active-section .preview-location-widget .cover-yext-line:hover::after, .active-section .preview-location-widget .ge:hover::after {
  z-index: 1; }

@media only screen and (max-width: 480px) {
  .paragraphtext[data-elem="text"] {
    height: auto !important;
    max-width: 100%; }
  .ge.geh {
    max-width: 100%; }
  .gosite_theme_one .banner .ge.geh {
    height: auto !important; }
  .button01, .button02 {
    font-size: 14px !important;
    display: block;
    line-height: 24px !important;
    max-height: inherit;
    max-width: inherit !important;
    height: auto !important;
    width: inherit !important;
    display: inline-block;
    padding: 10px 20px !important;
    white-space: normal; }
  .ge.geb .ui-wrapper {
    max-width: 100% !important; }
  .reCap {
    max-width: 100% !important;
    background-size: contain !important; }
  .accordian-list .accordian-head, .accordian-list .accordian-head, .accordian-list-item .accordian-head, .accordian-list-item .accordian-head {
    padding: 15px 35px 20px 15px; }
    .accordian-list .accordian-head h5, .accordian-list .accordian-head h5, .accordian-list-item .accordian-head h5, .accordian-list-item .accordian-head h5 {
      font-size: 16px; }
  .accordian > ul ul {
    padding: 15px 15px 10px !important; } }

@media only screen and (max-width: 767px) {
  .contentarea .ge figure {
    max-width: 200px !important;
    max-height: 200px !important; }
    .contentarea .ge figure.rectangle {
      max-height: 150px !important; } }

.geh h1 {
  font-size: 38px;
  line-height: 46px;
  min-height: 15px;
  text-transform: inherit;
  font-family: Montserrat;
  font-weight: 400;
  min-height: 46px; }

.geh h2 {
  font-size: 32px;
  line-height: 40px;
  min-height: 15px;
  text-transform: inherit;
  margin: 25px 0;
  font-family: Montserrat;
  font-weight: 400;
  min-height: 40px; }

.geh h3 {
  font-size: 28px;
  line-height: 34px;
  min-height: 15px;
  text-transform: inherit;
  margin: 20px 0;
  font-family: Montserrat;
  font-weight: 400;
  min-height: 34px; }

.geh h4 {
  font-size: 24px;
  line-height: 32px;
  min-height: 15px;
  font-family: Montserrat;
  text-transform: inherit;
  margin: 14px 0;
  font-weight: 400;
  min-height: 32px; }

.geh h5 {
  font-size: 18px;
  line-height: 24px;
  min-height: 15px;
  font-family: Montserrat;
  text-transform: inherit;
  margin: 9px 0;
  font-weight: 400;
  min-height: 24px; }

.geh h6 {
  font-size: 16px;
  line-height: 22px;
  min-height: 15px;
  font-family: Montserrat;
  text-transform: inherit;
  margin: 4px 0;
  font-weight: 400;
  min-height: 22px; }

.geh p {
  font-size: 14px;
  line-height: 22px;
  min-height: 15px;
  font-family: Open Sans; }

.gea .paragraphtext p, .gep .paragraphtext p {
  font-size: 14px;
  line-height: 22px;
  min-height: 15px;
  font-family: Open Sans; }

.gea p, .gep p {
  font-size: 14px;
  line-height: 22px;
  min-height: 15px;
  font-family: Open Sans; }

@media only screen and (min-width: 768px) {
  .geh h1 {
    font-size: 60px;
    line-height: 60px; }
  .geh h2 {
    font-size: 40px;
    line-height: 48px; }
  .geh h3 {
    font-size: 28px;
    line-height: 36px; }
  .geh h4 {
    font-size: 24px;
    line-height: 32px; }
  .geh h5 {
    font-size: 18px;
    line-height: 24px; }
  .geh h6 {
    font-size: 16px;
    line-height: 22px; }
  .geh p {
    font-size: 14px;
    line-height: 28px; }
  .gea .paragraphtext p, .gep .paragraphtext p {
    font-size: 14px;
    line-height: 28px; }
  .gea p, .gep p {
    font-size: 14px;
    line-height: 28px; } }

body.gosite_theme_one {
  font-family: Open Sans; }

.editor:empty::after {
  content: ".";
  visibility: hidden; }

.gosite_theme_one .container {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  z-index: 10; }
  .gosite_theme_one .container:before, .gosite_theme_one .container:after {
    content: " ";
    display: table; }
  .gosite_theme_one .container:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .gosite_theme_one .container {
    *zoom: 1; }
  .gosite_theme_one .container .layout {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
  .gosite_theme_one .container .layout-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    display: block; }
  .gosite_theme_one .container.fluid-width {
    width: 100%;
    max-width: 100%; }

.gosite_theme_one .contentarea {
  padding: 50px 15px;
  text-align: center;
  position: relative; }
  .gosite_theme_one .contentarea .options {
    padding-top: 30px; }
    .gosite_theme_one .contentarea .options .item {
      width: 100%;
      float: left;
      padding: 0 10px 20px;
      display: inline-block;
      text-align: center; }
      .gosite_theme_one .contentarea .options .item figure {
        max-width: 100%; }
        .gosite_theme_one .contentarea .options .item figure.circle {
          max-width: 100%; }
      .gosite_theme_one .contentarea .options .item h4 {
        font-family: Montserrat;
        /*font-size: $paratitlesize;*/
        margin: 10px 0 10px 0;
        color: #022435; }
      .gosite_theme_one .contentarea .options .item audio {
        max-width: 100%; }
      .gosite_theme_one .contentarea .options .item.alignLeft {
        text-align: left; }
      .gosite_theme_one .contentarea .options .item.alignRight {
        text-align: right; }
      .gosite_theme_one .contentarea .options .item.singleLeft {
        text-align: left; }
        .gosite_theme_one .contentarea .options .item.singleLeft figure {
          float: left;
          width: 100px;
          height: 100px;
          margin-right: 20px; }
      .gosite_theme_one .contentarea .options .item.colorBox > .inner_item_drag_handler {
        padding: 25px 10px 10px;
        background: white; }
      .gosite_theme_one .contentarea .options .item .fillColorItem {
        background: #ffffff;
        border: solid 1px #ebebeb; }
        .gosite_theme_one .contentarea .options .item .fillColorItem .button01,
        .gosite_theme_one .contentarea .options .item .fillColorItem .button02 {
          height: 40px;
          line-height: 35px;
          padding: 0 20px;
          color: #ffffff;
          background: #000000;
          border-color: #000000;
          font-weight: 400; }
        .gosite_theme_one .contentarea .options .item .fillColorItem figure {
          width: 100%;
          height: auto;
          max-width: inherit;
          border: solid 0px #d2d2d2;
          display: inline-block;
          overflow: visible;
          margin: 0 0 25px;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
          .gosite_theme_one .contentarea .options .item .fillColorItem figure img {
            display: block;
            min-width: 100%;
            max-width: 100%;
            max-height: inherit;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0; }
        .gosite_theme_one .contentarea .options .item .fillColorItem .paddItem {
          text-align: left; }
      .gosite_theme_one .contentarea .options .item .paddItem {
        padding: 0 20px 25px; }
      .gosite_theme_one .contentarea .options .item.leftItem {
        text-align: left; }
      .gosite_theme_one .contentarea .options .item.six figure.rectangle {
        max-width: 250px;
        max-height: 150px; }
      .gosite_theme_one .contentarea .options .item.small figure.rectangle {
        max-height: 125px;
        max-width: 200px; }
  .gosite_theme_one .contentarea.lightarea {
    background: #f8f8f8; }
  .gosite_theme_one .contentarea.darkyellowarea {
    position: relative;
    background-image: url("../images/pic/testiBg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .gosite_theme_one .contentarea.darkyellowarea .innerpadding {
      padding: 0 10px; }
    .gosite_theme_one .contentarea.darkyellowarea h2 {
      color: #ffffff;
      margin-bottom: 40px; }
    .gosite_theme_one .contentarea.darkyellowarea p {
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 40px;
      font-size: 17px;
      line-height: 27px; }
    .gosite_theme_one .contentarea.darkyellowarea:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: #120f11;
      opacity: 0.7;
      left: 0;
      top: 0;
      display: block; }
    .gosite_theme_one .contentarea.darkyellowarea .innerpadding {
      margin: 15px 0;
      position: relative;
      z-index: 5; }
  .gosite_theme_one .contentarea.whitearea {
    background: #ffffff; }
  .gosite_theme_one .contentarea.grayarea {
    background: #f8f8f8; }
  .gosite_theme_one .contentarea.color-bg .button01 {
    color: #fff;
    border-color: #fff; }
  .gosite_theme_one .contentarea .userpicarea {
    margin-bottom: 0; }
    .gosite_theme_one .contentarea .userpicarea .userpic {
      width: 78px;
      height: 78px;
      display: block;
      border: solid 0 #ffffff;
      margin: 0px auto 20px;
      overflow: hidden;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .gosite_theme_one .contentarea .userpicarea .userpic img {
        max-width: 100%; }
    .gosite_theme_one .contentarea .userpicarea h3 {
      font-size: 14px;
      font-weight: bold;
      color: #ffffff; }
      .gosite_theme_one .contentarea .userpicarea h3 span {
        font-weight: 100; }
  .gosite_theme_one .contentarea .contactGrayBlock {
    padding: 0 15px 15px;
    margin-top: 45px;
    background: #ebebeb; }
  .gosite_theme_one .contentarea .addressLeft {
    margin-bottom: 50px;
    text-align: left; }
    .gosite_theme_one .contentarea .addressLeft p {
      margin-bottom: 0px; }
      .gosite_theme_one .contentarea .addressLeft p a {
        text-decoration: none;
        color: #002322; }
        .gosite_theme_one .contentarea .addressLeft p a:hover {
          text-decoration: underline; }
    .gosite_theme_one .contentarea .addressLeft h5 {
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 5px; }

.gosite_theme_one .hoverBgComponent:hover {
  background: #ffffff; }

.gosite_theme_one .social {
  color: #ffffff;
  padding: 10px 0; }
  .gosite_theme_one .social a {
    text-decoration: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .gosite_theme_one .social a:hover {
      opacity: 0.9; }
  .gosite_theme_one .social .removeGe {
    margin: 0; }

.gosite_theme_one .gositeLogo {
  padding: 0 10px; }
  .gosite_theme_one .gositeLogo a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 21px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gosite_theme_one .gositeLogo .powered {
    font-size: 11px;
    margin: 0 10px 0 0;
    position: relative;
    top: -6px; }

.gosite_theme_one .head strong {
  font-weight: bold; }

.gosite_theme_one .banner-section-six.banner.banner03:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.gosite_theme_one .banner-section-six.banner.banner03 .bannerBox {
  max-width: inherit; }

.gosite_theme_one .banner-section-six.banner.banner03 .bannerText {
  padding: 0; }
  .gosite_theme_one .banner-section-six.banner.banner03 .bannerText h1 {
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .gosite_theme_one .banner-section-six.banner.banner03 .bannerText p {
    color: #ffff;
    margin-bottom: 5px; }
  .gosite_theme_one .banner-section-six.banner.banner03 .bannerText .paragraphtext {
    margin-bottom: 0; }

.gosite_theme_one .banner-section-six.banner.banner03 .bannerbutton01 {
  background: #2374f9;
  color: #fff;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  margin: 15px 0;
  text-transform: uppercase;
  border-width: 0; }
  .gosite_theme_one .banner-section-six.banner.banner03 .bannerbutton01 i {
    margin-left: 10px; }
  .gosite_theme_one .banner-section-six.banner.banner03 .bannerbutton01:hover {
    background: #2374f9;
    color: #fff; }

.gosite_theme_one .gallery-section-one {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  .gosite_theme_one .gallery-section-one .container {
    width: 1000px; }
  .gosite_theme_one .gallery-section-one .layout {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
  .gosite_theme_one .gallery-section-one .layout-wrapper {
    margin-left: -10px;
    margin-right: -10px; }
  .gosite_theme_one .gallery-section-one .col-3 {
    float: left; }
  .gosite_theme_one .gallery-section-one .col-3 {
    width: 33.3333%; }
  .gosite_theme_one .gallery-section-one .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .gallery-section-one .tittle h2.head {
      color: #222222;
      font-family: Titillium Web;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .gallery-section-one .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .gallery-section-one .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px; }
    .gosite_theme_one .gallery-section-one .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .gallery-section-one .infoBox img {
      width: 100%; }
    .gosite_theme_one .gallery-section-one .infoBox h3.head {
      padding: 0;
      color: #222222;
      font-size: 18px;
      font-weight: 400;
      font-family: Titillium Web;
      text-transform: uppercase;
      margin: 25px 0 10px 0; }
    .gosite_theme_one .gallery-section-one .infoBox h4.head {
      padding: 0;
      font-size: 12px;
      font-weight: 400;
      color: #656565; }
    .gosite_theme_one .gallery-section-one .infoBox .paragraphtext {
      margin: 0; }
  .gosite_theme_one .gallery-section-one .button02 {
    margin-top: 90px;
    border-width: 0;
    background-color: #ff9400;
    padding: 23px 0 24px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    line-height: 1;
    min-height: inherit;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: auto; }

.gosite_theme_one .gallery-section-two {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  .gosite_theme_one .gallery-section-two .container {
    width: 1000px; }
  .gosite_theme_one .gallery-section-two .layout {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
  .gosite_theme_one .gallery-section-two .layout-wrapper {
    margin-left: -10px;
    margin-right: -10px; }
  .gosite_theme_one .gallery-section-two .col-2,
  .gosite_theme_one .gallery-section-two .col-3 {
    float: left; }
  .gosite_theme_one .gallery-section-two .col-2 {
    width: 30%; }
  .gosite_theme_one .gallery-section-two .col-3 {
    width: 70%; }
  .gosite_theme_one .gallery-section-two .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .gallery-section-two .tittle h2.head {
      color: #222222;
      font-family: Titillium Web;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .gallery-section-two .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .gallery-section-two .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    height: 310px;
    overflow: hidden; }
    .gosite_theme_one .gallery-section-two .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .gallery-section-two .infoBox img {
      width: 100%;
      height: 100%;
      max-height: 310px;
      min-height: 310px; }
    .gosite_theme_one .gallery-section-two .infoBox h3.head {
      padding: 0;
      color: #fff;
      font-size: 19px;
      font-weight: 400;
      font-family: Titillium Web;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
    .gosite_theme_one .gallery-section-two .infoBox h4.head {
      padding: 0;
      font-size: 13px;
      font-weight: 400;
      color: #d1d4d6; }
    .gosite_theme_one .gallery-section-two .infoBox .gallery-info {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 60px 0 40px 60px;
      background: -webkit-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: -moz-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%); }

.gosite_theme_one .gallery-section-three {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  .gosite_theme_one .gallery-section-three .container {
    width: 1000px; }
  .gosite_theme_one .gallery-section-three .layout {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
  .gosite_theme_one .gallery-section-three .layout-wrapper {
    margin-left: -10px;
    margin-right: -10px; }
  .gosite_theme_one .gallery-section-three .col-4 {
    float: left; }
  .gosite_theme_one .gallery-section-three .col-4 {
    width: 25%; }
  .gosite_theme_one .gallery-section-three .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .gallery-section-three .tittle h2.head {
      color: #222222;
      font-family: Titillium Web;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .gallery-section-three .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .gallery-section-three .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    height: 170px;
    overflow: hidden; }
    .gosite_theme_one .gallery-section-three .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .gallery-section-three .infoBox img {
      width: 100%; }

.gosite_theme_one .footer-section-one {
  display: inline-block;
  width: 100%;
  padding: 110px 0 90px 0;
  background-color: #434345; }
  .gosite_theme_one .footer-section-one .container {
    width: 1000px; }
  .gosite_theme_one .footer-section-one .layout {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
  .gosite_theme_one .footer-section-one .layout-wrapper {
    margin-left: -10px;
    margin-right: -10px; }
  .gosite_theme_one .footer-section-one .col-3 {
    float: left; }
  .gosite_theme_one .footer-section-one .col-3 {
    width: 33.3333%; }
  .gosite_theme_one .footer-section-one h3.head {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px; }
  .gosite_theme_one .footer-section-one .paragraphtext {
    margin-bottom: 5px; }
    .gosite_theme_one .footer-section-one .paragraphtext p {
      color: #aeaeb1;
      margin-bottom: 5px; }
      .gosite_theme_one .footer-section-one .paragraphtext p i {
        color: #aeaeb1;
        font-size: 16px;
        margin-right: 15px;
        display: inline-block; }
      .gosite_theme_one .footer-section-one .paragraphtext p span {
        width: 30%;
        display: inline-block; }
      .gosite_theme_one .footer-section-one .paragraphtext p strong {
        color: #fff;
        padding-left: 2px; }
  .gosite_theme_one .footer-section-one p {
    color: #aeaeb1;
    margin-bottom: 5px; }
    .gosite_theme_one .footer-section-one p span {
      width: 30%;
      display: inline-block; }
  .gosite_theme_one .footer-section-one .formgroup.common {
    padding-left: 0;
    padding-right: 0; }
  .gosite_theme_one .footer-section-one .formgroup .formgroup {
    background-color: #686869;
    border: none;
    height: 42px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #b4b4b9;
    font-size: 14px; }
  .gosite_theme_one .footer-section-one .formgroup textarea.formgroup {
    height: 68px; }
  .gosite_theme_one .footer-section-one .fill {
    background: #ff9400;
    color: #ffffff;
    font-size: 14px;
    width: 110px;
    height: 50px;
    min-width: 110px;
    text-align: center;
    border-width: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 700; }

.gosite_theme_one .figureRounded figure {
  border-radius: 10px; }
  .gosite_theme_one .figureRounded figure .overHide img {
    border-radius: 9px; }

.gosite_theme_one .btn-rounded a {
  border-radius: 35px !important; }

.gosite_theme_one .btn-rounded .button02,
.gosite_theme_one .btn-rounded .button01 {
  border-radius: 35px !important; }

.gosite_theme_one .btn-center {
  display: block;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.gosite_theme_one .contentarea .figureRounded figure {
  border-radius: 10px !important;
  overflow: hidden; }

.gosite_theme_one .ge figure.square-image {
  width: 100%;
  height: 100%; }
  .gosite_theme_one .ge figure.square-image img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100%; }

.gosite_theme_one .content-table {
  display: table-cell;
  width: 100%; }

.gosite_theme_one .content-row {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px; }
  @media all and (-ms-high-contrast: none) {
    .gosite_theme_one .content-row {
      display: block;
      font-size: 0; } }

.gosite_theme_one .column {
  background-color: #f9f9f9;
  width: 100%;
  margin: 0 5px;
  padding: 20px; }

.gosite_theme_one .item1 {
  width: 31.333%;
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
  margin: 10px 1%; }
  @media all and (-ms-high-contrast: none) {
    .gosite_theme_one .item1 {
      font-size: 14px;
      display: inline-block; } }

.gosite_theme_one .team.one {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #f9f9f9; }
  .gosite_theme_one .team.one .col-1 {
    float: left; }
  .gosite_theme_one .team.one .col-1 {
    width: 25%; }
  .gosite_theme_one .team.one .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .team.one .tittle .head {
      color: #222222;
      font-family: Titillium Web;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .team.one .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .team.one .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%; }
    .gosite_theme_one .team.one .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .team.one .infoBox figure {
      border: none;
      border-radius: 0;
      height: 100%;
      width: 100%;
      margin: 0; }
      .gosite_theme_one .team.one .infoBox figure img {
        width: 100%;
        border-radius: 0; }
    .gosite_theme_one .team.one .infoBox .head {
      padding: 0;
      color: #434345;
      font-weight: 400;
      margin: 15px 20px; }
    .gosite_theme_one .team.one .infoBox .head {
      padding: 0;
      font-weight: 600;
      color: #7e8c99;
      margin: 20px; }
    .gosite_theme_one .team.one .infoBox .paragraphtext {
      margin: 0; }
  .gosite_theme_one .team.one .ftr-btn {
    margin: 45px 0;
    text-align: center;
    display: inline-block;
    width: 100%; }
  .gosite_theme_one .team.one .button02 {
    border-width: 0;
    background-color: #ff9400;
    padding: 23px 0 24px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    line-height: 1;
    min-height: inherit;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: auto; }

.gosite_theme_one .team.two {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  .gosite_theme_one .team.two .col-2 {
    float: left; }
  .gosite_theme_one .team.two .col-2 {
    width: 50%; }
  .gosite_theme_one .team.two .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .team.two .tittle .head {
      color: #222222;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .team.two .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .team.two .image-block {
    float: left;
    width: 147px;
    height: 147px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 18px; }
    .gosite_theme_one .team.two .image-block img {
      width: 100%; }
  .gosite_theme_one .team.two .infoBox {
    display: inline-block;
    margin-left: 30px; }
    .gosite_theme_one .team.two .infoBox .head {
      padding: 35px 0 0 0;
      color: #434345;
      font-weight: 400; }
    .gosite_theme_one .team.two .infoBox .head {
      padding: 15px 0 0 0;
      font-weight: 600;
      color: #7e8c99; }
  .gosite_theme_one .team.two .grey-box {
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px; }
    .gosite_theme_one .team.two .grey-box .paragraphtext {
      margin: 0;
      width: 100%;
      display: inline-block; }
      .gosite_theme_one .team.two .grey-box .paragraphtext p.editor {
        color: #6c6c6c;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px; }
    .gosite_theme_one .team.two .grey-box .button01 {
      margin-top: 0;
      border-width: 0;
      background-color: #3cb878;
      height: 42px;
      min-height: 42px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Titillium Web';
      line-height: 1;
      min-height: inherit;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      line-height: 42px;
      min-width: inherit;
      max-width: inherit;
      padding: 0 18px; }
  .gosite_theme_one .team.two .ge figure.circle {
    border: solid 3px #d2d2d2;
    height: 100%;
    width: 100%; }

.gosite_theme_one .team.three {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #222222; }
  .gosite_theme_one .team.three .col-1 {
    float: left; }
  .gosite_theme_one .team.three .col-1 {
    width: 33.333%; }
  .gosite_theme_one .team.three .tittle {
    margin: 0 auto;
    text-align: center;
    width: 60%; }
    .gosite_theme_one .team.three .tittle .head {
      color: #fff;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .team.three .tittle p.editor {
      color: #fff;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .team.three .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    text-align: left; }
    .gosite_theme_one .team.three .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .team.three .infoBox figure {
      max-height: 275px;
      border: none;
      border-radius: 0;
      height: 100%;
      width: 100%;
      margin: 0; }
    .gosite_theme_one .team.three .infoBox img {
      width: 100%;
      border-radius: 0; }
    .gosite_theme_one .team.three .infoBox .head {
      padding: 0;
      color: #313230;
      font-weight: 400;
      margin: 15px 20px; }
    .gosite_theme_one .team.three .infoBox .head {
      padding: 0;
      font-weight: 400;
      color: #6c6c6c;
      margin: 20px; }
    .gosite_theme_one .team.three .infoBox .paragraphtext {
      margin: 0; }
  .gosite_theme_one .team.three .button01 {
    border-width: 0;
    background-color: #ff9400;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    line-height: 1;
    min-height: inherit;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 35px;
    line-height: 35px;
    min-width: inherit;
    max-width: inherit;
    margin-left: 20px; }

.gosite_theme_one .gallery.one {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  .gosite_theme_one .gallery.one .col-3 {
    float: left; }
  .gosite_theme_one .gallery.one .col-3 {
    width: 33.3333%; }
  .gosite_theme_one .gallery.one .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .gallery.one .tittle .head {
      color: #222222;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .gallery.one .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .gallery.one .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
    text-align: left; }
    .gosite_theme_one .gallery.one .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .gallery.one .infoBox figure {
      width: 100%;
      height: 100%;
      border-radius: 0;
      border: none;
      margin-bottom: 0;
      max-height: 325px; }
      .gosite_theme_one .gallery.one .infoBox figure img {
        width: 100%;
        border-radius: 0; }
    .gosite_theme_one .gallery.one .infoBox .head {
      padding: 0;
      color: #222222;
      font-weight: 400;
      text-transform: uppercase;
      margin: 25px 0 10px 0; }
    .gosite_theme_one .gallery.one .infoBox .head {
      padding: 0;
      font-weight: 400;
      color: #656565; }
    .gosite_theme_one .gallery.one .infoBox .paragraphtext {
      margin: 0; }
  .gosite_theme_one .gallery.one .button02 {
    margin-top: 90px;
    border-width: 0;
    background-color: #ff9400;
    padding: 23px 0 24px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    line-height: 1;
    min-height: inherit;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: auto; }

.gosite_theme_one .gallery.two {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  .gosite_theme_one .gallery.two .col-2,
  .gosite_theme_one .gallery.two .col-3 {
    float: left; }
  .gosite_theme_one .gallery.two .col-2 {
    width: 30%; }
  .gosite_theme_one .gallery.two .col-3 {
    width: 70%; }
  .gosite_theme_one .gallery.two .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .gallery.two .tittle .head {
      color: #222222;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .gallery.two .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .gallery.two .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    height: 310px;
    overflow: hidden; }
    .gosite_theme_one .gallery.two .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .gallery.two .infoBox img {
      width: 100%;
      height: 100%;
      max-height: 310px;
      min-height: 310px; }
    .gosite_theme_one .gallery.two .infoBox .head {
      padding: 0;
      color: #fff;
      font-weight: 400;
      font-family: Titillium Web;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
    .gosite_theme_one .gallery.two .infoBox .head {
      padding: 0;
      font-weight: 400;
      color: #d1d4d6; }
    .gosite_theme_one .gallery.two .infoBox .gallery-info {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 60px 0 40px 60px;
      background: -webkit-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: -moz-linear-gradient(bottom, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, rgba(7, 23, 44, 0.5) 0%, rgba(3, 11, 21, 0.1) 85%, rgba(0, 0, 0, 0) 100%); }

.gosite_theme_one .gallery.three {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  .gosite_theme_one .gallery.three .col-4 {
    float: left; }
  .gosite_theme_one .gallery.three .col-4 {
    width: 25%; }
  .gosite_theme_one .gallery.three .tittle {
    text-align: left;
    width: 75%; }
    .gosite_theme_one .gallery.three .tittle .head {
      color: #222222;
      font-weight: 400;
      margin-bottom: 18px;
      text-transform: inherit; }
    .gosite_theme_one .gallery.three .tittle p.editor {
      color: #6c6c6c;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 42px; }
  .gosite_theme_one .gallery.three .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    height: 170px;
    overflow: hidden; }
    .gosite_theme_one .gallery.three .infoBox .overHide {
      font-size: 0; }
    .gosite_theme_one .gallery.three .infoBox img {
      width: 100%; }

.gosite_theme_one .footer {
  text-align: left; }
  .gosite_theme_one .footer .moveGe {
    background-image: none !important; }
  .gosite_theme_one .footer .removeGe {
    background-image: none !important; }
  .gosite_theme_one .footer .button01 {
    border-width: 0;
    width: auto;
    background: #000;
    color: #fff; }
  .gosite_theme_one .footer .button02 {
    border-width: 0;
    width: auto;
    background: #000;
    color: #fff; }
  .gosite_theme_one .footer.one {
    display: inline-block;
    width: 100%;
    padding: 110px 0 90px 0;
    background-color: #434345; }
    .gosite_theme_one .footer.one .col-3 {
      float: left; }
    .gosite_theme_one .footer.one .col-3 {
      width: 33.3333%; }
    .gosite_theme_one .footer.one .head {
      color: #fff;
      margin-bottom: 40px; }
    .gosite_theme_one .footer.one .paragraphtext {
      margin-bottom: 5px; }
      .gosite_theme_one .footer.one .paragraphtext p {
        color: #aeaeb1;
        margin-bottom: 5px; }
        .gosite_theme_one .footer.one .paragraphtext p i {
          color: #aeaeb1;
          font-size: 15px;
          margin-right: 15px;
          display: inline-block; }
        .gosite_theme_one .footer.one .paragraphtext p .day-text {
          width: 35%;
          display: inline-block; }
        .gosite_theme_one .footer.one .paragraphtext p strong {
          padding-left: 2px; }
    .gosite_theme_one .footer.one p {
      color: #aeaeb1;
      margin-bottom: 5px; }
    .gosite_theme_one .footer.one .formgroup.common {
      padding-left: 0;
      padding-right: 0; }
    .gosite_theme_one .footer.one .formgroup .formgroup {
      background-color: #686869;
      border: none;
      height: 42px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      color: #b4b4b9;
      font-size: 14px; }
    .gosite_theme_one .footer.one .formgroup textarea.formgroup {
      height: 68px; }
    .gosite_theme_one .footer.one .button01.fill {
      background: #ff9400;
      color: #ffffff;
      font-size: 14px;
      width: 110px;
      height: 50px;
      text-align: center;
      border-width: 0;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      font-weight: 700; }
  .gosite_theme_one .footer.two {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background-color: red; }
    .gosite_theme_one .footer.two .col-1 {
      width: 70%;
      float: left; }
    .gosite_theme_one .footer.two .col-2 {
      width: 30%;
      float: left;
      padding-left: 25px; }
    .gosite_theme_one .footer.two .tittle {
      margin-bottom: 35px; }
      .gosite_theme_one .footer.two .tittle .head {
        color: #222222;
        font-weight: 400;
        margin-bottom: 12px;
        text-align: left; }
      .gosite_theme_one .footer.two .tittle p {
        color: #434345; }
    .gosite_theme_one .footer.two .contact-form {
      padding: 0; }
      .gosite_theme_one .footer.two .contact-form .options {
        padding: 0; }
      .gosite_theme_one .footer.two .contact-form .paragraphtext {
        margin-bottom: 0; }
      .gosite_theme_one .footer.two .contact-form .common {
        padding: 0; }
      .gosite_theme_one .footer.two .contact-form .formgroup {
        margin-bottom: 14px; }
        .gosite_theme_one .footer.two .contact-form .formgroup label {
          color: inherit;
          font-size: inherit;
          margin: 0; }
        .gosite_theme_one .footer.two .contact-form .formgroup p {
          color: #767676; }
        .gosite_theme_one .footer.two .contact-form .formgroup .formgroup {
          border: solid 2px #767676;
          background: none; }
    .gosite_theme_one .footer.two .adress {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.two .adress .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.two .adress .paragraphtext p {
          margin: 0 0 10px; }
      .gosite_theme_one .footer.two .adress span {
        display: block;
        font-size: 14px; }
    .gosite_theme_one .footer.two .call-block {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.two .call-block .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.two .call-block .paragraphtext p {
          color: #434345;
          font-size: 14px;
          margin: 0; }
          .gosite_theme_one .footer.two .call-block .paragraphtext p span {
            font-weight: 700; }
    .gosite_theme_one .footer.two .hours-list .paragraphtext {
      margin: 0 0 5px 0; }
      .gosite_theme_one .footer.two .hours-list .paragraphtext p {
        color: #434345;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        text-align: right; }
        .gosite_theme_one .footer.two .hours-list .paragraphtext p.editor {
          text-align: left; }
        .gosite_theme_one .footer.two .hours-list .paragraphtext p span.day-text {
          width: 50%;
          display: inline-block;
          text-align: left; }
    .gosite_theme_one .footer.two .geb .js-button {
      margin: 10px 0;
      position: relative; }
    .gosite_theme_one .footer.two .ui-wrapper {
      max-width: 100%; }
      .gosite_theme_one .footer.two .ui-wrapper .button01 {
        max-width: 100%;
        line-height: 30px; }
  .gosite_theme_one .footer.three {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background-color: #fff; }
    .gosite_theme_one .footer.three .col-1 {
      width: 100%;
      float: left; }
    .gosite_theme_one .footer.three .col-2 {
      width: 30%;
      float: left;
      padding-left: 25px; }
    .gosite_theme_one .footer.three .tittle {
      margin-bottom: 35px;
      text-align: center; }
      .gosite_theme_one .footer.three .tittle h2 {
        color: #222222;
        margin: 5px; }
      .gosite_theme_one .footer.three .tittle p {
        color: #434345; }
    .gosite_theme_one .footer.three .contact-form {
      padding: 0 15px; }
      .gosite_theme_one .footer.three .contact-form .common {
        padding: 0; }
      .gosite_theme_one .footer.three .contact-form .formgroup {
        margin-bottom: 14px; }
        .gosite_theme_one .footer.three .contact-form .formgroup label {
          color: #767676;
          font-size: 13px; }
        .gosite_theme_one .footer.three .contact-form .formgroup .formgroup {
          border: none; }
      .gosite_theme_one .footer.three .contact-form .button01 {
        border-width: 0;
        width: auto; }
      .gosite_theme_one .footer.three .contact-form .button02 {
        border-width: 0;
        width: auto; }
    .gosite_theme_one .footer.three .adress {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.three .adress .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.three .adress .paragraphtext p {
          margin: 0 0 10px; }
      .gosite_theme_one .footer.three .adress span {
        display: block;
        font-size: 14px; }
    .gosite_theme_one .footer.three .call-block {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.three .call-block .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.three .call-block .paragraphtext p {
          color: #434345;
          font-size: 14px;
          margin: 0; }
          .gosite_theme_one .footer.three .call-block .paragraphtext p span {
            font-weight: 700; }
    .gosite_theme_one .footer.three .hours-list .paragraphtext {
      margin: 0 0 5px 0; }
      .gosite_theme_one .footer.three .hours-list .paragraphtext p {
        color: #434345;
        font-size: 14px;
        font-weight: 400;
        margin: 0; }
        .gosite_theme_one .footer.three .hours-list .paragraphtext p span {
          width: 50%;
          display: inline-block; }
    .gosite_theme_one .footer.three .geb .js-button {
      margin: 10px 0;
      position: relative; }
  .gosite_theme_one .footer.four {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background-color: #fff; }
    .gosite_theme_one .footer.four .col-1 {
      width: 100%;
      float: left; }
    .gosite_theme_one .footer.four .col-2 {
      width: 100%;
      float: left;
      padding-left: 25px; }
    .gosite_theme_one .footer.four .tittle {
      margin-bottom: 35px;
      text-align: center; }
      .gosite_theme_one .footer.four .tittle h2 {
        color: #222222;
        margin: 5px; }
      .gosite_theme_one .footer.four .tittle p {
        color: #434345; }
    .gosite_theme_one .footer.four .contact-form {
      padding: 0; }
      .gosite_theme_one .footer.four .contact-form .common {
        padding: 0 8px;
        width: 100%;
        float: left; }
        .gosite_theme_one .footer.four .contact-form .common.full {
          width: 100%; }
      .gosite_theme_one .footer.four .contact-form .formgroup {
        margin-bottom: 14px; }
        .gosite_theme_one .footer.four .contact-form .formgroup label {
          color: #767676;
          font-size: 13px; }
        .gosite_theme_one .footer.four .contact-form .formgroup .formgroup {
          border: none; }
      .gosite_theme_one .footer.four .contact-form .button01 {
        border-width: 0;
        width: auto; }
      .gosite_theme_one .footer.four .contact-form .button02 {
        border-width: 0;
        width: auto; }
    .gosite_theme_one .footer.four .adress {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.four .adress .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.four .adress .paragraphtext p {
          margin: 0 0 10px; }
      .gosite_theme_one .footer.four .adress span {
        display: block;
        font-size: 14px; }
    .gosite_theme_one .footer.four .call-block {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.four .call-block .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.four .call-block .paragraphtext p {
          color: #434345;
          font-size: 14px;
          margin: 0; }
          .gosite_theme_one .footer.four .call-block .paragraphtext p span {
            font-weight: 700; }
    .gosite_theme_one .footer.four .hours-list .paragraphtext {
      margin: 0 0 5px 0; }
      .gosite_theme_one .footer.four .hours-list .paragraphtext p {
        color: #434345;
        font-size: 14px;
        font-weight: 400;
        margin: 0; }
        .gosite_theme_one .footer.four .hours-list .paragraphtext p span {
          width: 50%;
          display: inline-block; }
  .gosite_theme_one .footer.five {
    padding: 0; }
    .gosite_theme_one .footer.five .head {
      font-weight: 400; }
    .gosite_theme_one .footer.five .address-block {
      position: absolute;
      left: 10%;
      top: 0;
      z-index: 22;
      margin: 100px; }
      .gosite_theme_one .footer.five .address-block .box {
        display: inline-block;
        width: 100%;
        background: #fff;
        padding: 35px 5%;
        overflow-y: auto;
        height: 370px; }
        .gosite_theme_one .footer.five .address-block .box .cover-line,
        .gosite_theme_one .footer.five .address-block .box .cover-yext-line {
          z-index: 55; }
      .gosite_theme_one .footer.five .address-block .figureRounded figure.rectangle, .gosite_theme_one .footer.five .address-block .figureRounded figure.square {
        border-radius: 10%;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        -o-border-radius: 10%;
        overflow: hidden; }
      .gosite_theme_one .footer.five .address-block .tittle-head {
        margin-bottom: 40px; }
      .gosite_theme_one .footer.five .address-block .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.five .address-block .paragraphtext p {
          margin: 5px 0;
          font-size: 14px; }
    .gosite_theme_one .footer.five .gem .google-map {
      margin: 0; }
  .gosite_theme_one .footer.six {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-color: #fff; }
    .gosite_theme_one .footer.six .head {
      font-weight: 400; }
    .gosite_theme_one .footer.six .layout {
      padding: 0 5px; }
    .gosite_theme_one .footer.six .col-3 {
      float: left; }
    .gosite_theme_one .footer.six .col-3 {
      width: 33.3333%; }
    .gosite_theme_one .footer.six .head {
      color: #222222;
      margin-bottom: 40px; }
    .gosite_theme_one .footer.six .paragraphtext {
      margin-bottom: 5px; }
      .gosite_theme_one .footer.six .paragraphtext .email {
        padding-right: 10px; }
      .gosite_theme_one .footer.six .paragraphtext p {
        color: #222222;
        margin-bottom: 5px; }
        .gosite_theme_one .footer.six .paragraphtext p i {
          color: #aeaeb1;
          font-size: 15px;
          margin-right: 15px;
          display: inline-block; }
        .gosite_theme_one .footer.six .paragraphtext p .day-text,
        .gosite_theme_one .footer.six .paragraphtext p .day-text2 {
          width: 35%;
          display: inline-block; }
        .gosite_theme_one .footer.six .paragraphtext p strong {
          padding-left: 2px; }
    .gosite_theme_one .footer.six p {
      margin-bottom: 5px; }
    .gosite_theme_one .footer.six .formgroup.common {
      padding-left: 0;
      padding-right: 0; }
    .gosite_theme_one .footer.six .formgroup .formgroup {
      background-color: #ffff;
      border: solid 1px #000;
      height: 42px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      color: #000;
      font-size: 14px; }
    .gosite_theme_one .footer.six .formgroup textarea.formgroup {
      height: 68px; }
    .gosite_theme_one .footer.six .button01.fill {
      background: #3cd1b2;
      color: #ffffff;
      font-size: 14px;
      width: auto;
      height: 50px;
      min-width: auto;
      text-align: center;
      border-width: 0;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      font-weight: 700; }
      .gosite_theme_one .footer.six .button01.fill a {
        /*color: #000;*/
        text-decoration: none; }
    .gosite_theme_one .footer.six .newsLetter {
      padding: 0; }
      .gosite_theme_one .footer.six .newsLetter .news-letter-form {
        padding: 10px; }
    .gosite_theme_one .footer.six .geb {
      line-height: 30px; }
    .gosite_theme_one .footer.six .contact-block {
      margin: 10px 0; }
      .gosite_theme_one .footer.six .contact-block a {
        text-decoration: none;
        color: #000; }
    .gosite_theme_one .footer.six .call-block {
      margin: 5px 0;
      font-size: 16px; }
      .gosite_theme_one .footer.six .call-block a {
        text-decoration: none;
        color: #000; }
      .gosite_theme_one .footer.six .call-block .topContact {
        padding: 5px 0; }
    .gosite_theme_one .footer.six .email-block {
      margin: 0 0;
      font-size: 16px;
      display: inline-block;
      width: 100%; }
      .gosite_theme_one .footer.six .email-block .topContact {
        padding: 5px 0; }
      .gosite_theme_one .footer.six .email-block a {
        color: #222222;
        text-decoration: none; }
  .gosite_theme_one .footer .paragraphtext strong a {
    color: #000; }
  .gosite_theme_one .footer.seven {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background-color: #fafafa; }
    .gosite_theme_one .footer.seven .col-3,
    .gosite_theme_one .footer.seven .col-4 {
      float: left; }
    .gosite_theme_one .footer.seven .col-3 {
      width: 40%; }
    .gosite_theme_one .footer.seven .col-4 {
      width: 30%; }
    .gosite_theme_one .footer.seven .head {
      color: #222222;
      margin-bottom: 40px; }
    .gosite_theme_one .footer.seven .paragraphtext {
      margin-bottom: 5px; }
      .gosite_theme_one .footer.seven .paragraphtext .email {
        padding-right: 10px; }
      .gosite_theme_one .footer.seven .paragraphtext p {
        color: #222222;
        margin-bottom: 5px; }
        .gosite_theme_one .footer.seven .paragraphtext p i {
          color: #aeaeb1;
          font-size: 15px;
          margin-right: 15px;
          display: inline-block; }
        .gosite_theme_one .footer.seven .paragraphtext p .day-text {
          width: 35%;
          display: inline-block; }
        .gosite_theme_one .footer.seven .paragraphtext p strong {
          color: #222222;
          padding-left: 2px; }
    .gosite_theme_one .footer.seven p {
      color: #aeaeb1;
      margin-bottom: 5px; }
    .gosite_theme_one .footer.seven .contact-form .options {
      padding-top: 0; }
    .gosite_theme_one .footer.seven .formgroup.common {
      padding-left: 0;
      padding-right: 0; }
    .gosite_theme_one .footer.seven .formgroup .formgroup {
      background-color: #686869;
      border: none;
      height: 42px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      color: #b4b4b9;
      font-size: 14px; }
    .gosite_theme_one .footer.seven .formgroup textarea.formgroup {
      height: 68px; }
    .gosite_theme_one .footer.seven .button01.fill {
      background: #3cd1b2;
      color: #ffffff;
      font-size: 14px;
      width: auto;
      height: 50px;
      min-width: auto;
      text-align: center;
      border-width: 0;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      font-weight: 700; }

.gosite_theme_one .construction.section-one figure.square {
  height: 300px;
  width: 300px; }

.gosite_theme_one .testimonial {
  background-size: 100% auto; }
  .gosite_theme_one .testimonial .infoBox .ge:hover::after {
    z-index: 1; }
  .gosite_theme_one .testimonial .infoBox .ge:hover .head,
  .gosite_theme_one .testimonial .infoBox .ge:hover p,
  .gosite_theme_one .testimonial .ge_editor {
    position: relative;
    z-index: 2; }
  .gosite_theme_one .testimonial .moveGe,
  .gosite_theme_one .testimonial .removeGe {
    z-index: 2; }
  .gosite_theme_one .testimonial .news-letter-form {
    position: relative;
    z-index: 2; }
  .gosite_theme_one .testimonial .embedcode-default-text iframe {
    z-index: 2;
    position: relative; }
  .gosite_theme_one .testimonial.one {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #f6f6f6; }
    .gosite_theme_one .testimonial.one .content-table {
      display: block; }
    .gosite_theme_one .testimonial.one .item1 {
      width: 48%;
      float: left; }
    .gosite_theme_one .testimonial.one .content-head {
      width: 80%;
      margin: 0 auto; }
    .gosite_theme_one .testimonial.one .tittle {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px; }
      .gosite_theme_one .testimonial.one .tittle .head {
        color: #222222; }
      .gosite_theme_one .testimonial.one .tittle p.editor {
        color: #6c6c6c; }
    .gosite_theme_one .testimonial.one .paragraphtext p {
      margin: 5px; }
    .gosite_theme_one .testimonial.one .infoBox {
      display: inline-block;
      width: 100%;
      text-align: center;
      background-color: #fff;
      border: solid 1px #e2e2e2;
      padding: 30px; }
      .gosite_theme_one .testimonial.one .infoBox .head {
        color: #bcbcbc;
        margin: 10px 0; }
      .gosite_theme_one .testimonial.one .infoBox .paragraphtext {
        margin: 0; }
        .gosite_theme_one .testimonial.one .infoBox .paragraphtext P {
          color: #6c6c6c;
          margin: 15px 0; }
      .gosite_theme_one .testimonial.one .infoBox .ge figure {
        max-width: 250px;
        max-height: 250px;
        border-width: 0; }
      .gosite_theme_one .testimonial.one .infoBox .ge figure.rectangle {
        max-width: 250px;
        max-height: 200px;
        border-width: 0; }
      .gosite_theme_one .testimonial.one .infoBox .ge figure.square {
        border-radius: 0; }
      .gosite_theme_one .testimonial.one .infoBox .figureRounded figure.square, .gosite_theme_one .testimonial.one .infoBox .figureRounded figure.rectangle {
        border-radius: 10px;
        overflow: hidden; }
      .gosite_theme_one .testimonial.one .infoBox .news-letter-form {
        position: relative;
        z-index: 2; }
  .gosite_theme_one .testimonial.two {
    display: block;
    width: 100%;
    padding: 65px 0;
    position: relative;
    /* &:before{
                position:absolute;
                left:0;
                top:0;
                width:100%;
                height:100%;
                background-color:#222222;
                content:'';
                opacity:0.85;
            }*/ }
    .gosite_theme_one .testimonial.two .col-1 {
      width: 100%;
      float: left; }
    .gosite_theme_one .testimonial.two .col-2 {
      width: 58%;
      float: left; }
    .gosite_theme_one .testimonial.two .infoBox {
      display: inline-block;
      width: 100%;
      text-align: left; }
      .gosite_theme_one .testimonial.two .infoBox .cover-line {
        z-index: 22;
        position: relative; }
      .gosite_theme_one .testimonial.two .infoBox .ui-resizable {
        z-index: 55; }
      .gosite_theme_one .testimonial.two .infoBox .head {
        color: #fff;
        margin: 10px 0; }
      .gosite_theme_one .testimonial.two .infoBox .paragraphtext {
        margin: 0; }
        .gosite_theme_one .testimonial.two .infoBox .paragraphtext P {
          color: #fff;
          margin: 15px 0; }
      .gosite_theme_one .testimonial.two .infoBox .accordian-list p {
        color: #000; }
      .gosite_theme_one .testimonial.two .infoBox .ge figure {
        max-width: 250px;
        max-height: 250px;
        border-width: 0; }
    .gosite_theme_one .testimonial.two .button01 {
      margin: 10px 0; }
    .gosite_theme_one .testimonial.two .content-table {
      display: block; }
  .gosite_theme_one .testimonial.three {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #fff; }
    .gosite_theme_one .testimonial.three .content-table {
      display: block; }
    .gosite_theme_one .testimonial.three .item1 {
      width: 100%;
      float: left; }
    .gosite_theme_one .testimonial.three .content-head {
      width: 80%;
      margin: 0 auto; }
    .gosite_theme_one .testimonial.three .tittle {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      margin-top: 0;
      margin-bottom: 0; }
      .gosite_theme_one .testimonial.three .tittle .head {
        color: #222222;
        line-height: 30px; }
      .gosite_theme_one .testimonial.three .tittle p.editor {
        color: #6c6c6c; }
    .gosite_theme_one .testimonial.three .paragraphtext p {
      margin: 5px; }
    .gosite_theme_one .testimonial.three .infoBox {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .gosite_theme_one .testimonial.three .infoBox .head {
        color: #bcbcbc;
        margin: 10px 0; }
      .gosite_theme_one .testimonial.three .infoBox .paragraphtext {
        margin: 0; }
        .gosite_theme_one .testimonial.three .infoBox .paragraphtext P {
          color: #6e6e6e;
          margin: 0;
          font-size: 16px; }
      .gosite_theme_one .testimonial.three .infoBox .ge figure {
        max-height: 250px;
        border-width: 0; }
      .gosite_theme_one .testimonial.three .infoBox .news-letter-form {
        position: relative;
        z-index: 2; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 9999; }
  .overlay .popup {
    margin: 70px auto;
    background: #fff;
    width: 1000px;
    position: relative;
    transition: all 5s ease-in-out; }
  .overlay .content {
    width: 1000px;
    position: relative;
    z-index: 10; }
  .overlay .close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    right: -49px;
    top: 0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    z-index: 11;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .overlay .close .icon-close {
      color: #898989;
      font-size: 28px;
      line-height: 50px; }
    .overlay .close:hover .icon-close {
      background: rgba(255, 255, 255, 0.9); }

.scroll-down-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 41px;
  z-index: 55;
  color: #fff;
  font-size: 40px;
  opacity: 0.6;
  text-align: center;
  margin-left: -20px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .scroll-down-arrow .icon-scroll-down {
    cursor: pointer; }
  .scroll-down-arrow:hover {
    opacity: 1; }
  .scroll-down-arrow.bounce {
    -webkit-animation: bounce 2.5s infinite;
    -o-animation: bounce 2.5s infinite;
    animation: bounce 2.5s infinite; }

@media only screen and (min-width: 768px) {
  .gosite_theme_one .contentarea .options .gec.item {
    padding: 6px; }
  .contentarea {
    padding: 40px 25px; }
    .contentarea.darkyellowarea .innerpadding {
      padding: 50px 100px; }
  .innerPageTemplate .contentarea {
    min-height: calc(100vh - 397px); }
  .gosite_theme_one .footer.one {
    padding: 60px 0; }
    .gosite_theme_one .footer.one .container {
      padding: 0 2%;
      width: 100%; }
  .gosite_theme_one .footer.two {
    padding: 50px 0; }
    .gosite_theme_one .footer.two .container {
      width: 100%;
      padding: 0 2%; }
    .gosite_theme_one .footer.two .col-1 {
      width: 60%; }
    .gosite_theme_one .footer.two .col-2 {
      width: 40%;
      padding-left: 0; }
    .gosite_theme_one .footer.two .tittle {
      margin-bottom: 35px; }
      .gosite_theme_one .footer.two .tittle p {
        /* line-height:24px;*/ }
  .gosite_theme_one .footer.three .contact-form .common {
    padding: 0 10px;
    width: 33.333%;
    display: inline-block; }
  .gosite_theme_one .footer.three .contact-form .full {
    width: 100%; }
  .gosite_theme_one .footer.four .contact-form .common {
    width: 33.333%; }
  .gosite_theme_one .footer.four .col-1 {
    width: 75%;
    float: left; }
  .gosite_theme_one .footer.four .col-2 {
    width: 25%;
    float: left;
    padding-left: 25px; }
  .gosite_theme_one .footer.five .address-block {
    width: 75%;
    left: 5%;
    top: 0;
    margin: 44px 0; }
  .gosite_theme_one .footer.five .col-2 {
    float: left;
    width: 50%; }
    .gosite_theme_one .footer.five .col-2 .day-text {
      float: left;
      width: 50%; }
  .gosite_theme_one .footer.five .day-text {
    width: 50%;
    float: left;
    height: 30px; }
  .gosite_theme_one .footer.six {
    padding: 60px 0; }
    .gosite_theme_one .footer.six .container {
      padding: 0 2%;
      width: 100%; }
  .gosite_theme_one .section-three {
    padding: 100px 0; }
    .gosite_theme_one .section-three .container {
      padding: 0 2%;
      width: 100%; }
  .gosite_theme_one .section-four .container {
    padding: 0 2%;
    width: 100%; }
  .gosite_theme_one div.container.fluid-width {
    width: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 1000px) {
  .gosite_theme_one .contentarea {
    padding: 80px 0; }
    .gosite_theme_one .contentarea .options {
      padding-top: 20px; }
    .gosite_theme_one .contentarea .paragraphtextwidth {
      max-width: 700px;
      margin: auto; }
    .gosite_theme_one .contentarea h1 {
      margin-bottom: 20px; }
  .gosite_theme_one .contentarea .item figure {
    max-width: 100%; }
  .gosite_theme_one .footer.two {
    padding: 100px 0; }
    .gosite_theme_one .footer.two .container {
      width: 1000px;
      padding: 0; }
    .gosite_theme_one .footer.two .col-1 {
      width: 70%; }
    .gosite_theme_one .footer.two .col-2 {
      width: 30%;
      padding-left: 25px; }
    .gosite_theme_one .footer.two .tittle p {
      /*font-size:20px;
                        font-weight:700;*/
      color: #434345; }
  .gosite_theme_one .footer.five .col-2 {
    width: 50%;
    float: left; }
  .gosite_theme_one .footer.five .address-block {
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
    margin: 4%; }
    .gosite_theme_one .footer.five .address-block .tittle-head {
      margin: 20px 0; }
  .gosite_theme_one .footer.five .gem .google-map {
    margin: 0; } }

@media only screen and (min-width: 1280px) {
  .gosite_theme_one .contentarea.darkyellowarea .innerpadding {
    padding: 50px 100px; }
  .gosite_theme_one .footer.five .address-block {
    width: 50%;
    left: 5%;
    top: 0;
    margin: 44px 0; }
  .gosite_theme_one .footer.five .col-2 {
    float: left;
    width: 50%; }
    .gosite_theme_one .footer.five .col-2 .day-text {
      float: left;
      width: 50%; } }

@media (min-width: 641px) and (max-width: 999px) {
  .gosite_theme_one .contentarea.recent-properties .options .item.six {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  body [align] img {
    text-align: center !important; }
  .gosite_theme_one .gallery-section-one {
    padding: 50px 0; }
    .gosite_theme_one .gallery-section-one .container {
      padding: 0 2%;
      width: 100%; }
  .gosite_theme_one .gallery-section-two {
    padding: 50px 0; }
  .gosite_theme_one .gallery-section-two .container {
    padding: 0 2%;
    width: 100%; }
  .gosite_theme_one .gallery-section-two .infoBox .gallery-info {
    padding: 30px; }
  .gosite_theme_one .gallery-section-three {
    padding: 50px 0; }
  .gosite_theme_one .gallery-section-three .container {
    padding: 0 2%;
    width: 100%; }
  .gosite_theme_one section.contentarea {
    padding: 25px 10px !important; }
  .gosite_theme_one .container {
    width: 100%;
    padding: 0 2%; }
  .gosite_theme_one .team.one {
    padding: 90px 0; }
    .gosite_theme_one .team.one .infoBox {
      margin-bottom: 20px; }
    .gosite_theme_one .team.one .button02 {
      margin-top: 50px; }
    .gosite_theme_one .team.one .tittle {
      width: 100%; }
  .gosite_theme_one .team.two .tittle {
    width: 100%; }
  .gosite_theme_one .team.two .infoBox {
    margin-bottom: 20px;
    margin-left: 0; }
  .gosite_theme_one .team.two .image-block {
    margin-bottom: 0; }
  .gosite_theme_one .gallery.one {
    padding: 50px 0; }
  .gosite_theme_one .gallery.two {
    padding: 50px 0; }
    .gosite_theme_one .gallery.two .infoBox .gallery-info {
      padding: 30px; }
  .gosite_theme_one .gallery.three {
    padding: 50px 0; }
  .gosite_theme_one .construction.section-one figure {
    width: 100%;
    min-height: 250px; }
  .gosite_theme_one .section-four {
    padding: 60px 0; }
  .gosite_theme_one .footer.six .col-3 {
    width: 100%; } }

@media (min-width: 481px) and (max-width: 767px) {
  .gosite_theme_one .container {
    width: 100%;
    padding: 0 2%; }
  .gosite_theme_one .team.one .col-1 {
    width: 50%; }
  .gosite_theme_one .team.two .col-2 {
    width: 50%; }
  .gosite_theme_one .gallery.three .col-4 {
    width: 50%; }
  .gosite_theme_one .testimonial.one {
    padding: 60px 0; }
    .gosite_theme_one .testimonial.one .item1 {
      width: 100%;
      float: left; }
  .gosite_theme_one .footer.five .col-2 {
    width: 50%;
    float: left; }
  .gosite_theme_one .footer.five .address-block {
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
    margin: 10%; }
    .gosite_theme_one .footer.five .address-block .tittle-head {
      margin: 20px 0; }
  .gosite_theme_one .footer.five .gem .google-map {
    margin: 0; }
  .gosite_theme_one .footer.five .day-text {
    width: 100%;
    float: left;
    margin: 5px 0; } }

@media only screen and (max-width: 480px) {
  .gosite_theme_one .contentarea .options .item figure.circle {
    max-width: 195px !important;
    max-height: 195px !important; }
  .gosite_theme_one .geh h2 {
    margin: 10px 0; }
  .gosite_theme_one .gallery-section-one .col-3 {
    width: 100%; }
  .gosite_theme_one .gallery-section-two .col-2 {
    width: 100%; }
  .gosite_theme_one .gallery-section-two .col-3 {
    width: 100%; }
  .gosite_theme_one .gallery-section-three .col-4 {
    width: 100%; }
  .gosite_theme_one .gallery-section-three .infoBox {
    height: 250px; }
  .gosite_theme_one .footer-section-one .paragraphtext p span {
    width: 50%; }
  .gosite_theme_one .contentarea .ge figure.rectangle {
    height: auto !important; }
  .gosite_theme_one .contentarea .ge figure.rectangle {
    max-width: 190px !important; }
  .gosite_theme_one .contentarea.gallery-section {
    padding: 15px 0 !important; }
  .gosite_theme_one .gesm.social {
    text-align: center !important; }
  .gosite_theme_one .testimonial.one .infoBox .ge figure {
    max-height: 150px !important;
    max-width: 150px !important; }
  .gosite_theme_one .testimonial.one .infoBox .ge figure.rectangle {
    max-width: 150px !important;
    max-height: 100px !important; }
  .gosite_theme_one .layout .ge.gei figure.rectangle,
  .gosite_theme_one .contentarea .ge.gei figure.rectangle {
    max-width: 320px; }
    .gosite_theme_one .layout .ge.gei figure.rectangle img,
    .gosite_theme_one .contentarea .ge.gei figure.rectangle img {
      min-height: inherit;
      height: auto; }
  .gosite_theme_one .container {
    width: 100%;
    padding: 0 2%; }
  .gosite_theme_one .team.one .col-1 {
    width: 100%; }
  .gosite_theme_one .team.two .col-2 {
    width: 100%; }
  .gosite_theme_one .team.two .image-block {
    margin-right: 15px; }
  .gosite_theme_one .team.three .col-1 {
    width: 100%; }
  .gosite_theme_one .team.three .tittle {
    width: 100%; }
  .gosite_theme_one .team.three .infoBox {
    margin-bottom: 30px; }
    .gosite_theme_one .team.three .infoBox figure {
      max-height: 275px;
      overflow: hidden; }
  .gosite_theme_one .gallery.one .col-3 {
    width: 100%; }
  .gosite_theme_one .gallery.two .col-2 {
    width: 100%; }
  .gosite_theme_one .gallery.three .col-4 {
    width: 100%; }
  .gosite_theme_one .gallery.three .infoBox {
    height: 250px; }
  .gosite_theme_one .testimonial.one {
    padding: 10px 0; }
    .gosite_theme_one .testimonial.one .item1 {
      width: 100%;
      float: left; }
    .gosite_theme_one .testimonial.one .content-row {
      display: block;
      margin: 0 -5px; }
  .gosite_theme_one .testimonial.two {
    padding: 10px 0; }
  .gosite_theme_one .testimonial.three {
    padding: 10px 0; }
  .gosite_theme_one .testimonial.two .infoBox {
    text-align: center; }
    .gosite_theme_one .testimonial.two .infoBox .ge {
      text-align: center; }
  .gosite_theme_one .testimonial.three .ge {
    text-align: center; }
  .gosite_theme_one .contentarea .options {
    padding-top: 10px; }
  .gosite_theme_one .contentarea .button02 {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    /*border:solid 2px red;*/ }
  .gosite_theme_one .footer.four .col-2 {
    width: 100% !important; }
  .gosite_theme_one .footer.four .col-1 {
    width: 100% !important; }
  .gosite_theme_one .footer.four .contact-form .common {
    width: 100% !important; } }

body .mce-content-body a[data-mce-selected] {
  background: transparent; }

.banner .hoveroptions .elements.remove {
  left: 50%;
  margin-left: 12px; }

.banner .hoveroptions .elements.clone {
  left: 50%;
  margin-left: -12px; }

.banner .hoveroptions .elements.settings {
  left: 50%;
  margin-left: -36px; }

.banner {
  height: 100vh;
  min-height: 400px; }
  .banner .bannerText {
    height: 120vh;
    min-height: 400px; }
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5,
  .banner h6,
  .banner p {
    color: #fff !important;
    font-weight: 400; }
  .banner ul li {
    color: #fff;
    line-height: 30px;
    font-size: 14px; }
  .banner ol {
    color: #fff; }
    .banner ol li {
      color: #fff;
      line-height: 30px;
      font-size: 14px; }

.banner-sticky, .contentarea.whitearea.banner-sticky, .contentarea.grayarea.banner-sticky, .contentarea.call-to-action.banner-sticky {
  background-size: cover;
  background-attachment: fixed; }

section.banner .bannerText {
  min-height: 100vh; }

.banner {
  overflow: hidden;
  position: relative;
  min-height: 500px;
  text-align: center;
  background-image: url("https://d1hz0qcu1muexe.cloudfront.net/edits/5cabfcecc14f450eb9f1ec3f/9e531dfabd2bdb4b700713010fb9323dcroppedimage.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: none;
  width: 100%; }
  .banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .banner .bannerpic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .banner .bannerpic img {
      min-height: 100%; }
  .banner .bannerText {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    padding: 50px 10px 0; }
    .banner .bannerText h1 {
      font-family: Montserrat;
      margin-bottom: 20px;
      color: #000000;
      font-weight: 400;
      text-transform: inherit; }
      .banner .bannerText h1 strong {
        font-weight: 700; }
    .banner .bannerText p {
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 400; }
    .banner .bannerText .button02 {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }
    .banner .bannerText .rounded {
      border-radius: 35px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      -o-border-radius: 35px; }
  .banner .bannerbutton01 {
    min-height: auto;
    line-height: 35px;
    padding: 10px 50px;
    background: #ffffff;
    font-size: 14px;
    max-width: 300px;
    color: #000000;
    font-family: Open Sans;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .banner .gei figure,
  .banner .gei .figureRounded {
    border-style: solid; }
    .banner .gei figure .square,
    .banner .gei .figureRounded .square {
      max-width: 100%;
      max-height: 100%; }
    .banner .gei figure .circle,
    .banner .gei .figureRounded .circle {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .banner .gei figure .circle .overHide,
      .banner .gei .figureRounded .circle .overHide {
        height: 100%;
        overflow: hidden;
        border-radius: 50%; }
        .banner .gei figure .circle .overHide img,
        .banner .gei .figureRounded .circle .overHide img {
          max-height: 100%;
          max-width: 100%;
          min-height: 100%;
          width: 100%; }
    .banner .gei figure .rectangle,
    .banner .gei .figureRounded .rectangle {
      max-width: 100%; }
  .banner.innerbanner {
    /*height: auto;
        min-height:400px;*/
    height: auto !important;
    min-height: inherit !important;
    padding: 0 !important; }
    .banner.innerbanner .bannerText {
      height: 75vh;
      width: 100%;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      width: 100vw;
      margin: 0px auto;
      position: relative;
      z-index: 2;
      padding: 40px 0 0 0; }
      .banner.innerbanner .bannerText h1 {
        margin: 20px 0; }
      .banner.innerbanner .bannerText p {
        margin: 20px 0 40px; }
  .banner .hoveroptions .elements.commomEdit {
    top: 120px; }

@media only screen and (min-width: 768px) {
  section.banner .bannerText {
    padding: 0 30px; }
    section.banner .bannerText h1 {
      margin-bottom: 20px; }
    section.banner .bannerText p {
      margin-bottom: 20px; }
  section.banner .bannerbutton01 {
    max-width: inherit; }
  section.banner.innerbanner {
    padding-top: 100px;
    min-height: 75vh; } }

@media only screen and (max-width: 767px) {
  .banner {
    min-height: 100vh;
    height: auto;
    padding-bottom: 15px; }
    .banner .bannerText h1 {
      font-size: 20px;
      line-height: 30px; }
      .banner .bannerText h1 font {
        font-size: 20px !important;
        line-height: 30px; }
  .banner-sticky {
    background-attachment: scroll; } }

.banner.banner02 .hoveroptions .elements.remove {
  left: 50%;
  margin-left: 12px; }

.banner.banner02 .hoveroptions .elements.clone {
  left: 50%;
  margin-left: -12px; }

.banner.banner02 .hoveroptions .elements.settings {
  left: 50%;
  margin-left: -36px; }

.banner.banner02 .bannerText {
  padding: 50px 20px 0; }

.banner.banner02 .bannerBox {
  max-width: 570px;
  margin: 25px auto;
  border: solid 10px #ffffff;
  padding: 20px 20px 20px;
  position: relative; }
  .banner.banner02 .bannerBox p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600; }

.banner.banner02 .bannerBoxBtn {
  position: relative;
  top: -58px; }

.banner.banner02 .banner-btn {
  display: block;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.banner.banner02 .button01.fill,
.banner.banner02 .button02.fill {
  border-width: 0;
  background-color: #fff;
  color: #000; }

.banner.banner02:after {
  opacity: 0.2; }

.banner.banner02 .inner_item_drag_handler .settings {
  margin-left: -14px; }

@media only screen and (min-width: 768px) {
  section.banner.banner02 .bannerBox {
    max-width: 570px;
    margin: 25px auto;
    border: solid 10px #ffffff;
    padding: 60px 100px 40px;
    position: relative; }
    section.banner.banner02 .bannerBox p {
      font-size: 16px;
      line-height: 33px;
      font-weight: 600; }
  section.banner.banner02 .button01,
  section.banner.banner02 .button02 {
    position: relative; } }

@media only screen and (max-width: 480px) {
  .banner.banner02 .bannerText {
    padding: 50px 5px 0; }
    .banner.banner02 .bannerText h1 {
      font-size: 16px;
      line-height: 22px; }
  .banner.banner02 .bannerBox {
    margin: 25px auto;
    border: solid 5px #ffffff;
    padding: 10px; } }

.banner.banner03 .hoveroptions .elements.remove {
  left: 50%;
  margin-left: 12px; }

.banner.banner03 .hoveroptions .elements.clone {
  left: 50%;
  margin-left: -12px; }

.banner.banner03 .hoveroptions .elements.settings {
  left: 50%;
  margin-left: -36px; }

.banner.banner03 .bannerBox {
  text-align: center; }
  .banner.banner03 .bannerBox h1,
  .banner.banner03 .bannerBox h2,
  .banner.banner03 .bannerBox h3,
  .banner.banner03 .bannerBox h4,
  .banner.banner03 .bannerBox h5,
  .banner.banner03 .bannerBox h6 {
    color: #fff; }

.banner.banner03:after {
  opacity: 0.2; }

.banner.banner03 .inner_item_drag_handler .settings {
  margin-left: 0;
  left: 0; }

.banner.banner03.banner-section-six .banner-btn {
  display: block;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.banner.banner03.banner-section-six .button01 {
  font-size: 14px;
  min-width: 225px;
  text-align: center;
  background-color: #2374f9;
  border-color: #2374f9;
  color: #fff; }

@media (min-width: 481px) and (max-width: 767px) {
  .banner.banner03 .bannerBox {
    max-width: 100%;
    padding: 0 30px; }
  .banner.banner03 .bannerText h1 {
    line-height: 55px; } }

@media only screen and (max-width: 480px) {
  .banner.banner03 .bannerbutton01 {
    max-width: 100%;
    min-width: 100%; }
  .banner.banner03 .bannerText h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0 !important; }
  .banner-section-three.banner.banner03 .bannerText h1 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: none; }
  .banner-section-six.banner.banner03 .bannerText h1 {
    /*font-size: 40px;
        line-height: 1;*/
    margin-bottom: 10px; }
  .banner-section-six.banner.banner03 .bannerText {
    padding: 50px 0 0; } }

.banner.banner04 {
  min-height: auto; }
  .banner.banner04 .hoveroptions .elements.remove {
    left: 50%;
    margin-left: 12px; }
  .banner.banner04 .hoveroptions .elements.clone {
    left: 50%;
    margin-left: -12px; }
  .banner.banner04 .hoveroptions .elements.settings {
    left: 50%;
    margin-left: -36px; }
  .banner.banner04 .bannerScale {
    float: right;
    background: rgba(7, 135, 201, 0.8); }
  .banner.banner04 .bannerText {
    padding-left: 20px; }
  .banner.banner04 .bannerBox {
    text-align: left;
    position: relative;
    z-index: 5; }
  .banner.banner04 .inner_item_drag_handler .settings {
    margin-left: 0;
    left: 0; }
  .banner.banner04 .button01 {
    background-color: #efc813;
    border-color: #efc813;
    color: #000; }

@media only screen and (min-width: 768px) {
  section.banner.banner04 .bannerText:after {
    left: 45%; }
  section.banner.banner04 .bannerBox {
    max-width: 600px; } }

@media only screen and (max-width: 767px) {
  .banner.banner04 .bannerScale {
    width: 80% !important; } }

.banner.banner05 .hoveroptions .elements.remove {
  left: 50%;
  margin-left: 12px; }

.banner.banner05 .hoveroptions .elements.clone {
  left: 50%;
  margin-left: -12px; }

.banner.banner05 .hoveroptions .elements.settings {
  left: 50%;
  margin-left: -36px; }

.banner.banner05 .inner_item_drag_handler .settings {
  margin-left: -14px; }

.banner.banner05 .bannerText {
  padding: 0; }

.banner.banner05 .banner-btn {
  display: block;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.banner.banner05 .button01 {
  font-size: 14px;
  min-width: 225px;
  text-align: center;
  background-color: #fff;
  border: 0;
  color: #fff;
  border: solid 1px #000;
  color: #000; }

.banner.banner06 {
  padding: 0 25px; }
  .banner.banner06:after {
    opacity: 0.2;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .banner.banner06 .bannerBox {
    max-width: 540px;
    text-align: left; }
    .banner.banner06 .bannerBox .editor p span {
      line-height: 70px; }
  .banner.banner06 .bannerText {
    padding: 0; }
  .banner.banner06 .button01.fill {
    background: #f5c136;
    color: #222222;
    border-color: #f5c136;
    line-height: 68px;
    padding: 0 15px; }
    .banner.banner06 .button01.fill > i {
      font-size: 12px;
      margin-left: 10px; }

@media only screen and (min-width: 768px) {
  section.banner.banner06 .bannerText h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 25px; }
  section.banner.banner06 .bannerText p {
    line-height: 28px;
    font-size: 16px;
    color: #e2e2e3;
    margin-bottom: 55px; }
  section.banner.banner06 .button02.fill {
    font-size: 18px;
    height: 68px;
    line-height: 68px;
    padding: 0 38px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .banner.banner06 .bannerText {
    padding-top: 90px; }
  .banner.banner06 .bannerText h1 {
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px; }
  .banner.banner06 .bannerText p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px; }
  .banner.banner06 .button02.fill {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px; } }

@media only screen and (max-width: 480px) {
  .banner.banner06 .bannerText {
    padding-top: 90px; }
  .banner.banner06 .bannerText h1 {
    margin-bottom: 10px; }
  .banner.banner06 .bannerText h1,
  .banner.banner06 .bannerText h1 span,
  .banner.banner06 .bannerText h1 strong {
    display: inline-block; }
  .banner.banner06 .bannerText p {
    line-height: 25px;
    font-size: 15px;
    color: #e2e2e3;
    margin-bottom: 15px; }
  .banner.banner06 .button02.fill {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px; } }

@media only screen and (max-width: 320px) {
  .banner .banner06 .bannerText {
    padding-top: 140px !important; } }

.banner.banner07:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner07 .bannerBox {
  max-width: 435px;
  float: right; }

.banner.banner07 .bannerText {
  text-align: left; }
  .banner.banner07 .bannerText h1 {
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .banner.banner07 .bannerText p {
    color: #dfdfe0;
    margin-bottom: 55px; }
  .banner.banner07 .bannerText .get-button {
    color: #82848a;
    text-decoration: underline;
    font-size: 15px;
    margin-left: 34px;
    font-weight: 700; }
    .banner.banner07 .bannerText .get-button:hover {
      text-decoration: none;
      color: #fff; }

.banner.banner07 .button01.fill {
  background: #fff;
  border-color: #fff;
  color: #000;
  font-size: 18px;
  height: 64px;
  line-height: 62px;
  padding: 0 45px;
  font-weight: 600;
  min-width: auto;
  max-width: inherit;
  border-style: solid;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset; }

@media only screen and (max-width: 480px) {
  .banner.banner07 .bannerText p {
    margin-bottom: 10px; }
  .banner.banner07 .bannerText h1 {
    margin-bottom: 25px; }
  .banner.banner07 .get-button {
    display: block;
    margin-top: 15px;
    margin-left: 0; } }

.banner.banner08:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner08 .bannerBox {
  max-width: 555px;
  float: left;
  text-align: left; }

.banner.banner08 .bannerText h1 {
  color: #fff;
  line-height: 70px;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative; }
  .banner.banner08 .bannerText h1:before {
    content: '';
    width: 425px;
    height: 88px;
    border: solid 5px #efc813;
    position: absolute;
    z-index: -1;
    opacity: 0.12;
    top: 35px;
    left: -32px; }

.banner.banner08 .bannerText p {
  line-height: 28px;
  font-size: 16px;
  color: #dfdfe0; }

.banner.banner08 .button01.fill {
  background: #efc813;
  border-width: 0;
  color: #000;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 45px;
  font-weight: 600;
  min-width: auto;
  max-width: inherit;
  border-style: solid;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset; }

@media only screen and (max-width: 480px) {
  .banner.banner08 .bannerText .geh {
    text-align: center; }
  .banner.banner08 .bannerText .geb {
    text-align: center; }
  .banner.banner08 .bannerText h1 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 18px; } }

.banner.banner09:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner09 .bannerBox {
  max-width: 555px;
  float: left;
  text-align: left; }

.banner.banner09 .bannerText h1 {
  color: #fff;
  line-height: 68px;
  margin-bottom: 40px;
  text-transform: uppercase; }

.banner.banner09 .bannerText p {
  line-height: 28px;
  font-size: 21px;
  color: #fff;
  margin-bottom: 25px; }

.banner.banner09 .bannerbutton01 {
  background: #26ca35;
  height: 60px;
  padding: 0 34px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  line-height: 60px;
  border-style: solid;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset; }

@media only screen and (max-width: 480px) {
  .banner.banner09 .bannerBox {
    padding: 40px 30px 0; }
  .banner.banner09 .bannerText h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px; }
  .banner.banner09 .bannerText p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px; } }

.banner.banner10:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner10 .bannerBox {
  max-width: 540px;
  text-align: left; }

.banner.banner10 .bannerText {
  padding: 0 30px; }
  .banner.banner10 .bannerText h1 {
    color: #fff;
    line-height: 68px;
    margin-bottom: 25px;
    text-transform: none; }
    .banner.banner10 .bannerText h1 small {
      color: #fe5e0e;
      font-size: 26px;
      font-weight: 400;
      display: block; }
  .banner.banner10 .bannerText p {
    line-height: 28px;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0; }
    .banner.banner10 .bannerText p i {
      background: #26ca35;
      border-radius: 50%;
      display: inline-block;
      font-size: 8px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      width: 18px;
      position: relative;
      top: -2px;
      margin-right: 10px; }

.banner.banner10 .button02.fill {
  background: none;
  border: solid 2px #e0e0e0;
  color: #fff;
  font-size: 16px;
  height: 55px;
  line-height: 50px;
  padding: 0 30px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: auto;
  max-width: inherit;
  margin-top: 30px;
  border-style: solid;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset; }
  .banner.banner10 .button02.fill i {
    color: #26ca35;
    font-size: 13px;
    margin-left: 12px; }
  .banner.banner10 .button02.fill:hover {
    background: #0db41d;
    border: solid 2px #0db41d; }
    .banner.banner10 .button02.fill:hover i {
      color: #fff;
      font-size: 13px;
      margin-left: 12px; }

@media (min-width: 481px) and (max-width: 767px) {
  .banner.banner10 .bannerBox {
    max-width: 100%;
    padding: 65px 30px;
    text-align: left; }
  .banner.banner10 .bannerText {
    padding: 0; }
  .banner.banner10 .button02.fill {
    margin-top: 10px; }
    .banner.banner10 .button02.fill i {
      color: #26ca35;
      font-size: 13px;
      margin-left: 12px; } }

@media only screen and (max-width: 480px) {
  .banner.banner10 .bannerBox {
    max-width: 100%;
    padding: 65px 20px;
    text-align: left; }
  .banner.banner10 .bannerText h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px; }
  .banner.banner10 .bannerText p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0; }
  .banner.banner10 .button02.fill {
    margin-top: 0; } }

.banner.banner11:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner11 .bannerBox {
  max-width: 555px;
  float: left; }

.banner.banner11 .bannerText h1 {
  color: #fff;
  line-height: 68px;
  margin-bottom: 25px;
  text-transform: none; }

.banner.banner11 .bannerText p {
  line-height: 28px;
  font-size: 16px;
  color: #dfdfe0; }

@media only screen and (max-width: 480px) {
  .banner.banner11 .bannerText h1 {
    font-size: 40px;
    line-height: 45px; } }

.banner.banner12:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner12 .bannerBox {
  max-width: 540px; }

.banner.banner12 .bannerText {
  padding: 0; }
  .banner.banner12 .bannerText h1 {
    color: #fff;
    line-height: 68px;
    margin-bottom: 25px; }
    .banner.banner12 .bannerText h1 small {
      color: #fe5e0e;
      font-size: 24px;
      font-weight: 400;
      display: block; }
  .banner.banner12 .bannerText h5 {
    color: #fe5e0e;
    font-size: 24px;
    font-weight: 400;
    display: block; }
  .banner.banner12 .bannerText p {
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px; }

.banner.banner12 .button01.fill {
  background: #36a107;
  border-width: 0;
  color: #fff;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 45px;
  font-weight: 600;
  min-width: auto;
  max-width: inherit;
  border-style: solid;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset; }

@media only screen and (max-width: 480px) {
  .banner.banner12 .bannerBox {
    padding: 65px 30px 0; }
  .banner.banner12 .bannerText p {
    margin-bottom: 10px; }
  .banner.banner12 .bannerText h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px; } }

.banner.banner13:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner13 .bannerBox {
  max-width: 435px;
  float: right; }

.banner.banner13 .bannerText h1 {
  color: #fff;
  line-height: 100px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left; }
  .banner.banner13 .bannerText h1 span {
    color: #fe0e5d; }

.banner.banner13 .bannerText p {
  margin: 30px 0;
  line-height: 28px;
  font-size: 21px;
  color: #dfdfe0;
  line-height: 38px;
  text-align: right; }

@media only screen and (max-width: 767px) {
  .banner.banner13 .bannerBox {
    max-width: 100%;
    float: none; }
  .banner.banner13 .bannerText h1 {
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600; }
    .banner.banner13 .bannerText h1 span {
      color: #fe0e5d;
      display: inline-block;
      width: 100%; }
  .banner.banner13 .bannerText p {
    text-align: center;
    margin: 15px 0;
    line-height: 28px;
    font-size: 18px;
    color: #dfdfe0; } }

.banner.banner14:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner14 .bannerBox {
  max-width: 632px;
  height: 393px;
  display: inline-block;
  text-align: center;
  background: url(../images/builder/banner/photo-frame.png);
  padding: 0 125px;
  margin: 0 90px; }
  .banner.banner14 .bannerBox p {
    text-align: center;
    margin-top: 75px;
    font-size: 18px;
    font-weight: 600; }

.banner.banner14 .left-content {
  width: 20%;
  display: inline-block;
  position: relative;
  top: -165px;
  text-align: left; }
  .banner.banner14 .left-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }

.banner.banner14 .right-content {
  width: 20%;
  display: inline-block;
  position: relative;
  top: -165px;
  text-align: left; }
  .banner.banner14 .right-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0; }

.banner.banner14 .bannerText h1 {
  color: #fff;
  line-height: 100px;
  text-transform: none;
  font-weight: 600;
  margin-top: 95px; }

@media (min-width: 481px) and (max-width: 767px) {
  .banner.banner14 .bannerBox {
    max-width: 100%;
    height: auto;
    padding: 0 5%;
    margin: 5px auto; }
    .banner.banner14 .bannerBox p {
      margin: 30px 0;
      font-size: 14px; }
  .banner.banner14 .left-content {
    width: 80%;
    top: 0;
    text-align: center;
    margin: 5px 0; }
    .banner.banner14 .left-content p {
      font-size: 16px;
      line-height: 28px;
      margin: 0; }
  .banner.banner14 .right-content {
    width: 80%;
    top: 0;
    text-align: center;
    margin: 5px 0; }
    .banner.banner14 .right-content p {
      font-size: 16px;
      line-height: 28px; }
  .banner.banner14 .bannerText paragraphtext {
    margin: 0; }
  .banner.banner14 .bannerText h1 {
    line-height: 30px;
    margin: 30px 0; } }

@media only screen and (max-width: 480px) {
  .banner.banner14 .bannerBox {
    max-width: 100%;
    height: auto;
    padding: 0 5%;
    margin: 5px auto; }
    .banner.banner14 .bannerBox p {
      margin: 30px 0;
      font-size: 14px; }
  .banner.banner14 .left-content {
    display: none; }
  .banner.banner14 .right-content {
    display: none; }
  .banner.banner14 .bannerText paragraphtext {
    margin: 0; }
  .banner.banner14 .bannerText h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 30px 0; } }

.banner.banner15:after {
  opacity: 0.2;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.banner.banner15 .bannerBox {
  max-width: 435px;
  float: right; }

.banner.banner15 .banner-image {
  float: left; }
  .banner.banner15 .banner-image .cloneGe {
    z-index: 35;
    position: absolute; }
  .banner.banner15 .banner-image .moveGe {
    display: none; }
  .banner.banner15 .banner-image .figureRounded figure .overHide {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
  .banner.banner15 .banner-image .gei figure.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }

.banner.banner15 .bannerText {
  text-align: left; }
  .banner.banner15 .bannerText .head {
    color: #fff; }
  .banner.banner15 .bannerText h1 {
    color: #fff;
    line-height: 68px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .banner.banner15 .bannerText p {
    line-height: 28px;
    font-size: 24px;
    color: #dfdfe0;
    margin-bottom: 55px;
    line-height: 38px; }
  .banner.banner15 .bannerText .get-button {
    color: #82848a;
    font-size: 16px;
    font-weight: 700; }
    .banner.banner15 .bannerText .get-button a,
    .banner.banner15 .bannerText .get-button .small {
      color: #20a326; }
      .banner.banner15 .bannerText .get-button a span,
      .banner.banner15 .bannerText .get-button .small span {
        color: #82848a; }
    .banner.banner15 .bannerText .get-button .small {
      margin-bottom: 0;
      margin-left: 0;
      color: #20a326;
      font-weight: 700;
      display: block;
      padding: 0; }
    .banner.banner15 .bannerText .get-button .removeGe span.icon-delete {
      color: #fff; }
    .banner.banner15 .bannerText .get-button .moveGe span.icon-move {
      color: #fff; }

.banner.banner15 .button01.fill {
  color: #fff;
  font-size: 18px;
  height: 64px;
  line-height: 60px;
  padding: 0 28px;
  font-weight: 600;
  border-style: solid;
  margin-bottom: 10px;
  background: #1f9be5;
  border-width: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset; }
  .banner.banner15 .button01.fill i {
    font-size: 12px;
    margin-left: 5px; }

@media only screen and (min-width: 768px) and (max-width: 900px) {
  section.banner.banner15 .bannerBox {
    max-width: 310px; } }

@media only screen and (min-width: 768px) {
  section.banner.banner15 {
    height: auto;
    min-height: 100vh; }
    section.banner.banner15 .bannerText {
      padding-top: 120px;
      padding-bottom: 60px; }
    section.banner.banner15 .bannerBox {
      min-height: 370px; }
    section.banner.banner15 .banner-image {
      max-width: 475px;
      min-width: 370px;
      text-align: center; }
      section.banner.banner15 .banner-image .gei {
        display: inline-block;
        text-align: center; }
        section.banner.banner15 .banner-image .gei figure {
          max-width: 370px;
          max-height: 370px;
          margin: auto; }
          section.banner.banner15 .banner-image .gei figure.circle {
            width: 370px;
            height: 370px; }
            section.banner.banner15 .banner-image .gei figure.circle .overHide {
              height: 100%;
              overflow: hidden;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%; }
            section.banner.banner15 .banner-image .gei figure.circle img {
              min-height: 100%; }
          section.banner.banner15 .banner-image .gei figure.square-image {
            width: 370px;
            height: 370px; }
            section.banner.banner15 .banner-image .gei figure.square-image .overHide {
              height: 100%;
              overflow: hidden; }
            section.banner.banner15 .banner-image .gei figure.square-image img {
              min-height: 100%; }
            section.banner.banner15 .banner-image .gei figure.square-image.rectangle {
              max-height: 240px;
              min-width: 200px;
              min-height: 150px; }
              section.banner.banner15 .banner-image .gei figure.square-image.rectangle img {
                min-height: auto; } }

@media only screen and (max-width: 767px) {
  .banner.banner15 .bannerText {
    width: 100%;
    display: block;
    height: auto; }
    .banner.banner15 .bannerText h1 {
      font-size: 20px;
      line-height: 30px;
      margin: 10px 0; }
    .banner.banner15 .bannerText p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px; }
    .banner.banner15 .bannerText .get-button {
      color: #82848a; }
      .banner.banner15 .bannerText .get-button a,
      .banner.banner15 .bannerText .get-button > span {
        color: #20a326;
        text-decoration: none; }
    .banner.banner15 .bannerText .geb {
      width: 100%;
      display: table;
      text-align: center; }
  .banner.banner15 .banner-image {
    float: none;
    margin: 15px 0 10px; }
    .banner.banner15 .banner-image .gei figure {
      max-width: 50%;
      height: auto !important;
      margin: auto; }
      .banner.banner15 .banner-image .gei figure img {
        display: block;
        max-width: 100%;
        height: auto;
        min-height: inherit; }
      .banner.banner15 .banner-image .gei figure.circle {
        text-align: center; }
        .banner.banner15 .banner-image .gei figure.circle img {
          max-width: 100%;
          border-radius: 50%; }
  .banner.banner15 .bannerBox {
    float: none;
    text-align: center;
    max-width: 100%; }
    .banner.banner15 .bannerBox .geb .button02 {
      max-width: 100%;
      height: 45px;
      font-size: 14px;
      line-height: 45px;
      padding: 0 15px;
      display: block; } }

@media only screen and (max-width: 480px) {
  .banner.banner15 .banner-image .gei figure.circle {
    text-align: center; }
    .banner.banner15 .banner-image .gei figure.circle img {
      border-radius: 50%; }
  .banner.banner15 .button01,
  .banner.banner15 .button02 {
    max-width: 200px !important; } }

.banner.banner16 {
  padding: 0;
  background: transparent; }
  .banner.banner16:after {
    opacity: 0.2;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .banner.banner16 .owl-item .item {
    height: 100vh; }
  .banner.banner16 .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0; }
    .banner.banner16 .owl-nav .owl-prev, .banner.banner16 .owl-nav .owl-next {
      width: 20px;
      height: 20px;
      z-index: 15;
      width: 45px;
      height: 45px;
      line-height: 46px;
      font-size: 18px;
      background: rgba(0, 0, 0, 0.3);
      color: rgba(255, 255, 255, 0.5);
      margin-top: -22px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .banner.banner16 .owl-nav .owl-prev:hover, .banner.banner16 .owl-nav .owl-next:hover {
        background: rgba(0, 0, 0, 0.8);
        color: white; }
    .banner.banner16 .owl-nav .owl-prev {
      float: left;
      padding-right: 2px;
      margin-left: 25px; }
    .banner.banner16 .owl-nav .owl-next {
      float: right;
      padding-left: 2px;
      margin-right: 25px; }
  .banner.banner16 .slider-info {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 34px;
    line-height: 30px;
    z-index: 15;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: solid 2px rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .banner.banner16 #leftBannerButton, .banner.banner16 #rightBannerButton, .banner.banner16 #deleteCarousalBanner, .banner.banner16 #addCarousalBanner {
    position: absolute;
    bottom: 5%;
    height: 0;
    width: 20px;
    height: 20px;
    z-index: 15;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(255, 255, 255, 0.8);
    margin-top: 0;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .banner.banner16 #leftBannerButton:hover, .banner.banner16 #rightBannerButton:hover, .banner.banner16 #deleteCarousalBanner:hover, .banner.banner16 #addCarousalBanner:hover {
      background: rgba(0, 0, 0, 0.8);
      color: white;
      border-color: white; }
  .banner.banner16 #addCarousalBanner {
    margin-left: -120px; }
  .banner.banner16 #deleteCarousalBanner {
    margin-right: -120px;
    right: 50%;
    margin-left: 0;
    left: inherit; }
    .banner.banner16 #deleteCarousalBanner .icon-trash-o {
      font-size: 14px; }
  .banner.banner16 #leftBannerButton {
    left: 50%;
    margin-left: -80px; }
  .banner.banner16 #rightBannerButton {
    right: 50%;
    margin-right: -80px; }
  .banner.banner16 .owl-dots {
    display: none; }
  .banner.banner16 .bannerText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    z-index: 15; }
    .banner.banner16 .bannerText .bannerBox {
      width: 100%; }
    .banner.banner16 .bannerText .button01 {
      border-color: #000;
      color: #000; }
  .banner.banner16 .baner-slider-outer .owl-item {
    min-height: 500px; }
    .banner.banner16 .baner-slider-outer .owl-item .item {
      min-height: 500px; }
  .banner.banner16 .baner-slider-outer .owl-lazy {
    object-fit: cover;
    width: 100%;
    min-height: 100vh; }

@media only screen and (min-width: 768px) {
  section.banner.banner16 .bannerText {
    padding: 0 60px; } }

.banner.banner17 {
  padding: 0;
  max-height: 550px; }
  .banner.banner17 .container {
    z-index: 11; }
  .banner.banner17:after {
    opacity: 0.2;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .banner.banner17 .bannerText {
    height: 50vh;
    padding-left: 0;
    padding-right: 0; }

.banner.banner18 {
  padding: 0;
  max-height: 550px; }
  .banner.banner18 .bannerScale {
    background-color: #FFDC8A; }
  .banner.banner18 .container {
    z-index: 11; }
  .banner.banner18:after {
    opacity: 0.2;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #92f0f8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #92f0f8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #92f0f8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .banner.banner18 .bannerText {
    padding-left: 100px;
    padding-left: 100px; }

@media only screen and (min-width: 768px) {
  .banner.banner18 .bannerText {
    height: 550px; } }

@media only screen and (max-width: 767px) {
  .banner.banner18 .bannerScale {
    width: 100% !important; }
  .banner.banner18 .bannerText {
    padding: 0 30px !important; }
  .banner.banner18 .bannerText p {
    text-align: center !important; }
  .banner.banner18 .bannerText h1 {
    text-align: center !important; }
  .hours-list-normal {
    padding-top: 0 !important; }
  .hours-list-normal .map-block .google-map {
    position: relative !important;
    top: inherit !important;
    left: inherit !important; } }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.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 {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

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

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

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

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

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

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

/*
 * 	Owl Carousel - Video Plugin
 */
.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: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.gosite_theme_one .form {
  padding: 0 0 0;
  text-align: left;
  /*margin-top: $formMarginTop / 1.5;*/
  margin-bottom: 23.33333px;
  margin-left: -15px;
  margin-right: -15px; }
  .gosite_theme_one .form .formgroup > .formgroup {
    margin-bottom: 0; }

.gosite_theme_one .newsLetter .newsletter-form-success,
.gosite_theme_one .newsLetter .contact-form-success,
.gosite_theme_one .gec .newsletter-form-success,
.gosite_theme_one .gec .contact-form-success {
  background: #EAFAF3;
  border: solid 1px #00CA70;
  padding: 8px 10px;
  color: #038b4e;
  border-radius: 2px;
  font-size: 13px;
  margin: 15px 5px 0;
  text-align: center;
  line-height: 20px; }

.gosite_theme_one .form.newsLetter {
  padding: 0 15px;
  padding: 0 15px; }
  .gosite_theme_one .form.newsLetter .formgroup button {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .gosite_theme_one .form.newsLetter input.formgroup {
    border: solid 1px #d2d2d2; }

.gosite_theme_one form.formRounded .formgroup > .formgroup,
.gosite_theme_one form.formRounded .formgroup .formgroup {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; }

.gosite_theme_one form.oval .formgroup > .formgroup {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.gosite_theme_one .formgroup {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .gosite_theme_one .formgroup label {
    font-size: 14px;
    font-weight: 400;
    color: #011621;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-family: Open Sans; }
  .gosite_theme_one .formgroup .formgroup {
    height: 50px;
    width: 100%;
    line-height: 30px;
    padding: 10px;
    border-style: solid;
    background: #f8f8f8;
    border-width: 1px;
    border-color: #CACACA;
    font-family: Open Sans;
    color: ligten(#000000, 5%);
    font-size: 14px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px; }
    .gosite_theme_one .formgroup .formgroup:focus {
      background: #fdfdfd; }
  .gosite_theme_one .formgroup textarea.formgroup {
    height: auto;
    resize: none;
    overflow: auto;
    line-height: 20px; }
  .gosite_theme_one .formgroup .button02 {
    height: 55px;
    font-size: 16px;
    text-align: center;
    /*line-height: 55px;*/
    display: inline-block;
    width: 100%;
    border-width: 0;
    border-color: #000;
    cursor: pointer;
    font-family: Open Sans;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .gosite_theme_one .formgroup .button02:hover {
      background: #0ca7f7; }
  .gosite_theme_one .formgroup.common {
    padding-left: 15px;
    padding-right: 15px; }
  .gosite_theme_one .formgroup .contact-phone-error {
    position: absolute;
    font-size: 12px;
    color: #F9320D;
    left: 6px;
    bottom: -5px; }

.gosite_theme_one .news-letter-form {
  padding: 20px;
  text-align: left;
  display: block; }
  .gosite_theme_one .news-letter-form .geh {
    margin-bottom: 15px; }
  .gosite_theme_one .news-letter-form .newsletterFiled > .formgroup {
    padding: 0; }
    .gosite_theme_one .news-letter-form .newsletterFiled > .formgroup .formgroup {
      height: 40px;
      border-color: #494949;
      border-width: 2px; }
  .gosite_theme_one .news-letter-form .newsletterFiled .js-button {
    height: 45px;
    width: auto;
    min-width: inherit;
    line-height: 40px;
    background: #ff9400;
    color: #ffffff;
    border: solid 2px #ff9400;
    padding: 0 25px;
    border-radius: 0;
    border-style: solid;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset; }

.gosite_theme_one .custom-form .preview-mode {
  padding: 20px 30px 25px;
  background: #fff;
  margin: 0px auto;
  text-align: left;
  border: solid 1px #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }
  .gosite_theme_one .custom-form .preview-mode.curved-form .form-group .text-field {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px; }
  .gosite_theme_one .custom-form .preview-mode.curved-form .submit-btn {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px; }

.gosite_theme_one .custom-form h2 {
  font-size: 24px;
  line-height: 32px;
  min-height: 15px;
  font-family: Montserrat;
  text-transform: inherit;
  margin: 0 0 14px 0;
  font-weight: 400;
  min-height: 32px;
  color: #4F5E65; }

.gosite_theme_one .custom-form p {
  font-size: 12px;
  line-height: 22px;
  min-height: 15px;
  font-family: Open Sans;
  margin-bottom: 15px;
  color: #4F5E65; }

.gosite_theme_one .custom-form .form-group {
  margin-bottom: 10px; }
  .gosite_theme_one .custom-form .form-group .label-name {
    font-size: 14px;
    display: block;
    margin-bottom: 6px; }
  .gosite_theme_one .custom-form .form-group .text-field {
    height: 38px;
    width: 100%;
    line-height: 38px;
    padding: 5px 10px;
    border-style: solid;
    background: #f8f8f8;
    border-width: 1px;
    border-color: #CACACA;
    font-family: Open Sans;
    color: ligten(#000000, 5%);
    font-size: 14px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px; }
    .gosite_theme_one .custom-form .form-group .text-field:focus {
      background: #fdfdfd; }
  .gosite_theme_one .custom-form .form-group textarea.text-field {
    min-height: 80px;
    padding: 5px 10px;
    resize: none;
    line-height: 20px; }

.gosite_theme_one .custom-form .submit-btn {
  background: #000;
  border: none;
  color: #fff;
  margin: 10px 0 0;
  font-size: 14px;
  padding: 7px 24px 9px;
  font-family: Open Sans;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.gosite_theme_one .custom-form .contact-form-success {
  background: #EAFAF3;
  border: solid 1px #00CA70;
  padding: 8px 10px;
  color: #038b4e;
  border-radius: 2px;
  font-size: 13px;
  margin: 15px 5px 0;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

@media only screen and (min-width: 768px) {
  .gosite_theme_one .form {
    /*margin-top: $formMarginTop;
			margin-bottom: $formMarginBottom;*/ }
    .gosite_theme_one .form .settingsOnly {
      padding-left: 15px;
      padding-right: 15px; }
      .gosite_theme_one .form .settingsOnly .settings {
        margin-left: -12px; }
  .gosite_theme_one .form.newsLetter {
    padding: 0 15px;
    text-align: center; }
    .gosite_theme_one .form.newsLetter input.formgroup {
      display: inline-block;
      width: 250px;
      margin: 0 15px 0 0; }
    .gosite_theme_one .form.newsLetter .formgroup button {
      display: inline-block;
      width: 150px;
      max-width: inherit;
      min-width: inherit; } }

.gosite_theme_one .contentarea {
  /*.options {
			.item.six{
				figure{
					&.circle, &.square{ 
						height: 170px !important;
					}
				}
			}
		}*/ }
  .gosite_theme_one .contentarea .head {
    font-weight: 400; }
  .gosite_theme_one .contentarea .item .image-gallery .navBox {
    text-align: center;
    width: 100%;
    margin-top: 15px; }
    .gosite_theme_one .contentarea .item .image-gallery .navBox a {
      width: 32px;
      height: 32px;
      display: inline-block;
      position: relative;
      text-align: center;
      text-decoration: none;
      background: #ebebeb;
      color: #b8b8b8;
      text-shadow: none;
      line-height: 34px;
      cursor: pointer; }
  .gosite_theme_one .contentarea .item .image-gallery .circle img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
  .gosite_theme_one .contentarea .item figure {
    width: 170px;
    height: 170px;
    padding: 0;
    display: inline-block;
    margin: 0 auto 25px;
    /*overflow: hidden;*/
    max-width: 100%;
    border: solid 3px #d2d2d2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /*border-style: solid;
					border-color: $figbdrColor;
					border-width: thick;*/ }
    .gosite_theme_one .contentarea .item figure img {
      min-height: 100%;
      max-height: 100%;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      /*height: 100%;*/
      /*height: 100%;*/
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%;
      object-fit: contain; }
    .gosite_theme_one .contentarea .item figure.square {
      max-width: 100%;
      max-height: 100%;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%; }
      .gosite_theme_one .contentarea .item figure.square img {
        max-height: inherit;
        height: inherit; }
    .gosite_theme_one .contentarea .item figure.circle {
      max-width: 100%;
      max-height: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .gosite_theme_one .contentarea .item figure.circle .overHide img {
        border-radius: 49%;
        -webkit-border-radius: 49%;
        -moz-border-radius: 49%;
        -ms-border-radius: 49%;
        -o-border-radius: 49%; }
      .gosite_theme_one .contentarea .item figure.circle img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; }
    .gosite_theme_one .contentarea .item figure.rectangle {
      width: 100%;
      /*max-width: 280px;*/
      height: 250px;
      max-width: 100%;
      max-height: 100%;
      overflow: hidden;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%; }
      .gosite_theme_one .contentarea .item figure.rectangle img {
        min-width: 100%;
        min-height: inherit;
        max-height: inherit; }
    .gosite_theme_one .contentarea .item figure .overHide {
      display: block;
      overflow: hidden;
      height: 100%;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%; }
    .gosite_theme_one .contentarea .item figure.large.square, .gosite_theme_one .contentarea .item figure.large.circle {
      width: 225px;
      height: 225px; }
    .gosite_theme_one .contentarea .item figure.large.rectangle {
      width: 100%;
      height: 170px; }
    .gosite_theme_one .contentarea .item figure.small.square, .gosite_theme_one .contentarea .item figure.small.circle {
      width: 150px;
      height: 150px; }
    .gosite_theme_one .contentarea .item figure.small.rectangle {
      width: 70%;
      height: 130px; }
  .gosite_theme_one .contentarea .item .galleryblocks {
    padding: 0 0 15px;
    text-align: center; }
    .gosite_theme_one .contentarea .item .galleryblocks .settings, .gosite_theme_one .contentarea .item .galleryblocks .elements.remove, .gosite_theme_one .contentarea .item .galleryblocks .elements.clone {
      top: 0; }
    .gosite_theme_one .contentarea .item .galleryblocks .over {
      overflow: hidden;
      width: 100%;
      height: 100%; }
    .gosite_theme_one .contentarea .item .galleryblocks figure {
      width: 130px;
      height: 130px;
      max-width: inherit;
      border: solid 1px #d2d2d2;
      display: inline-block;
      /*overflow: visible;*/
      margin: 0px 1px 6px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      overflow: hidden; }
      .gosite_theme_one .contentarea .item .galleryblocks figure img {
        display: block;
        max-width: inherit;
        min-width: 100%;
        max-width: 100%;
        height: inherit;
        max-height: inherit;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.rectangle {
        height: 80px; }
        .gosite_theme_one .contentarea .item .galleryblocks figure.rectangle [src="images/pic/default_image.png"] {
          position: relative;
          top: 0%; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.circle {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden; }
    .gosite_theme_one .contentarea .item .galleryblocks .settings {
      right: 35px; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure {
      width: 225px;
      height: 225px;
      margin: 0; }
      .gosite_theme_one .contentarea .item .galleryblocks.one figure.rectangle {
        height: 160px; }
    .gosite_theme_one .contentarea .item .galleryblocks.two figure {
      width: 130px;
      height: 130px; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.rectangle {
        width: 130px;
        height: 90px; }
    .gosite_theme_one .contentarea .item .galleryblocks.three figure {
      margin-bottom: 4px;
      margin-right: 2px;
      margin-left: 2px;
      width: 225px;
      height: 225px; }
      .gosite_theme_one .contentarea .item .galleryblocks.three figure.rectangle {
        width: 250px;
        height: 180px; }
      .gosite_theme_one .contentarea .item .galleryblocks.three figure.active {
        border-color: #0787c9;
        border-width: 2px;
        opacity: 0.8; }
    .gosite_theme_one .contentarea .item .galleryblocks.five figure {
      width: 225px;
      height: 225px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.rectangle {
        width: 250px;
        height: 180px; }
    .gosite_theme_one .contentarea .item .galleryblocks .hoveroptions .remove {
      right: 0; }
  .gosite_theme_one .contentarea .item .sliderGallery {
    position: relative;
    margin-bottom: 35px; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselLeftBox {
      width: 100%;
      display: block;
      margin-bottom: 15px; }
    .gosite_theme_one .contentarea .item .sliderGallery .carousel-inner {
      display: block;
      overflow: visible; }
      .gosite_theme_one .contentarea .item .sliderGallery .carousel-inner .item {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        padding: 0;
        visibility: hidden;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .gosite_theme_one .contentarea .item .sliderGallery .carousel-inner .item.active {
          visibility: visible;
          position: relative;
          opacity: 1;
          z-index: 16; }
        .gosite_theme_one .contentarea .item .sliderGallery .carousel-inner .item img {
          min-width: 100%; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel {
      margin-left: -5px;
      margin-right: -5px; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .item {
      width: 100%;
      display: block;
      left: 0;
      top: 0;
      opacity: 1;
      padding: 0;
      opacity: 0;
      float: left;
      position: absolute;
      visibility: hidden;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .item.active {
        position: relative;
        opacity: 1;
        display: block;
        visibility: visible; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators {
      padding: 0;
      position: inherit;
      margin: 0;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      padding: 0 0 0 0; }
      .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li {
        width: 33.3%;
        float: left;
        text-indent: inherit;
        border: none;
        height: auto;
        margin: 0 0 10px;
        padding: 0 5px 0 5px;
        background: none; }
        .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li img {
          max-width: 100%;
          min-width: 100%;
          min-height: 100%;
          position: relative;
          display: block;
          object-fit: contain; }
        .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li .outer {
          position: relative; }
        .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li .overly {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          color: #ffffff;
          font-size: 25px;
          background: rgba(68, 205, 144, 0.5);
          opacity: 0;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li .overly i {
            position: absolute;
            width: 25px;
            height: 25px;
            left: 50%;
            top: 50%;
            margin-left: -12px;
            margin-top: -12px; }
        .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li:hover .overly {
          opacity: 1; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .navBox {
      text-align: right;
      margin-right: 0;
      position: absolute;
      right: 0;
      bottom: -35px; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-control {
      width: 32px;
      height: 32px;
      display: inline-block;
      position: relative;
      text-align: center;
      text-decoration: none;
      background: #ebebeb;
      color: #b8b8b8;
      text-shadow: none;
      line-height: 36px;
      cursor: pointer; }
      .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-control span {
        margin: 0; }
    .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .galleryblocks figure {
      position: relative; }
      .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .galleryblocks figure:hover .overlay {
        opacity: 1; }
    .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .galleryblocks .overlay {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.65);
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .galleryblocks .overlay .link {
        display: inline-block;
        border: solid 1px #ffffff;
        min-height: 42px;
        position: relative;
        top: inherit;
        width: 80%;
        max-height: 80%;
        height: auto;
        margin: inherit;
        text-transform: none;
        color: #ffffff;
        font-weight: 600;
        line-height: 20px;
        white-space: inherit;
        overflow: hidden;
        text-overflow: inherit;
        left: inherit;
        top: inherit !important;
        text-decoration: none;
        padding: 10px 10px;
        font-size: 13px;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .galleryblocks .overlay .link:hover {
          background: #ffffff;
          color: #000000; }
    .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .carousel-indicators {
      height: 20px;
      position: relative;
      z-index: 25; }
      .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .carousel-indicators li {
        background: #ffffff;
        border-color: #a6a6a6; }
        .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .carousel-indicators li.active {
          background: #a6a6a6;
          border-color: #a6a6a6;
          cursor: inherit; }
    .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .navBox {
      width: 100%;
      top: 50%;
      position: absolute; }
      .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .navBox .carousel-control {
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #b8b8b8;
        text-shadow: none;
        line-height: 40px;
        font-size: 30px;
        background: none;
        cursor: pointer;
        margin-top: -20px; }
        .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .navBox .carousel-control span {
          margin: 0; }
        .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .navBox .carousel-control.left {
          left: -30px; }
        .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .navBox .carousel-control.right {
          right: -30px; }
    .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .galleryblocks figure {
      width: 50%;
      float: left;
      margin: 0;
      border: none;
      padding: 5px;
      height: auto; }
      .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .galleryblocks figure .over {
        border: solid 4px #ffffff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
      .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .galleryblocks figure img {
        max-width: 100%; }
    .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .carousel-indicators {
      position: relative;
      bottom: -10px; }
      .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .carousel-indicators li {
        background: #a6a6a6;
        border-color: #a6a6a6; }
        .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .carousel-indicators li.active {
          background: #ffffff; }
  .gosite_theme_one .contentarea .item.colorBox figure {
    max-width: 330px;
    max-height: 330px; }
  .gosite_theme_one .contentarea .ge figure {
    width: 170px;
    height: 170px;
    padding: 0;
    display: inline-block;
    margin: 0 auto 25px;
    /*overflow: hidden;*/
    max-width: 100%;
    border: solid 3px #d2d2d2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /*border-style: solid;
					border-color: $figbdrColor;
					border-width: thick;*/ }
    .gosite_theme_one .contentarea .ge figure img {
      min-height: 100%;
      max-height: 100%;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      /*height: 100%;*/
      /*height: 100%;*/
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .gosite_theme_one .contentarea .ge figure.square {
      max-width: 100%;
      max-height: 100%;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%; }
      .gosite_theme_one .contentarea .ge figure.square img {
        max-height: inherit;
        height: inherit;
        border-radius: 0%;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        -o-border-radius: 0%; }
    .gosite_theme_one .contentarea .ge figure.circle {
      max-width: 100%;
      max-height: 100%; }
      .gosite_theme_one .contentarea .ge figure.circle .overHide img {
        border-radius: 49%;
        -webkit-border-radius: 49%;
        -moz-border-radius: 49%;
        -ms-border-radius: 49%;
        -o-border-radius: 49%; }
    .gosite_theme_one .contentarea .ge figure.rectangle {
      width: 100%;
      height: 250px;
      max-width: 100%;
      max-height: 100%;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%; }
      .gosite_theme_one .contentarea .ge figure.rectangle img {
        display: block;
        min-width: 100%;
        height: auto;
        max-height: inherit;
        border-radius: 0%;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        -o-border-radius: 0%; }
    .gosite_theme_one .contentarea .ge figure .overHide {
      display: block;
      overflow: hidden;
      height: 100%;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%; }
    .gosite_theme_one .contentarea .ge figure.large.square, .gosite_theme_one .contentarea .ge figure.large.circle {
      width: 225px;
      height: 225px; }
    .gosite_theme_one .contentarea .ge figure.large.rectangle {
      width: 100%;
      height: 170px; }
    .gosite_theme_one .contentarea .ge figure.small.square, .gosite_theme_one .contentarea .ge figure.small.circle {
      width: 150px;
      height: 150px; }
    .gosite_theme_one .contentarea .ge figure.small.rectangle {
      width: 70%;
      height: 130px; }
    .gosite_theme_one .contentarea .ge figure.img-icon {
      padding: 15px;
      min-width: 50px;
      min-height: 50px; }
      .gosite_theme_one .contentarea .ge figure.img-icon svg {
        max-width: 65%;
        max-height: 100%; }
  .gosite_theme_one .contentarea.gallery-section {
    padding: 10px 0 50px; }
  .gosite_theme_one .contentarea .imageFit .carouselRightBox .item .carousel-indicators li img {
    object-fit: cover; }
  .gosite_theme_one .contentarea .imageFit .galleryblocks figure img {
    object-fit: cover; }

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

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

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

.gosite_theme_one .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; } }

.gosite_theme_one .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

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

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

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

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

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

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

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

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

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

.gosite_theme_one .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; }

.gosite_theme_one .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

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

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

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

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

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

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

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

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

.gosite_theme_one .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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.gosite_theme_one .owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

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

.gosite_theme_one .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;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

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

.gosite_theme_one .rectangle [src="images/pic/default_image.png"] {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important; }

.gosite_theme_one .image-gallery {
  margin-bottom: 25px; }
  .gosite_theme_one .image-gallery .gallery-carousel {
    overflow: hidden; }
  .gosite_theme_one .image-gallery .owl-dots .owl-dot {
    margin: 0 4px; }
    .gosite_theme_one .image-gallery .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #D6D6D6;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .gosite_theme_one .image-gallery .owl-dots .owl-dot.active span {
      background: #869791; }
  .gosite_theme_one .image-gallery .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    padding: 0 10px; }
    .gosite_theme_one .image-gallery .owl-nav > button {
      width: 32px;
      height: 40px;
      position: relative;
      top: -40px;
      background: #fff;
      color: #869791;
      font-size: 20px;
      cursor: pointer;
      line-height: 40px;
      opacity: 0.8;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .gosite_theme_one .image-gallery .owl-nav > button.owl-prev {
        float: left; }
      .gosite_theme_one .image-gallery .owl-nav > button.owl-next {
        float: right; }
      .gosite_theme_one .image-gallery .owl-nav > button:hover {
        opacity: 1; }
      .gosite_theme_one .image-gallery .owl-nav > button.disabled {
        opacity: 0.3;
        cursor: auto; }
  .gosite_theme_one .image-gallery .gallery-carousel .item-owl {
    padding: 0 3px; }
    .gosite_theme_one .image-gallery .gallery-carousel .item-owl figure {
      width: 100%;
      height: auto;
      max-height: 500px;
      border: none; }
      .gosite_theme_one .image-gallery .gallery-carousel .item-owl figure img {
        max-width: 100%;
        object-fit: cover; }

.gu-mirror .galleryblocks {
  padding: 0 0 15px;
  text-align: center; }
  .gu-mirror .galleryblocks .settings, .gu-mirror .galleryblocks .elements.remove, .gu-mirror .galleryblocks .elements.clone {
    top: 0; }
  .gu-mirror .galleryblocks .over {
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .gu-mirror .galleryblocks figure {
    width: 130px;
    height: 130px;
    max-width: inherit;
    border: solid 1px #d2d2d2;
    display: inline-block;
    /*overflow: visible;*/
    margin: 0px 1px 6px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    .gu-mirror .galleryblocks figure img {
      display: block;
      max-width: inherit;
      min-width: 100%;
      max-width: 100%;
      height: inherit;
      max-height: inherit;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }
    .gu-mirror .galleryblocks figure.rectangle {
      height: 80px; }
    .gu-mirror .galleryblocks figure.circle {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .gu-mirror .galleryblocks figure.circle img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
  .gu-mirror .galleryblocks .settings {
    right: 35px; }
  .gu-mirror .galleryblocks.one figure {
    width: 225px;
    height: 225px;
    margin: 0; }
    .gu-mirror .galleryblocks.one figure.rectangle {
      height: 160px; }
  .gu-mirror .galleryblocks.two figure {
    width: 130px;
    height: 130px; }
    .gu-mirror .galleryblocks.two figure.rectangle {
      width: 130px;
      height: 90px; }
  .gu-mirror .galleryblocks.three figure {
    width: 225px;
    height: 225px; }
    .gu-mirror .galleryblocks.three figure.rectangle {
      width: 250px;
      height: 180px; }
  .gu-mirror .galleryblocks.five figure {
    width: 225px;
    height: 225px; }
    .gu-mirror .galleryblocks.five figure.rectangle {
      width: 250px;
      height: 180px; }
  .gu-mirror .galleryblocks .hoveroptions .remove {
    right: 0; }

.gu-mirror .sliderGallery {
  position: relative; }
  .gu-mirror .sliderGallery .carouselLeftBox {
    display: block;
    float: left;
    width: 59%; }
  .gu-mirror .sliderGallery .carousel-inner {
    display: block;
    overflow: visible; }
    .gu-mirror .sliderGallery .carousel-inner .item {
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      padding: 0;
      visibility: hidden;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .gu-mirror .sliderGallery .carousel-inner .item.active {
        visibility: visible;
        position: relative;
        opacity: 1;
        z-index: 16; }
      .gu-mirror .sliderGallery .carousel-inner .item img {
        min-width: 100%; }
  .gu-mirror .sliderGallery .carouselRightBox {
    float: right;
    width: 40.4%; }
    .gu-mirror .sliderGallery .carouselRightBox .carousel {
      margin-left: -5px;
      margin-right: -5px; }
    .gu-mirror .sliderGallery .carouselRightBox .item {
      width: 100%;
      display: block;
      left: 0;
      top: 0;
      opacity: 1;
      padding: 0;
      opacity: 0;
      float: left;
      position: absolute;
      visibility: hidden;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .gu-mirror .sliderGallery .carouselRightBox .item.active {
        position: relative;
        opacity: 1;
        display: block;
        visibility: visible; }
    .gu-mirror .sliderGallery .carouselRightBox .carousel-indicators {
      padding: 0;
      position: inherit;
      margin: 0;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      padding: 0 0 0 0; }
      .gu-mirror .sliderGallery .carouselRightBox .carousel-indicators > li {
        width: 50%;
        float: left;
        text-indent: inherit;
        border: none;
        height: 180px;
        margin: 0 0 10px;
        padding: 0 5px 0 5px;
        background: none; }
        .gu-mirror .sliderGallery .carouselRightBox .carousel-indicators > li img {
          max-width: 100%;
          min-height: 100%;
          position: relative;
          display: block; }
        .gu-mirror .sliderGallery .carouselRightBox .carousel-indicators > li .outer {
          position: relative; }
        .gu-mirror .sliderGallery .carouselRightBox .carousel-indicators > li .overly {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          color: #ffffff;
          font-size: 25px;
          background: rgba(68, 205, 144, 0.5);
          opacity: 0;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          .gu-mirror .sliderGallery .carouselRightBox .carousel-indicators > li .overly i {
            position: absolute;
            width: 25px;
            height: 25px;
            left: 50%;
            top: 50%;
            margin-left: -12px;
            margin-top: -12px; }
        .gu-mirror .sliderGallery .carouselRightBox .carousel-indicators > li:hover .overly {
          opacity: 1; }
    .gu-mirror .sliderGallery .carouselRightBox .navBox {
      text-align: right;
      margin-right: 0;
      position: absolute;
      right: 0;
      bottom: -35px; }
    .gu-mirror .sliderGallery .carouselRightBox .carousel-control {
      width: 32px;
      height: 32px;
      display: inline-block;
      position: relative;
      text-align: center;
      text-decoration: none;
      background: #ebebeb;
      color: #b8b8b8;
      text-shadow: none;
      line-height: 36px;
      cursor: pointer; }
      .gu-mirror .sliderGallery .carouselRightBox .carousel-control span {
        margin: 0; }
  .gu-mirror .sliderGallery.gallery03 .galleryblocks figure {
    position: relative; }
    .gu-mirror .sliderGallery.gallery03 .galleryblocks figure:hover .overlay {
      opacity: 1; }
  .gu-mirror .sliderGallery.gallery03 .galleryblocks .overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .gu-mirror .sliderGallery.gallery03 .galleryblocks .overlay .link {
      display: inline-block;
      border: solid 1px #ffffff;
      min-height: 42px;
      position: relative;
      top: inherit;
      width: 80%;
      max-height: 80%;
      height: auto;
      margin: inherit;
      text-transform: none;
      color: #ffffff;
      font-weight: 600;
      line-height: 20px;
      white-space: inherit;
      overflow: hidden;
      text-overflow: inherit;
      left: inherit;
      top: inherit !important;
      text-decoration: none;
      padding: 10px 10px;
      font-size: 13px;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .gu-mirror .sliderGallery.gallery03 .galleryblocks .overlay .link:hover {
        background: #ffffff;
        color: #000000; }
  .gu-mirror .sliderGallery.gallery03 .carousel-indicators {
    height: 20px;
    position: relative;
    z-index: 25; }
    .gu-mirror .sliderGallery.gallery03 .carousel-indicators li {
      background: #a6a6a6;
      border-color: #a6a6a6; }
      .gu-mirror .sliderGallery.gallery03 .carousel-indicators li.active {
        background: #ffffff; }
  .gu-mirror .sliderGallery.gallery03 .navBox {
    width: 100%;
    top: 50%;
    position: absolute; }
    .gu-mirror .sliderGallery.gallery03 .navBox .carousel-control {
      width: 40px;
      height: 40px;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      color: #b8b8b8;
      text-shadow: none;
      line-height: 40px;
      font-size: 30px;
      background: none;
      margin-top: -20px; }
      .gu-mirror .sliderGallery.gallery03 .navBox .carousel-control span {
        margin: 0; }
      .gu-mirror .sliderGallery.gallery03 .navBox .carousel-control.left {
        left: -30px; }
      .gu-mirror .sliderGallery.gallery03 .navBox .carousel-control.right {
        right: -30px; }
  .gu-mirror .sliderGallery.gallery04 .galleryblocks figure {
    height: 350px;
    padding: 10px;
    width: 50%;
    float: left;
    margin: 0;
    border: none;
    padding: 5px;
    height: auto; }
    .gu-mirror .sliderGallery.gallery04 .galleryblocks figure .over {
      border: solid 4px #ffffff;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .gu-mirror .sliderGallery.gallery04 .galleryblocks figure img {
      max-width: 100%; }
  .gu-mirror .sliderGallery.gallery04 .carousel-indicators {
    position: relative;
    bottom: -10px; }
    .gu-mirror .sliderGallery.gallery04 .carousel-indicators li {
      background: #a6a6a6;
      border-color: #a6a6a6; }
      .gu-mirror .sliderGallery.gallery04 .carousel-indicators li.active {
        background: #ffffff; }

@media only screen and (max-width: 420px) {
  .gosite_theme_one .contentarea .item figure {
    max-width: 100% !important; }
    .gosite_theme_one .contentarea .item figure.circle {
      max-height: 250px !important;
      max-width: 250px !important; }
  .gosite_theme_one .contentarea .item.two figure.circle {
    max-width: 220px !important;
    max-height: 220px !important; }
  .gosite_theme_one .contentarea.gallery-section {
    padding: 10px 0; }
    .gosite_theme_one .contentarea.gallery-section .item {
      padding: 0; }
    .gosite_theme_one .contentarea.gallery-section .options {
      padding: 0; }
  .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li {
    height: 80px; }
  .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li .outer {
    height: 80px; } }

@media only screen and (max-width: 768px) {
  .gosite_theme_one .contentarea .item .sliderGallery .carouselLeftBox .item img {
    max-width: 100%; }
  .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li {
    float: none;
    width: 32%;
    min-height: 80px;
    padding: 0 2px;
    display: inline-block !important; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li img {
      max-height: 100%;
      min-height: 80px; }
  .gosite_theme_one .image-gallery .owl-nav > button {
    width: 20px;
    height: 25px;
    font-size: 14px;
    line-height: 28px; } }

@media only screen and (min-width: 768px) {
  .gosite_theme_one .contentarea .item .galleryblocks {
    padding: 25px 0 30px; }
    .gosite_theme_one .contentarea .item .galleryblocks figure {
      width: 300px;
      height: 300px; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.rectangle {
        height: 200px; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure {
      width: 600px;
      height: 600px; }
      .gosite_theme_one .contentarea .item .galleryblocks.one figure.rectangle {
        width: 600px;
        height: 450px; }
    .gosite_theme_one .contentarea .item .galleryblocks.two figure {
      width: 300px;
      height: 300px; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.rectangle {
        width: 300px;
        height: 250px; }
    .gosite_theme_one .contentarea .item .galleryblocks.three figure {
      width: 200px;
      height: 200px; }
      .gosite_theme_one .contentarea .item .galleryblocks.three figure.rectangle {
        width: 200px;
        height: 150px; }
    .gosite_theme_one .contentarea .item .galleryblocks.five figure {
      width: 250px;
      height: 250px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.rectangle {
        width: 200px;
        height: 180px; }
  .gosite_theme_one .contentarea .item .sliderGallery .carouselLeftBox {
    width: 59%;
    display: block;
    float: left; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselLeftBox .item {
      /* bug 23416 */
      overflow: hidden;
      height: 560px; }
      .gosite_theme_one .contentarea .item .sliderGallery .carouselLeftBox .item img {
        min-height: 560px;
        max-height: 100%;
        min-width: inherit;
        max-width: inherit; }
  .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox {
    float: right;
    width: 40.4%; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel {
      margin-left: 0;
      margin-right: 0; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .navBox {
      margin-right: 5px; }
    .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators {
      padding: 0 0 0 5px; }
      .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li {
        width: 50%;
        height: 180px;
        /*min-height: 206px;*/ }
        .gosite_theme_one .contentarea .item .sliderGallery .carouselRightBox .carousel-indicators > li img {
          height: 180px; }
  .gosite_theme_one .contentarea .item .sliderGallery.gallery03 .galleryblocks .overlay .link {
    top: 50%; }
  .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .galleryblocks figure {
    height: 350px;
    padding: 10px; }
    .gosite_theme_one .contentarea .item .sliderGallery.gallery04 .galleryblocks figure img {
      height: auto; }
  .gosite_theme_one .contentarea .imageGallery {
    margin-bottom: 40px;
    padding-bottom: 1px; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .gosite_theme_one .contentarea .ge figure.square {
    min-height: 255px; } }

@media only screen and (min-width: 1000px) {
  .gosite_theme_one .contentarea .options .item {
    padding: 0 6px 0;
    width: 33.3%; }
    .gosite_theme_one .contentarea .options .item figure {
      margin: 0 0 0; }
      .gosite_theme_one .contentarea .options .item figure img {
        width: inherit;
        height: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        min-height: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; }
      .gosite_theme_one .contentarea .options .item figure img[src="images/pic/default_image.png"] {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .gosite_theme_one .contentarea .options .item figure.circle img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
      .gosite_theme_one .contentarea .options .item figure.circle .overHide {
        border-radius: 0%;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        -o-border-radius: 0%; }
        .gosite_theme_one .contentarea .options .item figure.circle .overHide img {
          border-radius: 49%;
          -webkit-border-radius: 49%;
          -moz-border-radius: 49%;
          -ms-border-radius: 49%;
          -o-border-radius: 49%; }
      .gosite_theme_one .contentarea .options .item figure.rectangle {
        height: 270px;
        max-width: 100%;
        max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.small {
      width: 20%; }
      .gosite_theme_one .contentarea .options .item.small figure.rectangle {
        max-width: 100%;
        max-height: 100%; }
      .gosite_theme_one .contentarea .options .item.small figure.circle, .gosite_theme_one .contentarea .options .item.small figure.square {
        max-width: 100%;
        max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.two {
      width: 50%; }
    .gosite_theme_one .contentarea .options .item.one {
      width: 100%; }
      .gosite_theme_one .contentarea .options .item.one figure.rectangle {
        height: 297px;
        max-width: 100%;
        max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.four {
      width: 66.7%; }
    .gosite_theme_one .contentarea .options .item.five {
      width: 80%; }
      .gosite_theme_one .contentarea .options .item.five figure.rectangle {
        max-width: 100%;
        max-height: 100%; }
      .gosite_theme_one .contentarea .options .item.five figure.circle, .gosite_theme_one .contentarea .options .item.five figure.square {
        max-width: 100%;
        max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.six {
      width: 25%; }
      .gosite_theme_one .contentarea .options .item.six figure.rectangle {
        max-width: 100%;
        max-height: 100%; }
      .gosite_theme_one .contentarea .options .item.six figure.circle, .gosite_theme_one .contentarea .options .item.six figure.square {
        max-width: 100%;
        max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.seven {
      width: 50%; }
    .gosite_theme_one .contentarea .options .item.single-colum-1 figure.rectangle {
      max-width: 100%;
      max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.single-colum-1 figure.circle, .gosite_theme_one .contentarea .options .item.single-colum-1 figure.square {
      max-width: 100%;
      max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.two-colum-1 figure.rectangle {
      max-width: 100%;
      max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.two-colum-1 figure.circle, .gosite_theme_one .contentarea .options .item.two-colum-1 figure.square {
      max-width: 100%;
      max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.two-colum-2 figure.rectangle {
      max-width: 100%;
      max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.two-colum-2 figure.circle, .gosite_theme_one .contentarea .options .item.two-colum-2 figure.square {
      max-width: 100%;
      max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.three-colum figure.rectangle {
      max-width: 100%;
      max-height: 100%; }
    .gosite_theme_one .contentarea .options .item.three-colum figure.circle, .gosite_theme_one .contentarea .options .item.three-colum figure.square {
      max-width: 100%;
      max-height: 100%; }
  .gosite_theme_one .contentarea .item .sliderGallery.gallery02 {
    margin-left: 5px; }
  .gosite_theme_one .contentarea .item .galleryblocks figure {
    width: 240px;
    height: 240px; }
    .gosite_theme_one .contentarea .item .galleryblocks figure.rectangle {
      height: 200px;
      width: 240px; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.rectangle.large {
        width: 250px; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.rectangle.small {
        width: 230px; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.rectangle.medium {
        width: 240px; }
    .gosite_theme_one .contentarea .item .galleryblocks figure.circle, .gosite_theme_one .contentarea .item .galleryblocks figure.square {
      height: 240px;
      width: 240px; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.circle.large, .gosite_theme_one .contentarea .item .galleryblocks figure.square.large {
        width: 250px;
        height: 250px; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.circle.small, .gosite_theme_one .contentarea .item .galleryblocks figure.square.small {
        width: 230px;
        height: 230px; }
      .gosite_theme_one .contentarea .item .galleryblocks figure.circle.medium, .gosite_theme_one .contentarea .item .galleryblocks figure.square.medium {
        width: 240px;
        height: 240px; }
  .gosite_theme_one .contentarea .item .galleryblocks.one figure {
    width: 1000px;
    height: 1000px;
    max-height: inherit; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.rectangle {
      width: 1000px;
      height: 750px;
      max-width: inherit; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.circle, .gosite_theme_one .contentarea .item .galleryblocks.one figure.square {
      max-width: inherit;
      max-height: inherit; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.rectangle.large {
      height: 1000px;
      width: 100%; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.rectangle.small {
      height: 600px;
      width: 60%; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.rectangle.medium {
      height: 800px;
      width: 80%; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.circle.large, .gosite_theme_one .contentarea .item .galleryblocks.one figure.square.large {
      height: auto;
      width: 100%; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.circle.small, .gosite_theme_one .contentarea .item .galleryblocks.one figure.square.small {
      height: auto;
      width: 60%; }
    .gosite_theme_one .contentarea .item .galleryblocks.one figure.circle.medium, .gosite_theme_one .contentarea .item .galleryblocks.one figure.square.medium {
      height: auto;
      width: 80%; }
  .gosite_theme_one .contentarea .item .galleryblocks.two figure {
    width: 485px;
    height: 485px;
    max-height: inherit; }
    .gosite_theme_one .contentarea .item .galleryblocks.two figure.rectangle {
      width: 385px;
      height: 300px;
      max-width: inherit; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.rectangle.large {
        height: 405px;
        width: 485px; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.rectangle.small {
        width: 365px;
        height: 300px; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.rectangle.medium {
        width: 385px;
        height: 300px; }
    .gosite_theme_one .contentarea .item .galleryblocks.two figure.circle, .gosite_theme_one .contentarea .item .galleryblocks.two figure.square {
      max-width: inherit;
      max-height: inherit;
      width: 385px;
      height: 385px;
      max-width: inherit; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.circle.large, .gosite_theme_one .contentarea .item .galleryblocks.two figure.square.large {
        height: 485px;
        width: 485px; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.circle.small, .gosite_theme_one .contentarea .item .galleryblocks.two figure.square.small {
        width: 365px;
        height: 365px; }
      .gosite_theme_one .contentarea .item .galleryblocks.two figure.circle.medium, .gosite_theme_one .contentarea .item .galleryblocks.two figure.square.medium {
        width: 385px;
        height: 385px; }
  .gosite_theme_one .contentarea .item .galleryblocks.three {
    margin: auto;
    width: 930px; }
    .gosite_theme_one .contentarea .item .galleryblocks.three figure {
      width: 335px;
      height: 335px;
      float: left; }
      .gosite_theme_one .contentarea .item .galleryblocks.three figure.rectangle {
        max-width: inherit;
        max-height: inherit;
        height: 200px;
        width: 305px; }
        .gosite_theme_one .contentarea .item .galleryblocks.three figure.rectangle.large {
          width: 335px;
          height: 270px; }
        .gosite_theme_one .contentarea .item .galleryblocks.three figure.rectangle.small {
          width: 305px;
          height: 250px; }
        .gosite_theme_one .contentarea .item .galleryblocks.three figure.rectangle.medium {
          width: 315px;
          height: 260px; }
      .gosite_theme_one .contentarea .item .galleryblocks.three figure.circle, .gosite_theme_one .contentarea .item .galleryblocks.three figure.square {
        max-width: inherit;
        max-height: inherit;
        height: 200px;
        width: 200px; }
        .gosite_theme_one .contentarea .item .galleryblocks.three figure.circle.large, .gosite_theme_one .contentarea .item .galleryblocks.three figure.square.large {
          height: 335px;
          width: 335px; }
        .gosite_theme_one .contentarea .item .galleryblocks.three figure.circle.small, .gosite_theme_one .contentarea .item .galleryblocks.three figure.square.small {
          height: 305px;
          width: 305px; }
        .gosite_theme_one .contentarea .item .galleryblocks.three figure.circle.medium, .gosite_theme_one .contentarea .item .galleryblocks.three figure.square.medium {
          height: 315px;
          width: 315px; }
  .gosite_theme_one .contentarea .item .galleryblocks.five figure {
    width: 190px;
    height: 190px; }
    .gosite_theme_one .contentarea .item .galleryblocks.five figure.rectangle {
      height: 140px;
      width: 190px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.rectangle.large {
        height: 150px;
        width: 200px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.rectangle.small {
        height: 130px;
        width: 180px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.rectangle.medium {
        height: 140px;
        width: 190px; }
    .gosite_theme_one .contentarea .item .galleryblocks.five figure.circle, .gosite_theme_one .contentarea .item .galleryblocks.five figure.square {
      height: 190px;
      width: 190px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.circle.large, .gosite_theme_one .contentarea .item .galleryblocks.five figure.square.large {
        height: 200px;
        width: 200px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.circle.small, .gosite_theme_one .contentarea .item .galleryblocks.five figure.square.small {
        height: 180px;
        width: 180px; }
      .gosite_theme_one .contentarea .item .galleryblocks.five figure.circle.medium, .gosite_theme_one .contentarea .item .galleryblocks.five figure.square.medium {
        height: 190px;
        width: 190px; }
  .gosite_theme_one .contentarea .fluid-width .item .galleryblocks {
    width: 100%; }
  .gosite_theme_one .contentarea .fluid-width .item .sliderGallery .carouselLeftBox .item img {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover; }
  .gosite_theme_one .contentarea .fluid-width .item .sliderGallery .carouselRightBox .carousel-indicators > li img {
    width: 100%;
    object-fit: cover; }
  .gu-mirror {
    text-align: center; }
    .gu-mirror .galleryblocks figure {
      width: 240px;
      height: 240px; }
      .gu-mirror .galleryblocks figure.rectangle {
        height: 200px;
        width: 240px; }
        .gu-mirror .galleryblocks figure.rectangle.large {
          width: 250px; }
        .gu-mirror .galleryblocks figure.rectangle.small {
          width: 230px; }
        .gu-mirror .galleryblocks figure.rectangle.medium {
          width: 240px; }
      .gu-mirror .galleryblocks figure.circle, .gu-mirror .galleryblocks figure.square {
        height: 240px;
        width: 240px; }
        .gu-mirror .galleryblocks figure.circle.large, .gu-mirror .galleryblocks figure.square.large {
          width: 250px;
          height: 250px; }
        .gu-mirror .galleryblocks figure.circle.small, .gu-mirror .galleryblocks figure.square.small {
          width: 230px;
          height: 230px; }
        .gu-mirror .galleryblocks figure.circle.medium, .gu-mirror .galleryblocks figure.square.medium {
          width: 240px;
          height: 240px; }
    .gu-mirror .galleryblocks.one figure {
      width: 1000px;
      height: 1000px;
      max-height: inherit; }
      .gu-mirror .galleryblocks.one figure.rectangle {
        width: 1000px;
        height: 750px;
        max-width: inherit; }
      .gu-mirror .galleryblocks.one figure.circle, .gu-mirror .galleryblocks.one figure.square {
        max-width: inherit;
        max-height: inherit; }
      .gu-mirror .galleryblocks.one figure.rectangle.large {
        height: 1000px;
        width: 100%; }
      .gu-mirror .galleryblocks.one figure.rectangle.small {
        height: 600px;
        width: 60%; }
      .gu-mirror .galleryblocks.one figure.rectangle.medium {
        height: 800px;
        width: 80%; }
      .gu-mirror .galleryblocks.one figure.circle.large, .gu-mirror .galleryblocks.one figure.square.large {
        height: auto;
        width: 100%; }
      .gu-mirror .galleryblocks.one figure.circle.small, .gu-mirror .galleryblocks.one figure.square.small {
        height: auto;
        width: 60%; }
      .gu-mirror .galleryblocks.one figure.circle.medium, .gu-mirror .galleryblocks.one figure.square.medium {
        height: auto;
        width: 80%; }
    .gu-mirror .galleryblocks.two figure {
      width: 485px;
      height: 485px;
      max-height: inherit; }
      .gu-mirror .galleryblocks.two figure.rectangle {
        width: 385px;
        height: 300px;
        max-width: inherit; }
        .gu-mirror .galleryblocks.two figure.rectangle.large {
          height: 405px;
          width: 485px; }
        .gu-mirror .galleryblocks.two figure.rectangle.small {
          width: 365px;
          height: 300px; }
        .gu-mirror .galleryblocks.two figure.rectangle.medium {
          width: 385px;
          height: 300px; }
      .gu-mirror .galleryblocks.two figure.circle, .gu-mirror .galleryblocks.two figure.square {
        max-width: inherit;
        max-height: inherit;
        width: 385px;
        height: 385px;
        max-width: inherit; }
        .gu-mirror .galleryblocks.two figure.circle.large, .gu-mirror .galleryblocks.two figure.square.large {
          height: 485px;
          width: 485px; }
        .gu-mirror .galleryblocks.two figure.circle.small, .gu-mirror .galleryblocks.two figure.square.small {
          width: 365px;
          height: 365px; }
        .gu-mirror .galleryblocks.two figure.circle.medium, .gu-mirror .galleryblocks.two figure.square.medium {
          width: 385px;
          height: 385px; }
    .gu-mirror .galleryblocks.three figure {
      width: 335px;
      height: 335px; }
      .gu-mirror .galleryblocks.three figure.rectangle {
        max-width: inherit;
        max-height: inherit;
        height: 200px;
        width: 305px; }
        .gu-mirror .galleryblocks.three figure.rectangle.large {
          width: 335px;
          height: 270px; }
        .gu-mirror .galleryblocks.three figure.rectangle.small {
          width: 305px;
          height: 250px; }
        .gu-mirror .galleryblocks.three figure.rectangle.medium {
          width: 315px;
          height: 260px; }
      .gu-mirror .galleryblocks.three figure.circle, .gu-mirror .galleryblocks.three figure.square {
        max-width: inherit;
        max-height: inherit;
        height: 200px;
        width: 200px; }
        .gu-mirror .galleryblocks.three figure.circle.large, .gu-mirror .galleryblocks.three figure.square.large {
          height: 335px;
          width: 335px; }
        .gu-mirror .galleryblocks.three figure.circle.small, .gu-mirror .galleryblocks.three figure.square.small {
          height: 305px;
          width: 305px; }
        .gu-mirror .galleryblocks.three figure.circle.medium, .gu-mirror .galleryblocks.three figure.square.medium {
          height: 315px;
          width: 315px; }
    .gu-mirror .galleryblocks.five figure {
      width: 190px;
      height: 190px; }
      .gu-mirror .galleryblocks.five figure.rectangle {
        height: 140px;
        width: 190px; }
        .gu-mirror .galleryblocks.five figure.rectangle.large {
          height: 150px;
          width: 200px; }
        .gu-mirror .galleryblocks.five figure.rectangle.small {
          height: 130px;
          width: 180px; }
        .gu-mirror .galleryblocks.five figure.rectangle.medium {
          height: 140px;
          width: 190px; }
      .gu-mirror .galleryblocks.five figure.circle, .gu-mirror .galleryblocks.five figure.square {
        height: 190px;
        width: 190px; }
        .gu-mirror .galleryblocks.five figure.circle.large, .gu-mirror .galleryblocks.five figure.square.large {
          height: 200px;
          width: 200px; }
        .gu-mirror .galleryblocks.five figure.circle.small, .gu-mirror .galleryblocks.five figure.square.small {
          height: 180px;
          width: 180px; }
        .gu-mirror .galleryblocks.five figure.circle.medium, .gu-mirror .galleryblocks.five figure.square.medium {
          height: 190px;
          width: 190px; } }

@media only screen and (min-width: 1280px) {
  .gosite_theme_one .contentarea .options {
    padding-top: 30px; }
    .gosite_theme_one .contentarea .options .item {
      padding: 0 6px 0;
      width: 33.3%; }
      .gosite_theme_one .contentarea .options .item.small {
        width: 20%; }
      .gosite_theme_one .contentarea .options .item.two {
        width: 50%; }
      .gosite_theme_one .contentarea .options .item.one {
        width: 100%; }
      .gosite_theme_one .contentarea .options .item.four {
        width: 66.7%; }
      .gosite_theme_one .contentarea .options .item.five {
        width: 80%; }
      .gosite_theme_one .contentarea .options .item.six {
        width: 25%; }
      .gosite_theme_one .contentarea .options .item.seven {
        width: 50%; }
  .gosite_theme_one .contentarea .item .galleryblocks {
    padding: 10px 0 0; }
    .gosite_theme_one .contentarea .item .galleryblocks .galleryleft {
      width: 530px;
      float: left; }
      .gosite_theme_one .contentarea .item .galleryblocks .galleryleft figure {
        margin-bottom: 20px; }
    .gosite_theme_one .contentarea .item .galleryblocks .galleryright {
      width: 565px;
      float: right;
      margin: 0; }
      .gosite_theme_one .contentarea .item .galleryblocks .galleryright figure {
        float: left;
        width: auto;
        margin: 0 0 20px 20px; }
  .gosite_theme_one .contentarea .sliderGallery.gallery03 .carousel-indicators {
    bottom: -10px; } }

.popup-overlay-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 0; }
  .popup-overlay-container .gallery-item-count {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    text-align: center; }
    .popup-overlay-container .gallery-item-count span {
      padding: 5px;
      font-size: 13px;
      border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      -o-border-radius: 3px 3px 0 0;
      height: 25px;
      display: inline-block;
      color: rgba(0, 0, 0, 0.9);
      background: #fff;
      min-width: 50px;
      font-weight: bold;
      line-height: 17px; }
  .popup-overlay-container .closePop {
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    padding: 5px;
    background: #fff;
    margin: 0 auto;
    width: 30px;
    text-align: center; }
  .popup-overlay-container .popup-background {
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; }
  .popup-overlay-container .popup-wrapper {
    position: relative;
    width: 100%; }
  .popup-overlay-container .slider-container {
    background: #000;
    position: relative;
    display: block;
    z-index: 999; }
    .popup-overlay-container .slider-container .slider {
      margin: 0 auto;
      overflow: hidden;
      background: #fff;
      border: 0;
      height: 100vh;
      width: 100vw;
      max-height: 100vh;
      max-width: 100vw; }
    .popup-overlay-container .slider-container .owl-item {
      background-color: #fff; }
      .popup-overlay-container .slider-container .owl-item .content {
        height: 100vh;
        width: 100vw;
        background-color: #000;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .popup-overlay-container .slider-container .owl-item .content img {
          max-width: 100vw;
          max-height: 100vh;
          width: auto;
          height: auto;
          display: inline-block; }
    .popup-overlay-container .slider-container .slider-controls a {
      background: #fff;
      color: #000;
      position: absolute;
      top: 50%;
      z-index: 100;
      height: 80px;
      line-height: 80px;
      width: 40px;
      text-decoration: none;
      text-align: center;
      margin-top: -40px;
      opacity: 0.5;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .popup-overlay-container .slider-container .slider-controls a span {
        opacity: 0.7; }
      .popup-overlay-container .slider-container .slider-controls a:hover {
        opacity: 1; }
      .popup-overlay-container .slider-container .slider-controls a.slider-left {
        left: 0; }
      .popup-overlay-container .slider-container .slider-controls a.slider-right {
        right: 0; }
  .popup-overlay-container .thumbnail-slider-container {
    margin-top: 15px;
    position: relative;
    z-index: 999; }
    .popup-overlay-container .thumbnail-slider-container .item {
      margin: 0;
      height: 80px;
      overflow: hidden; }
  .popup-overlay-container .thumbnail-slider .content {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6; }
    .popup-overlay-container .thumbnail-slider .content:hover {
      opacity: 1; }
  .popup-overlay-container .thumbnail-slider .owl-nav {
    display: none; }

@media only screen and (min-width: 768px) {
  .popup-overlay-container .thumbnail-slider-container {
    bottom: 20px;
    position: fixed;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .popup-overlay-container .slider-container .slider-controls a {
    font-size: 22px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
    .popup-overlay-container .slider-container .slider-controls a span {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); } }

.gallery-loader {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }

.gallery-loader.active {
  opacity: 1;
  visibility: visible; }

.gallery-loader .tools-loader {
  background: #000 none repeat scroll 0 0;
  height: 100vh;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999; }

.gallery-loader .tools-loader .loader-content {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

@media only screen and (max-width: 767px) {
  .popup-overlay-container .thumbnail-slider-container, .popup-overlay-container .popup-background {
    display: none; } }

.gosite_theme_one footer {
  padding: 30px 0;
  background: #31353d; }
  .gosite_theme_one footer .footerlogo {
    font-size: 32px;
    font-family: Montserrat;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.4;
    text-align: center;
    margin-bottom: 25px; }
  .gosite_theme_one footer .copyright {
    background: white;
    padding: 25px 0;
    text-align: center; }
    .gosite_theme_one footer .copyright p {
      font-size: 14px;
      color: #acacac; }
  .gosite_theme_one footer .divider {
    background: #fff; }
  .gosite_theme_one footer .button01,
  .gosite_theme_one footer .button02 {
    color: #fff;
    border-color: #fff; }
  .gosite_theme_one footer .contentarea {
    padding: 0 0 0 0; }
    .gosite_theme_one footer .contentarea .options {
      padding: 20px 0 0; }
      .gosite_theme_one footer .contentarea .options p {
        color: #ffffff;
        opacity: 0.6; }
      .gosite_theme_one footer .contentarea .options .item {
        padding: 0 10px 0; }
        .gosite_theme_one footer .contentarea .options .item h1,
        .gosite_theme_one footer .contentarea .options .item h3,
        .gosite_theme_one footer .contentarea .options .item h2,
        .gosite_theme_one footer .contentarea .options .item h4,
        .gosite_theme_one footer .contentarea .options .item h5,
        .gosite_theme_one footer .contentarea .options .item h6 {
          color: #ffffff; }
      .gosite_theme_one footer .contentarea .options .social {
        padding: 10px 0; }
        .gosite_theme_one footer .contentarea .options .social a {
          margin: 0 5px;
          text-decoration: none;
          -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .gosite_theme_one footer .contentarea .options .social a:hover {
            opacity: 0.9; }
    .gosite_theme_one footer .contentarea .button01,
    .gosite_theme_one footer .contentarea .button01 {
      border-color: #fff;
      color: #fff; }
    .gosite_theme_one footer .contentarea .divider {
      background: #fff; }
  .gosite_theme_one footer .hours-list.business-hours-list .paragraphtext p span.day-text, .gosite_theme_one footer .hours-list.business-hours-list .paragraphtext p span.day-text2 {
    width: auto;
    min-width: 25%;
    display: inline-block;
    max-width: 50%;
    text-align: left; }
  .gosite_theme_one footer .hours-list.business-hours-list .paragraphtext p span.day-time, .gosite_theme_one footer .hours-list.business-hours-list .paragraphtext p span.day-time2 {
    width: 50%;
    display: inline-block; }

.gosite_theme_one .footer .news-letter-form.oval .newsletterFiled .formgroup input.formgroup {
  border-radius: 20px; }

.gosite_theme_one .footer .news-letter-form.formRounded .newsletterFiled .formgroup input.formgroup {
  border-radius: 8px; }

.gosite_theme_one .footerlinks {
  padding-bottom: 25px; }
  .gosite_theme_one .footerlinks .linkblock {
    padding: 10px;
    text-align: center; }
    .gosite_theme_one .footerlinks .linkblock h4 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      opacity: 0.7;
      margin-bottom: 15px; }
    .gosite_theme_one .footerlinks .linkblock P {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 20px;
      opacity: 0.5;
      color: #ffffff;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .gosite_theme_one .footerlinks .linkblock P a {
        color: #ffffff;
        text-decoration: none; }
      .gosite_theme_one .footerlinks .linkblock P:hover {
        opacity: 1; }
    .gosite_theme_one .footerlinks .linkblock .social {
      font-size: 23px;
      color: #ffffff;
      padding: 10px 0; }
      .gosite_theme_one .footerlinks .linkblock .social a {
        margin-right: 10px;
        text-decoration: none;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .gosite_theme_one .footerlinks .linkblock .social a:hover {
          opacity: 0.9; }

.gosite_theme_one .footer {
  text-align: left; }
  .gosite_theme_one .footer .moveGe {
    background-image: none !important; }
  .gosite_theme_one .footer .removeGe {
    background-image: none !important; }
  .gosite_theme_one .footer .button01 {
    border-width: 0;
    width: auto; }
  .gosite_theme_one .footer .button02 {
    border-width: 0;
    width: auto; }
  .gosite_theme_one .footer.one {
    display: inline-block;
    width: 100%;
    padding: 110px 0 90px 0;
    background-color: #434345; }
    .gosite_theme_one .footer.one .col-3 {
      float: left; }
    .gosite_theme_one .footer.one .col-3 {
      width: 33.3333%; }
    .gosite_theme_one .footer.one .head {
      color: #fff;
      margin-bottom: 40px;
      font-weight: 400; }
    .gosite_theme_one .footer.one .paragraphtext {
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 28px; }
      .gosite_theme_one .footer.one .paragraphtext p {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 5px; }
        .gosite_theme_one .footer.one .paragraphtext p i {
          color: rgba(255, 255, 255, 0.7);
          font-size: 16px;
          margin-right: 15px;
          display: inline-block; }
        .gosite_theme_one .footer.one .paragraphtext p .day-text,
        .gosite_theme_one .footer.one .paragraphtext p .day-text2 {
          width: 37%;
          display: inline-block; }
        .gosite_theme_one .footer.one .paragraphtext p strong {
          padding-left: 2px; }
    .gosite_theme_one .footer.one p {
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 5px; }
      .gosite_theme_one .footer.one p a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
    .gosite_theme_one .footer.one .formgroup.common {
      padding-left: 0;
      padding-right: 0; }
    .gosite_theme_one .footer.one .formgroup .formgroup {
      background-color: #686869;
      border: none;
      height: 42px;
      color: #b4b4b9;
      font-size: 14px; }
    .gosite_theme_one .footer.one .formgroup textarea.formgroup {
      height: 68px; }
    .gosite_theme_one .footer.one .button01.fill {
      background: #ff9400;
      color: #ffffff;
      font-size: 14px;
      width: 110px;
      height: 50px;
      min-width: 110px;
      text-align: center;
      border-width: 0;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      font-weight: 700; }
  .gosite_theme_one .footer.two {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background-color: #fff; }
    .gosite_theme_one .footer.two .col-1 {
      width: 70%;
      float: left; }
    .gosite_theme_one .footer.two .col-2 {
      width: 30%;
      float: left;
      padding-left: 25px; }
    .gosite_theme_one .footer.two .tittle {
      margin-bottom: 35px; }
      .gosite_theme_one .footer.two .tittle .head {
        color: #222222;
        font-weight: 400;
        margin-bottom: 12px;
        text-align: left; }
      .gosite_theme_one .footer.two .tittle p {
        /*font-size:20px;
                    font-weight:700;*/
        color: #434345; }
    .gosite_theme_one .footer.two .contact-form .options {
      padding: 0; }
    .gosite_theme_one .footer.two .contact-form .paragraphtext {
      margin-bottom: 0; }
    .gosite_theme_one .footer.two .contact-form .common {
      padding: 0; }
    .gosite_theme_one .footer.two .contact-form .formgroup {
      margin-bottom: 14px; }
      .gosite_theme_one .footer.two .contact-form .formgroup label {
        color: inherit;
        font-size: inherit;
        margin: 0; }
      .gosite_theme_one .footer.two .contact-form .formgroup .form-label {
        color: inherit;
        font-size: inherit;
        margin: 0;
        display: block;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: left; }
      .gosite_theme_one .footer.two .contact-form .formgroup p {
        color: #767676; }
      .gosite_theme_one .footer.two .contact-form .formgroup .formgroup {
        border: solid 2px #767676;
        background: none; }
    .gosite_theme_one .footer.two .adress {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.two .adress .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.two .adress .paragraphtext p {
          margin: 0 0 10px; }
      .gosite_theme_one .footer.two .adress span {
        display: block;
        font-size: 14px; }
    .gosite_theme_one .footer.two .call-block {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.two .call-block .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.two .call-block .paragraphtext p {
          color: #434345;
          font-size: 14px;
          margin: 0; }
          .gosite_theme_one .footer.two .call-block .paragraphtext p span {
            font-weight: 700; }
    .gosite_theme_one .footer.two .hours-list .paragraphtext {
      margin: 0 0 5px 0; }
      .gosite_theme_one .footer.two .hours-list .paragraphtext p {
        color: #434345;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        text-align: right; }
        .gosite_theme_one .footer.two .hours-list .paragraphtext p.editor {
          text-align: left; }
        .gosite_theme_one .footer.two .hours-list .paragraphtext p span.day-text,
        .gosite_theme_one .footer.two .hours-list .paragraphtext p span.day-text2 {
          width: 45%;
          display: inline-block;
          text-align: left; }
    .gosite_theme_one .footer.two .hours-list h1 span.day-text,
    .gosite_theme_one .footer.two .hours-list h2 span.day-text,
    .gosite_theme_one .footer.two .hours-list h3 span.day-text,
    .gosite_theme_one .footer.two .hours-list h4 span.day-text,
    .gosite_theme_one .footer.two .hours-list h5 span.day-text,
    .gosite_theme_one .footer.two .hours-list h6 span.day-text {
      width: 100%;
      display: inline-block;
      text-align: left; }
  .gosite_theme_one .footer.business-info-widget .hours-list .paragraphtext p span.day-text, .gosite_theme_one .footer.business-info-widget .hours-list .paragraphtext p span.day-text2 {
    width: auto;
    min-width: 25%;
    display: inline-block;
    max-width: 50%;
    text-align: left; }
  .gosite_theme_one .footer.business-info-widget .hours-list .paragraphtext p span.day-time, .gosite_theme_one .footer.business-info-widget .hours-list .paragraphtext p span.day-time2 {
    width: 50%;
    display: inline-block; }
  .gosite_theme_one .footer.three {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background-color: #fff; }
    .gosite_theme_one .footer.three .col-1 {
      width: 100%;
      float: left; }
    .gosite_theme_one .footer.three .col-2 {
      width: 30%;
      float: left;
      padding-left: 25px; }
    .gosite_theme_one .footer.three .tittle {
      margin-bottom: 35px;
      text-align: center; }
      .gosite_theme_one .footer.three .tittle h2 {
        color: #222222;
        margin: 5px; }
      .gosite_theme_one .footer.three .tittle p {
        color: #434345; }
    .gosite_theme_one .footer.three .contact-form {
      padding: 0 15px; }
      .gosite_theme_one .footer.three .contact-form .item-holder {
        font-size: 0; }
      .gosite_theme_one .footer.three .contact-form .common {
        padding: 0; }
      .gosite_theme_one .footer.three .contact-form .formgroup {
        margin-bottom: 14px; }
        .gosite_theme_one .footer.three .contact-form .formgroup .form-label {
          margin-bottom: 10px;
          color: #767676;
          font-size: 14px; }
        .gosite_theme_one .footer.three .contact-form .formgroup label {
          color: #767676;
          font-size: 13px; }
        .gosite_theme_one .footer.three .contact-form .formgroup .formgroup {
          border: none; }
      .gosite_theme_one .footer.three .contact-form .button01 {
        border-width: 0;
        width: auto; }
      .gosite_theme_one .footer.three .contact-form .button02 {
        border-width: 0;
        width: auto; }
    .gosite_theme_one .footer.three .adress {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.three .adress .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.three .adress .paragraphtext p {
          margin: 0 0 10px; }
      .gosite_theme_one .footer.three .adress span {
        display: block;
        font-size: 14px; }
    .gosite_theme_one .footer.three .call-block {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.three .call-block .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.three .call-block .paragraphtext p {
          color: #434345;
          font-size: 14px;
          margin: 0; }
          .gosite_theme_one .footer.three .call-block .paragraphtext p span {
            font-weight: 700; }
    .gosite_theme_one .footer.three .hours-list .paragraphtext {
      margin: 0 0 5px 0; }
      .gosite_theme_one .footer.three .hours-list .paragraphtext p {
        color: #434345;
        font-size: 14px;
        font-weight: 400;
        margin: 0; }
        .gosite_theme_one .footer.three .hours-list .paragraphtext p span {
          width: 50%;
          display: inline-block; }
  .gosite_theme_one .footer.four {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
    background-color: #fff; }
    .gosite_theme_one .footer.four .col-1 {
      width: 100%;
      float: left; }
    .gosite_theme_one .footer.four .col-2 {
      width: 100%;
      float: left;
      padding-left: 25px; }
    .gosite_theme_one .footer.four .tittle {
      margin-bottom: 35px;
      text-align: center; }
      .gosite_theme_one .footer.four .tittle h2 {
        color: #222222;
        margin: 5px; }
      .gosite_theme_one .footer.four .tittle p {
        color: #434345; }
    .gosite_theme_one .footer.four .contact-form {
      padding: 0; }
      .gosite_theme_one .footer.four .contact-form .common {
        padding: 0 8px;
        width: 100%;
        float: left; }
        .gosite_theme_one .footer.four .contact-form .common.full {
          width: 100%; }
      .gosite_theme_one .footer.four .contact-form .formgroup {
        margin-bottom: 14px; }
        .gosite_theme_one .footer.four .contact-form .formgroup label {
          color: #767676;
          font-size: 13px; }
        .gosite_theme_one .footer.four .contact-form .formgroup .formgroup {
          border: none; }
      .gosite_theme_one .footer.four .contact-form .button01 {
        border-width: 0;
        width: auto; }
      .gosite_theme_one .footer.four .contact-form .button02 {
        border-width: 0;
        width: auto; }
    .gosite_theme_one .footer.four .adress {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.four .adress .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.four .adress .paragraphtext p {
          margin: 0; }
      .gosite_theme_one .footer.four .adress span {
        display: block;
        font-size: 14px; }
    .gosite_theme_one .footer.four .call-block {
      margin-bottom: 20px; }
      .gosite_theme_one .footer.four .call-block .paragraphtext {
        margin: 0; }
        .gosite_theme_one .footer.four .call-block .paragraphtext p {
          color: #434345;
          font-size: 14px;
          margin: 0; }
          .gosite_theme_one .footer.four .call-block .paragraphtext p span {
            font-weight: 700; }
    .gosite_theme_one .footer.four .hours-list .paragraphtext {
      margin: 0 0 5px 0; }
      .gosite_theme_one .footer.four .hours-list .paragraphtext p {
        color: #434345;
        font-size: 14px;
        font-weight: 400;
        margin: 0; }
        .gosite_theme_one .footer.four .hours-list .paragraphtext p span.day-text, .gosite_theme_one .footer.four .hours-list .paragraphtext p span.day-text2 {
          width: auto;
          min-width: 25%;
          display: inline-block;
          max-width: 50%;
          text-align: left; }
        .gosite_theme_one .footer.four .hours-list .paragraphtext p span.day-time, .gosite_theme_one .footer.four .hours-list .paragraphtext p span.day-time2 {
          width: 50%;
          display: inline-block; }
  .gosite_theme_one .footer.one {
    padding: 60px 0; }
    .gosite_theme_one .footer.one .container {
      padding: 0 2%;
      width: 100%; }
  .gosite_theme_one .footer.two {
    padding: 50px 0; }
    .gosite_theme_one .footer.two .container {
      width: 100%;
      padding: 0 2%; }
    .gosite_theme_one .footer.two .col-1 {
      width: 60%; }
    .gosite_theme_one .footer.two .col-2 {
      width: 40%;
      padding-left: 0; }
    .gosite_theme_one .footer.two .tittle p {
      /* line-height:24px;*/ }
  .gosite_theme_one .footer.three .contact-form .common {
    padding: 0 10px;
    width: 33.333%; }
  .gosite_theme_one .footer.three .contact-form .full {
    width: 100%; }
  .gosite_theme_one .footer.four .contact-form .common {
    width: 33.333%; }
  .gosite_theme_one .footer.four .col-1 {
    width: 75%;
    float: left; }
  .gosite_theme_one .footer.four .col-2 {
    width: 25%;
    float: left;
    padding-left: 25px; }
  .gosite_theme_one .footer.five {
    overflow: hidden; }
    .gosite_theme_one .footer.five .pad-change {
      z-index: 8; }
    .gosite_theme_one .footer.five figure {
      max-width: 100% !important; }
  .gosite_theme_one .footer.six .topContact {
    font-size: 14px; }
  .gosite_theme_one .footer.six figure {
    max-width: 100% !important; }

@media only screen and (min-width: 768px) {
  .gosite_theme_one footer {
    padding: 15px 0 0; }
    .gosite_theme_one footer .footerlogo {
      margin-bottom: 35px; }
    .gosite_theme_one footer .footerlinks {
      padding: 0 15px; }
      .gosite_theme_one footer .footerlinks .linkblock {
        width: 25%;
        float: left;
        text-align: left; }
        .gosite_theme_one footer .footerlinks .linkblock h4 {
          font-size: 16px; }
    .gosite_theme_one footer .footerlogo {
      margin-bottom: 35px;
      text-align: left;
      padding: 0 25px; }
    .gosite_theme_one footer .contentarea {
      padding-bottom: 0; }
      .gosite_theme_one footer .contentarea .options {
        padding: 0 0 10px; }
      .gosite_theme_one footer .contentarea .item.five {
        line-height: 15px;
        text-align: left; }
        .gosite_theme_one footer .contentarea .item.five p {
          margin: 0;
          line-height: 35px; }
  .gosite_theme_one footer {
    padding: 15px 15px; }
    .gosite_theme_one footer .contentarea .options {
      padding: 20px 0 0; }
      .gosite_theme_one footer .contentarea .options p {
        margin: 0; }
      .gosite_theme_one footer .contentarea .options .social {
        padding: 0; }
        .gosite_theme_one footer .contentarea .options .social a {
          margin: 0 0 0 10px; }
    .gosite_theme_one footer .contentarea .grid-holder .grid {
      position: relative; }
    .gosite_theme_one footer .contentarea .grid-holder .item {
      min-height: 50px; }
    .gosite_theme_one footer .contentarea .grid-holder .item.gridPaddRight {
      padding-right: 50px; }
    .gosite_theme_one footer .contentarea .grid-holder .item.gridPaddLeft {
      padding-left: 50px; }
    .gosite_theme_one footer .item-holder,
    .gosite_theme_one footer .grid-holder {
      min-height: auto; }
  .gosite_theme_one .gositeLogo {
    margin: 0 auto 0;
    text-align: center; }
  .gosite_theme_one .footer.five .address-block .layout .item-holder {
    min-height: 290px; } }

@media only screen and (min-width: 1000px) {
  .gosite_theme_one .footer.two {
    padding: 60px 0; }
    .gosite_theme_one .footer.two .container {
      width: 1000px;
      padding: 0; }
    .gosite_theme_one .footer.two .col-1 {
      width: 70%; }
    .gosite_theme_one .footer.two .col-2 {
      width: 30%;
      padding-left: 25px; }
    .gosite_theme_one .footer.two .tittle p {
      /*font-size:20px;
                        font-weight:700;*/
      color: #434345; }
  .gosite_theme_one footer .contentarea .social {
    text-align: right; }
  .gosite_theme_one footer .contentarea .options p {
    text-align: left; } }

@media only screen and (min-width: 1280px) {
  .gosite_theme_one footer .footerlogo {
    margin-bottom: 70px; }
  .gosite_theme_one footer .footerlinks .linkblock {
    width: 25%;
    float: left;
    text-align: left; }
  .gosite_theme_one footer .footerlogo {
    margin-bottom: 35px;
    text-align: left; } }

@media only screen and (max-width: 767px) {
  .footer .contact-form .geb {
    text-align: center; }
  footer {
    padding: 20px 0 !important; }
    footer .gositeLogo {
      padding: 20px 10px 0; }
  .gosite_theme_one .footer.one {
    padding: 10px 0; }
    .gosite_theme_one .footer.one .container {
      padding: 0 2%;
      width: 100%; }
    .gosite_theme_one .footer.one .head {
      margin-bottom: 15px;
      margin-top: 0; }
    .gosite_theme_one .footer.one .col-3 {
      width: 100%; }
    .gosite_theme_one .footer.one .button01.fill {
      width: 100%;
      max-width: 100%; }
  .gosite_theme_one .footer.two {
    padding: 10px 0; }
    .gosite_theme_one .footer.two .container {
      width: 100%;
      padding: 0 2%; }
    .gosite_theme_one .footer.two .col-1 {
      width: 100%; }
    .gosite_theme_one .footer.two .col-2 {
      width: 100%;
      padding-left: 25px; }
    .gosite_theme_one .footer.two .tittle p {
      line-height: 24px; }
    .gosite_theme_one .footer.two .hours-list .paragraphtext p span {
      width: auto;
      min-width: 100%;
      display: inline-block;
      max-width: 100%; }
  .gosite_theme_one .footer.four .hours-list .paragraphtext p span {
    width: auto;
    min-width: 100%;
    display: inline-block;
    max-width: 100%; }
  .gosite_theme_one .footer.five {
    padding: 0 !important; } }

@media only screen and (max-width: 480px) {
  .gosite_theme_one .footer.one .paragraphtext p span {
    width: 50%; }
  .gosite_theme_one .footer .button02 {
    min-width: 155px;
    max-width: 100%; }
  .gosite_theme_one .footer.one {
    padding: 10px 0; }
    .gosite_theme_one .footer.one .paragraphtext p span {
      width: 50%; }
  .gosite_theme_one .footer.two {
    padding: 10px 0; }
    .gosite_theme_one .footer.two .hours-list .paragraphtext p {
      margin-bottom: 12px; }
    .gosite_theme_one .footer.two .hours-list .paragraphtext p span.day-text {
      width: 100% !important;
      margin: 5px 0;
      font-weight: 700; }
    .gosite_theme_one .footer.two .hours-list .paragraphtext p span.day-text2 {
      display: none; }
    .gosite_theme_one .footer.two .contact-form .formgroup .formgroup {
      height: 40px;
      margin-top: 10px; }
    .gosite_theme_one .footer.two .contact-form .formgroup textarea.formgroup {
      height: 100px; }
  .gosite_theme_one .footer.five .address-block {
    width: 90%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
    margin: 5%; }
    .gosite_theme_one .footer.five .address-block .tittle-head {
      margin: 20px 0; }
  .gosite_theme_one .footer.five .gem .google-map {
    margin: 0; }
  .gosite_theme_one .footer.five .adress, .gosite_theme_one .footer.five .business-hours-list {
    margin-bottom: 15px; }
  .gosite_theme_one .footer.five .day-text {
    width: 100%;
    float: left;
    margin: 5px 0; }
  .gosite_theme_one .footer.six .paragraphtext p span {
    width: 50%; }
  .gosite_theme_one .footer.three .contact-form .common {
    width: 100%; } }

.review-section {
  padding: 100px 0;
  position: relative; }
  .review-section.one {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #fff; }
    .review-section.one .content-table {
      display: block; }
      .review-section.one .content-table .review-start-icon {
        display: block;
        width: 100%;
        text-align: center;
        margin: 60px 0 20px 0; }
      .review-section.one .content-table .review-text {
        margin: 15px 0;
        text-align: center;
        margin: 0 auto; }
        .review-section.one .content-table .review-text p {
          font-size: 22px;
          color: #2c2c2c;
          line-height: 32px; }
      .review-section.one .content-table .details {
        display: block;
        width: 100%;
        text-align: center;
        margin: 30px 0; }
        .review-section.one .content-table .details .name {
          font-size: 16px;
          color: #2c2c2c;
          display: block; }
        .review-section.one .content-table .details .days {
          font-size: 10px;
          color: #949698;
          display: block; }
      .review-section.one .content-table .arrow {
        position: absolute; }
        .review-section.one .content-table .arrow.left {
          left: 0;
          top: 50%; }
        .review-section.one .content-table .arrow.right {
          right: 0;
          top: 50%; }
    .review-section.one .tittle {
      text-align: center;
      width: 100%;
      margin: 0 auto; }
      .review-section.one .tittle .head {
        color: #4d4c4c;
        font-size: 14px;
        font-weight: 600;
        position: relative; }
        .review-section.one .tittle .head a {
          color: #0787c9;
          text-decoration: underline; }
        .review-section.one .tittle .head:after {
          position: absolute;
          width: 40px;
          height: 2px;
          content: '';
          background: #e5e5e4;
          display: inline-block;
          left: 50%;
          bottom: -25px;
          margin-left: -25px; }
    .review-section.one .social-block {
      display: block;
      text-align: center; }
      .review-section.one .social-block a {
        display: inline-block;
        text-decoration: none; }
        .review-section.one .social-block a span {
          display: block;
          color: #949698;
          font-size: 10px;
          text-transform: uppercase; }
  .review-section Style Star Rating Widget
.stars-existing {
    display: inline-block;
    font-size: 0; }
    .review-section Style Star Rating Widget
.stars-existing span {
      font-size: 0; }
      .review-section Style Star Rating Widget
.stars-existing span i {
        font-size: 40px;
        display: inline-block;
        color: #ddd; }
    .review-section Style Star Rating Widget
.stars-existing.one span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.one span.rate-1 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.one-half span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.two span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.two span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.two span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.two span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.two-half span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.two-half span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.two-half span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.two-half span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.two-half span.rate-2 .icon-star-right {
      color: #ddd; }
    .review-section Style Star Rating Widget
.stars-existing.three span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.three span.rate-2 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.three span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.three span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.three span.rate-2 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.three span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.three-half span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.three-half span.rate-2 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.three-half span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.three-half span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.three-half span.rate-2 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.three-half span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.three-half span.rate-3 .icon-star-right {
      color: #ddd; }
    .review-section Style Star Rating Widget
.stars-existing.four span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.four span.rate-2 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.four span.rate-3 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.four span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.four span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.four span.rate-2 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.four span.rate-3 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.four span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-2 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-3 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-2 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-3 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.four-half span.rate-4 .icon-star-right {
      color: #ddd; }
    .review-section Style Star Rating Widget
.stars-existing.five span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five span.rate-2 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five span.rate-3 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five span.rate-4 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.five span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five span.rate-2 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five span.rate-3 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five span.rate-4 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-1 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-2 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-3 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-4 .icon-star-left, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-1 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-2 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-3 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-4 .icon-star-right, .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section Style Star Rating Widget
.stars-existing.five-half span.rate-5 .icon-star-right {
      color: #ddd; }

@media only screen and (min-width: 768px) {
  .review-section.one .review-text {
    width: 750px; } }

@media only screen and (max-width: 767px) {
  .review-section.one .review-text {
    width: 90%; } }

.popupactive {
  height: 100vh; }

.popup-form-01 {
  padding: 0; }
  .popup-form-01.contentarea {
    padding: 0; }
  .popup-form-01 .popup-form-success {
    background: #EAFAF3;
    border: solid 1px #00CA70;
    padding: 8px 10px;
    color: #038b4e;
    border-radius: 2px;
    font-size: 13px;
    margin: 15px 5px 0;
    text-align: center;
    line-height: 20px; }
  .popup-form-01 .popup-form-error {
    background: #ffe0e0;
    border: solid 1px #F9320D;
    padding: 8px 10px;
    color: #F9320D;
    border-radius: 2px;
    font-size: 13px;
    margin: 15px 5px 0;
    text-align: center;
    line-height: 20px; }
  .popup-form-01 .formgroup {
    position: relative; }
    .popup-form-01 .formgroup .phoneerror, .popup-form-01 .formgroup .dateerror {
      position: absolute;
      font-size: 12px;
      color: #F9320D;
      left: 6px;
      bottom: -5px; }
    .popup-form-01 .formgroup.common {
      padding: 0 7px; }
    .popup-form-01 .formgroup.large {
      display: inline-block; }
    .popup-form-01 .formgroup.medium {
      display: inline-block; }
    .popup-form-01 .formgroup.small {
      display: inline-block; }
    .popup-form-01 .formgroup .formgroup {
      background: #fff;
      border-color: #cdcfd2;
      height: 45px;
      border-radius: 2px;
      color: #6d6d6d;
      box-shadow: none; }
    .popup-form-01 .formgroup .phone-code {
      width: 20%;
      margin-right: 2%; }
    .popup-form-01 .formgroup .phone-number {
      width: 75%; }
    .popup-form-01 .formgroup .form-label {
      color: #a7aab0;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 8px; }
      .popup-form-01 .formgroup .form-label strong span {
        font-weight: bold; }
      .popup-form-01 .formgroup .form-label span {
        color: #a7aab0; }
      .popup-form-01 .formgroup .form-label input[type="checkbox"] {
        margin: 0 5px 0 0; }
  .popup-form-01 .contact-form .options {
    padding: 0; }
  .popup-form-01 .button01 {
    border-radius: 3px; }

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.linksettings-overlay {
  background: transparent; }
  .linksettings-overlay .overlay-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); }
    .linksettings-overlay .overlay-popup-container::-webkit-scrollbar {
      display: none; }
  .linksettings-overlay .custom-form .preview-mode {
    border: none; }

.overlay .link-settings-popup {
  transition: none;
  position: relative;
  z-index: 22; }
  .overlay .link-settings-popup .close {
    right: 0;
    top: 0;
    background: none; }
    .overlay .link-settings-popup .close .icon-close {
      color: #dcdcdc; }

.overlay .content {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .popup-form-01 .formgroup.common {
    padding: 0 7px; }
  .popup-form-01 .formgroup.large {
    width: 49.5%; }
  .popup-form-01 .formgroup.medium {
    width: 33.3%; }
  .popup-form-01 .formgroup.small {
    width: 20%; }
  .overlay .link-settings-popup {
    width: 575px;
    padding: 25px 25px;
    transition: none; } }

.ui-datepicker {
  z-index: 9999 !important;
  font-family: Open Sans;
  font-size: 14px; }

.ui-datepicker-header .ui-icon {
  width: 18px;
  height: 18px; }

@media only screen and (max-width: 767px) {
  .overlay .link-settings-popup {
    width: 430px;
    padding: 20px 10px; }
  .popup-form-01 {
    padding: 0 !important; }
    .popup-form-01 .formgroup.common {
      padding: 0 7px; }
    .popup-form-01 .formgroup.large {
      width: 49%; }
    .popup-form-01 .formgroup.medium {
      width: 30%; }
    .popup-form-01 .formgroup.small {
      width: 30%; } }

@media only screen and (max-width: 480px) {
  .popupactive {
    height: 100vh;
    overflow: hidden;
    position: fixed; }
  .linksettings-overlay .overlay-popup-container {
    width: 100%;
    padding: 0; }
    .linksettings-overlay .overlay-popup-container .link-settings-popup {
      position: absolute;
      margin: 0;
      height: 100vh;
      overflow: auto; }
    .linksettings-overlay .overlay-popup-container section.contentarea {
      padding: 20px 0px !important; }
      .linksettings-overlay .overlay-popup-container section.contentarea h4 {
        font-size: 18px;
        margin: 10px 0; }
      .linksettings-overlay .overlay-popup-container section.contentarea .dividerOuter {
        margin-bottom: 10px; }
      .linksettings-overlay .overlay-popup-container section.contentarea .formgroup input.formgroup {
        height: 40px; }
  .overlay link-settings-popup {
    width: 100%;
    padding: 20px; }
  .overlay .link-settings-popup {
    width: 100%;
    padding: 0; }
  .popup-form-01 .formgroup.large {
    width: 100%; }
  .popup-form-01 .formgroup.medium {
    width: 100%; }
  .popup-form-01 .formgroup.small {
    width: 100%; } }

.chat_widget-box_custom {
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 332px;
  width: 332px;
  z-index: 9998; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_box {
    background-color: #ffff;
    background: #ffff;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    margin-bottom: 0;
    -webkit-box-shadow: -5px 8px 40px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 8px 40px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 8px 40px -2px rgba(0, 0, 0, 0.1); }
  .chat_widget-box_custom .chat_widget-main_block .popup-box-on {
    margin-bottom: 15px;
    display: block !important; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head {
    padding: 14px 0;
    background-color: #0787c9;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .chat_widget-chat_head_h2 {
      color: #fff;
      text-transform: none;
      font-size: 16px;
      font-weight: 700;
      margin: 0; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .chat_widget-right-opt {
      position: absolute;
      right: 20px;
      top: 12px; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .chat_widget-right-opt .tooltip {
        position: relative;
        display: inline-block; }
        .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .chat_widget-right-opt .tooltip:hover:after {
          bottom: -1px;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #fff;
          border-width: 5px;
          margin-left: -5px; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .chat_widget-right-opt .tooltiptext {
        visibility: hidden;
        background-color: #fff;
        color: #686868;
        text-align: center;
        border-radius: 3px;
        top: 25px;
        right: 0;
        position: absolute;
        z-index: 1;
        min-width: 135px;
        line-height: 26px;
        font-size: 12px;
        box-shadow: 0 2px 6px rgba(43, 43, 43, 0.13); }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .chat_widget-right-opt .tooltip:hover .tooltiptext {
        visibility: visible; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .icon-close {
      color: #82bad7;
      font-size: 22px;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      cursor: pointer;
      position: relative; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .icon-close:hover {
        color: #fff; }
  .chat_widget-box_custom .chat_widget-main_block #chatScreen {
    position: relative;
    background-color: #fff; }
    .chat_widget-box_custom .chat_widget-main_block #chatScreen .chat_widget-head-text {
      padding: 10px; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-body {
    padding-bottom: 15px;
    overflow-y: auto;
    max-height: 400px;
    position: relative;
    /*.scroll {
				position: absolute;
				right: 0;
				width: 15px;
				z-index: 999;
				height: 350px;
				.right{
					
				}
				.left{
					
				}
			}*/ }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-body .shadow {
      -webkit-box-shadow: 0px 0px 20px 8px gainsboro;
      -moz-box-shadow: 0px 0px 20px 8px gainsboro;
      box-shadow: 0px 0px 20px 8px gainsboro;
      height: 0;
      display: block; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-body .chat_widget-head-text {
      font-size: 12.5px;
      color: #86888d;
      line-height: 18px;
      padding: 8px 0;
      text-align: center; }
  .chat_widget-box_custom .chat_widget-main_block .start {
    color: #86888d;
    font-size: 12.5px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0; }
  .chat_widget-box_custom .chat_widget-main_block .leave-chat {
    /*margin-top:18px;*/
    padding: 10px 0; }
  .chat_widget-box_custom .chat_widget-main_block #leaveChat {
    background-color: transparent;
    border: none;
    font-size: 12.5px;
    color: #86888d;
    padding: 2px 0;
    width: 95%;
    z-index: 22;
    background-color: #fff;
    padding: 4px 0 0px 0;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .chat_widget-box_custom .chat_widget-main_block #leaveChat .icon-leave {
      font-size: 18px;
      position: relative;
      top: 3px;
      right: 6px;
      color: #b6b8bb; }
    .chat_widget-box_custom .chat_widget-main_block #leaveChat:hover {
      color: #0787c9; }
      .chat_widget-box_custom .chat_widget-main_block #leaveChat:hover .icon-leave {
        color: #0787c9; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-message-list {
    margin-top: 0px; }
  .chat_widget-box_custom .chat_widget-main_block .date {
    text-align: center;
    position: relative;
    line-height: 0px; }
    .chat_widget-box_custom .chat_widget-main_block .date:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #e2e3e4;
      left: 0;
      bottom: 8px;
      line-height: 0px; }
    .chat_widget-box_custom .chat_widget-main_block .date span {
      padding: 0 25px;
      color: #989ea1;
      font-size: 10px;
      height: 22px;
      line-height: 19px;
      background: #fff;
      background-color: #ffff;
      border: solid 1px #e2e3e4;
      border-radius: 50px;
      position: relative;
      z-index: 1;
      display: inline-block; }
  .chat_widget-box_custom .chat_widget-main_block .message {
    margin: 10px 25px;
    position: relative; }
    .chat_widget-box_custom .chat_widget-main_block .message.admin-message .user-image {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #0787c9;
      text-align: center;
      font-size: 16px;
      color: #c9edff;
      line-height: 32px;
      font-weight: 700; }
      .chat_widget-box_custom .chat_widget-main_block .message.admin-message .user-image img {
        width: 32px;
        height: 32px; }
    .chat_widget-box_custom .chat_widget-main_block .message.admin-message .chat {
      margin-left: 50px; }
      .chat_widget-box_custom .chat_widget-main_block .message.admin-message .chat:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: transparent #f2f4f8 transparent transparent;
        line-height: 0px;
        position: absolute;
        left: -8px;
        top: 0;
        content: ''; }
    .chat_widget-box_custom .chat_widget-main_block .message.user-message {
      text-align: right; }
      .chat_widget-box_custom .chat_widget-main_block .message.user-message .user-image {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #f2f4f8;
        display: none; }
      .chat_widget-box_custom .chat_widget-main_block .message.user-message .chat {
        margin-right: 0;
        background-color: #0787c9;
        display: inline-block;
        min-width: 100px; }
        .chat_widget-box_custom .chat_widget-main_block .message.user-message .chat:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 0;
          border-color: #0787c9 transparent transparent transparent;
          line-height: 0px;
          position: absolute;
          right: -8px;
          top: 0;
          content: ''; }
        .chat_widget-box_custom .chat_widget-main_block .message.user-message .chat p {
          color: #dfedfb; }
        .chat_widget-box_custom .chat_widget-main_block .message.user-message .chat .time {
          color: #83c3e4; }
          .chat_widget-box_custom .chat_widget-main_block .message.user-message .chat .time .icon-tick {
            color: #83c3e4; }
    .chat_widget-box_custom .chat_widget-main_block .message .user-image {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      overflow: hidden; }
    .chat_widget-box_custom .chat_widget-main_block .message .chat {
      background-color: #f2f4f8;
      border-radius: 4px;
      padding: 8px 15px;
      position: relative;
      display: inline-block; }
      .chat_widget-box_custom .chat_widget-main_block .message .chat p {
        color: #363c46;
        font-size: 12.5px;
        line-height: 18px;
        padding-bottom: 4px;
        font-weight: 600;
        white-space: pre-line; }
      .chat_widget-box_custom .chat_widget-main_block .message .chat .time {
        color: #a1a6a9;
        font-size: 10px; }
        .chat_widget-box_custom .chat_widget-main_block .message .chat .time .icon-tick {
          font-size: 7px;
          position: relative;
          left: 5px;
          color: #b4becb; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block {
    margin: 0;
    text-align: left;
    padding: 10px 25px 20px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-form-group {
      width: 100%;
      display: inline-block;
      margin-top: 13px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-text-box {
      border: solid 1px #e3e6ec;
      border-radius: 3px;
      height: 36px;
      padding: 0 12px;
      display: block;
      font-size: 12.5px;
      color: #000;
      width: 100%;
      font-weight: 400; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-text-box::placeholder {
      color: #a1a1a1; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-textarea-box {
      border: solid 1px #e3e6ec;
      border-radius: 3px;
      height: 56px;
      padding: 5px 12px;
      display: block;
      font-size: 12.5px;
      color: #000;
      width: 100%;
      text-align: left;
      resize: none;
      font-family: Open Sans;
      font-weight: 400; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-textarea-box::placeholder {
      color: #a1a1a1; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-send-btn {
      border-radius: 30px;
      background-color: #0787c9;
      border: none;
      height: 34px;
      padding: 0 20px;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      display: inline-block;
      cursor: pointer;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-send-btn:hover {
        background-color: #0076b3; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-send-btn span {
        position: relative;
        top: -1px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-form-block .chat_widget-cancel-btn {
      border-radius: 0 30px 30px 0;
      border: none;
      height: 34px;
      padding: 0 20px;
      color: #86888d;
      font-size: 13px;
      font-weight: 700;
      display: inline-block;
      top: 0;
      background: none;
      position: relative;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      cursor: pointer; }
  .chat_widget-box_custom .chat_widget-main_block .email-address {
    margin: 10px 0;
    text-align: center;
    padding: 10px 25px;
    border: solid 1px #e2e3e4;
    border-left: 0;
    border-right: 0; }
    .chat_widget-box_custom .chat_widget-main_block .email-address p {
      font-size: 12.5px;
      color: #86888d;
      line-height: 20px; }
    .chat_widget-box_custom .chat_widget-main_block .email-address .form-group {
      display: inline-block;
      margin-top: 10px;
      font-size: 0; }
    .chat_widget-box_custom .chat_widget-main_block .email-address .text-box {
      border: solid 1px #e3e6ec;
      border-radius: 30px 0 0 30px;
      height: 30px;
      padding: 0 18px;
      display: inline-block;
      font-size: 12.5px;
      color: #000; }
    .chat_widget-box_custom .chat_widget-main_block .email-address .chat_widget-send-btn {
      border-radius: 0 30px 30px 0;
      background-color: #0787c9;
      border: none;
      height: 34px;
      padding: 0 20px;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      display: inline-block;
      top: 5px;
      position: relative;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      cursor: pointer; }
      .chat_widget-box_custom .chat_widget-main_block .email-address .chat_widget-send-btn span {
        position: relative;
        top: -2px; }
      .chat_widget-box_custom .chat_widget-main_block .email-address .chat_widget-send-btn:hover {
        background-color: #0076b3; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text {
    background-color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: solid 1px #e2e3e4;
    -moz-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .chat_widget-chat-textarea {
      height: 35px;
      width: 100%;
      border: none;
      resize: none;
      padding: 10px 30px 0 30px;
      font-family: Open Sans;
      font-size: 13px;
      -moz-transition: height 0.3s linear;
      -o-transition: height 0.3s linear;
      -webkit-transition: height 0.3s linear;
      transition: height 0.3s linear; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .icon-block {
      position: absolute;
      right: 15px;
      top: 10px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .icon-smiley {
      font-size: 22px;
      color: #9dbbc6;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      cursor: pointer; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .icon-smiley:hover {
        color: #0787c9; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .ft-right {
      position: absolute;
      right: 15px;
      bottom: 10px; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .ft-right .chat_widget-send-btn {
        border-radius: 30px;
        background-color: #0787c9;
        border: none;
        height: 30px;
        padding: 0 20px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        display: inline-block;
        top: 5px;
        position: relative;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        cursor: pointer; }
        .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .ft-right .chat_widget-send-btn span {
          position: relative;
          top: -2px; }
        .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text .ft-right .chat_widget-send-btn:hover {
          background-color: #0076b3; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom {
    background-color: #0787c9;
    border-radius: 50px 50px 0 50px;
    height: 53px;
    display: inline-block;
    float: right;
    cursor: pointer;
    position: relative; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom:hover {
      background-color: #007fc0; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom:hover .icon-chat,
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom:hover .icon-close {
        color: #fff; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .icon-chat {
      font-size: 30px;
      color: #e7f3fa;
      position: relative;
      /*top: 9px;
					right:5px; */
      vertical-align: middle; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .icon-close {
      color: #e7f3fa;
      font-size: 30px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom button {
      border: none;
      background: none;
      height: 53px;
      display: block;
      padding: 0 13px;
      cursor: pointer; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom button:hove {
        transform: scale(1.05, 1.05); }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .talk-text {
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      padding: 0 15px;
      line-height: 52px;
      display: none; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom #unreadCount {
      position: absolute;
      right: -4px;
      top: 3px;
      color: #7f580d;
      min-width: 20px;
      min-height: 20px;
      max-height: 20px;
      line-height: 18px;
      display: block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: #fdce2d;
      font-weight: bold;
      font-size: 11px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .chat_widget-announcement-block .chat_widget-count {
      position: absolute;
      right: -8px;
      top: -5px;
      width: 25px;
      display: block;
      text-align: center;
      color: #ffffff;
      line-height: 19px;
      font-size: 14px;
      font-weight: 700;
      height: 25px;
      background: #eb3535;
      border: solid 2px #ffffff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .chat_widget-announcement-block .chat_widget-announcement-message {
      background-color: #ffff;
      background: #ffff;
      border-radius: 12px;
      overflow: hidden;
      display: none;
      margin-bottom: 0;
      position: absolute;
      right: 0;
      bottom: 68px;
      font-size: 14px;
      line-height: 24px;
      text-align: left;
      padding: 18px 25px 18px 75px;
      width: 380px;
      -webkit-box-shadow: -5px 8px 40px -2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: -5px 8px 40px -2px rgba(0, 0, 0, 0.1);
      box-shadow: -5px 8px 40px -2px rgba(0, 0, 0, 0.1); }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .chat_widget-announcement-block .chat_widget-announcement-message a {
        color: #0787c9;
        font-weight: 600; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .chat_widget-announcement-block .chat_widget-announcement-message:after {
        font-family: 'icomoon';
        content: "\e928";
        position: absolute;
        width: 45px;
        height: 40px;
        left: 15px;
        top: 50%;
        display: block;
        color: #0787c9;
        font-size: 33px;
        margin: -14px 0 0 0; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .chat_widget-announcement-block .chat_widget-announcement-message .chat_widget-send-btn .icon-close {
        position: absolute;
        right: 5px;
        top: 6px;
        font-size: 16px;
        color: #86888d; }
  .chat_widget-box_custom .chat_widget-main_block .line {
    width: 100%;
    height: 1px;
    background-color: #e2e3e4;
    display: inline-block; }
  .chat_widget-box_custom .chat_widget-main_block .spacer {
    height: 15px; }

#chatRegistrationScreen .chat_widget-chat-body {
  background: #fff url(../images/loader-dot.svg) no-repeat center;
  min-height: 285px;
  width: 332px; }
  #chatRegistrationScreen .chat_widget-chat-body:after {
    content: 'Updating conversation';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #898989;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    z-index: 0; }

#chatRegistrationScreen .chat_widget-form-block {
  background: #fff;
  position: relative;
  z-index: 1; }

#chatRegistrationScreen .chat_widget-credit {
  font-size: 10px;
  color: #86888d !important;
  font-weight: 400;
  display: block;
  padding: 0;
  bottom: -10px  !important;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 10px !important; }

@media (max-width: 767px) {
  .chat_widget-box_custom {
    bottom: 0;
    right: 0;
    width: 332px;
    height: auto; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .right-opt {
      right: 20px;
      top: 0; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .right-opt .tooltip:hover:after {
        bottom: -22px; }
      .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head .right-opt .tooltiptext {
        top: 48px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_box {
      border-radius: 0; }
    .chat_widget-box_custom .chat_widget-main_block #chatScreen {
      display: block;
      height: calc(100vh - 61px); }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text {
      position: absolute;
      bottom: 0;
      z-index: 9998; }
    .chat_widget-box_custom .chat_widget-main_block .popup-box-on {
      margin-bottom: 0;
      display: block !important;
      padding: 0;
      position: relative;
      height: 100vh;
      width: 100%; }
    .chat_widget-box_custom .chat_widget-chat-bottom {
      position: absolute;
      right: 15px;
      bottom: 15px; }
      .chat_widget-box_custom .chat_widget-chat-bottom #chatClose {
        display: block !important; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head {
    height: 50px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head h2 {
      margin-top: 4px; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text {
    height: 41px; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-body {
    width: 100%;
    height: calc(100vh - 149px);
    max-height: none; }
  #chatRegistrationScreen .chat_widget-credit {
    position: static;
    margin: 5px 0; } }

@media only screen and (max-width: 460px) {
  div.chat_widget-box_custom {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: none;
    position: absolute; }
    div.chat_widget-box_custom .chat_widget-main_block {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      div.chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom {
        position: fixed; }
    div.chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .chat_widget-announcement-block .chat_widget-announcement-message {
      width: 315px; }
  body.chat-open-device main {
    overflow: hidden;
    height: 100vh; }
  body.chat-open-device nav.navbar, body.chat-open-device footer {
    display: none; } }

@media only screen and (max-width: 600px) {
  div.chat_widget-box_custom {
    bottom: 0;
    right: 0;
    width: 332px;
    pointer-events: none;
    z-index: 9998; }
    div.chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_box {
      border-radius: 0; }
    div.chat_widget-box_custom .chat_widget-main_block .chat_widget-main_block .popup-box-on {
      margin-bottom: 0;
      display: block !important;
      padding: 0;
      height: 100vh; }
    div.chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom {
      right: 15px;
      bottom: 15px; }
      div.chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom #chatClose {
        display: none !important; }
    div.chat_widget-box_custom .popup-box-on {
      pointer-events: auto; }
    div.chat_widget-box_custom .chat_widget-chat-bottom {
      pointer-events: auto; }
  #chatRegistrationScreen div.chat_widget-chat-body {
    height: calc(100vh - 62px);
    width: 100%; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom .announcement-block .announcement-message {
    width: 290px; } }

@media only screen and (max-height: 500px) {
  #chatScreen {
    display: block;
    height: 90%; }
  .chat_widget-chat-text {
    position: absolute;
    bottom: 0;
    z-index: 9998; }
  .chat_widget-box_custom {
    bottom: 0;
    right: 0;
    width: 332px; }
  .chat_widget-box_custom .chat_widget-main_block .popup-box-on {
    margin-bottom: 0;
    height: 100vh;
    border-radius: 0; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat_head {
    height: 62px; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-text {
    height: 41px; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-body {
    height: calc(100vh - 149px);
    max-height: none; }
  .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom {
    position: absolute;
    right: 15px;
    bottom: 15px; }
    .chat_widget-box_custom .chat_widget-main_block .chat_widget-chat-bottom #chatClose {
      display: none !important; }
  .chat_widget-box_custom .chat_widget-main_block #chatRegistrationScreen .chat_widget-chat-body {
    height: calc(100vh - 62px); }
  .chat_widget-box_custom .chat_widget-main_block #chatRegistrationScreen .chat_widget-credit {
    position: static;
    margin: 5px 0;
    text-align: left; } }

@media only screen and (min-width: 1280px) {
  .chat_widget-box_custom {
    pointer-events: none; }
    .chat_widget-box_custom .chat_widget-main_block {
      pointer-events: auto; }
      .chat_widget-box_custom .chat_widget-main_block .ft-right {
        display: none; } }

.owl-magic {
  margin-bottom: 15px; }
  .owl-magic .owl-item {
    text-align: center; }
    .owl-magic .owl-item .magic-title {
      display: inline-block;
      padding: 0.2em 0.3em 0.2em;
      background: #ccc;
      margin: 0; }

.owl-magic-left .owl-magic .owl-item {
  text-align: left; }

.owl-magic-right .owl-magic .owl-item {
  text-align: right; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes push {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes push {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounceInZoom {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceInZoom {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@media only screen and (min-width: 768px) {
  .grow .button01, .grow .button02 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .grow .button01:hover, .grow .button02:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .shrink .button01, .shrink .button02 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .shrink .button01:hover, .shrink .button02:hover {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
  .pulse .button01:hover, .pulse .button02:hover {
    -webkit-animation: pulse 0.6s linear infinite;
    -o-animation: pulse 0.6s linear infinite;
    animation: pulse 0.6s linear infinite; }
  .push .button01:hover, .push .button02:hover {
    -webkit-animation: push 0.4s linear 1;
    -o-animation: push 0.4s linear 1;
    animation: push 0.4s linear 1; }
  .bounce .button01:hover, .bounce .button02:hover {
    -webkit-animation: bounceInZoom 1.8s linear 1;
    -o-animation: bounceInZoom 1.8s linear 1;
    animation: bounceInZoom 1.8s linear 1; }
  .forward .button01, .forward .button02 {
    position: relative;
    left: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .forward .button01:hover, .forward .button02:hover {
      left: 8px; }
  .backward .button01, .backward .button02 {
    position: relative;
    left: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .backward .button01:hover, .backward .button02:hover {
      left: -8px; }
  .skew .button01, .skew .button02 {
    position: relative;
    left: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .skew .button01:hover, .skew .button02:hover {
      -webkit-transform: skew(-10deg);
      -moz-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
      -o-transform: skew(-10deg);
      transform: skew(-10deg); } }

.about {
  text-align: left;
  background-size: 100% auto; }
  .about .infoBox .ge:hover::after {
    z-index: 1; }
  .about .infoBox .ge:hover .head,
  .about .infoBox .ge:hover p,
  .about .ge_editor {
    position: relative;
    z-index: 2; }
  .about .moveGe,
  .about .removeGe {
    z-index: 2; }

.about.one {
  padding: 125px 0;
  background-color: #fff; }
  .about.one .ge figure.rectangle {
    max-width: 100%;
    max-height: 100%; }
  .about.one .col-1,
  .about.one .col-2 {
    float: left; }
  .about.one .col-1 {
    width: 100%; }
  .about.one .col-2 {
    width: 50%; }
  .about.one .head {
    color: #222222;
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .about.one .paragraphtext p {
    color: #6c6c6c;
    text-align: left; }
    .about.one .paragraphtext p strong {
      margin: 0;
      padding: 0; }
  .about.one .sections-sub-block {
    padding-left: 50px; }
    .about.one .sections-sub-block .head {
      color: #313230;
      margin-top: 6px;
      margin-bottom: 8px;
      font-weight: 400;
      text-align: left; }
    .about.one .sections-sub-block p {
      color: #6c6c6c; }
  .about.one .quote-block {
    background-color: #5bbc2e;
    padding: 29px 36px 31px 58px;
    display: inline-block;
    width: 100%;
    margin-top: 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .about.one .quote-block .paragraphtext {
      float: left;
      margin: 0; }
    .about.one .quote-block p {
      color: #fff;
      margin: 0;
      font-size: 22px;
      font-weight: 600;
      line-height: 45px; }
    .about.one .quote-block .button01 {
      float: right;
      background-color: #fff;
      height: 50px;
      color: #222222;
      font-size: 18px;
      line-height: 50px;
      border-width: 0;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      min-width: auto;
      max-width: auto;
      padding: 0 35px; }

@media only screen and (max-width: 767px) {
  .about.one {
    padding: 90px 0; }
    .about.one .container {
      padding: 0 2%;
      width: 100%; }
    .about.one .sections-sub-block {
      padding-left: 0; }
    .about.one .col-2 {
      width: 100%; }
    .about.one .quote-block {
      padding: 25px;
      text-align: center;
      margin-top: 30px; }
      .about.one .quote-block p {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 10px; }
      .about.one .quote-block .button01 {
        float: none;
        margin-top: 0; }
    .about.one .paragraphtext p strong {
      /*	font-size: 16px;
				line-height: 28px;*/ }
    .about.one .quote-block .paragraphtext {
      float: none;
      margin: 0; }
    .about.one .sections-sub-block h4.head {
      margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .about.one {
    padding: 60px 0; }
    .about.one .container {
      width: 100%;
      padding: 2%; } }

@media only screen and (min-width: 1000px) {
  .about.one .ge figure.rectangle {
    max-width: 400px;
    max-height: 300px; } }

.about.two {
  padding: 80px 0;
  background-color: #fff; }
  .about.two .head {
    font-weight: 400; }
  .about.two .col-5,
  .about.two .col-6 {
    float: left; }
  .about.two .col-5 {
    width: 33.333%; }
  .about.two .col-6 {
    width: 33.333%; }
  .about.two .layout {
    padding-left: 5px;
    padding-right: 5px; }
  .about.two .tittle {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    .about.two .tittle p.editor {
      color: #6c6c6c; }
  .about.two .infoBox {
    background-color: #f9f9f9;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 5px; }
    .about.two .infoBox .paragraphtext {
      margin: 0; }
      .about.two .infoBox .paragraphtext p {
        font-size: 14px;
        line-height: 24px;
        color: #6c6c6c; }
    .about.two .infoBox .ge figure {
      max-width: 280px;
      max-height: 280px; }
    .about.two .infoBox .news-letter-form {
      position: relative;
      z-index: 2; }
  .about.two .highlight-text {
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    width: 100%; }
    .about.two .highlight-text .cover-line:hover::after {
      z-index: 1; }
    .about.two .highlight-text .cover-line .ge_editor {
      z-index: 5; }
  .about.two .greenBox {
    display: flex;
    text-align: center;
    background-color: #5bbc2e;
    text-align: center;
    color: #fff;
    width: 100%; }
  .about.two .content-table .greenBoxOuter:first-child {
    width: 320px;
    height: 270px; }
  .about.two .gei .circle {
    overflow: visible; }

@media only screen and (max-width: 767px) {
  .about.two {
    padding: 15px 0; }
    .about.two .item1 {
      width: 100%; }
    .about.two .greenBox {
      padding: 30px 0;
      margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .about.two .content-table {
    display: block; }
  .about.two .infoBox {
    background-color: #f9f9f9;
    display: block; }
    .about.two .infoBox .paragraphtext {
      margin: 0; }
  .about.two .greenBox {
    width: 100%; }
    .about.two .greenBox .ge_editor {
      min-width: 50px; } }

.about.three {
  display: block;
  width: 100%;
  padding: 95px 0;
  background-color: #fff; }
  .about.three .head {
    font-weight: 400; }
  .about.three .content-table {
    display: table; }
  .about.three .col-1 {
    width: 33.3333%;
    float: left;
    margin: 5px 0; }
  .about.three .tittle {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    .about.three .tittle p.editor {
      color: #6c6c6c; }
  .about.three .infoBox {
    display: block;
    min-width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #f9f9f9;
    margin: 0 0;
    padding: 30px;
    min-height: 200px; }
    .about.three .infoBox.emptyelemenmt {
      width: 100%; }
    .about.three .infoBox .head {
      color: #ff9400;
      font-weight: 400;
      margin-bottom: 20px; }
    .about.three .infoBox .paragraphtext {
      margin: 0 0 5px 0; }
      .about.three .infoBox .paragraphtext P {
        color: #6c6c6c;
        line-height: 26px;
        font-size: 16px;
        margin: 0; }
    .about.three .infoBox .ge figure {
      max-width: 250px;
      max-height: 250px;
      border-width: 0; }
    .about.three .infoBox .news-letter-form {
      position: relative;
      z-index: 2; }

@media only screen and (max-width: 767px) {
  .about.three {
    padding: 10px 0; }
    .about.three .container {
      width: 100%;
      padding: 0 2%; }
    .about.three .col-1 {
      width: 100%;
      margin: 10px 0; }
    .about.three .tittle {
      margin-bottom: 0; }
      .about.three .tittle p {
        font-size: 16px; }
    .about.three .item1 {
      width: 100%; }
    .about.three .infoBox {
      width: 100%;
      margin: 0;
      min-height: inherit; } }

@media only screen and (min-width: 768px) {
  .about.three {
    padding: 50px 0; }
    .about.three .container {
      width: 100%;
      padding: 2%; }
    .about.three .col-1 {
      width: 50%;
      margin: 10px 0; }
    .about.three .tittle {
      margin-bottom: 30px; }
      .about.three .tittle p {
        font-size: 16px; }
    .about.three .infoBox .paragraphtext P {
      line-height: 28px;
      font-size: 14px; } }

@media only screen and (min-width: 1000px) {
  .about.three {
    padding: 95px 0; }
    .about.three .col-1 {
      width: 33.333%; }
    .about.three .tittle {
      margin: 20px 0; } }

.navbar {
  height: 55px;
  padding: 10px 10px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  /*text-transform: uppercase;*/
  background: #00498e; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .navbar {
    *zoom: 1; }
  .navbar.hoveroptions {
    z-index: 100; }
  .navbar .logoLeft {
    overflow: inherit; }
  .navbar .navbar-toggle {
    display: block;
    float: right;
    background: none;
    border: none;
    width: 45px;
    height: 35px;
    cursor: pointer; }
    .navbar .navbar-toggle span {
      height: 3px;
      background: #ffffff;
      display: block;
      margin: 3px 0;
      border: solid 1px rgba(0, 0, 0, 0.1); }
  .navbar .logoLeft {
    min-height: 35px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%; }
    .navbar .logoLeft .hoveroptions .settings {
      right: -15px; }
  .navbar .navbar-brand {
    font-size: 30px;
    font-family: "Titillium Web";
    color: white;
    text-decoration: none;
    float: left;
    display: block;
    min-width: 50px;
    min-height: 35px;
    height: 100px;
    font-weight: bold;
    line-height: inherit; }
    .navbar .navbar-brand > div {
      align-items: center;
      display: table-cell;
      vertical-align: middle;
      height: 100px;
      justify-content: center;
      margin-top: 0;
      width: 100%; }
      .navbar .navbar-brand > div div[data-elem='logo'] {
        display: table;
        width: auto; }
        .navbar .navbar-brand > div div[data-elem='logo'] #logoImage {
          height: 75px;
          width: auto !important; }
        .navbar .navbar-brand > div div[data-elem='logo'] img {
          max-height: 100%;
          height: 100%;
          max-width: 100%;
          display: block; }
    .navbar .navbar-brand img {
      max-height: 100%;
      height: 100%;
      max-width: 100%;
      display: block; }
    .navbar .navbar-brand #logoImage {
      max-width: 290px;
      max-height: 100px; }
      .navbar .navbar-brand #logoImage img {
        max-height: 100px; }
  .navbar .collapse {
    float: right;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .navbar .collapse.active {
      opacity: 1;
      visibility: visible; }
  .navbar .nav li {
    font-family: Open Sans;
    /*text-transform: uppercase;*/
    display: block;
    line-height: 45px;
    cursor: pointer;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
    .navbar .nav li a {
      font-family: Open Sans;
      font-size: 14px;
      margin: 0 0 0 30px;
      color: #2d2d2d;
      font-weight: 700;
      opacity: 0.6;
      text-decoration: none;
      display: block;
      -moz-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
      .navbar .nav li a > i {
        margin-right: 5px;
        position: relative;
        top: 1px;
        font-size: 15px;
        display: inline-block;
        text-align: center;
        min-width: 20px; }
      .navbar .nav li a .nav-icon {
        font-size: 22px; }
      .navbar .nav li a .nav-icon-text {
        font-size: 18px; }
    .navbar .nav li:hover a, .navbar .nav li.active a {
      opacity: 1; }
    .navbar .nav li .subMenu {
      display: block;
      background: rgba(0, 0, 0, 0.8); }
      .navbar .nav li .subMenu li {
        line-height: 35px;
        margin-top: 1px;
        border: none;
        padding: 0; }
        .navbar .nav li .subMenu li a {
          opacity: 0.6;
          text-align: left;
          padding: 1px 15px 1px 25px;
          margin: 0;
          line-height: 35px;
          display: block;
          font-size: 14px;
          color: white; }
        .navbar .nav li .subMenu li:hover > a {
          opacity: 1; }
    .navbar .nav li:hover > .subMenu {
      display: block; }
      .navbar .nav li:hover > .subMenu li a:hover {
        opacity: 1; }
    .navbar .nav li.disabled-link > a {
      pointer-events: none; }
  .navbar .container {
    padding: 0; }

.ex-hide {
  display: none !important; }

.selector:not(*:root) .navbar.navbar1 #logoImage img,
.selector:not(*:root) .testlogopic {
  max-height: 100%;
  min-height: 100%;
  height: auto;
  width: auto; }

.dot-menu {
  position: fixed;
  left: 15px;
  top: 50%;
  display: block;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .dot-menu li {
    display: block;
    width: 18px;
    height: 18px;
    border: solid 2px #fff;
    position: relative;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
    .dot-menu li a {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: -5px;
      top: -5px;
      padding: 5px 8px 6px 28px;
      color: #fff;
      font-size: 13px;
      line-height: 14px;
      white-space: nowrap;
      z-index: -2;
      text-decoration: none;
      border-radius: 15px 3px 3px 15px;
      -webkit-border-radius: 15px 3px 3px 15px;
      -moz-border-radius: 15px 3px 3px 15px;
      -ms-border-radius: 15px 3px 3px 15px;
      -o-border-radius: 15px 3px 3px 15px;
      background: rgba(0, 0, 0, 0.8);
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease; }
      .dot-menu li a:after {
        width: 18px;
        height: 18px;
        border: solid 2px #fff;
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        display: block;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; }
      .dot-menu li a:before {
        width: 10px;
        height: 10px;
        content: "";
        background: #fff;
        position: absolute;
        left: 7px;
        top: 7px;
        display: block;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }
      .dot-menu li a i {
        margin-right: 5px; }
    .dot-menu li:hover a, .dot-menu li.active a {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .dot-menu li.active:before {
      width: 10px;
      height: 10px;
      content: "";
      background: #fff;
      position: absolute;
      left: 2px;
      top: 2px;
      display: block;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px; }

@media only screen and (min-width: 768px) {
  .navbar {
    height: 100px;
    padding: 0; }
    .navbar .container {
      padding: 0 15px; }
      .navbar .container .social .cloneGe, .navbar .container .social .removeGe, .navbar .container .topContact .cloneGe, .navbar .container .topContact .removeGe {
        display: none; }
    .navbar .navbar-toggle {
      display: none; }
    .navbar .collapse {
      display: block;
      position: inherit;
      background: none;
      width: auto;
      opacity: 1;
      visibility: visible;
      max-width: 70%; }
      .navbar .collapse .settings {
        right: 0;
        margin: 0;
        left: inherit; }
    .navbar .logoLeft {
      width: auto;
      overflow: visible; }
    .navbar .nav {
      min-height: 20px;
      min-width: 100px; }
      .navbar .nav > li > .subMenu {
        position: relative; }
      .navbar .nav > li:last-child .subMenu, .navbar .nav > li:nth-last-child(2) .subMenu {
        left: inherit;
        right: 0; }
        .navbar .nav > li:last-child .subMenu:after, .navbar .nav > li:nth-last-child(2) .subMenu:after {
          left: inherit;
          right: 15px; }
      .navbar .nav li {
        line-height: 45px;
        display: inline-block;
        border: none;
        position: relative; }
        .navbar .nav li .subMenu {
          display: none;
          position: absolute;
          min-width: 150px;
          width: auto;
          left: 10px;
          top: 100%;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          -moz-transition: all 0s linear;
          -o-transition: all 0s linear;
          -webkit-transition: all 0s linear;
          transition: all 0s linear;
          /*&:parent  {
                        border: solid 5px red;
                        width: 0;
                        height: 0;
                        border-bottom: 5px solid transparent;
                        border-top: 5px solid transparent;
                        border-right: 5px solid $white;
                        content: "";
                        position: absolute;
                        left: 10px;
                        top: -10px;
                        display: block;
                    }*/ }
          .navbar .nav li .subMenu:after {
            width: 0;
            height: 0;
            border-bottom: solid 5px rgba(0, 0, 0, 0.9);
            border-right: solid 5px transparent;
            border-left: solid 5px transparent;
            content: "";
            position: absolute;
            display: block;
            left: 23px;
            top: -5px; }
          .navbar .nav li .subMenu li {
            position: relative;
            display: block;
            border-bottom: solid 1px rgba(26, 26, 26, 0.2); }
            .navbar .nav li .subMenu li a {
              text-align: left;
              /*color:#fff;*/ }
            .navbar .nav li .subMenu li .subMenu {
              border: none;
              margin: 0;
              background: rgba(0, 0, 0, 0.9);
              right: 0; }
              .navbar .nav li .subMenu li .subMenu:after {
                display: none; }
              .navbar .nav li .subMenu li .subMenu .subMenu {
                left: 0;
                top: 0;
                position: relative;
                background: none;
                background: black;
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0; }
        .navbar .nav li:hover .subMenu {
          display: block; }
          .navbar .nav li:hover .subMenu li:hover > .subMenu {
            display: block; }
    .navbar .navbar-brand {
      line-height: 70px; }
      .navbar .navbar-brand img {
        max-height: 100%;
        width: auto; }
    .navbar.hamburger .navbar-toggle {
      display: block;
      margin-top: 35px;
      position: absolute;
      right: 0;
      width: 40px; }
      .navbar.hamburger .navbar-toggle .container {
        position: relative; }
      .navbar.hamburger .navbar-toggle .icon-bar {
        width: 24px;
        top: 13px;
        position: absolute; }
        .navbar.hamburger .navbar-toggle .icon-bar:first-child {
          top: 6px; }
        .navbar.hamburger .navbar-toggle .icon-bar:last-child {
          top: 20px; }
      .navbar.hamburger .navbar-toggle.active {
        position: fixed;
        top: 0;
        right: 10px;
        margin-top: 10px;
        z-index: 16;
        opacity: 0.6;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -webkit-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
        .navbar.hamburger .navbar-toggle.active span.icon-bar {
          display: none;
          background: #fff; }
          .navbar.hamburger .navbar-toggle.active span.icon-bar:first-child {
            display: block;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center; }
          .navbar.hamburger .navbar-toggle.active span.icon-bar:last-child {
            display: block;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 4px 4px 0;
            -moz-transform-origin: 4px 4px 0;
            -o-transform-origin: 4px 4px 0;
            transform-origin: 4px 4px 0; }
        .navbar.hamburger .navbar-toggle.active:hover {
          opacity: 1; }
    .navbar.hamburger .nav-right {
      padding-right: 50px; }
    .navbar.hamburger .collapse {
      margin: 0;
      position: fixed;
      right: 0;
      top: 0;
      left: inherit;
      min-width: 250px;
      width: 20vw;
      max-width: 350px;
      min-height: 100vh;
      background: rgba(28, 28, 28, 0.95);
      padding: 60px 35px 10px 35px;
      opacity: 0;
      visibility: hidden;
      z-index: 15;
      height: 100vh;
      overflow: auto; }
      .navbar.hamburger .collapse li {
        display: block;
        line-height: 22px;
        padding: 8px 0 10px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
        .navbar.hamburger .collapse li a {
          font-size: 14px;
          line-height: 24px;
          color: #fff;
          padding: 0;
          margin: 0;
          -moz-transition: opacity 0.2s ease;
          -o-transition: opacity 0.2s ease;
          -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; }
          .navbar.hamburger .collapse li a:hover {
            opacity: 0.5; }
        .navbar.hamburger .collapse li .subMenu {
          background: none;
          left: 0;
          position: relative;
          top: 10px;
          padding: 0;
          width: 100%;
          max-height: 0;
          display: block;
          overflow: hidden; }
          .navbar.hamburger .collapse li .subMenu:after {
            display: none; }
          .navbar.hamburger .collapse li .subMenu li {
            overflow: hidden;
            padding: 0;
            border-top: solid 1px rgba(255, 255, 255, 0.2); }
            .navbar.hamburger .collapse li .subMenu li a {
              font-size: 13px;
              line-height: 33px; }
            .navbar.hamburger .collapse li .subMenu li a:hover {
              background: #000000; }
            .navbar.hamburger .collapse li .subMenu li .subMenu {
              background: none;
              left: 0;
              top: 0;
              position: relative; }
              .navbar.hamburger .collapse li .subMenu li .subMenu li a {
                padding-left: 30px; }
              .navbar.hamburger .collapse li .subMenu li .subMenu li .subMenu a {
                padding-left: 40px; }
        .navbar.hamburger .collapse li:hover .subMenu {
          max-height: 500px;
          transition: max-height 0.25s ease-in; }
      .navbar.hamburger .collapse.active {
        opacity: 1;
        visibility: visible; }
    .navbar.navbar4-1 .collapse {
      margin-top: 28px; }
    .navbar .options .item {
      width: 100%;
      float: left;
      padding: 0;
      display: inline-block;
      text-align: center; }
      .navbar .options .item.small {
        width: 20%; }
      .navbar .options .item.two {
        width: 50%; }
        .navbar .options .item.two.two-colum-2 {
          width: 50%; }
      .navbar .options .item.one {
        width: 100%; }
      .navbar .options .item.four.two-colum-2 {
        width: 66.7%; }
      .navbar .options .item.four.two-colum-1 {
        width: 66.7%; }
      .navbar .options .item.five {
        width: 80%; }
      .navbar .options .item.six {
        width: 25%; }
      .navbar .options .item.seven {
        width: 50%; }
      .navbar .options .item.two-colum-2, .navbar .options .item.two-colum-1, .navbar .options .item.three-colum {
        width: 33.3%; } }

@media only screen and (min-width: 1024px) {
  .navbar {
    height: auto;
    padding: 0; }
    .navbar .navbar-brand {
      height: auto; }
      .navbar .navbar-brand > div {
        height: auto; }
      .navbar .navbar-brand #logoImage {
        max-height: inherit;
        max-width: inherit; }
        .navbar .navbar-brand #logoImage img {
          max-height: inherit; }
    .navbar .container {
      padding: 0; }
    .navbar .logoLeft {
      display: flex;
      align-items: center;
      min-height: 100px; } }

@media only screen and (max-width: 767px) {
  .navbar {
    min-height: 30px;
    height: auto; }
    .navbar .logoLeft {
      min-height: 30px; }
    .navbar .collapse {
      top: 100%; }
      .navbar .collapse .nav li a {
        color: #ffffff;
        margin: 0 0 0 10px; }
    .navbar .navbar-brand {
      height: auto;
      max-height: auto;
      max-width: 100%;
      min-height: 30px;
      word-break: keep-all; }
      .navbar .navbar-brand span {
        font-size: 20px;
        width: 100%;
        line-height: 20px; }
      .navbar .navbar-brand div[data-elem="logo"] {
        height: auto;
        max-height: auto; }
        .navbar .navbar-brand div[data-elem="logo"] #logoImage {
          max-height: 35px; }
          .navbar .navbar-brand div[data-elem="logo"] #logoImage img {
            max-height: 35px; }
      .navbar .navbar-brand > div div[data-elem="logo"] {
        display: block;
        height: auto; }
        .navbar .navbar-brand > div div[data-elem="logo"] #logoImage {
          max-height: 35px; }
          .navbar .navbar-brand > div div[data-elem="logo"] #logoImage img {
            max-height: 35px; }
    .navbar .nav li a > i {
      width: 26px;
      display: inline-block;
      text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .navbar .nav li .subMenu {
    left: 0; }
    .navbar .nav li .subMenu:after {
      left: 25px; } }

.navbar.navbar1 .collapse {
  margin-top: 35px; }

@media only screen and (min-width: 768px) {
  .navbar.navbar1 {
    /*.navbar-brand{
                line-height: 80px;
                > div{
                    height: 90px;
                    margin-top: -25px;
                }
            }
            #logoImage{
                max-height: 90px;
                max-width: 350px;
                width: auto !important;
                img{
                    max-height: 90px;
                    max-width: 350px;
                }
            }*/ } }

@media only screen and (max-width: 767px) {
  .navbar.navbar1 {
    padding: 10px 0; }
    .navbar.navbar1 .container {
      position: initial; }
    .navbar.navbar1 .logoLeft {
      padding-left: 10px; }
      .navbar.navbar1 .logoLeft .navbar-brand span {
        width: 105%;
        margin-top: 3px;
        display: block; }
    .navbar.navbar1 .navbar-toggle {
      height: 30px; }
    .navbar.navbar1 .collapse {
      margin-top: 0; } }

.navbar.navbar2 {
  padding: 0;
  height: auto;
  position: absolute;
  text-transform: inherit;
  /*#logoImage{
            max-height: 35px;
            max-width: 250px;
            img{
                max-height: 35px;
                max-width: 250px;
            }
        }*/ }
  .navbar.navbar2 .blueStrip {
    background: #18c2df; }
    .navbar.navbar2 .blueStrip .social {
      float: left;
      line-height: 30px; }
      .navbar.navbar2 .blueStrip .social a {
        font-weight: bold;
        text-decoration: none;
        margin-right: 5px; }
    .navbar.navbar2 .blueStrip .topContact {
      float: right;
      font-size: 14px;
      color: #ffffff;
      margin: 16px 0; }
      .navbar.navbar2 .blueStrip .topContact a {
        color: #fff;
        text-decoration: none; }
      .navbar.navbar2 .blueStrip .topContact .icon-phone {
        font-size: 18px;
        margin-right: 0;
        position: relative;
        top: 2px; }
      .navbar.navbar2 .blueStrip .topContact .callText {
        display: none; }
      .navbar.navbar2 .blueStrip .topContact .number {
        font-weight: 800;
        padding: 10px 12px 10px;
        line-height: 12px;
        background: #016778;
        display: inline-block;
        margin-left: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
    .navbar.navbar2 .blueStrip .inner_item_drag_handler:hover .settings {
      left: 100%;
      margin: 0; }
  .navbar.navbar2 .navbar-brand {
    color: #000;
    font-family: "Open Sans"; }
  .navbar.navbar2 .nav li a {
    /*color: #000;*/ }
  .navbar.navbar2 .whiteNav {
    background: #ffffff;
    padding: 0 10px; }
  .navbar.navbar2 .navbar-toggle span {
    background: #000000; }
  .navbar.navbar2 .collapse {
    background: rgba(0, 0, 0, 0.9); }
    .navbar.navbar2 .collapse li {
      border-color: rgba(255, 255, 255, 0.2); }
      .navbar.navbar2 .collapse li a {
        /*color: $white;*/
        margin-left: 10px; }

@media only screen and (min-width: 768px) {
  .navbar.navbar2 {
    /*#logoImage{
                max-height: 66px;
                max-width: 350px;
                img{
                    max-height: 65px;
                    max-width: 350px;
                }
            }*/ }
    .navbar.navbar2 .blueStrip .social a {
      margin-right: 15px; }
    .navbar.navbar2 .blueStrip .topContact .icon-phone {
      margin-right: 5px; }
    .navbar.navbar2 .blueStrip .topContact .callText {
      display: inline-block; }
    .navbar.navbar2 .blueStrip .topContact .number {
      margin-left: 10px; }
    .navbar.navbar2 .blueStrip .inner_item_drag_handler {
      display: inline-block; }
      .navbar.navbar2 .blueStrip .inner_item_drag_handler .settings {
        right: -15px; }
    .navbar.navbar2 .whiteNav {
      padding: 0 10px; }
    .navbar.navbar2 .collapse {
      background: rgba(0, 0, 0, 0);
      margin-top: 30px; }
      .navbar.navbar2 .collapse li {
        border-color: rgba(255, 255, 255, 0); }
        .navbar.navbar2 .collapse li a {
          /*color: $black;*/
          margin: 0 0 0 25px; }
  .navbar.hamburger .collapse {
    background: rgba(0, 0, 0, 0.9);
    margin-top: 0; }
    .navbar.hamburger .collapse li {
      border-color: rgba(255, 255, 255, 0.2); }
      .navbar.hamburger .collapse li a {
        /*color: $white;*/
        margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar2 .whiteNav {
    padding: 10px 0; }
    .navbar.navbar2 .whiteNav .container {
      position: initial; }
  .navbar.navbar2 .logoLeft {
    padding-top: 0;
    padding-left: 8px; }
  .navbar.navbar2 .collapse {
    top: 100%; }
  .navbar.navbar2 .blueStrip .social {
    font-size: 18px;
    float: none;
    text-align: center;
    padding-bottom: 0; }
  .navbar.navbar2 .blueStrip .topContact {
    float: none;
    text-align: center;
    margin: 0;
    padding-bottom: 15px; }
    .navbar.navbar2 .blueStrip .topContact .callText {
      display: inline-block; }
  .navbar.navbar2 .navbar-toggle {
    margin-top: 4px; }
  .navbar.navbar2 .navbar-brand {
    width: 100%;
    overflow: hidden; }
    .navbar.navbar2 .navbar-brand span {
      display: block;
      font-size: 20px;
      width: 100%;
      line-height: normal;
      margin: 0;
      position: relative;
      top: 7px;
      vertical-align: top; } }

.navbar.navbar3 {
  padding: 0;
  height: auto;
  position: absolute;
  text-transform: inherit;
  /*#logoImage{
            max-height: 45px;
            max-width: 100%;
            img{
                max-height: 45px;
            }
        }*/ }
  .navbar.navbar3 .blueStrip {
    padding: 5px 10px;
    background: #FFF; }
    .navbar.navbar3 .blueStrip .header_seo {
      position: relative;
      display: inline-block; }
    .navbar.navbar3 .blueStrip .social {
      float: left;
      line-height: 30px; }
      .navbar.navbar3 .blueStrip .social a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        margin-right: 5px; }
    .navbar.navbar3 .blueStrip .topContact {
      display: none;
      float: right;
      font-size: 14px;
      color: #ffffff; }
      .navbar.navbar3 .blueStrip .topContact .icon-phone {
        font-size: 18px;
        margin-right: 0;
        position: relative;
        top: 2px; }
      .navbar.navbar3 .blueStrip .topContact .callText {
        display: none; }
      .navbar.navbar3 .blueStrip .topContact .number {
        font-weight: 800;
        padding: 8px 12px;
        background: #016778;
        display: inline-block;
        margin-left: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
      .navbar.navbar3 .blueStrip .topContact .blockContact {
        color: #9b9b9b;
        font-size: 13px;
        line-height: 18px;
        padding: 0 45px;
        margin-left: 45px;
        position: relative;
        border-right: solid 1px #cecece;
        float: left; }
        .navbar.navbar3 .blueStrip .topContact .blockContact .adress {
          display: block; }
        .navbar.navbar3 .blueStrip .topContact .blockContact a {
          color: #9b9b9b;
          text-decoration: none; }
        .navbar.navbar3 .blueStrip .topContact .blockContact i {
          font-size: 35px;
          position: absolute;
          left: 0;
          top: 10px; }
        .navbar.navbar3 .blueStrip .topContact .blockContact:last-child {
          border: none;
          padding-right: 0; }
  .navbar.navbar3 .logoLeft {
    width: 100%;
    float: none;
    padding: 0 0; }
  .navbar.navbar3 .navbar-brand {
    float: none;
    text-align: left;
    width: 100%;
    color: #000;
    font-family: "Montserrat"; }
  .navbar.navbar3 .nav li a {
    font-size: 15px; }
  .navbar.navbar3 .whiteNav {
    background: #132231;
    padding: 10px 10px; }
    .navbar.navbar3 .whiteNav .mail {
      font-size: 14px;
      color: #ffffff;
      text-decoration: none;
      margin: 0px 0; }
      .navbar.navbar3 .whiteNav .mail > div,
      .navbar.navbar3 .whiteNav .mail > p {
        display: inline-block; }
      .navbar.navbar3 .whiteNav .mail i {
        font-size: 24px;
        margin-right: 10px;
        position: relative;
        top: 5px; }
  .navbar.navbar3 .navbar-toggle span {
    background: #ffffff; }
  .navbar.navbar3 .collapse {
    background: rgba(0, 0, 0, 0.9);
    top: 100%; }
    .navbar.navbar3 .collapse li {
      border-color: rgba(255, 255, 255, 0.2);
      -moz-transition: background 0.3s linear;
      -o-transition: background 0.3s linear;
      -webkit-transition: background 0.3s linear;
      transition: background 0.3s linear; }
      .navbar.navbar3 .collapse li a {
        /*color: $white;*/
        margin-left: 0; }

@media only screen and (min-width: 768px) {
  .navbar.navbar3 .blueStrip {
    padding: 0 10px; }
    .navbar.navbar3 .blueStrip .social a {
      margin-right: 15px; }
    .navbar.navbar3 .blueStrip .header_seo {
      display: inline-block; }
      .navbar.navbar3 .blueStrip .header_seo.mce-content-body {
        width: 100%; }
    .navbar.navbar3 .blueStrip .topContact {
      display: block;
      padding: 14px 0 14px; }
      .navbar.navbar3 .blueStrip .topContact .icon-phone {
        margin-right: 5px; }
      .navbar.navbar3 .blueStrip .topContact .callText {
        display: inline-block; }
      .navbar.navbar3 .blueStrip .topContact .number {
        margin-left: 10px; }
      .navbar.navbar3 .blueStrip .topContact .blockContact {
        padding: 0 40px;
        margin-left: 30px;
        font-size: 14px; }
  .navbar.navbar3 .logoLeft {
    float: left;
    width: auto; }
  .navbar.navbar3 .navbar-brand {
    float: left;
    /*> div {
                    height: 85px;
                }*/ }
  .navbar.navbar3 .whiteNav {
    padding: 0 10px;
    background: #132231; }
    .navbar.navbar3 .whiteNav .ge_editor {
      float: right; }
    .navbar.navbar3 .whiteNav .mail {
      color: #ffffff;
      line-height: 35px; }
    .navbar.navbar3 .whiteNav .mail {
      float: right;
      margin: 17px 0;
      position: relative; }
  .navbar.navbar3 .collapse {
    background: rgba(0, 0, 0, 0);
    top: 100%;
    float: left; }
    .navbar.navbar3 .collapse li {
      border-color: rgba(255, 255, 255, 0); }
      .navbar.navbar3 .collapse li a {
        /*color: $white;*/
        opacity: 0.8;
        line-height: 70px;
        padding: 0 15px; }
      .navbar.navbar3 .collapse li a:hover {
        color: #ffffff;
        opacity: 1;
        background: #fe8f01; }
    .navbar.navbar3 .collapse .nav > li:hover {
      background: #fe8f01; }
  .navbar.navbar3.hamburger .whiteNav .navbar-toggle {
    margin-top: 16px;
    left: 0;
    padding: 0; }
    .navbar.navbar3.hamburger .whiteNav .navbar-toggle.active {
      left: 30px; }
  .navbar.navbar3.hamburger .collapse {
    left: 0;
    top: 0;
    background: #121212; }
    .navbar.navbar3.hamburger .collapse li {
      background: none; }
      .navbar.navbar3.hamburger .collapse li a {
        line-height: 22px; }
      .navbar.navbar3.hamburger .collapse li:hover {
        background: none; }
      .navbar.navbar3.hamburger .collapse li:hover a {
        background: none; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar3 .blueStrip {
    padding: 10px; }
  .navbar.navbar3 .whiteNav {
    padding: 10px 0; }
    .navbar.navbar3 .whiteNav .mail {
      margin-left: 10px; }
  .navbar.navbar3 .container {
    position: inherit; }
  .navbar.navbar3 .collapse {
    top: 100%; }
    .navbar.navbar3 .collapse li {
      padding: 0 10px; }
  .navbar.navbar3 .logoLeft .navbar-brand {
    overflow: hidden; }
    .navbar.navbar3 .logoLeft .navbar-brand span {
      display: block;
      width: 100%;
      margin: 5px 0; }
  .navbar.navbar3 #contact-agent p,
  .navbar.navbar3 #contact-agent .mail {
    display: inline-block; } }

.navbar.navbar4 {
  padding: 0;
  height: auto;
  position: absolute; }
  .navbar.navbar4 .blueStrip {
    background: #5bc271; }
    .navbar.navbar4 .blueStrip .social {
      float: left;
      line-height: 30px; }
      .navbar.navbar4 .blueStrip .social a {
        font-weight: bold;
        text-decoration: none;
        margin-right: 5px; }
    .navbar.navbar4 .blueStrip .topContact {
      float: right;
      font-size: 14px;
      color: #ffffff;
      text-align: right;
      line-height: 28px;
      margin: 16px 0; }
      .navbar.navbar4 .blueStrip .topContact a {
        color: #fff;
        text-decoration: none; }
      .navbar.navbar4 .blueStrip .topContact > span,
      .navbar.navbar4 .blueStrip .topContact > a {
        display: inline-block; }
        .navbar.navbar4 .blueStrip .topContact > span .callText,
        .navbar.navbar4 .blueStrip .topContact > a .callText {
          display: none; }
      .navbar.navbar4 .blueStrip .topContact i {
        border: 2px solid #ffffff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        font-size: 10px;
        height: 22px;
        margin-right: 5px;
        padding: 3px;
        position: relative;
        text-align: center;
        top: 0;
        width: 22px; }
      .navbar.navbar4 .blueStrip .topContact .number {
        display: inline-block;
        margin-left: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
        .navbar.navbar4 .blueStrip .topContact .number i {
          font-size: 13px;
          line-height: 11px;
          top: 2px; }
    .navbar.navbar4 .blueStrip .inner_item_drag_handler:hover .settings {
      left: 100%;
      margin: 0; }
  .navbar.navbar4 .logoLeft {
    float: none;
    display: block;
    text-align: center;
    background: #fff;
    position: relative;
    padding: 10px 10px;
    width: 100%;
    border-bottom: solid 1px #e5e5e5; }
  .navbar.navbar4 .navbar-brand {
    float: left;
    color: #000;
    font-family: "Roboto Slab"; }
  .navbar.navbar4 .whiteNav {
    background: #ffffff;
    padding: 0; }
  .navbar.navbar4 .navbar-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px; }
    .navbar.navbar4 .navbar-toggle span {
      background: #1a1a1a; }
  .navbar.navbar4 .collapse {
    background: rgba(0, 0, 0, 0.8);
    top: 100%;
    float: none;
    text-align: center; }
    .navbar.navbar4 .collapse .nav li {
      border-color: rgba(255, 255, 255, 0.2); }
      .navbar.navbar4 .collapse .nav li a {
        /*color: $white;*/
        margin: 0;
        text-align: left; }
    .navbar.navbar4 .collapse .elements {
      right: 0; }
  .navbar.navbar4 #logoImage {
    text-align: left; }

@media only screen and (min-width: 768px) {
  .navbar.navbar4 .blueStrip .social a {
    margin-right: 15px; }
  .navbar.navbar4 .blueStrip .topContact {
    display: block;
    line-height: 28px; }
    .navbar.navbar4 .blueStrip .topContact i {
      margin-right: 5px; }
    .navbar.navbar4 .blueStrip .topContact > span .callText,
    .navbar.navbar4 .blueStrip .topContact > a .callText {
      display: inline-block;
      position: relative;
      top: 2px; }
    .navbar.navbar4 .blueStrip .topContact .number {
      margin-left: 15px; }
  .navbar.navbar4 .blueStrip .inner_item_drag_handler {
    display: inline-block; }
    .navbar.navbar4 .blueStrip .inner_item_drag_handler .settings {
      right: -15px; }
  .navbar.navbar4 .logoLeft {
    padding: 0; }
  .navbar.navbar4 .navbar-brand {
    float: none;
    display: inline-block; }
  .navbar.navbar4 .whiteNav {
    padding: 0 10px; }
  .navbar.navbar4 .collapse {
    background: rgba(0, 0, 0, 0);
    top: 100%;
    max-width: inherit; }
    .navbar.navbar4 .collapse li {
      padding: 15px 10px;
      border-right: solid 1px #e5e5e5; }
      .navbar.navbar4 .collapse li:last-child {
        border: none; }
      .navbar.navbar4 .collapse li a {
        /*color: $black;*/
        margin: 0 0 0;
        text-align: left;
        line-height: 20px; }
    .navbar.navbar4 .collapse.active {
      top: 0;
      background: rgba(0, 0, 0, 0.8); }
  .navbar.navbar4 div#logo {
    height: 100px;
    padding-top: 5px; }
  .navbar.navbar4 #logoImage {
    text-align: center;
    margin: auto;
    height: 100px; }
  .navbar.navbar4.hamburger .collapse li {
    border-right: none;
    padding: 15px 0; }
  .navbar.navbar4.hamburger .blueStrip {
    z-index: 5;
    position: relative; }
  .navbar.navbar4.hamburger .logoLeft .container {
    display: inline-block;
    z-index: 18; }
  .navbar.navbar4.hamburger .whiteNav {
    z-index: 16;
    position: relative;
    padding: 0; }
  .navbar.navbar4.hamburger .navbar-toggle {
    margin-top: -18px;
    right: -60px;
    z-index: 18; }
    .navbar.navbar4.hamburger .navbar-toggle.active {
      margin-top: 15px;
      right: 0; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar4 .blueStrip .social {
    display: none; }
  .navbar.navbar4 .blueStrip .topContact {
    text-align: center;
    margin: 10px; }
  .navbar.navbar4 .collapse .nav li a {
    text-align: center; }
  .navbar.navbar4 .navbar-toggle {
    margin: 0;
    top: 0;
    right: -5px;
    height: 30px; }
  .navbar.navbar4 .blueStrip .topContact {
    margin-right: 8px; }
  .navbar.navbar4 .navbar-toggle {
    top: 5px; }
  .navbar.navbar4 .logoLeft {
    padding: 5px 10px; }
    .navbar.navbar4 .logoLeft .navbar-brand {
      max-width: 85%;
      text-align: left; }
      .navbar.navbar4 .logoLeft .navbar-brand span {
        display: block;
        width: 100%;
        margin: 5px 0;
        vertical-align: top;
        position: relative;
        top: 0; } }

.navbar.navbar5 {
  padding: 0 30px;
  height: auto; }
  .navbar.navbar5 .topContact {
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px; }
    .navbar.navbar5 .topContact span {
      color: #fff;
      font-weight: 700;
      font-size: 12px;
      position: relative;
      z-index: 2; }
    .navbar.navbar5 .topContact i {
      border: 1px solid #64646a;
      border-radius: 50%;
      height: 55px;
      left: -25px;
      line-height: 55px;
      position: absolute;
      text-align: center;
      width: 55px;
      top: -8px;
      color: #fff;
      font-size: 15px; }
    .navbar.navbar5 .topContact .blockContact {
      color: #9b9b9b;
      float: left;
      font-size: 13px;
      line-height: 18px;
      margin-left: 45px;
      padding: 0 15px 0 40px;
      position: relative; }
      .navbar.navbar5 .topContact .blockContact a {
        text-decoration: none;
        color: #28b4e9; }
        .navbar.navbar5 .topContact .blockContact a > span {
          font-size: 14px;
          text-transform: none; }
          .navbar.navbar5 .topContact .blockContact a > span > span {
            color: #28b4e9; }
  .navbar.navbar5 .nav {
    font-size: 0;
    min-height: auto; }
    .navbar.navbar5 .nav li {
      line-height: 60px; }
      .navbar.navbar5 .nav li a {
        padding: 0 24px;
        font-size: 15px;
        margin: 0;
        opacity: 1; }
      .navbar.navbar5 .nav li:first-child .subMenu {
        left: 0;
        right: inherit; }
        .navbar.navbar5 .nav li:first-child .subMenu:after {
          left: 15px;
          right: inherit; }
      .navbar.navbar5 .nav li .subMenu li a {
        padding-left: 45px; }
  .navbar.navbar5 .collapse {
    background-color: #fff;
    height: auto;
    margin-top: 0;
    top: 0; }
    .navbar.navbar5 .collapse .active {
      background-color: #1685af; }
  .navbar.navbar5.static {
    padding-bottom: 15px;
    background: #ccc; }

@media only screen and (min-width: 768px) {
  .navbar.navbar5 .topContact {
    display: block;
    padding: 30px 0; }
  .navbar.navbar5 .collapse {
    width: 100%;
    min-width: 100%; }
  .navbar.navbar5.hamburger .navbar-toggle {
    left: 0;
    margin-top: -68px; }
    .navbar.navbar5.hamburger .navbar-toggle.active {
      left: 25px;
      top: 15px;
      margin: 0; }
  .navbar.navbar5.hamburger .blueStrip .logoLeft {
    margin-left: 55px; }
  .navbar.navbar5.hamburger .collapse {
    left: 0;
    top: 0;
    background: #121212;
    min-width: inherit; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar5 {
    padding: 10px 0;
    height: auto; }
    .navbar.navbar5 .logoLeft {
      padding-left: 10px; }
      .navbar.navbar5 .logoLeft div[data-elem="logo"] {
        display: block; }
    .navbar.navbar5 .logoLeft .navbar-brand span {
      width: 100%;
      margin-top: 3px;
      display: block;
      position: relative;
      top: 2px; }
    .navbar.navbar5 .nav {
      background-color: #fff; }
      .navbar.navbar5 .nav li {
        border-color: rgba(0, 0, 0, 0.2);
        line-height: 40px; }
        .navbar.navbar5 .nav li a {
          font-size: 14px;
          color: #222222;
          margin: 0;
          padding: 0 10px; }
    .navbar.navbar5 .navbar-toggle {
      margin-top: -35px; }
    .navbar.navbar5 .topContact {
      display: none; }
    .navbar.navbar5 .collapse {
      height: 60px; }
    .navbar.navbar5 #logoImage img {
      max-height: 38px;
      max-width: 250px; }
    .navbar.navbar5 .collapse {
      margin-top: 10px; } }

.navbar.navbar6 {
  height: 160px;
  padding: 0; }
  .navbar.navbar6 .blueStrip {
    background: #fff;
    padding: 0 30px; }
  .navbar.navbar6 .whiteNav {
    background: #27a8a6; }
  .navbar.navbar6 .navbar-brand span {
    color: #252664; }
  .navbar.navbar6 .topContact {
    color: #737373;
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 20px; }
    .navbar.navbar6 .topContact .blockContact {
      color: #9b9b9b;
      float: left;
      line-height: 18px;
      margin-left: 45px;
      padding: 0;
      position: relative; }
      .navbar.navbar6 .topContact .blockContact .callNumber {
        text-decoration: none;
        font-size: 24px;
        text-transform: none;
        display: inline-block;
        padding-top: 5px;
        display: inline-block;
        position: relative;
        margin-top: 2px;
        color: #27a8a6;
        display: block;
        background: transparent; }
        .navbar.navbar6 .topContact .blockContact .callNumber .yextEditIcon {
          position: absolute;
          right: -20px;
          top: -10px;
          width: 25px;
          height: 30px;
          z-index: 4; }
          .navbar.navbar6 .topContact .blockContact .callNumber .yextEditIcon span.icon-edit {
            background: #fcb831;
            border-radius: 15px 0 15px 15px;
            color: #956912;
            font-size: 14px;
            height: 25px;
            width: 25px;
            display: block;
            line-height: 25px;
            cursor: pointer;
            margin-bottom: 10px;
            text-align: center;
            padding: 0; }
      .navbar.navbar6 .topContact .blockContact .fill {
        background: #2670f8;
        border: none;
        height: 60px;
        line-height: 58px;
        border-radius: 3px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: Open Sans; }
  .navbar.navbar6 .nav {
    font-size: 0; }
    .navbar.navbar6 .nav li {
      line-height: 60px; }
      .navbar.navbar6 .nav li a {
        padding: 0 24px;
        font-size: 15px;
        /*color:#fff;*/
        font-weight: 700;
        margin: 0;
        opacity: 1;
        /* &:hover{
                        background-color:#37bbb9;
                        color:#fff;
                    }*/ }
      .navbar.navbar6 .nav li .subMenu li a {
        padding-left: 25px; }
  .navbar.navbar6 .collapse {
    background-color: none; }
    .navbar.navbar6 .collapse .active {
      background-color: #37bbb9; }
      .navbar.navbar6 .collapse .active a {
        color: #fff; }

@media only screen and (min-width: 768px) {
  .navbar.navbar6 {
    height: auto; }
    .navbar.navbar6 .collapse .nav > li:first-child > a {
      padding-left: 0; }
    .navbar.navbar6.hamburger .navbar-toggle {
      margin-top: 0;
      top: 30px; }
      .navbar.navbar6.hamburger .navbar-toggle span {
        background: #000; }
      .navbar.navbar6.hamburger .navbar-toggle.active {
        background: none;
        margin-top: 15px; }
    .navbar.navbar6.hamburger .nav li a {
      padding: 0; }
    .navbar.navbar6.hamburger .topContact {
      margin-right: 60px; }
    .navbar.navbar6.hamburger .whiteNav {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar6 {
    height: auto; }
    .navbar.navbar6 .blueStrip {
      padding: 15px 15px;
      float: left;
      width: 80%; }
    .navbar.navbar6 .whiteNav {
      background: #fff; }
      .navbar.navbar6 .whiteNav .container {
        position: inherit; }
    .navbar.navbar6 .logoLeft {
      width: 90%; }
      .navbar.navbar6 .logoLeft .navbar-brand {
        overflow: hidden; }
    .navbar.navbar6 .navbar-brand span {
      display: block; }
    .navbar.navbar6 .navbar-brand > div {
      margin-top: 0; }
    .navbar.navbar6 .navbar-toggle {
      margin-top: 15px;
      height: 30px; }
      .navbar.navbar6 .navbar-toggle span {
        background-color: #222; }
    .navbar.navbar6 .topContact {
      display: none; }
    .navbar.navbar6 .collapse {
      height: auto; }
      .navbar.navbar6 .collapse .nav li {
        line-height: 35px; }
        .navbar.navbar6 .collapse .nav li a {
          font-size: 14px;
          padding: 0 15px; }
      .navbar.navbar6 .collapse li a {
        margin: 0; } }

.navbar.navbar10 .logoLeft {
  padding-left: 10px; }

.navbar.navbar10 .nav-right {
  float: right; }

.navbar.navbar10 .navbar-brand > div {
  margin: 0; }

.navbar.navbar10 .topContact {
  color: #737373;
  display: block;
  float: right;
  font-size: 14px;
  padding-left: 0 5px;
  border-left: solid 1px rgba(255, 255, 255, 0.1); }
  .navbar.navbar10 .topContact .social {
    padding: 0;
    margin-left: 5px; }
    .navbar.navbar10 .topContact .social.circle, .navbar.navbar10 .topContact .social.square, .navbar.navbar10 .topContact .social.curved {
      margin-top: 0; }
  .navbar.navbar10 .topContact i {
    margin: 0 5px; }
  .navbar.navbar10 .topContact span {
    color: #ffff;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px; }
  .navbar.navbar10 .topContact a {
    color: #fff;
    text-decoration: none; }
  .navbar.navbar10 .topContact .blockContact {
    color: #9b9b9b;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-left: 45px;
    padding: 0;
    position: relative; }
    .navbar.navbar10 .topContact .blockContact a {
      text-decoration: none; }
      .navbar.navbar10 .topContact .blockContact a span {
        color: #27a8a6;
        font-size: 22px;
        text-transform: none;
        font-weight: 700;
        margin-top: 10px;
        display: inline-block;
        padding-top: 5px;
        display: inline-block; }
    .navbar.navbar10 .topContact .blockContact .fill {
      background: #2670f8;
      border: none;
      height: 60px;
      line-height: 58px;
      border-radius: 3px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: Open Sans; }

.navbar.navbar10 .nav {
  font-size: 0; }
  .navbar.navbar10 .nav li {
    line-height: 35px; }
    .navbar.navbar10 .nav li a {
      padding: 0 20px;
      font-size: 16px;
      font-weight: 700;
      margin: 0;
      opacity: 1;
      text-transform: none; }
  .navbar.navbar10 .nav .subMenu li {
    line-height: 45px; }

.navbar.navbar10 .collapse {
  background-color: none;
  float: left;
  max-width: inherit;
  width: auto;
  top: 45px; }
  .navbar.navbar10 .collapse .active {
    background-color: #37bbb9; }
    .navbar.navbar10 .collapse .active a {
      color: #fff; }

.navbar.navbar10 #logoImage {
  width: auto; }

@media only screen and (min-width: 768px) {
  .navbar.navbar10 .navbar-brand {
    line-height: 80px; }
  .navbar.navbar10 .logoLeft {
    min-height: 90px; }
  .navbar.navbar10 .nav-right {
    min-height: 90px;
    display: flex;
    vertical-align: middle;
    align-items: center; }
  .navbar.navbar10.hamburger .navbar-toggle {
    margin-top: 25px; }
    .navbar.navbar10.hamburger .navbar-toggle .active {
      margin-top: 15px; }
  .navbar.navbar10.hamburger .nav li a {
    padding: 0; }
  .navbar.navbar10.hamburger .subMenu li a {
    padding: 1px 15px 1px 25px; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar10 {
    height: auto;
    padding: 10px 0; }
    .navbar.navbar10 .whiteNav {
      padding: 15px 20px; }
    .navbar.navbar10 .topContact {
      display: none; }
    .navbar.navbar10 .logoLeft {
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 25px; }
      .navbar.navbar10 .logoLeft a {
        width: 100%;
        min-height: 25px; }
    .navbar.navbar10 .nav-right {
      width: 100%;
      position: relative; }
      .navbar.navbar10 .nav-right .collapse {
        top: 100%;
        width: 100%;
        margin-top: 10px; }
    .navbar.navbar10 .navbar-brand > div {
      margin-top: 3px; }
      .navbar.navbar10 .navbar-brand > div span {
        display: block;
        line-height: normal;
        width: 100%;
        margin-top: 0;
        vertical-align: top;
        position: relative;
        top: 0; }
    .navbar.navbar10 .navbar-toggle {
      margin-top: 5px;
      height: 25px; }
    .navbar.navbar10 .nav li {
      line-height: 40px; }
      .navbar.navbar10 .nav li a {
        margin: 0;
        font-size: 14px;
        padding: 0 10px; }
        .navbar.navbar10 .nav li a:hover {
          background-color: #000;
          color: #fff; }
    .navbar.navbar10 #logoImage img {
      max-height: 38px;
      max-width: 250px; } }

.navbar.navbar11 {
  padding: 0 30px; }
  .navbar.navbar11 .whiteNav {
    background: none;
    padding: 12px 0 20px; }
  .navbar.navbar11 .collapse {
    margin-top: 28px; }
    .navbar.navbar11 .collapse li a {
      font-size: 16px;
      font-weight: 700;
      opacity: 1; }

@media only screen and (min-width: 768px) {
  .navbar.navbar11.hamburger .navbar-toggle.active {
    margin-top: 15px; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar11 {
    height: auto;
    padding: 10px 0; }
    .navbar.navbar11 .navbar-brand {
      overflow: hidden; }
    .navbar.navbar11 .navbar-toggle {
      margin-top: 5px; }
    .navbar.navbar11 .logoLeft {
      padding-left: 10px; }
    .navbar.navbar11 .navbar-brand span {
      position: relative;
      top: 8px;
      line-height: normal;
      vertical-align: top; }
    .navbar.navbar11 .collapse {
      top: 15px; }
      .navbar.navbar11 .collapse ul {
        background: #080c0d; }
        .navbar.navbar11 .collapse ul li {
          line-height: 35px; }
          .navbar.navbar11 .collapse ul li a {
            padding: 0 10px;
            margin: 0;
            font-size: 14px; }
            .navbar.navbar11 .collapse ul li a:hover {
              background-color: #000000; }
    .navbar.navbar11 #logoImage img {
      max-height: 38px;
      max-width: 250px; } }

.navbar.navbar12 {
  padding: 25px 0; }
  .navbar.navbar12 .logoLeft {
    float: left;
    width: auto;
    line-height: 45px;
    min-height: 45px; }

.navbar.navbar13 {
  padding: 0;
  height: auto;
  position: absolute;
  text-transform: inherit; }
  .navbar.navbar13 .yellowStrip {
    background: #efc813; }
    .navbar.navbar13 .yellowStrip .caption {
      float: left;
      line-height: 20px;
      margin: 15px 0px;
      font-size: 14px;
      color: #2d2d2d; }
    .navbar.navbar13 .yellowStrip .topContact {
      float: right;
      font-size: 14px;
      color: #ffffff;
      margin: 10px  0; }
      .navbar.navbar13 .yellowStrip .topContact a {
        color: #2d2d2d;
        text-decoration: none; }
      .navbar.navbar13 .yellowStrip .topContact .icon-phone {
        font-size: 13px;
        margin-left: 10px;
        position: relative;
        top: 1px;
        color: #2d2d2d; }
      .navbar.navbar13 .yellowStrip .topContact .icon-mail {
        font-size: 17px;
        margin-left: 10px;
        position: relative;
        top: 2px;
        color: #2d2d2d; }
      .navbar.navbar13 .yellowStrip .topContact .callText {
        display: none; }
      .navbar.navbar13 .yellowStrip .topContact .number {
        padding: 10px 0 10px 0;
        line-height: 12px;
        display: inline-block;
        margin-left: 5px;
        background: transparent;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
    .navbar.navbar13 .yellowStrip .inner_item_drag_handler:hover .settings {
      left: 100%;
      margin: 0; }
    .navbar.navbar13 .yellowStrip p {
      display: none; }
    .navbar.navbar13 .yellowStrip .callText {
      display: inline-block; }
  .navbar.navbar13 .navbar-brand {
    color: #000;
    font-family: "Open Sans"; }
  .navbar.navbar13 .nav li a {
    /*color: #000;*/ }
  .navbar.navbar13 .whiteNav {
    background: #ffffff;
    padding: 0 10px; }
  .navbar.navbar13 .navbar-toggle span {
    background: #000000; }
  .navbar.navbar13 .collapse {
    background: rgba(0, 0, 0, 0.9);
    top: 100%; }
    .navbar.navbar13 .collapse li {
      border-color: rgba(255, 255, 255, 0.2); }
      .navbar.navbar13 .collapse li a {
        /*color: $white;*/
        margin-left: 8px; }

@media only screen and (min-width: 768px) {
  .navbar.navbar13 .yellowStrip .social a {
    margin-right: 15px; }
  .navbar.navbar13 .yellowStrip .topContact .callText {
    display: inline-block; }
  .navbar.navbar13 .yellowStrip .topContact .number {
    margin-left: 10px; }
  .navbar.navbar13 .yellowStrip .inner_item_drag_handler {
    display: inline-block; }
    .navbar.navbar13 .yellowStrip .inner_item_drag_handler .settings {
      right: -15px; }
  .navbar.navbar13 .yellowStrip p {
    display: inline-block;
    margin-top: 15px; }
  .navbar.navbar13 .whiteNav {
    padding: 0 10px; }
  .navbar.navbar13 .collapse {
    background: rgba(0, 0, 0, 0);
    margin-top: 30px; }
    .navbar.navbar13 .collapse li {
      border-color: rgba(255, 255, 255, 0); }
      .navbar.navbar13 .collapse li a {
        /*color: $black;*/
        margin: 0 0 0 25px; }
  .navbar.navbar13 .logoLeft {
    min-height: 105px; }
  .navbar.navbar13 #logoImage {
    text-align: center;
    margin: auto; }
  .navbar.hamburger .navbar-toggle.active {
    margin-top: 15px; }
  .navbar.hamburger .collapse {
    background: rgba(0, 0, 0, 0.9);
    margin-top: 0;
    top: 0; }
    .navbar.hamburger .collapse li a {
      margin: 0; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar13 .whiteNav {
    padding: 10px 0; }
    .navbar.navbar13 .whiteNav .container {
      position: initial; }
  .navbar.navbar13 .logoLeft {
    padding-top: 0;
    padding-left: 8px; }
  .navbar.navbar13 .collapse {
    top: 100%; }
  .navbar.navbar13 .yellowStrip .caption {
    display: none; }
  .navbar.navbar13 .yellowStrip .social {
    font-size: 18px;
    float: none;
    text-align: center;
    padding-bottom: 0; }
  .navbar.navbar13 .yellowStrip .topContact {
    float: none;
    text-align: right;
    margin: 0;
    padding-bottom: 0;
    padding-right: 8px; }
    .navbar.navbar13 .yellowStrip .topContact .icon-mail {
      margin: 0; }
    .navbar.navbar13 .yellowStrip .topContact .icon-phone {
      margin-left: 10px; }
  .navbar.navbar13 .navbar-brand {
    width: 100%;
    overflow: hidden; }
    .navbar.navbar13 .navbar-brand span {
      display: block;
      font-size: 20px;
      width: 100%;
      line-height: normal;
      margin: 0;
      position: relative;
      top: 8px;
      vertical-align: top; } }

.navbar.navbar14 {
  height: 160px;
  padding: 0; }
  .navbar.navbar14 .blueStrip {
    background: #fff;
    padding: 0 30px; }
  .navbar.navbar14 .whiteNav {
    background: #2670f8; }
  .navbar.navbar14 .navbar-brand span {
    color: #01102c; }
  .navbar.navbar14 .topContact {
    color: #737373;
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 20px; }
    .navbar.navbar14 .topContact .blockContact {
      color: #9b9b9b;
      float: left;
      line-height: 18px;
      margin-left: 45px;
      padding: 0;
      position: relative; }
      .navbar.navbar14 .topContact .blockContact .callNumber {
        text-decoration: none;
        font-size: 24px;
        text-transform: none;
        display: inline-block;
        padding-top: 5px;
        display: inline-block;
        position: relative;
        margin-top: 2px;
        color: #2670f8;
        display: block;
        background: transparent; }
        .navbar.navbar14 .topContact .blockContact .callNumber .yextEditIcon {
          position: absolute;
          right: -20px;
          top: -10px;
          width: 25px;
          height: 30px;
          z-index: 4; }
          .navbar.navbar14 .topContact .blockContact .callNumber .yextEditIcon span.icon-edit {
            background: #fcb831;
            border-radius: 15px 0 15px 15px;
            color: #956912;
            font-size: 14px;
            height: 25px;
            width: 25px;
            display: block;
            line-height: 25px;
            cursor: pointer;
            margin-bottom: 10px;
            text-align: center;
            padding: 0; }
      .navbar.navbar14 .topContact .blockContact .fill {
        background: #2670f8;
        border: none;
        height: 60px;
        line-height: 58px;
        border-radius: 3px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: Open Sans; }
    .navbar.navbar14 .topContact .header-btn .button01 {
      position: relative;
      background: #01102c;
      border-color: #01102c;
      padding-right: 30px; }
      .navbar.navbar14 .topContact .header-btn .button01:after {
        content: "\e90b";
        position: absolute;
        right: 20px;
        top: 50%;
        line-height: 0;
        font-family: 'icomoon';
        font-size: 10px; }
  .navbar.navbar14 .nav {
    font-size: 0; }
    .navbar.navbar14 .nav li {
      line-height: 60px; }
      .navbar.navbar14 .nav li a {
        padding: 0 15px;
        font-size: 15px;
        /*color:#fff;*/
        font-weight: 700;
        margin: 0;
        opacity: 1;
        /* &:hover{
                        background-color:#37bbb9;
                        color:#fff;
                    }*/ }
  .navbar.navbar14 .collapse {
    background-color: none; }
    .navbar.navbar14 .collapse .active {
      background-color: #37bbb9; }
      .navbar.navbar14 .collapse .active a {
        color: #fff; }

@media only screen and (min-width: 768px) {
  .navbar.navbar14 {
    height: auto; }
    .navbar.navbar14 .logoLeft {
      min-height: 105px; }
    .navbar.navbar14 #logoImage {
      text-align: center;
      margin: auto; }
    .navbar.navbar14.hamburger .navbar-toggle {
      margin-top: 0;
      top: 30px; }
      .navbar.navbar14.hamburger .navbar-toggle span {
        background: #000; }
      .navbar.navbar14.hamburger .navbar-toggle.active {
        background: none;
        margin-top: 15px; }
    .navbar.navbar14.hamburger .topContact {
      margin-right: 60px; }
    .navbar.navbar14.hamburger .nav li a {
      padding: 0; }
    .navbar.navbar14.hamburger .whiteNav {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .navbar.navbar14.hamburger .subMenu li a {
      padding: 1px 15px 1px 25px; }
    .navbar.navbar14 .topContact .header-btn {
      float: left;
      margin-left: 20px; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar14 {
    height: auto;
    padding-top: 50px; }
    .navbar.navbar14 .blueStrip {
      padding: 15px 15px;
      float: left;
      width: 80%; }
      .navbar.navbar14 .blueStrip .container {
        position: inherit; }
        .navbar.navbar14 .blueStrip .container .topContact {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          background: #2a2a2a;
          margin: 0;
          padding: 5px 10px; }
          .navbar.navbar14 .blueStrip .container .topContact .blockContact {
            font-size: 12px;
            line-height: 24px;
            margin-left: 0;
            padding: 0;
            color: #fff;
            float: none;
            margin-bottom: 10px; }
            .navbar.navbar14 .blueStrip .container .topContact .blockContact .callNumber {
              font-size: 14px;
              line-height: 18px;
              margin: 0;
              padding: 0; }
        .navbar.navbar14 .blueStrip .container .header-btn {
          float: none; }
          .navbar.navbar14 .blueStrip .container .header-btn .button01 {
            padding: 5px 20px 7px 8px !important;
            height: auto !important;
            line-height: 20px !important;
            min-height: 30px !important;
            font-size: 14px !important;
            margin-top: 3px;
            min-width: 100%; }
            .navbar.navbar14 .blueStrip .container .header-btn .button01:after {
              right: 9px;
              top: 15px; }
    .navbar.navbar14 .whiteNav {
      background: #fff; }
      .navbar.navbar14 .whiteNav .container {
        position: inherit; }
    .navbar.navbar14 .logoLeft {
      width: 90%; }
      .navbar.navbar14 .logoLeft .navbar-brand {
        overflow: hidden; }
    .navbar.navbar14 .navbar-brand span {
      display: block; }
    .navbar.navbar14 .navbar-brand > div {
      margin-top: 0; }
    .navbar.navbar14 .navbar-toggle {
      height: 30px;
      position: absolute;
      z-index: 11;
      right: 5px;
      top: 12px;
      color: #fff; }
      .navbar.navbar14 .navbar-toggle span {
        background-color: #fff; }
    .navbar.navbar14 .collapse {
      height: auto; }
      .navbar.navbar14 .collapse .nav li {
        line-height: 35px; }
        .navbar.navbar14 .collapse .nav li a {
          font-size: 14px; }
      .navbar.navbar14 .collapse li a {
        margin: 0; } }

.navbar.navbar15 {
  padding: 0;
  height: auto;
  position: absolute;
  text-transform: inherit; }
  .navbar.navbar15 .blueStrip {
    background: #003842; }
    .navbar.navbar15 .blueStrip .social {
      float: left;
      line-height: 30px; }
      .navbar.navbar15 .blueStrip .social a {
        font-weight: bold;
        text-decoration: none;
        margin-right: 5px; }
    .navbar.navbar15 .blueStrip .topContact {
      float: right;
      font-size: 14px;
      color: #ffffff;
      margin: 18px 0 10px; }
      .navbar.navbar15 .blueStrip .topContact a {
        color: #fff;
        text-decoration: none; }
      .navbar.navbar15 .blueStrip .topContact .icon-phone {
        font-size: 18px;
        margin-right: 0;
        position: relative;
        top: 2px; }
      .navbar.navbar15 .blueStrip .topContact .callText {
        display: none; }
      .navbar.navbar15 .blueStrip .topContact .number {
        font-weight: 800;
        padding: 10px 12px 10px;
        line-height: 12px;
        background: #016778;
        display: inline-block;
        margin-left: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
      .navbar.navbar15 .blueStrip .topContact .geb {
        display: inline-block;
        margin: 0 5px; }
      .navbar.navbar15 .blueStrip .topContact .button01 {
        height: 25px;
        min-height: 25px !important;
        line-height: 20px;
        margin: 5px;
        min-width: auto; }
    .navbar.navbar15 .blueStrip .inner_item_drag_handler:hover .settings {
      left: 100%;
      margin: 0; }
  .navbar.navbar15 .navbar-brand {
    color: #000;
    font-family: "Open Sans"; }
  .navbar.navbar15 .whiteNav {
    background: #ffffff;
    padding: 0 10px; }
  .navbar.navbar15 .navbar-toggle span {
    background: #000000; }
  .navbar.navbar15 .collapse {
    background: rgba(0, 0, 0, 0.9); }
    .navbar.navbar15 .collapse li {
      border-color: rgba(255, 255, 255, 0.2); }
      .navbar.navbar15 .collapse li a {
        /*color: $white;*/
        margin-left: 10px; }

@media only screen and (min-width: 768px) {
  .navbar.navbar15 .blueStrip .social a {
    margin-right: 15px; }
  .navbar.navbar15 .blueStrip .topContact {
    margin-right: -5px; }
    .navbar.navbar15 .blueStrip .topContact .icon-phone {
      margin-right: 5px; }
    .navbar.navbar15 .blueStrip .topContact .callText {
      display: inline-block; }
    .navbar.navbar15 .blueStrip .topContact .number {
      margin-left: 10px; }
  .navbar.navbar15 .blueStrip .inner_item_drag_handler .settings {
    right: -15px; }
  .navbar.navbar15 .whiteNav {
    padding: 0 10px; }
  .navbar.navbar15 .collapse {
    background: rgba(0, 0, 0, 0);
    margin-top: 30px; }
    .navbar.navbar15 .collapse li {
      border-color: rgba(255, 255, 255, 0); }
      .navbar.navbar15 .collapse li a {
        /*color: $black;*/
        margin: 0 0 0 25px; }
  .navbar.hamburger .collapse {
    background: rgba(0, 0, 0, 0.9);
    margin-top: 0; }
    .navbar.hamburger .collapse li {
      border-color: rgba(255, 255, 255, 0.2); }
      .navbar.hamburger .collapse li a {
        /*color: $white;*/
        margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  .navbar.navbar15 .whiteNav {
    padding: 10px 0; }
    .navbar.navbar15 .whiteNav .container {
      position: initial; }
  .navbar.navbar15 .logoLeft {
    padding-top: 0;
    padding-left: 8px; }
  .navbar.navbar15 .collapse {
    top: 100%; }
  .navbar.navbar15 .blueStrip .social {
    font-size: 18px;
    float: none;
    text-align: center;
    padding-bottom: 0; }
  .navbar.navbar15 .blueStrip .topContact {
    float: none;
    text-align: center;
    margin: 0;
    padding-bottom: 10px; }
    .navbar.navbar15 .blueStrip .topContact .callText {
      display: inline-block; }
    .navbar.navbar15 .blueStrip .topContact .button01 {
      padding: 0 15px !important; }
    .navbar.navbar15 .blueStrip .topContact .geb {
      margin: 0; }
  .navbar.navbar15 .navbar-toggle {
    margin-top: 4px; }
  .navbar.navbar15 .navbar-brand {
    width: 100%;
    overflow: hidden; }
    .navbar.navbar15 .navbar-brand span {
      display: block;
      font-size: 20px;
      width: 100%;
      line-height: normal;
      margin: 0;
      position: relative;
      top: 7px;
      vertical-align: top; } }

.navbar.navbar16 {
  list-style: none;
  margin: 0;
  height: auto;
  background: transparent;
  position: relative; }
  .navbar.navbar16 li {
    line-height: 60px; }
    .navbar.navbar16 li a {
      padding: 0 15px;
      font-size: 15px;
      font-weight: 700;
      margin: 0;
      opacity: 1; }
  .navbar.navbar16 .collapse {
    float: none;
    max-width: 100%; }

@media only screen and (max-width: 767px) {
  .navbar.navbar16 {
    position: absolute;
    right: 0;
    padding-left: 0;
    padding-right: 0; } }

.navbar.navbar17 {
  background: #ffffff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  padding: 15px 0; }
  .navbar.navbar17 .nav li a {
    font-size: 14px;
    color: #000000;
    opacity: 0.75;
    font-weight: 600; }
  .navbar.navbar17 .collapse {
    max-width: 100%;
    width: 100%;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .navbar.navbar16 {
    position: absolute;
    right: 0;
    padding-left: 0;
    padding-right: 0; } }

.navbar.navbar18 {
  background: #ffffff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  padding: 15px 0; }
  .navbar.navbar18 .collapse {
    float: right; }
  .navbar.navbar18 .phone-nav {
    color: #082344;
    font-size: 22px;
    line-height: 30px;
    float: left; }
    .navbar.navbar18 .phone-nav .icon {
      width: 40px;
      height: 40px;
      background: #FFE3EC;
      color: #CF005C;
      padding: 11px;
      display: inline-block;
      margin-right: 10px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .navbar.navbar18 .phone-nav .head {
      color: #082344;
      text-decoration: none;
      display: block;
      line-height: 40px;
      font-size: 22px; }

@media only screen and (max-width: 767px) {
  .navbar.navbar18 .phone-nav {
    padding-left: 10px; }
  .navbar.navbar18 .collapse {
    margin-top: 15px; }
  .navbar.navbar18 .navbar-toggle {
    height: 40px; }
    .navbar.navbar18 .navbar-toggle span {
      background: #000; } }

.what-we-do {
  text-align: left; }

.content-section {
  text-align: left; }
  .content-section .ge .radius10 img {
    border-radius: 10px; }

@media only screen and (min-width: 768px) {
  .content-section .container {
    padding: 0 2%;
    width: 100%; } }

@media only screen and (min-width: 1000px) {
  .content-section .container {
    padding: 0;
    width: 1000px; } }

@media only screen and (max-width: 767px) {
  section.content-section {
    padding: 30px 15px !important; } }

.content-section.one {
  padding: 100px 0;
  background-color: #fff; }
  .content-section.one .col-1 {
    width: 50%;
    float: left; }
  .content-section.one .col-2 {
    width: 50%;
    float: right; }
  .content-section.one .head {
    color: #222222;
    font-weight: 400;
    margin: 45px 0; }
  .content-section.one .paragraphtext {
    margin: 10px 0; }
    .content-section.one .paragraphtext p {
      margin: 0;
      font-size: 16px;
      color: #222222;
      font-weight: 400;
      line-height: 28px; }
  .content-section.one figure {
    border: none;
    float: right;
    height: 345px;
    width: 345px;
    margin: 10px 0; }

@media only screen and (min-width: 768px) {
  .content-section.one {
    padding: 100px 0; }
    .content-section.one .col-1 {
      width: 50%;
      float: left; }
    .content-section.one .col-2 {
      width: 50%;
      float: right; }
    .content-section.one .head {
      margin: 40px 0; }
    .content-section.one .paragraphtext p {
      margin: 10px 0; }
    .content-section.one figure {
      float: right;
      height: 345px;
      width: 345px;
      border-radius: 50%;
      overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .content-section.one {
    padding: 35px 0;
    text-align: center; }
    .content-section.one .col-1 {
      width: 100%;
      float: left; }
    .content-section.one .col-2 {
      width: 100%;
      float: left; }
    .content-section.one .head {
      margin: 15px 0; }
    .content-section.one .paragraphtext p {
      margin: 10px 0;
      font-size: 16px;
      line-height: 28px; }
    .content-section.one figure {
      float: none;
      height: 200px;
      max-height: 200px;
      width: 200px;
      border-radius: 50%;
      overflow: hidden;
      display: inline-block; }
      .content-section.one figure img {
        width: 100%; } }

.content-section.two {
  padding: 100px 0;
  background-color: #1d2128; }
  .content-section.two .col-1 {
    width: 50%;
    float: left;
    padding-left: 40px; }
  .content-section.two .col-2 {
    width: 50%;
    float: left; }
  .content-section.two .head {
    color: #fff;
    font-weight: 400;
    margin: 40px 0; }
  .content-section.two .paragraphtext {
    margin: 10px 0; }
    .content-section.two .paragraphtext p {
      margin: 0;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      line-height: 28px; }
  .content-section.two figure {
    border: none;
    float: left;
    width: 100%;
    margin: 10px;
    overflow: hidden;
    border-radius: 0;
    font-size: 0; }
    .content-section.two figure img {
      min-height: 100%;
      height: 100%;
      border-radius: 0; }

@media only screen and (min-width: 768px) {
  .content-section.two .col-1 {
    width: 50%;
    padding-left: 60px; }
  .content-section.two .col-2 {
    width: 50%; }
  .content-section.two .head {
    margin: 30px 0; }
  .content-section.two figure {
    margin: 10px;
    max-height: 338px;
    min-height: 338px; }
    .content-section.two figure img {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .content-section.two {
    padding: 35px 0; }
    .content-section.two .col-1 {
      width: 100%;
      padding: 0 10px; }
    .content-section.two .col-2 {
      width: 100%; }
    .content-section.two .head {
      font-size: 25px; }
    .content-section.two .paragraphtext {
      margin: 10px 0; }
      .content-section.two .paragraphtext p {
        font-size: 16px;
        line-height: 28px; }
    .content-section.two figure {
      margin: 10px 0; }
      .content-section.two figure img {
        width: 100%; } }

.content-section.three {
  padding: 100px 0;
  background-color: #fff;
  text-align: left; }
  .content-section.three .col-1 {
    width: 50%;
    float: left; }
  .content-section.three .col-2 {
    width: 50%;
    float: right; }
  .content-section.three .head {
    color: #222222;
    font-weight: 400;
    margin: 20px 0;
    line-height: 34px; }
  .content-section.three .paragraphtext {
    margin: 25px 0; }
    .content-section.three .paragraphtext p {
      margin: 0;
      font-size: 16px;
      color: #222222;
      font-weight: 400;
      line-height: 28px; }
  .content-section.three .image-colum-block {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 100%;
    justify-content: center; }
    .content-section.three .image-colum-block figure {
      margin: 0; }
      .content-section.three .image-colum-block figure.square {
        border-radius: 0;
        height: auto !important;
        max-width: 480px !important;
        width: auto;
        max-height: 350px !important; }
    .content-section.three .image-colum-block .moveGe,
    .content-section.three .image-colum-block .cloneGe {
      display: none; }
    .content-section.three .image-colum-block .ge.gei:hover:after {
      display: block; }
  .content-section.three .block-button {
    margin: 10px 0; }
    .content-section.three .block-button .button01.fill {
      border-width: 0;
      color: #fff;
      background-color: #2374f9;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      min-width: inherit;
      max-width: inherit;
      padding: 0 20px;
      border-radius: 3px;
      height: 50px;
      text-align: center; }

@media only screen and (min-width: 768px) {
  .content-section.three {
    padding: 50px 0; }
    .content-section.three .col-1 {
      width: 50%; }
    .content-section.three .col-2 {
      width: 50%; }
    .content-section.three .head {
      margin: 10px 0; }
    .content-section.three .section-image figure {
      max-width: 480px; }
    .content-section.three figure {
      border: none; }
      .content-section.three figure.square {
        height: 345px;
        max-height: 345px;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
        max-width: 480px; } }

@media only screen and (min-width: 1000px) {
  .content-section.three {
    padding: 100px 0; }
    .content-section.three .col-1 {
      width: 50%; }
    .content-section.three .col-2 {
      width: 50%; }
    .content-section.three .head {
      margin: 10px 0; }
    .content-section.three figure {
      width: 100%; }
      .content-section.three figure img {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  .content-section.three {
    padding: 50px 0; }
    .content-section.three .col-1 {
      width: 100%; }
    .content-section.three .col-2 {
      width: 100%; }
    .content-section.three figure {
      height: auto;
      max-height: 400px;
      width: 100%; }
      .content-section.three figure img {
        width: 100%; }
    .content-section.three .paragraphtext {
      margin: 25px 0; }
    .content-section.three .section-image figure {
      max-width: 480px; } }

@media only screen and (max-width: 480px) {
  .content-section.three .ge {
    text-align: center; }
  .content-section.three .block-button .ge {
    text-align: center; } }

.content-section.four {
  padding: 0;
  background-color: #e9cb03;
  text-align: left; }
  .content-section.four .container {
    width: 100%; }
  .content-section.four > .layout {
    position: relative;
    z-index: 10; }
  .content-section.four .col-1 {
    width: 50%;
    float: left; }
  .content-section.four .col-2 {
    width: 50%;
    float: left; }
  .content-section.four .head {
    color: #222222;
    font-weight: 400;
    margin: 40px 0; }
  .content-section.four .paragraphtext {
    margin: 20px 0; }
    .content-section.four .paragraphtext p {
      font-size: 16px;
      color: #222222;
      font-weight: 400;
      line-height: 28px; }
  .content-section.four .image-colum-block {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 100%;
    justify-content: center; }
    .content-section.four .image-colum-block figure {
      border-radius: 0;
      height: 350px;
      max-width: 50vw !important;
      width: 350px;
      max-height: 100% !important;
      margin: 0;
      border-width: 0; }
      .content-section.four .image-colum-block figure.square {
        border-radius: 0;
        height: auto !important;
        max-width: 50vw !important;
        width: 50vw;
        max-height: 100% !important;
        margin: 0;
        border-width: 0; }
      .content-section.four .image-colum-block figure.rectangle {
        height: 395px; }
      .content-section.four .image-colum-block figure.circle {
        max-width: 100%;
        max-height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
    .content-section.four .image-colum-block .moveGe,
    .content-section.four .image-colum-block .cloneGe {
      display: none; }
    .content-section.four .image-colum-block .ge.gei:hover:after {
      display: block; }

@media only screen and (min-width: 768px) {
  .content-section.four .col-1 {
    padding: 80px; }
  .content-section.four .image-colum-block {
    min-height: 400px; }
  .content-section.four figure img {
    height: auto;
    width: auto; } }

@media only screen and (max-width: 480px) {
  .content-section.four .col-1 {
    width: 100%;
    padding: 0; }
  .content-section.four .col-2 {
    width: 100%;
    padding: 0; }
  .content-section.four .head {
    margin: 30px; }
  .content-section.four .paragraphtext {
    margin: 30px; }
  .content-section.four .section-image {
    height: 250px; } }

.content-section.five {
  padding: 0;
  background-color: #fff; }
  .content-section.five .container {
    width: 100%; }
  .content-section.five .col-1 {
    width: 50%;
    float: left;
    text-align: left; }
  .content-section.five .col-2 {
    width: 50%;
    float: right; }
  .content-section.five .head {
    color: #222222;
    font-weight: 400;
    position: relative;
    padding: 0; }
    .content-section.five .head .icon-arow-right {
      position: absolute;
      left: -25px;
      top: 3px;
      color: #2374f9;
      font-size: 18px;
      font-weight: 700; }
  .content-section.five .paragraphtext p {
    margin: 0;
    color: #222222; }
  .content-section.five figure {
    width: 100%;
    margin: 0;
    border-radius: 0;
    font-size: 0;
    border-width: 0; }
  .content-section.five .ge figure.square {
    border-radius: 0;
    height: auto;
    width: 50vw;
    max-width: 450px;
    max-height: 450px;
    overflow: hidden;
    border-style: solid;
    margin: 0; }
  .content-section.five .ge figure.rectangle {
    max-width: 450px; }
  .content-section.five .ge figure.circle {
    max-width: 100%;
    max-height: 100%; }
  .content-section.five .image-colum-block {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 100%;
    justify-content: center;
    overflow: hidden; }
    .content-section.five .image-colum-block figure {
      height: 350px;
      max-width: 50vw !important;
      width: 350px;
      max-height: 100% !important;
      margin: 0;
      border-width: 0; }
    .content-section.five .image-colum-block figure.large.circle {
      width: 350px;
      height: 350px; }
    .content-section.five .image-colum-block .moveGe,
    .content-section.five .image-colum-block .cloneGe {
      display: none; }
    .content-section.five .image-colum-block .ge.gei:hover:after {
      display: block; }

@media only screen and (max-width: 480px) {
  .content-section.five .image-colum-block figure.large.circle {
    max-width: 150px;
    max-height: 150px !important;
    width: 150px;
    height: 150px;
    margin-bottom: 25px; }
  .content-section.five .image-colum-block {
    height: auto !important; }
    .content-section.five .image-colum-block .gei figure {
      height: auto !important; }
  .content-section.five .col-1 {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .content-section.five .image-colum-block {
    min-height: 400px; }
  .content-section.five .col-1 {
    width: 50%;
    padding: 0 30px; }
  .content-section.five .col-2 {
    width: 50%; }
  .content-section.five .button01 {
    margin: 30px 0; }
  .content-section.five ge figure.square {
    border-style: solid; } }

@media only screen and (min-width: 1000px) {
  .content-section.five .col-1 {
    width: 50%; }
  .content-section.five .col-2 {
    width: 50%; }
  .content-section.five .button01 {
    margin: 35px 0; }
  .content-section.five .col-1 {
    width: 50%; }
  .content-section.five .col-2 {
    width: 50%; }
  .content-section.five .paragraphtext p {
    margin: 0; } }

@media only screen and (min-width: 1280px) {
  .content-section.five .col-1 {
    width: 50%;
    padding: 80px; }
  .content-section.five .col-2 {
    width: 50%;
    padding: 0 0; }
  .content-section.five .head {
    margin: 15px 0; }
  .content-section.five .paragraphtext {
    margin: 10px 0; }
  .content-section.five .button01 {
    margin: 20px 0; } }

@media only screen and (max-width: 767px) {
  .content-section.five .layout-wrapper {
    display: block; }
  .content-section.five .image-colum-block {
    height: auto;
    margin: 20px 0; }
    .content-section.five .image-colum-block .gei figure {
      height: auto; }
      .content-section.five .image-colum-block .gei figure img {
        height: auto;
        max-width: 100%;
        min-height: inherit; }
  .content-section.five .col-1 {
    width: 100%;
    padding: 0 25px; }
  .content-section.five .col-2 {
    width: 100%; }
  .content-section.five .button01 {
    margin: 20px 0; } }

.content-section.six {
  padding: 100px 0;
  background-color: #f9fafb; }
  .content-section.six .col-1 {
    width: 50%;
    float: left;
    padding-left: 90px; }
  .content-section.six .col-2 {
    width: 50%;
    float: left; }
  .content-section.six .head {
    color: #222222;
    line-height: 38px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase; }
  .content-section.six .paragraphtext {
    margin: 10px 0; }
    .content-section.six .paragraphtext .icon-arow-right {
      font-size: 8px;
      width: 15px;
      height: 15px;
      display: inline-block;
      background-color: #30ce24;
      color: #fff;
      padding: 3px;
      text-align: center;
      line-height: 10px;
      margin-right: 10px;
      border-radius: 50%; }
    .content-section.six .paragraphtext p {
      margin: 0;
      font-size: 16px;
      color: #222222;
      font-weight: 400;
      line-height: 28px; }
  .content-section.six figure {
    border: none;
    float: left;
    height: auto;
    max-height: 338px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    margin: 20px 0; }
    .content-section.six figure img {
      border-radius: 0;
      min-height: inherit;
      width: 100%; }

@media only screen and (min-width: 768px) {
  .content-section.six .col-1 {
    padding-left: 30px; } }

@media only screen and (max-width: 767px) {
  .content-section.six {
    padding: 35px 0; }
    .content-section.six .col-1 {
      width: 100%;
      padding: 0 10px; }
    .content-section.six .col-2 {
      width: 100%; }
    .content-section.six .head {
      margin: 15px 0;
      padding-left: 0; }
    .content-section.six .paragraphtext p {
      padding-left: 0; }
    .content-section.six figure {
      border-radius: 0;
      margin: 10px 0; }
      .content-section.six figure img {
        width: 100%; } }

.content-section.seven {
  padding: 100px 0;
  background-color: #1d2128;
  position: relative; }
  .content-section.seven:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d2128;
    content: '';
    opacity: 0.85;
    display: block;
    z-index: 1; }
  .content-section.seven .col-1 {
    width: 50%;
    float: left;
    padding-left: 40px; }
  .content-section.seven .col-2 {
    width: 50%;
    float: left; }
  .content-section.seven .head {
    color: #fff;
    font-weight: 400;
    margin: 40px 0; }
  .content-section.seven .paragraphtext {
    margin: 10px 0; }
    .content-section.seven .paragraphtext p {
      margin: 0;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      line-height: 28px; }
  .content-section.seven figure {
    border: none;
    float: left;
    height: auto;
    max-height: 338px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 0;
    font-size: 0; }
    .content-section.seven figure img {
      border-radius: 0;
      min-height: inherit; }

@media only screen and (min-width: 768px) {
  .content-section.seven .col-1 {
    width: 50%;
    padding-left: 60px; }
  .content-section.seven .col-2 {
    width: 50%; }
  .content-section.seven .head {
    margin: 30px 0; }
  .content-section.seven figure {
    margin: 20px 0; }
    .content-section.seven figure img {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .content-section.seven {
    padding: 35px 0; }
    .content-section.seven .col-1 {
      width: 100%;
      padding: 0 10px; }
    .content-section.seven .col-2 {
      width: 100%; }
    .content-section.seven .head {
      margin: 15px 0; }
    .content-section.seven .paragraphtext {
      margin: 10px 0; }
      .content-section.seven .paragraphtext p {
        line-height: 26px; }
    .content-section.seven figure {
      margin: 15px 0; }
      .content-section.seven figure img {
        width: 100%; } }

.content-section.eight {
  padding: 0;
  background-color: #2374f9; }
  .content-section.eight .container {
    width: 100%; }
  .content-section.eight .layout {
    position: relative;
    z-index: 10; }
  .content-section.eight .col-1 {
    width: 50%;
    float: left;
    text-align: left; }
  .content-section.eight .col-2 {
    width: 50%;
    float: right; }
  .content-section.eight .head {
    color: #fff;
    font-weight: 400;
    position: relative;
    padding: 0; }
    .content-section.eight .head .icon-arow-right {
      position: absolute;
      left: -25px;
      top: 3px;
      color: #2374f9;
      font-size: 18px;
      font-weight: 700; }
  .content-section.eight .paragraphtext p {
    margin: 0;
    color: #fff; }
  .content-section.eight figure {
    width: 100%;
    margin: 0;
    border-radius: 0;
    font-size: 0;
    border-width: 0; }
  .content-section.eight .ge figure.square {
    border-radius: 0;
    height: auto;
    width: 50vw;
    max-width: 450px;
    max-height: 450px;
    overflow: hidden;
    border-style: solid;
    margin: 0; }
  .content-section.eight .ge figure.rectangle {
    max-width: 450px; }
  .content-section.eight .ge figure.circle {
    max-width: 100%;
    max-height: 100%; }
  .content-section.eight .image-colum-block {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 100%;
    overflow: hidden;
    justify-content: center; }
    .content-section.eight .image-colum-block figure {
      height: 350px;
      max-width: 50vw !important;
      width: 350px;
      max-height: 100% !important;
      margin: 0;
      border-width: 0; }
    .content-section.eight .image-colum-block figure.large.circle {
      width: 350px;
      height: 350px; }
    .content-section.eight .image-colum-block .moveGe,
    .content-section.eight .image-colum-block .cloneGe {
      display: none; }
    .content-section.eight .image-colum-block .ge.gei:hover:after {
      display: block; }
  .content-section.eight ul.accordian-list p {
    color: #000; }

@media only screen and (max-width: 767px) {
  .content-section.eight {
    padding: 35px 0; }
    .content-section.eight .col-1 {
      width: 100%;
      padding: 0 10px; }
    .content-section.eight .col-2 {
      width: 100%; }
    .content-section.eight .head {
      margin: 15px 0;
      padding-left: 0; }
    .content-section.eight .paragraphtext p {
      padding-left: 0; }
    .content-section.eight figure {
      border-radius: 0;
      margin: 10px 0; }
      .content-section.eight figure img {
        width: 100%; } }

@media only screen and (max-width: 480px) {
  .content-section.eight .image-colum-block {
    height: auto; }
  .content-section.eight .col-1 {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .content-section.eight .image-colum-block {
    min-height: 400px; }
  .content-section.eight .col-1 {
    width: 50%;
    padding: 0 30px; }
  .content-section.eight .col-2 {
    width: 50%; }
  .content-section.eight .button01 {
    margin: 30px 0; }
  .content-section.eight ge figure.square {
    border-style: solid; } }

@media only screen and (min-width: 1000px) {
  .content-section.eight .col-1 {
    width: 50%; }
  .content-section.eight .col-2 {
    width: 50%; }
  .content-section.eight .button01 {
    margin: 35px 0; }
  .content-section.eight .paragraphtext p {
    margin: 0; } }

@media only screen and (min-width: 1280px) {
  .content-section.eight .col-1 {
    width: 50%;
    padding: 80px; }
  .content-section.eight .col-2 {
    width: 50%;
    padding: 0 0; }
  .content-section.eight .head {
    margin: 15px 0; }
  .content-section.eight .paragraphtext {
    margin: 10px 0; }
  .content-section.eight .button01 {
    margin: 20px 0; } }

.content-section.nine {
  padding: 100px 0;
  background-color: #fff;
  text-align: left; }
  .content-section.nine .col-1 {
    width: 5%;
    float: left; }
  .content-section.nine .col-2 {
    width: 50%;
    float: right; }
  .content-section.nine .head {
    color: #222222;
    margin: 20px 0; }
  .content-section.nine .paragraphtext {
    margin: 25px 0; }
    .content-section.nine .paragraphtext p {
      margin: 0;
      color: #222222;
      font-weight: 400; }
  .content-section.nine .image-colum-block {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 100%;
    min-height: 275px;
    justify-content: center; }
    .content-section.nine .image-colum-block figure {
      margin: 0;
      text-align: center; }
      .content-section.nine .image-colum-block figure.square {
        border-radius: 0;
        width: auto;
        max-width: 100%;
        max-height: 100%; }
      .content-section.nine .image-colum-block figure.circle {
        border-radius: 0;
        border: none; }
      .content-section.nine .image-colum-block figure.rectangle {
        width: 100%;
        max-height: 300px;
        overflow: hidden; }
    .content-section.nine .image-colum-block .moveGe,
    .content-section.nine .image-colum-block .cloneGe {
      display: none; }
    .content-section.nine .image-colum-block .ge.gei:hover:after {
      display: block; }
  .content-section.nine .block-button {
    margin: 10px 0; }
    .content-section.nine .block-button .button01.fill {
      border-width: 0;
      background-color: #2374f9;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      min-width: inherit;
      max-width: inherit;
      padding: 0 20px;
      border-radius: 3px;
      height: 50px;
      max-width: 100%;
      display: table-cell; }

@media only screen and (max-width: 767px) {
  .content-section.nine {
    padding: 15px 0; }
    .content-section.nine .col-1 {
      width: 100%; }
    .content-section.nine .col-2 {
      width: 100%; }
    .content-section.nine .image-colum-block {
      height: auto; }
    .content-section.nine figure {
      height: auto;
      max-height: 400px;
      width: 100%; }
      .content-section.nine figure img {
        width: 100%; }
    .content-section.nine .paragraphtext {
      margin: 25px 0; }
    .content-section.nine .section-image figure {
      max-width: 480px; } }

@media only screen and (max-width: 480px) {
  .content-section.nine {
    padding: 10px 0; }
    .content-section.nine .col-1 {
      text-align: center; }
    .content-section.nine .image-colum-block {
      height: auto;
      min-height: auto;
      display: block; }
      .content-section.nine .image-colum-block .gei {
        text-align: center; }
      .content-section.nine .image-colum-block figure.square-image {
        max-width: 195px;
        max-height: 215px; }
    .content-section.nine .block-button .geb {
      text-align: center; }
    .content-section.nine .image-colum-block .gei {
      margin: auto; }
    .content-section.nine .image-colum-block figure.rectangle {
      min-width: 215px; } }

@media only screen and (max-width: 480px) {
  .content-section.nine .block-button .geb {
    text-align: center; }
  .content-section.nine .image-colum-block .gei {
    margin: auto; }
  .content-section.nine .image-colum-block figure.rectangle {
    min-width: 215px; } }

@media only screen and (min-width: 768px) {
  .content-section.nine {
    padding: 50px 0; }
    .content-section.nine .col-1 {
      width: 48%; }
    .content-section.nine .col-2 {
      width: 48%; }
    .content-section.nine .head {
      margin: 10px 0;
      font-weight: 400; }
    .content-section.nine .section-image figure {
      max-width: 480px; }
    .content-section.nine figure {
      border: none; }
      .content-section.nine figure.square {
        max-height: 345px;
        width: 100%;
        border-radius: 0; } }

@media only screen and (min-width: 1000px) {
  .content-section.nine {
    padding: 100px 0; }
    .content-section.nine .col-1 {
      width: 50%; }
    .content-section.nine .col-2 {
      width: 50%; }
    .content-section.nine .head {
      margin: 10px 0; }
    .content-section.nine figure {
      width: 100%; }
      .content-section.nine figure img {
        width: 100%; }
    .content-section.nine .ge figure.square {
      border-radius: 0;
      height: 300px;
      width: 300px; } }

.what-we-do.one {
  display: inline-block;
  width: 100%;
  padding: 95px 0;
  background-color: #f9fafc; }
  .what-we-do.one .col-1 {
    width: 25%;
    float: left; }
  .what-we-do.one .tittle .head {
    color: #222222;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 70px;
    position: relative; }
    .what-we-do.one .tittle .head:before {
      position: absolute;
      left: 0;
      height: 3px;
      width: 45px;
      background-color: #dfe6f3;
      content: '';
      bottom: 0; }
  .what-we-do.one .infoBox {
    display: inline-block;
    width: 100%;
    text-align: left; }
    .what-we-do.one .infoBox .overHide {
      font-size: 0; }
    .what-we-do.one .infoBox figure {
      margin: 0 auto;
      max-width: inherit;
      width: 100%;
      border: none;
      position: relative;
      border-radius: 0;
      height: 135px;
      margin-bottom: 40px;
      overflow: hidden; }
      .what-we-do.one .infoBox figure img {
        border-radius: 0;
        max-height: auto;
        max-width: auto;
        min-height: auto;
        width: auto; }
    .what-we-do.one .infoBox .head {
      color: #222222;
      font-weight: 400px;
      margin-bottom: 25px; }
    .what-we-do.one .infoBox .paragraphtext {
      margin: 0; }
      .what-we-do.one .infoBox .paragraphtext P {
        color: #7e7e7e;
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 30px; }
  .what-we-do.one .button01 {
    border-width: 0;
    background-color: none;
    padding: 0;
    color: #e8c41b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 10px 0;
    text-align: left;
    height: auto; }
    .what-we-do.one .button01 i {
      color: #e8c41b;
      margin-left: 10px;
      font-size: 10px; }

@media only screen and (min-width: 768px) {
  .what-we-do.one {
    padding: 50px 0; }
    .what-we-do.one .container {
      width: 100%;
      padding: 0 2%; }
    .what-we-do.one .col-1 {
      width: 50%;
      float: left; }
    .what-we-do.one .tittle .head {
      margin-bottom: 50px; }
    .what-we-do.one .infoBox {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-bottom: 30px; }
      .what-we-do.one .infoBox .head {
        margin-bottom: 15px; }
      .what-we-do.one .infoBox figure {
        height: 157px;
        margin-bottom: 25px; }
      .what-we-do.one .infoBox .paragraphtext P {
        color: #7e7e7e;
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 12px; } }

@media only screen and (min-width: 1000px) {
  .what-we-do.one {
    padding: 95px 0; }
    .what-we-do.one .container {
      width: 1000px;
      padding: 0; }
    .what-we-do.one .col-1 {
      width: 25%;
      float: left; }
    .what-we-do.one .tittle .head {
      margin-bottom: 50px; }
    .what-we-do.one .infoBox {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-bottom: 0; }
      .what-we-do.one .infoBox h3.head {
        margin-bottom: 25px; }
      .what-we-do.one .infoBox figure {
        height: 135px;
        margin-bottom: 35px; }
      .what-we-do.one .infoBox .paragraphtext P {
        color: #7e7e7e;
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 30px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .what-we-do.one {
    padding: 50px 0; }
    .what-we-do.one .container {
      width: 100%;
      padding: 0 2%; }
    .what-we-do.one .col-1 {
      width: 50%;
      float: left; }
    .what-we-do.one .tittle .head {
      margin-bottom: 30px; }
    .what-we-do.one .infoBox {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-bottom: 30px; }
      .what-we-do.one .infoBox .head {
        margin-bottom: 10px; }
      .what-we-do.one .infoBox figure {
        height: 157px;
        margin-bottom: 15px; }
      .what-we-do.one .infoBox .paragraphtext P {
        color: #7e7e7e;
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 12px; } }

@media only screen and (max-width: 480px) {
  .what-we-do.one {
    padding: 10px 0; }
    .what-we-do.one .container {
      width: 100%;
      padding: 0 2%; }
    .what-we-do.one .col-1 {
      width: 100%; }
    .what-we-do.one .tittle .head {
      margin-bottom: 30px; }
      .what-we-do.one .tittle .head:before {
        content: 0; }
    .what-we-do.one .infoBox {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-bottom: 30px; }
      .what-we-do.one .infoBox .head {
        margin-bottom: 10px; }
      .what-we-do.one .infoBox figure {
        height: 157px;
        margin-bottom: 15px; }
      .what-we-do.one .infoBox .paragraphtext P {
        color: #7e7e7e;
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 12px; } }

.what-we-do.two {
  padding: 0;
  background-color: #e9cb03; }
  .what-we-do.two .container {
    width: 100%; }
  .what-we-do.two .layout-outer {
    position: relative;
    z-index: 10; }
  .what-we-do.two .layout-image {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 2; }
    .what-we-do.two .layout-image.cover-line .moveGe {
      height: 40%;
      width: 60px;
      z-index: 18; }
    .what-we-do.two .layout-image.cover-line .removeGe {
      height: 40%;
      width: 60px;
      z-index: 18; }
    .what-we-do.two .layout-image .image {
      display: block;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
  .what-we-do.two.active-section .layout-image {
    position: absolute; }

@media only screen and (max-width: 767px) {
  .what-we-do.two .layout-image {
    width: 100%;
    height: 200px;
    border: solid 15px transparent;
    border-bottom: 0;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .what-we-do.two .layout-outer {
    padding: 10px; }
  .what-we-do.two .layout-outer {
    width: 50%;
    float: right;
    padding: 75px 20px 75px 50px; } }

.what-we-do.three {
  padding: 0;
  background-color: #ffffff; }
  .what-we-do.three .container {
    width: 100%; }
  .what-we-do.three .layout-outer {
    position: relative;
    z-index: 10; }
  .what-we-do.three .layout-image {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    z-index: 2; }
    .what-we-do.three .layout-image.cover-line .moveGe {
      height: 40%;
      width: 60px;
      z-index: 18; }
    .what-we-do.three .layout-image.cover-line .removeGe {
      height: 40%;
      width: 60px;
      z-index: 18;
      right: 1px; }
    .what-we-do.three .layout-image.cover-line:hover {
      z-index: 10; }
      .what-we-do.three .layout-image.cover-line:hover .moveGe, .what-we-do.three .layout-image.cover-line:hover .removeGe {
        z-index: 10; }
    .what-we-do.three .layout-image .image {
      display: block;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      width: 100%;
      height: 100%; }
  .what-we-do.three .col-2 {
    width: 50%;
    float: right; }
  .what-we-do.three .head {
    color: #000; }
  .what-we-do.three .paragraphtext p {
    margin: 0;
    color: #000; }
  .what-we-do.three ul.accordian-list p {
    color: #000; }
  .what-we-do.three.active-section .layout-image {
    position: absolute; }

@media only screen and (max-width: 767px) {
  .what-we-do.three .layout-image {
    width: 100%;
    height: 200px;
    border: solid 15px transparent;
    border-bottom: 0;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .what-we-do.three {
    text-align: left; }
    .what-we-do.three .layout-outer {
      padding: 10px; }
    .what-we-do.three .layout-outer {
      width: 50%;
      padding: 50px 20px 50px 50px; } }

.what-we-do.four {
  display: block;
  width: 100%;
  padding: 85px 0;
  background-color: #121417; }
  .what-we-do.four .col-1 {
    width: 50%;
    float: left; }
  .what-we-do.four .infoBox {
    display: inline-block;
    text-align: center;
    min-width: 100%; }
    .what-we-do.four .infoBox .gei figure.circle {
      border-radius: 50%; }
    .what-we-do.four .infoBox .overHide {
      font-size: 0; }
      .what-we-do.four .infoBox .overHide a {
        height: 100%; }
    .what-we-do.four .infoBox .square-image {
      border-radius: 0;
      margin: 0 auto;
      width: 100%;
      height: 300px;
      border-width: 0; }
      .what-we-do.four .infoBox .square-image img {
        border-radius: 0;
        max-height: auto;
        max-width: auto;
        min-height: auto;
        width: auto; }
    .what-we-do.four .infoBox .circle img {
      border-radius: 50%; }
    .what-we-do.four .infoBox .head {
      color: #fff;
      font-weight: 400;
      margin: 15px 0; }
    .what-we-do.four .infoBox .paragraphtext {
      margin: 0; }
      .what-we-do.four .infoBox .paragraphtext P {
        color: #919192;
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 0; }
    .what-we-do.four .infoBox .ge.gei:hover:after {
      display: block; }

@media only screen and (max-width: 767px) {
  .what-we-do.four {
    padding: 85px 0; }
    .what-we-do.four .container {
      width: 100%;
      padding: 0 2%; }
    .what-we-do.four .col-1 {
      width: 50%; }
    .what-we-do.four .infoBox figure img {
      width: 100%; }
    .what-we-do.four .infoBox .head {
      margin-bottom: 20px;
      font-size: 20px; } }

@media only screen and (max-width: 480px) {
  .what-we-do.four {
    padding: 20px 0; }
    .what-we-do.four .container {
      width: 100%;
      padding: 0 2%; }
    .what-we-do.four .col-1 {
      width: 100%; }
    .what-we-do.four .col-1:first-child {
      margin-bottom: 25px; }
    .what-we-do.four .infoBox figure img {
      width: 100%; }
    .what-we-do.four .infoBox figure.square-image {
      height: auto; }
    .what-we-do.four .infoBox .head {
      margin-bottom: 20px;
      font-size: 20px; } }

@media only screen and (min-width: 768px) {
  .what-we-do.four {
    padding: 85px 0; }
    .what-we-do.four .container {
      width: 100%;
      padding: 0 2%; }
    .what-we-do.four .col-1 {
      width: 50%; }
    .what-we-do.four .infoBox figure img {
      width: 100%; }
    .what-we-do.four .infoBox figure.large.rectangle {
      height: 250px; }
    .what-we-do.four .infoBox .head {
      margin-bottom: 30px; }
    .what-we-do.four .infoBox .rectangle {
      max-height: 254px; } }

@media only screen and (min-width: 1000px) {
  .what-we-do.four {
    padding: 85px 0; }
    .what-we-do.four .container {
      width: 1000px;
      padding: 0; }
    .what-we-do.four .col-1 {
      width: 50%; }
    .what-we-do.four .infoBox figure img {
      width: 100%; }
    .what-we-do.four .infoBox .head {
      margin-bottom: 30px; } }

.what-we-do.five > .layout {
  position: relative;
  z-index: 10; }

@media only screen and (max-width: 767px) {
  .what-we-do.four {
    padding: 85px 0; }
    .what-we-do.four .container {
      width: 100%;
      padding: 0 2%; }
    .what-we-do.four .col-1 {
      width: 50%; }
    .what-we-do.four .infoBox figure img {
      width: 100%; }
    .what-we-do.four .infoBox .head {
      margin-bottom: 20px;
      font-size: 20px; } }

.what-we-do.six {
  padding: 0;
  background-color: #ffffff; }
  .what-we-do.six .container {
    width: 100%; }
  .what-we-do.six .layout-outer {
    position: relative;
    z-index: 10; }
  .what-we-do.six .layout-image {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    z-index: 2; }
    .what-we-do.six .layout-image.cover-line .moveGe {
      height: 40%;
      width: 60px;
      z-index: 18; }
    .what-we-do.six .layout-image.cover-line .removeGe {
      height: 40%;
      width: 60px;
      z-index: 18;
      right: 1px; }
    .what-we-do.six .layout-image.cover-line:hover {
      position: absolute;
      z-index: 10; }
    .what-we-do.six .layout-image .image {
      display: block;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      width: 100%;
      height: 100%; }
  .what-we-do.six .col-2 {
    width: 50%;
    float: right; }

@media only screen and (min-width: 768px) {
  .what-we-do.six .layout-outer {
    padding: 10px; }
  .what-we-do.six .layout-outer {
    width: 50%;
    padding: 50px 20px 50px 50px; } }

@media only screen and (max-width: 767px) {
  .what-we-do.six .layout-image {
    width: 100%;
    height: 200px;
    border: solid 15px transparent;
    border-bottom: 0;
    position: relative; } }

.call-to-action.one {
  background: #2374f9;
  padding: 65px; }
  .call-to-action.one .quote-block {
    padding: 30px 15px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative; }
    .call-to-action.one .quote-block .accordian > ul ul {
      padding: 20px; }
    .call-to-action.one .quote-block .paragraphtext {
      margin: 0;
      padding: 5px 0; }
    .call-to-action.one .quote-block h4 {
      color: #fff;
      margin: 0; }
    .call-to-action.one .quote-block .button01 {
      background-color: #fff;
      height: 50px;
      color: #222222;
      font-size: 15px;
      line-height: 50px;
      border-width: 0;
      min-width: auto;
      max-width: auto;
      padding: 0 35px; }
    .call-to-action.one .quote-block .content {
      position: absolute;
      top: 50%;
      left: 0;
      width: 74%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: left; }
    .call-to-action.one .quote-block .btn-block {
      width: 25%;
      float: right;
      padding-top: 4px; }

@media only screen and (max-width: 767px) {
  .call-to-action.one {
    text-align: center; }
    .call-to-action.one .quote-block {
      padding: 20px; }
      .call-to-action.one .quote-block .paragraphtext {
        float: none;
        width: 100%; }
      .call-to-action.one .quote-block .button01 {
        float: none;
        display: inline-block;
        margin: 10px 0; }
      .call-to-action.one .quote-block .content {
        width: 100%;
        text-align: center; }
      .call-to-action.one .quote-block .btn-block {
        width: 100%; }
      .call-to-action.one .quote-block .content {
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center; } }

@media only screen and (max-width: 480px) {
  .call-to-action.one {
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .call-to-action.one .quote-block .button01 {
    margin: 10px 0 15px;
    font-size: 14px;
    padding: 0 35px; } }

.call-to-action.two {
  background: #2374f9;
  padding: 65px; }
  .call-to-action.two .quote-block {
    padding: 30px 0;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative; }
    .call-to-action.two .quote-block .accordian > ul ul {
      padding: 20px; }
    .call-to-action.two .quote-block .paragraphtext {
      margin: 0;
      padding: 5px 0; }
    .call-to-action.two .quote-block h4 {
      color: #fff;
      margin: 0; }
    .call-to-action.two .quote-block .button01 {
      background-color: #fff;
      height: 50px;
      color: #222222;
      font-size: 14px;
      line-height: 50px;
      border-width: 0;
      min-width: auto;
      max-width: auto;
      padding: 0 35px; }
    .call-to-action.two .quote-block .content {
      /*position: absolute;
                top: 50%;
                right: 0;*/
      display: inline-block;
      width: 74%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: right; }
    .call-to-action.two .quote-block .btn-block {
      display: inline-block;
      width: 25%;
      padding-top: 2px; }

@media only screen and (max-width: 767px) {
  .call-to-action.two {
    padding: 20px 0;
    text-align: center; }
    .call-to-action.two .quote-block {
      padding: 20px; }
      .call-to-action.two .quote-block .paragraphtext {
        float: none;
        width: 100%; }
      .call-to-action.two .quote-block .button01 {
        float: none;
        display: inline-block;
        margin: 10px 0; }
      .call-to-action.two .quote-block .content {
        width: 100%;
        text-align: center; }
      .call-to-action.two .quote-block .btn-block {
        width: 100%; }
  .call-to-action.two .quote-block .content {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .call-to-action.two {
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .call-to-action.two .quote-block .button01 {
    margin: 10px 0 15px;
    font-size: 14px;
    padding: 0 35px; } }

.call-to-action.three {
  background: #fff; }
  .call-to-action.three .ftr-btn {
    padding: 65px 0 75px 0;
    text-align: center;
    display: inline-block;
    width: 100%; }
  .call-to-action.three .button02 {
    border-width: 0;
    background-color: #ff9400;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: table-cell;
    text-align: center; }

@media only screen and (max-width: 480px) {
  .call-to-action.three {
    padding: 15px 0; }
    .call-to-action.three .ftr-btn {
      padding: 15px 0; } }

.service {
  background-size: 100% auto; }
  .service .infoBox .ge:hover::after {
    z-index: 1; }
  .service .infoBox .ge:hover .head,
  .service .infoBox .ge:hover p,
  .service .ge_editor {
    position: relative;
    z-index: 2; }
  .service .moveGe,
  .service .removeGe {
    z-index: 2; }
  .service .news-letter-form {
    position: relative;
    z-index: 2; }
  .service .embedcode-default-text iframe {
    z-index: 2;
    position: relative; }

@media only screen and (min-width: 768px) {
  .service .container {
    width: 100%; } }

.service.one {
  display: block;
  width: 100%;
  padding: 90px 0;
  background-color: #fff; }
  .service.one .col-1 {
    width: 25%;
    float: left; }
  .service.one .infoBox {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    text-align: left; }
    .service.one .infoBox .overHide {
      font-size: 0; }
    .service.one .infoBox figure {
      max-height: 80px;
      height: 80px;
      margin: 0 auto;
      max-width: inherit;
      width: 100%;
      border: none;
      border-bottom: solid 1px #e8e8e8;
      position: relative;
      border-radius: 0;
      padding-bottom: 25px; }
      .service.one .infoBox figure:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 3px;
        background-color: #e8e8e8; }
      .service.one .infoBox figure img {
        border-radius: 0;
        max-height: auto;
        max-width: auto;
        min-height: auto;
        width: auto; }
    .service.one .infoBox h3.head {
      color: #222222;
      font-weight: 400;
      padding: 28px 0; }
    .service.one .infoBox .paragraphtext {
      margin: 0; }
      .service.one .infoBox .paragraphtext P {
        color: #7e7e7e;
        line-height: 26px;
        font-size: 14px; }
  .service.one .button01 {
    border-width: 0;
    background-color: none;
    padding: 0;
    color: #1685af;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    line-height: 1;
    margin-left: 0;
    text-align: left;
    height: auto; }
    .service.one .button01 i {
      color: #1685af;
      margin-left: 10px;
      font-size: 9px; }
    .service.one .button01:hover {
      background: none;
      color: #005b7d; }
      .service.one .button01:hover i {
        color: #005b7d; }

@media only screen and (min-width: 768px) {
  .service.one {
    padding: 90px 0; }
    .service.one .col-1 {
      width: 50%; }
    .service.one .head {
      padding: 15px 0; } }

@media only screen and (min-width: 1000px) {
  .service.one .container {
    width: 1000px;
    padding: 0; }
  .service.one .col-1 {
    width: 25%; }
  .service.one .infoBox .head {
    padding: 28px 0; } }

@media only screen and (max-width: 767px) {
  .service.one {
    padding: 50px 0; }
    .service.one .infoBox {
      border-bottom: solid 1px #e8e8e8;
      margin-bottom: 30px;
      padding-bottom: 25px;
      position: relative; }
      .service.one .infoBox:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e8e8e8;
        left: 0;
        bottom: -5px;
        position: absolute; }
      .service.one .infoBox p {
        margin-bottom: 15px; }
      .service.one .infoBox figure {
        border: none; }
        .service.one .infoBox figure:before {
          content: none; }
    .service.one .col-1 {
      width: 100%; }
    .service.one .head {
      padding: 0 0 25px 0; } }

.service.two {
  display: block;
  width: 100%;
  padding: 95px 0;
  background-color: #fff; }
  .service.two .head {
    font-weight: 400; }
  .service.two .col-1 {
    width: 33.3333%;
    float: left;
    margin: 5px 0; }
  .service.two .content-head {
    width: 100%;
    margin: 0 auto; }
  .service.two .tittle {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    .service.two .tittle p.editor {
      color: #6c6c6c; }
  .service.two .paragraphtext p {
    margin: 5px; }
  .service.two .infoBox {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px; }
    .service.two .infoBox .head {
      color: #222222;
      margin: 10px 0; }
    .service.two .infoBox .paragraphtext {
      margin: 0; }
      .service.two .infoBox .paragraphtext P {
        color: #6c6c6c;
        margin: 15px 0; }
    .service.two .infoBox .ge figure {
      max-width: 250px;
      max-height: 250px; }
    .service.two .infoBox .news-letter-form {
      position: relative;
      z-index: 2; }
  .service.two .button01 {
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    height: auto;
    border-color: #000000;
    line-height: 50px; }

@media only screen and (max-width: 767px) {
  .service.two {
    padding: 50px 0; }
    .service.two .container {
      width: 100%;
      padding: 0 2%; }
    .service.two .col-1 {
      width: 50%; }
    .service.two .tittle {
      margin: 20px 0; }
    .service.two .item1 {
      width: 48%; }
    .service.two .infoBox {
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .service.two {
    padding: 10px 0; }
    .service.two .container {
      width: 100%;
      padding: 0 2%; }
    .service.two .col-1 {
      width: 100%; }
    .service.two .tittle {
      margin: 20px 0; }
    .service.two .item1 {
      width: 100%;
      margin: 0;
      padding: 20px 0; }
    .service.two .infoBox {
      width: 100%;
      padding: 20px 5%; } }

@media only screen and (min-width: 768px) {
  .service.two {
    padding: 95px 0; }
    .service.two .container {
      width: 1000px;
      padding: 0; }
    .service.two .col-1 {
      width: 33.333%; }
    .service.two .tittle {
      margin: 20px 0; }
    .service.two .content-table {
      display: block; } }

.service.three {
  display: block;
  width: 100%;
  padding: 90px 0;
  background-color: #f9fafc; }
  .service.three .col-2 {
    width: 33.333%;
    float: left; }
  .service.three .tittle {
    text-align: left;
    width: 100%;
    margin-bottom: 100px; }
    .service.three .tittle .head {
      color: #222222;
      font-weight: 400;
      margin-bottom: 15px;
      text-transform: inherit; }
    .service.three .tittle p.editor {
      color: #7b7c7c;
      margin-bottom: 70px;
      position: relative; }
  .service.three .image-block {
    float: left;
    width: 80px; }
    .service.three .image-block figure {
      max-height: 80px;
      border: none; }
    .service.three .image-block img {
      width: 100%; }
  .service.three .infoBox {
    display: inline-block;
    margin: 0 0 60px 30px;
    width: 62%; }
    .service.three .infoBox .head {
      padding: 0;
      color: #222222;
      font-weight: 400;
      margin-bottom: 20px; }
    .service.three .infoBox .paragraphtext {
      margin: 0;
      width: 100%;
      display: inline-block; }
      .service.three .infoBox .paragraphtext p.editor {
        color: #6c6c6c;
        font-weight: 400;
        margin-bottom: 10px; }
    .service.three .infoBox .button01 {
      margin-top: 0;
      border-width: 0;
      background-color: none;
      background: none;
      height: 42px;
      min-height: 42px;
      color: #266ff9;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: left;
      padding: 0;
      /*i{
                       color:#266ff9;
                        font-size:15px;
                        margin-left:10px;
                    }*/
      /*&:hover{
                        color:#222;
                        i{
                            color:#222;
                        }
                    }*/ }
  .service.three .ge figure.circle,
  .service.three .ge figure.square {
    border: none;
    max-height: 80px !important;
    max-width: 80px !important; }
    .service.three .ge figure.circle .overHide,
    .service.three .ge figure.square .overHide {
      verflow: hidden;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .service.three .ge figure.circle .overHide img,
      .service.three .ge figure.square .overHide img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }

@media only screen and (min-width: 768px) {
  .service.three {
    padding: 50px 0; }
    .service.three .col-2 {
      width: 50%; }
    .service.three .tittle {
      text-align: left;
      width: 100%; }
    .service.three .image-block {
      float: left;
      width: 80px; }
      .service.three .image-block img {
        width: 100%; }
    .service.three .infoBox {
      display: inline-block;
      margin: 0 0 60px 30px;
      width: 62%; } }

@media only screen and (min-width: 1000px) {
  .service.three {
    padding: 90px 0; }
    .service.three .container {
      width: 1000px;
      padding: 0; }
    .service.three .col-2 {
      width: 33.333%; }
    .service.three .tittle {
      text-align: left;
      width: 100%; }
    .service.three .image-block {
      float: left;
      width: 80px; }
      .service.three .image-block img {
        width: 100%; }
    .service.three .infoBox {
      display: inline-block;
      margin: 0 0 60px 30px;
      width: 62%; } }

@media (min-width: 481px) and (max-width: 767px) {
  .service.three {
    padding: 50px 0; }
    .service.three .container {
      width: 100%;
      padding: 0 2%; }
    .service.three .col-2 {
      width: 50%; }
    .service.three .tittle {
      text-align: left;
      width: 100%; }
    .service.three .image-block {
      float: left;
      width: 80px;
      margin: 0 30px 30px 0; }
      .service.three .image-block img {
        width: 100%; }
    .service.three .infoBox {
      display: inline-block;
      margin: 0 0 60px 0;
      width: 62%; } }

@media only screen and (max-width: 480px) {
  .service.three {
    padding: 10px 0; }
    .service.three .col-2 {
      width: 100%;
      text-align: center; }
    .service.three .tittle {
      text-align: left;
      width: 100%; }
    .service.three .image-block {
      float: none;
      width: 80px;
      margin: 0 0 30px 0;
      display: inline-block; }
      .service.three .image-block img {
        width: 100%; }
    .service.three .infoBox {
      display: inline-block;
      margin: 0 0 60px 0;
      width: 100%; }
      .service.three .infoBox .button01 {
        text-align: center; } }

.service.four {
  display: block;
  width: 100%;
  padding: 120px 0;
  background-color: #f9fafc; }
  .service.four .col-2 {
    width: 50%;
    float: left; }
  .service.four .image-block {
    float: left;
    width: 168px; }
    .service.four .image-block img {
      width: 100%; }
  .service.four .infoBox {
    display: inline-block;
    margin: 0 0 60px 30px;
    width: 56%; }
    .service.four .infoBox .head {
      padding: 0;
      color: #222222;
      font-weight: 600;
      margin-bottom: 15px; }
    .service.four .infoBox .paragraphtext {
      margin: 0;
      width: 100%;
      display: inline-block; }
      .service.four .infoBox .paragraphtext p.editor {
        color: #636464;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0; }
    .service.four .infoBox .button01 {
      margin-top: 0;
      border-width: 0;
      background-color: none;
      background: none;
      height: 42px;
      min-height: 42px;
      color: #266ff9;
      font-size: 15px;
      font-weight: 700;
      text-transform: none;
      text-align: left;
      padding: 0; }
      .service.four .infoBox .button01 i {
        color: #266ff9;
        font-size: 15px;
        margin-left: 10px; }
      .service.four .infoBox .button01:hover {
        color: #222; }
        .service.four .infoBox .button01:hover i {
          color: #222; }
  .service.four .ge figure {
    border-radius: 0;
    border: none;
    width: 168px;
    height: 168px;
    overflow: hidden; }
    .service.four .ge figure img {
      border-radius: 0;
      width: 100%; }

@media only screen and (min-width: 768px) {
  .service.four {
    padding: 60px 0; }
    .service.four .col-2 {
      width: 50%; }
    .service.four .image-block {
      width: 100%; }
    .service.four .infoBox {
      margin: 25px 0 50px 0;
      width: 100%; }
      .service.four .infoBox .paragraphtext {
        margin: 0;
        width: 100%;
        display: inline-block; }
    .service.four .button01 {
      background-color: #fff;
      height: 50px;
      color: #222222;
      font-size: 18px;
      line-height: 50px;
      border-width: 0;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      min-width: auto;
      max-width: auto;
      padding: 0 35px; } }

@media only screen and (min-width: 1000px) {
  .service.four {
    padding: 120px 0; }
    .service.four .container {
      width: 1000px;
      padding: 0; }
    .service.four .col-2 {
      width: 50%; }
    .service.four .image-block {
      width: 168px; }
    .service.four .infoBox {
      margin: 0 0 60px 30px;
      width: 56%; }
      .service.four .infoBox .paragraphtext {
        margin: 0;
        width: 100%;
        display: inline-block; } }

@media (min-width: 481px) and (max-width: 767px) {
  .service.four {
    padding: 60px 0; }
    .service.four .container {
      width: 100%;
      padding: 0 2%; }
    .service.four .col-2 {
      width: 50%; }
    .service.four .image-block {
      width: 100%; }
    .service.four .infoBox {
      margin: 25px 0 50px 0;
      width: 100%; }
      .service.four .infoBox .paragraphtext {
        margin: 0;
        width: 100%;
        display: inline-block; } }

@media only screen and (max-width: 480px) {
  .service.four {
    padding: 10px 0; }
    .service.four .col-2 {
      width: 100%; }
    .service.four .image-block {
      width: 100%; }
    .service.four .infoBox {
      margin: 25px 0 50px 0;
      width: 100%; }
      .service.four .infoBox .paragraphtext {
        margin: 0;
        width: 100%;
        display: inline-block; } }

.service.five {
  display: block;
  width: 100%;
  padding: 75px 0;
  background-color: #fff; }
  .service.five .col-1 {
    width: 40%;
    float: left;
    margin: 0; }
    .service.five .col-1 .infoBox {
      height: 605px;
      margin: 0; }
  .service.five .col-2 {
    width: 60%;
    float: left;
    height: 370px;
    margin: 10px 0; }
    .service.five .col-2 .infoBox {
      width: 47%;
      float: left;
      height: 300px;
      margin: 0 15px 15px 0; }
  .service.five .tittle {
    margin: 25px 0; }
    .service.five .tittle .head {
      color: #222222;
      font-weight: 400;
      margin: 10px 0;
      text-align: center;
      text-transform: none; }
    .service.five .tittle p {
      text-align: center;
      font-size: 14px;
      color: #9d9d9d;
      margin: 15px 0;
      padding: 0; }
  .service.five .infoBox {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #f9fafc;
    border: solid 1px #e3e8ec;
    margin: 15px 0;
    padding: 0 30px; }
    .service.five .infoBox .head {
      color: #222222;
      font-weight: 400;
      margin-bottom: 25px; }
    .service.five .infoBox .paragraphtext {
      margin: 0; }
      .service.five .infoBox .paragraphtext P {
        color: #7b7c7c;
        line-height: 26px;
        font-size: 13px;
        margin: 0 0 30px 0; }
  .service.five .button01 {
    border-width: 0;
    background-color: none;
    padding: 0;
    color: #26ca35;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    line-height: 1;
    margin: 0 0 10px 0;
    text-align: center;
    height: auto; }
    .service.five .button01:hover {
      background: none;
      text-decoration: underline; }

.service.six {
  display: block;
  width: 100%;
  padding: 95px 0;
  background-color: #fff; }
  .service.six .col-1 {
    width: 33.3333%;
    float: left;
    margin: 5px 0; }
  .service.six .content-head {
    width: 80%;
    margin: 0 auto; }
  .service.six .tittle {
    margin: 25px 0; }
    .service.six .tittle .head {
      color: #222222; }
  .service.six .infoBox {
    display: inline-block;
    width: 95%;
    text-align: center;
    background-color: #fff;
    border: solid 1px #ebebeb;
    margin: 10px;
    padding: 30px; }
    .service.six .infoBox:hover {
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
      position: relative; }
    .service.six .infoBox .head {
      color: #222222;
      margin: 10px 0; }
    .service.six .infoBox .paragraphtext {
      margin: 0; }
      .service.six .infoBox .paragraphtext P {
        color: #7b7c7c;
        margin: 15px 0; }
    .service.six .infoBox .ge figure {
      max-width: 250px;
      max-height: 250px; }
  .service.six .button01 {
    background-color: #000000;
    color: #fff;
    border-color: #000000; }

@media only screen and (min-width: 1000px) {
  .service.six {
    padding: 95px 0; }
    .service.six .container {
      width: 1000px;
      padding: 0; }
    .service.six .col-1 {
      width: 33.333%; }
    .service.six .tittle {
      margin: 20px 0; } }

@media (min-width: 481px) and (max-width: 767px) {
  .service.six {
    padding: 50px 0; }
    .service.six .container {
      width: 100%;
      padding: 0 2%; }
    .service.six .col-1 {
      width: 50%; }
    .service.six .tittle {
      margin: 20px 0; }
    .service.six .item1 {
      width: 50%; }
    .service.six .infoBox {
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .service.six {
    padding: 10px 0; }
    .service.six .container {
      width: 100%;
      padding: 0 2%; }
    .service.six .col-1 {
      width: 100%; }
    .service.six .tittle {
      margin: 20px 0; }
    .service.six .item1 {
      width: 100%; }
    .service.six .infoBox {
      width: 100%; } }

.service.seven {
  display: block;
  width: 100%;
  padding: 110px 0;
  background-color: #f9f9f9; }
  .service.seven .col-1 {
    width: 50%;
    float: left;
    margin: 5px 0; }
  .service.seven .item1 {
    width: 100%; }
  .service.seven .infoBox {
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: solid 1px #ebebeb;
    margin: 5px;
    padding: 30px;
    position: relative; }
    .service.seven .infoBox:hover {
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 28px 3px rgba(0, 0, 0, 0.1);
      position: relative; }
    .service.seven .infoBox .head {
      color: #222222;
      font-weight: 400;
      margin: 10px 0; }
    .service.seven .infoBox .paragraphtext {
      margin: 0; }
      .service.seven .infoBox .paragraphtext P {
        color: #7e7e7e;
        line-height: 28px;
        font-size: 16px;
        margin: 15px 0; }
  .service.seven .button01 {
    margin: 5px 0; }

@media only screen and (min-width: 768px) {
  .service.seven {
    padding: 50px 0; }
    .service.seven .item1 {
      width: 50%; }
    .service.seven .ge figure {
      max-width: 385px;
      max-height: 385px; } }

@media only screen and (min-width: 1000px) {
  .service.seven {
    padding: 110px 0; }
    .service.seven .col-1 {
      width: 50%; } }

@media (min-width: 481px) and (max-width: 767px) {
  .service.seven {
    padding: 50px 0; }
    .service.seven .col-1 {
      width: 50%; } }

@media only screen and (max-width: 480px) {
  .service.seven {
    padding: 10px 0; }
    .service.seven .ge figure {
      max-width: 200px;
      max-height: 200px; } }

.service.eight {
  display: block;
  width: 100%;
  padding: 95px 0;
  background-color: #fff; }
  .service.eight .col-1 {
    width: 25%;
    float: left;
    margin: 5px 0; }
  .service.eight .tittle {
    margin-bottom: 55px; }
    .service.eight .tittle .head {
      line-height: 28px;
      color: #222222;
      font-weight: 400;
      margin: 15px 0;
      padding: 0 0 20px 0;
      text-align: center;
      text-transform: none;
      position: relative; }
  .service.eight .infoBox {
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: #222222;
    margin: 10px;
    padding: 25px; }
    .service.eight .infoBox .head {
      color: #fff;
      margin: 10px 0; }
    .service.eight .infoBox .paragraphtext {
      margin: 0; }
      .service.eight .infoBox .paragraphtext P {
        color: #cecece;
        margin: 15px 0; }
  .service.eight .button01 {
    border-width: 0;
    background-color: #f2f2f2;
    color: #161616;
    font-size: 15px;
    margin: 10px 0; }

@media only screen and (min-width: 1000px) {
  .service.eight {
    padding: 95px 0; }
    .service.eight .col-1 {
      width: 25%; }
    .service.eight .infoBox {
      padding: 20px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .service.eight {
    padding: 50px 0; }
    .service.eight .col-1 {
      width: 50%; }
    .service.eight .infoBox {
      padding: 30px; } }

@media only screen and (max-width: 480px) {
  .service.eight {
    padding: 10px 0; }
    .service.eight .col-1 {
      width: 100%; }
    .service.eight .infoBox {
      padding: 30px; } }

.service.nine {
  display: block;
  width: 100%;
  padding: 125px 0;
  position: relative; }
  .service.nine .head {
    font-weight: 400; }
  .service.nine .col-1 {
    width: 38%;
    float: left; }
    .service.nine .col-1 .infoBox .gei figure {
      max-width: 250px;
      max-height: 250px; }
  .service.nine .col-2 {
    width: 58%;
    float: left; }
  .service.nine .infoBox {
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 40px;
    position: relative; }
    .service.nine .infoBox .head {
      color: #222222;
      margin: 10px 0; }
    .service.nine .infoBox .paragraphtext {
      margin: 0; }
      .service.nine .infoBox .paragraphtext P {
        color: #7e7e7e;
        margin: 15px 0; }
  .service.nine .button01 {
    margin: 10px 0; }

@media only screen and (max-width: 767px) {
  .service.nine .col-1 {
    width: 100%; }
  .service.nine .col-2 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .service.nine {
    padding: 10px 0; }
    .service.nine .col-1 {
      width: 100%; }
    .service.nine .col-2 {
      width: 100%; }
    .service.nine .infoBox {
      padding: 20px; }
    .service.nine .button01 {
      min-width: 100%;
      max-width: 100%;
      padding: 0; } }

@media (min-width: 481px) and (max-width: 767px) {
  .service.nine {
    padding: 50px 0; }
    .service.nine .infoBox {
      padding: 20px; } }

@media only screen and (min-width: 768px) {
  .service.nine {
    padding: 50px 0; }
    .service.nine .infoBox {
      padding: 20px; }
      .service.nine .infoBox .head {
        font-size: 18px; } }

@media only screen and (min-width: 1000px) {
  .service.nine {
    padding: 50px 0; }
    .service.nine .col-1 {
      width: 38%; }
    .service.nine .col-2 {
      width: 58%; }
    .service.nine .infoBox {
      padding: 40px; } }

.service.ten {
  display: block;
  width: 100%;
  padding: 60px 0;
  background-color: #fff; }
  .service.ten .content-table {
    display: block; }
  .service.ten .head {
    font-weight: 400; }
  .service.ten .col-1 {
    width: 33.3333%;
    float: left;
    margin: 5px 0; }
  .service.ten .content-head {
    width: 80%;
    margin: 0 auto; }
  .service.ten .tittle {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    .service.ten .tittle p.editor {
      color: #6c6c6c; }
  .service.ten .paragraphtext p {
    margin: 5px; }
  .service.ten .infoBox {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #f9f9f9; }
    .service.ten .infoBox .item-holder {
      background: rgba(0, 0, 0, 0.5);
      padding: 30px;
      height: 100%; }
    .service.ten .infoBox .head {
      color: #fff;
      margin: 10px 0; }
    .service.ten .infoBox .paragraphtext {
      margin: 0; }
      .service.ten .infoBox .paragraphtext P {
        color: #fff;
        margin: 15px 0; }
    .service.ten .infoBox .accordian-list p {
      color: #000; }
    .service.ten .infoBox .ge figure {
      max-width: 250px;
      max-height: 250px;
      border-width: 0; }
      .service.ten .infoBox .ge figure img {
        min-height: inherit; }
    .service.ten .infoBox .circle img {
      height: 300px; }
    .service.ten .infoBox .news-letter-form {
      position: relative;
      z-index: 2; }
  .service.ten .button01 {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    line-height: 50px; }

@media only screen and (max-width: 767px) {
  .service.ten {
    padding: 50px 0; }
    .service.ten .container {
      width: 100%;
      padding: 0 2%; }
    .service.ten .tittle {
      margin: 20px 0; }
    .service.ten .item1 {
      width: 100%; }
    .service.ten .infoBox {
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .service.ten {
    padding: 10px 0; }
    .service.ten .container {
      width: 100%;
      padding: 0 2%; }
    .service.ten .tittle {
      margin: 20px 0; }
    .service.ten .item1 {
      width: 100%;
      margin: 10px 0; }
    .service.ten .infoBox {
      width: 100%; }
      .service.ten .infoBox .item-holder {
        padding: 5%;
        width: 100%; }
      .service.ten .infoBox .ge.geh {
        height: auto !important; } }

@media only screen and (min-width: 768px) {
  .service.ten .infoBox {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }

.services.one {
  padding: 0;
  background-color: #fff; }
  .services.one .container {
    width: 100%; }
  .services.one .layout-outer {
    position: relative;
    z-index: 10; }
  .services.one .layout-image {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    z-index: 2; }
    .services.one .layout-image.cover-line .moveGe {
      height: 40%;
      width: 60px;
      z-index: 18; }
    .services.one .layout-image.cover-line .removeGe {
      height: 40%;
      width: 60px;
      z-index: 18;
      right: 1px; }
    .services.one .layout-image.cover-line:hover {
      z-index: 10; }
      .services.one .layout-image.cover-line:hover .moveGe, .services.one .layout-image.cover-line:hover .removeGe {
        z-index: 10; }
    .services.one .layout-image .image {
      display: block;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      width: 100%;
      height: 100%; }
  .services.one .col-2 {
    width: 50%;
    float: right; }
  .services.one .head {
    color: #000; }
  .services.one .paragraphtext p {
    margin: 0;
    color: #000; }
  .services.one ul.accordian-list p {
    color: #000; }
  .services.one.active-section .layout-image {
    position: absolute; }

@media only screen and (max-width: 767px) {
  .services.one .layout-image {
    width: 100%;
    height: 200px;
    border: solid 15px transparent;
    border-bottom: 0;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .services.one {
    text-align: left; }
    .services.one .layout-outer {
      padding: 10px; }
    .services.one .layout-outer {
      width: 50%;
      padding: 50px 20px 50px 50px; } }

.services.three {
  padding: 0;
  background-color: #2374f9; }
  .services.three .container {
    width: 100%; }
  .services.three .layout-outer {
    position: relative;
    z-index: 10; }
  .services.three .layout-image {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    z-index: 2; }
    .services.three .layout-image.cover-line .moveGe {
      height: 40%;
      width: 60px;
      z-index: 18; }
    .services.three .layout-image.cover-line .removeGe {
      height: 40%;
      width: 60px;
      z-index: 18;
      right: 1px; }
    .services.three .layout-image.cover-line:hover {
      z-index: 10; }
      .services.three .layout-image.cover-line:hover .moveGe, .services.three .layout-image.cover-line:hover .removeGe {
        z-index: 10; }
    .services.three .layout-image .image {
      display: block;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      width: 100%;
      height: 100%; }
  .services.three .col-2 {
    width: 50%;
    float: right; }
  .services.three .head {
    color: #fff; }
  .services.three .paragraphtext p {
    margin: 0;
    color: #fff; }
  .services.three ul.accordian-list p {
    color: #000; }
  .services.three.active-section .layout-image {
    position: absolute; }

@media only screen and (max-width: 767px) {
  .services.three .layout-image {
    width: 100%;
    height: 200px;
    border: solid 15px transparent;
    border-bottom: 0;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .services.three {
    text-align: left; }
    .services.three .layout-outer {
      padding: 10px; }
    .services.three .layout-outer {
      width: 50%;
      padding: 50px 20px 50px 50px; } }

.booking-container {
  background-color: #ffffff;
  padding: 50px 0; }

.booking-section .head {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  color: #343434; }
  .booking-section .head:after {
    content: "";
    height: 3px;
    background: #0787c9;
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px; }

.booking-section .dropdown-box {
  border-bottom: solid 1px #D9DDE1;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.booking-section .dropdown {
  border: solid 1px #D9DDE1;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #676A73;
  width: 280px;
  display: block;
  margin: 0 auto;
  padding: 6px 20px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.booking-dates-listing {
  padding: 20px 20px 0; }
  .booking-dates-listing .booking-slider-1-item {
    padding: 0;
    display: inline-block; }
  .booking-dates-listing .booking-date {
    width: 75px;
    height: 75px;
    padding: 15px 0;
    margin-bottom: 40px;
    border: solid 2px #0787c9;
    text-align: center;
    font-size: 11px;
    color: #909090;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .booking-dates-listing .booking-date .date-info-text {
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      padding-top: 8px;
      font-weight: bold;
      text-align: center;
      font-size: 13px;
      color: #0787c9; }
    .booking-dates-listing .booking-date b {
      display: block;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      color: #0787c9; }
    .booking-dates-listing .booking-date.select-date {
      cursor: pointer; }
    .booking-dates-listing .booking-date.unavailable {
      border-color: #A8A8A8;
      color: #A8A8A8;
      cursor: auto; }
      .booking-dates-listing .booking-date.unavailable b {
        color: #A8A8A8; }
      .booking-dates-listing .booking-date.unavailable.select-date {
        cursor: auto; }
      .booking-dates-listing .booking-date.unavailable .date-info-text {
        color: #A8A8A8; }
    .booking-dates-listing .booking-date.selected {
      background: #0787c9;
      border-color: #ffffff;
      color: #ffffff; }
      .booking-dates-listing .booking-date.selected b {
        color: #ffffff; }
      .booking-dates-listing .booking-date.selected:before, .booking-dates-listing .booking-date.selected:after {
        display: block; }
    .booking-dates-listing .booking-date.today {
      border-color: #fdb833; }
      .booking-dates-listing .booking-date.today b {
        color: #fdb833; }
    .booking-dates-listing .booking-date:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -43px;
      display: none;
      margin-left: -8px;
      height: 0;
      width: 0;
      z-index: 0;
      border-bottom: solid 10px #A8A8A8;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent; }
    .booking-dates-listing .booking-date:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -44px;
      display: none;
      margin-left: -8px;
      height: 0;
      width: 0;
      z-index: 1;
      border-bottom: solid 10px #ffffff;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent; }
  .booking-dates-listing .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%; }
    .booking-dates-listing .owl-nav .owl-prev, .booking-dates-listing .owl-nav .owl-next {
      color: #0787c9;
      position: absolute;
      margin-top: -5px;
      cursor: pointer;
      background: transparent;
      border: none;
      font-size: 20px; }
    .booking-dates-listing .owl-nav .owl-prev {
      left: -15px; }
    .booking-dates-listing .owl-nav .owl-next {
      right: -15px; }
    .booking-dates-listing .owl-nav .disabled {
      cursor: auto;
      opacity: 0.2; }
  .booking-dates-listing .owl-dots {
    display: none; }

.booking-time-listing {
  border: solid 1px #DCDFE3;
  margin: -1px 0 20px; }
  .booking-time-listing .time-info {
    padding: 0 0 15px;
    border-bottom: solid 1px #DCDFE3;
    margin: 15px 25px; }
  .booking-time-listing .time-head {
    text-align: center;
    font-size: 14px;
    color: #343434;
    font-weight: bold;
    margin-bottom: 15px; }
  .booking-time-listing .time-format {
    text-align: center;
    color: #909090;
    font-size: 14px; }
    .booking-time-listing .time-format span {
      color: #0787c9; }

.time-list-block .time-list-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #E4E9ED; }
  .time-list-block .time-list-tab li {
    width: 33%;
    display: block;
    float: left; }
    .time-list-block .time-list-tab li a {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #C1C7CB;
      text-decoration: none;
      position: relative;
      line-height: 40px;
      margin: 0;
      display: inline-block; }
      .time-list-block .time-list-tab li a:hover, .time-list-block .time-list-tab li a:focus, .time-list-block .time-list-tab li a.active {
        color: #0885CA; }
        .time-list-block .time-list-tab li a:hover:after, .time-list-block .time-list-tab li a:focus:after, .time-list-block .time-list-tab li a.active:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px;
          background-color: #0885CA;
          width: 100%;
          height: 2px; }

.time-list-block .time-block {
  padding: 15px 25px; }
  .time-list-block .time-block h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0787c9; }
  .time-list-block .time-block .time-listing {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0; }
    .time-list-block .time-block .time-listing li {
      margin-bottom: 10px; }
      .time-list-block .time-block .time-listing li a {
        text-decoration: none;
        line-height: 38px;
        display: block;
        height: 40px;
        width: 175px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #0787c9;
        border: solid 1px #0787c9;
        margin: auto;
        text-transform: uppercase;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px; }
        .time-list-block .time-block .time-listing li a.selected {
          background: #0787c9;
          color: #ffffff; }
        .time-list-block .time-block .time-listing li a.unavailable {
          color: #A8A8A8;
          border-color: #A8A8A8; }

@media only screen and (max-width: 767px) {
  .booking-time-listing .time-info {
    display: none; } }

@media only screen and (min-width: 768px) {
  .booking-section .dropdown {
    width: 350px; }
  .booking-time-listing .time-head {
    font-size: 14px;
    float: left;
    text-align: left;
    margin-bottom: 0; }
  .booking-time-listing .time-format {
    text-align: right; }
  .booking-time-listing .booking-date {
    width: 85px;
    height: 85px;
    padding: 20px 0; }
  .time-list-block .time-block {
    width: 33.3%;
    float: left; }
    .time-list-block .time-block .time-listing {
      margin: 0 0 25px 0; }
      .time-list-block .time-block .time-listing li {
        margin-bottom: 20px; }
  .time-list-block .time-list-tab li a {
    cursor: auto;
    color: #0787c9; }
    .time-list-block .time-list-tab li a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      background-color: #0885CA;
      width: 100%;
      height: 2px; }
  .booking-dates-listing .booking-date {
    width: 85px;
    height: 85px;
    padding: 20px 0; } }

.payment-block .icon-tick {
  width: 28px;
  height: 28px;
  background: #8BC34A;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  line-height: 28px;
  position: relative;
  top: -2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.payment-block .customer-info {
  margin-bottom: 15px; }
  .payment-block .customer-info h4 {
    font-size: 16px;
    color: #000000;
    margin: 0 0 10px 0; }
  .payment-block .customer-info p {
    font-size: 14px;
    color: #72808E;
    font-weight: 600;
    line-height: 24px; }

.payment-block .total-table {
  border-top: solid 1px #DCE1E4; }
  .payment-block .total-table p {
    font-size: 14px;
    color: #72808E;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: solid 1px #DCE1E4; }
    .payment-block .total-table p label {
      float: right; }
    .payment-block .total-table p.total {
      font-size: 16px;
      color: #000000;
      font-weight: 700; }

.payment-block label.price {
  font-weight: 600;
  font-size: 18px; }

.payment-sections {
  background: #eeeff2; }
  .payment-sections h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 10px 0; }
  .payment-sections .payment-details {
    background: #fff;
    margin-bottom: 15px; }
    .payment-sections .payment-details .add-item {
      font-size: 12px;
      color: #9BAEB7;
      text-decoration: none; }
      .payment-sections .payment-details .add-item i {
        font-size: 10px;
        margin-right: 5px;
        color: #000; }
      .payment-sections .payment-details .add-item:hover {
        color: #000; }
    .payment-sections .payment-details table {
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      width: 100%; }
      .payment-sections .payment-details table tr th {
        padding: 15px 10px;
        border-bottom: solid 2px #eaeced; }
      .payment-sections .payment-details table tr td {
        padding: 10px 10px;
        border-bottom: solid 1px #eaeced; }
      .payment-sections .payment-details table .total td {
        font-weight: 600;
        color: #000;
        padding: 10px 0; }
        .payment-sections .payment-details table .total td:last-child {
          text-align: right; }
      .payment-sections .payment-details table .total .subtotal td {
        font-weight: 700; }
      .payment-sections .payment-details table .total tr:last-child td {
        font-size: 20px;
        border: none; }
  .payment-sections .payment-info-blocks h3 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ECEFF1; }
  .payment-sections .payment-info-blocks .card-payment {
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 20px; }
  .payment-sections .payment-info-blocks .customer-payment {
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 20px; }
  .payment-sections .payment-info-blocks .payment-form {
    text-align: left; }
    .payment-sections .payment-info-blocks .payment-form .form-group {
      margin-bottom: 15px; }
      .payment-sections .payment-info-blocks .payment-form .form-group label {
        color: #4F5E65;
        font-size: 14px;
        display: block; }
      .payment-sections .payment-info-blocks .payment-form .form-group .text-filed {
        height: 32px;
        border: none;
        color: #4F5E65;
        font-size: 14px;
        width: 100%;
        padding: 5px 0;
        border-bottom: solid 1px #DCE1E4; }
      .payment-sections .payment-info-blocks .payment-form .form-group .btn {
        background: #000000;
        padding: 10px 30px 14px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        border: none;
        cursor: pointer;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .payment-sections .payment-info-blocks .payment-form .form-group .btn:hover {
          background: rgba(0, 0, 0, 0.8); }
      .payment-sections .payment-info-blocks .payment-form .form-group .radio-btn {
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px; }
        .payment-sections .payment-info-blocks .payment-form .form-group .radio-btn p {
          color: #AEB8BD;
          font-size: 13px; }
        .payment-sections .payment-info-blocks .payment-form .form-group .radio-btn span {
          position: absolute;
          left: 0;
          top: 3px;
          width: 20px;
          height: 20px;
          border: solid 2px #000;
          cursor: pointer;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%; }
        .payment-sections .payment-info-blocks .payment-form .form-group .radio-btn span:after {
          position: absolute;
          left: 3px;
          top: 3px;
          width: 10px;
          height: 10px;
          background: #000;
          opacity: 0;
          cursor: pointer;
          content: "";
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%; }
        .payment-sections .payment-info-blocks .payment-form .form-group .radio-btn input {
          opacity: 0;
          position: absolute; }
          .payment-sections .payment-info-blocks .payment-form .form-group .radio-btn input:checked ~ span:after {
            opacity: 1; }
      .payment-sections .payment-info-blocks .payment-form .form-group .check-box {
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px; }
        .payment-sections .payment-info-blocks .payment-form .form-group .check-box span {
          position: absolute;
          left: 0;
          top: 3px;
          width: 20px;
          height: 20px;
          border: solid 2px #000;
          cursor: pointer;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
        .payment-sections .payment-info-blocks .payment-form .form-group .check-box span:after {
          position: absolute;
          left: 5px;
          top: 2px;
          width: 5px;
          height: 10px;
          border: none;
          border-right: solid 2px #000;
          border-bottom: solid 2px #000;
          opacity: 0;
          cursor: pointer;
          content: "";
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .payment-sections .payment-info-blocks .payment-form .form-group .check-box input {
          opacity: 0;
          position: absolute; }
          .payment-sections .payment-info-blocks .payment-form .form-group .check-box input:checked ~ span:after {
            opacity: 1; }
      .payment-sections .payment-info-blocks .payment-form .form-group .tooltip {
        height: 15px;
        width: 15px;
        display: inline-block;
        color: #9BAEB7;
        border: solid 1px #9BAEB7;
        position: relative;
        line-height: 10px;
        font-size: 12px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        .payment-sections .payment-info-blocks .payment-form .form-group .tooltip i {
          font-style: normal; }
        .payment-sections .payment-info-blocks .payment-form .form-group .tooltip .tooltip-content {
          text-align: center;
          color: #4F5E65;
          position: absolute;
          left: 50%;
          top: 100%;
          min-width: 100px;
          padding: 6px 3px;
          color: #fff;
          background: rgba(0, 0, 0, 0.8);
          opacity: 0;
          visibility: hidden;
          line-break: 20px;
          margin-top: 5px;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
        .payment-sections .payment-info-blocks .payment-form .form-group .tooltip:hover .tooltip-content {
          opacity: 1;
          visibility: visible; }
      .payment-sections .payment-info-blocks .payment-form .form-group.card-form {
        position: relative; }
        .payment-sections .payment-info-blocks .payment-form .form-group.card-form .card-info {
          position: relative;
          right: 0;
          top: 2px; }
      .payment-sections .payment-info-blocks .payment-form .form-group.card-form-bottom {
        margin: 25px 0;
        padding-top: 20px;
        border-top: solid 1px #ECEFF1;
        position: relative; }
        .payment-sections .payment-info-blocks .payment-form .form-group.card-form-bottom .card-info {
          position: absolute;
          right: 0;
          top: 20px; }
    .payment-sections .payment-info-blocks .payment-form .card-date-block .form-group {
      width: 48%;
      display: inline-block; }
      .payment-sections .payment-info-blocks .payment-form .card-date-block .form-group .text-filed {
        width: auto;
        width: 90px;
        margin-right: 10px; }
      .payment-sections .payment-info-blocks .payment-form .card-date-block .form-group.date .text-filed {
        display: inline-block; }
      .payment-sections .payment-info-blocks .payment-form .card-date-block .form-group .terms_checkbox {
        font-size: 13px;
        color: #4F5E65; }

@media only screen and (min-width: 768px) {
  .payment-sections .payment-sections table {
    font-size: 16px; }
    .payment-sections .payment-sections table tr th {
      padding: 15px 15px; }
    .payment-sections .payment-sections table tr td {
      padding: 10px 15px; }
  .payment-sections .payment-info-blocks .card-payment {
    width: calc(50% - 8px);
    float: left; }
  .payment-sections .payment-info-blocks .customer-payment {
    width: calc(50% - 8px);
    float: right; }
  .payment-sections .payment-info-blocks .payment-form .form-group.card-form .card-info {
    position: absolute; } }

.food-menu-section.one {
  background: #ffffff; }

.tab-container-quick-site .menu-item-head .menu-name-head {
  width: 75%;
  float: left; }

.tab-container-quick-site .menu-item-head .menu-item-price {
  float: right;
  width: 25%;
  padding-left: 20px; }

.food-menu-section.two {
  background: #ffffff; }
  .food-menu-section.two .tab-head-quick-site {
    margin: 0 -6px; }
    .food-menu-section.two .tab-head-quick-site .paragraphtext {
      margin: 0; }
    .food-menu-section.two .tab-head-quick-site a {
      display: inline-block;
      padding: 15px 30px 10px;
      margin-right: 0;
      border-radius: 8px 8px 0 0;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      -ms-border-radius: 8px 8px 0 0;
      -o-border-radius: 8px 8px 0 0; }
      .food-menu-section.two .tab-head-quick-site a.current {
        background: #ffffff;
        -webkit-box-shadow: 0px 0 5px 3px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0 5px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0 5px 3px rgba(0, 0, 0, 0.05); }
        .food-menu-section.two .tab-head-quick-site a.current:before {
          width: 100%;
          height: 15px;
          background: #ffffff;
          position: absolute;
          content: "";
          display: block;
          left: 0;
          top: 85%; }
      .food-menu-section.two .tab-head-quick-site a:after {
        left: 50%;
        width: 55%;
        margin-top: -2px;
        transform: translateX(-50%); }
  .food-menu-section.two .menu-wrap-shadow-box {
    background: #ffffff;
    padding: 20px 15px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; }
  .food-menu-section.two .menu-item-pic {
    float: left;
    width: 50px;
    margin-right: 15px;
    margin-top: 10px; }
    .food-menu-section.two .menu-item-pic .gei figure {
      width: 50px;
      height: 50px;
      border-width: 0; }
    .food-menu-section.two .menu-item-pic .gei.figureRounded figure {
      border-radius: 4px !important;
      -webkit-border-radius: 4px !important;
      -moz-border-radius: 4px !important;
      -ms-border-radius: 4px !important;
      -o-border-radius: 4px !important; }
  .food-menu-section.two .menu-item-block {
    margin-right: 25px; }
  .food-menu-section.two .menu-item-dish {
    width: calc(100% - 65px);
    float: left; }
  .food-menu-section.two .no-item-image .menu-item-dish {
    width: auto;
    float: none; }

@media only screen and (max-width: 767px) {
  .food-menu-section.two .menu-item-pic .gei figure {
    margin-bottom: 0; }
  .food-menu-section.two .menu-item-dish {
    width: auto; }
  .food-menu-section.two .tab-container-quick-site .paragraphtext.gep {
    max-width: auto; }
  .food-menu-section.two .menu-item-block {
    margin: 0; }
  .food-menu-section.two .menu-wrap-shadow-box {
    padding: 20px 0 20px; }
  .food-menu-section.two .tab-head-quick-site {
    margin: 0 -10px -10px; }
    .food-menu-section.two .tab-head-quick-site a {
      display: inline-block;
      background: #ffffff;
      padding: 10px 0 15px;
      width: 49%;
      text-align: center;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }
      .food-menu-section.two .tab-head-quick-site a:after {
        margin-top: -15px; }
      .food-menu-section.two .tab-head-quick-site a.current:before {
        display: none; }
  .food-menu-section.two .menu-item-head .menu-name-head {
    width: 100%;
    float: none; }
  .food-menu-section.two .menu-item-price {
    float: none;
    width: auto;
    padding-left: 0;
    text-align: left; }
    .food-menu-section.two .menu-item-price .head {
      text-align: left !important; } }

@media only screen and (max-width: 767px) {
  .button01 {
    text-align: center; }
  .social {
    display: inline-block; }
  .contact-form .geb {
    padding: 0 8px; }
  .contentarea.elements-left .bannerText .head,
  .contentarea.elements-left .paragraphtext p,
  .contentarea.elements-left .head,
  .contentarea.elements-left .item figure.circle,
  .contentarea.elements-left .tittle h2,
  .contentarea.elements-left .geh,
  .contentarea.elements-left .gei,
  .contentarea.elements-left .geb,
  .contentarea.elements-left .gesm,
  .contentarea.elements-left .geh,
  .contentarea.elements-left .formgroup,
  .contentarea.elements-left .formgroup label.editor,
  .contentarea.elements-left .contact-form .geb,
  .contentarea.elements-left .gseo_name,
  .contentarea.elements-left .options p,
  .contentarea.elements-left .options .item,
  .contentarea.elements-left .gositeLogo {
    text-align: left; }
  .contentarea.elements-center .bannerText .head,
  .contentarea.elements-center .paragraphtext p,
  .contentarea.elements-center .head,
  .contentarea.elements-center .item figure.circle,
  .contentarea.elements-center .tittle h2,
  .contentarea.elements-center .geh,
  .contentarea.elements-center .gei,
  .contentarea.elements-center .geb,
  .contentarea.elements-center .gesm,
  .contentarea.elements-center .geh,
  .contentarea.elements-center .formgroup,
  .contentarea.elements-center .formgroup label.editor,
  .contentarea.elements-center .contact-form .geb,
  .contentarea.elements-center .gseo_name,
  .contentarea.elements-center .options p,
  .contentarea.elements-center .options .item,
  .contentarea.elements-center .gositeLogo {
    text-align: center; }
  .contentarea.elements-right .bannerText .head,
  .contentarea.elements-right .paragraphtext p,
  .contentarea.elements-right .head,
  .contentarea.elements-right .item figure.circle,
  .contentarea.elements-right .tittle h2,
  .contentarea.elements-right .geh,
  .contentarea.elements-right .gei,
  .contentarea.elements-right .geb,
  .contentarea.elements-right .gesm,
  .contentarea.elements-right .geh,
  .contentarea.elements-right .formgroup,
  .contentarea.elements-right .formgroup label.editor,
  .contentarea.elements-right .contact-form .geb,
  .contentarea.elements-right .gseo_name,
  .contentarea.elements-right .options p,
  .contentarea.elements-right .options .item,
  .contentarea.elements-right .gositeLogo {
    text-align: right; } }

.review-section.one {
  padding: 75px 0;
  position: relative;
  display: block;
  width: 100%;
  background-color: #1a1c1f; }
  .review-section.one .content-table {
    display: block; }
    .review-section.one .content-table .review-start-icon {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 0 20px 0; }
    .review-section.one .content-table .review-text {
      margin: 15px 0;
      text-align: center;
      margin: 0 auto;
      width: 560px; }
      .review-section.one .content-table .review-text p {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        font-weight: 400; }
    .review-section.one .content-table .details {
      display: block;
      width: 100%;
      text-align: center;
      margin: 20px 0 5px 0; }
      .review-section.one .content-table .details .name {
        font-size: 18px;
        color: #fff;
        display: block;
        font-weight: 700; }
    .review-section.one .content-table .arrow {
      position: absolute; }
      .review-section.one .content-table .arrow.left {
        left: 0;
        top: 50%; }
      .review-section.one .content-table .arrow.right {
        right: 0;
        top: 50%; }
    .review-section.one .content-table .review-ftr {
      display: block;
      text-align: center;
      width: 100%; }
      .review-section.one .content-table .review-ftr .content {
        margin: auto;
        display: inline-block; }
        .review-section.one .content-table .review-ftr .content .review-date {
          font-size: 14px;
          font-weight: 600;
          color: #d7dce3; }
        .review-section.one .content-table .review-ftr .content a {
          display: inline-block;
          min-width: 70px;
          position: relative;
          top: 0;
          left: 10px;
          text-decoration: none;
          color: #d7dce3;
          font-size: 13px;
          font-weight: 600; }
          .review-section.one .content-table .review-ftr .content a img {
            width: 100%; }
    .review-section.one .content-table .owl-prev,
    .review-section.one .content-table .owl-next {
      position: absolute;
      color: #fff;
      top: 50%;
      font-size: 0;
      cursor: pointer; }
    .review-section.one .content-table .owl-prev {
      left: -15px; }
      .review-section.one .content-table .owl-prev:after {
        font-family: 'icomoon';
        content: "\e90c";
        font-size: 22px; }
    .review-section.one .content-table .owl-next {
      right: -15px; }
      .review-section.one .content-table .owl-next:after {
        font-family: 'icomoon';
        content: "\e90b";
        font-size: 22px; }
  .review-section.one .stars-existing {
    display: inline-block;
    font-size: 0; }
    .review-section.one .stars-existing span {
      font-size: 0;
      margin: 0 3px; }
      .review-section.one .stars-existing span i {
        font-size: 15px;
        display: inline-block;
        color: #ddd; }
    .review-section.one .stars-existing .rating-outer {
      width: 75px;
      height: 14px;
      position: relative;
      display: inline-block;
      white-space: nowrap;
      text-align: left;
      top: 1px; }
      .review-section.one .stars-existing .rating-outer .rating-normal {
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star.png) no-repeat left top; }
      .review-section.one .stars-existing .rating-outer .rating-over {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star-active.png) no-repeat left top; }
    .review-section.one .stars-existing .review-count {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      display: inline-block;
      margin-left: 10px; }
    .review-section.one .stars-existing .icon-star-right {
      margin-left: -1px; }
    .review-section.one .stars-existing.one span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.one span.rate-1 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.one-half span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.two span.rate-1 .icon-star-left, .review-section.one .stars-existing.two span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.two span.rate-1 .icon-star-right, .review-section.one .stars-existing.two span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.two-half span.rate-1 .icon-star-left, .review-section.one .stars-existing.two-half span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.two-half span.rate-1 .icon-star-right, .review-section.one .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #ddd; }
    .review-section.one .stars-existing.three span.rate-1 .icon-star-left, .review-section.one .stars-existing.three span.rate-2 .icon-star-left, .review-section.one .stars-existing.three span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.three span.rate-1 .icon-star-right, .review-section.one .stars-existing.three span.rate-2 .icon-star-right, .review-section.one .stars-existing.three span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.three-half span.rate-1 .icon-star-left, .review-section.one .stars-existing.three-half span.rate-2 .icon-star-left, .review-section.one .stars-existing.three-half span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.three-half span.rate-1 .icon-star-right, .review-section.one .stars-existing.three-half span.rate-2 .icon-star-right, .review-section.one .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #ddd; }
    .review-section.one .stars-existing.four span.rate-1 .icon-star-left, .review-section.one .stars-existing.four span.rate-2 .icon-star-left, .review-section.one .stars-existing.four span.rate-3 .icon-star-left, .review-section.one .stars-existing.four span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.four span.rate-1 .icon-star-right, .review-section.one .stars-existing.four span.rate-2 .icon-star-right, .review-section.one .stars-existing.four span.rate-3 .icon-star-right, .review-section.one .stars-existing.four span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.four-half span.rate-1 .icon-star-left, .review-section.one .stars-existing.four-half span.rate-2 .icon-star-left, .review-section.one .stars-existing.four-half span.rate-3 .icon-star-left, .review-section.one .stars-existing.four-half span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.four-half span.rate-1 .icon-star-right, .review-section.one .stars-existing.four-half span.rate-2 .icon-star-right, .review-section.one .stars-existing.four-half span.rate-3 .icon-star-right, .review-section.one .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #ddd; }
    .review-section.one .stars-existing.five span.rate-1 .icon-star-left, .review-section.one .stars-existing.five span.rate-2 .icon-star-left, .review-section.one .stars-existing.five span.rate-3 .icon-star-left, .review-section.one .stars-existing.five span.rate-4 .icon-star-left, .review-section.one .stars-existing.five span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.five span.rate-1 .icon-star-right, .review-section.one .stars-existing.five span.rate-2 .icon-star-right, .review-section.one .stars-existing.five span.rate-3 .icon-star-right, .review-section.one .stars-existing.five span.rate-4 .icon-star-right, .review-section.one .stars-existing.five span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.five-half span.rate-1 .icon-star-left, .review-section.one .stars-existing.five-half span.rate-2 .icon-star-left, .review-section.one .stars-existing.five-half span.rate-3 .icon-star-left, .review-section.one .stars-existing.five-half span.rate-4 .icon-star-left, .review-section.one .stars-existing.five-half span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.one .stars-existing.five-half span.rate-1 .icon-star-right, .review-section.one .stars-existing.five-half span.rate-2 .icon-star-right, .review-section.one .stars-existing.five-half span.rate-3 .icon-star-right, .review-section.one .stars-existing.five-half span.rate-4 .icon-star-right, .review-section.one .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.one .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #ddd; }

@media only screen and (min-width: 768px) {
  .review-section.one .review-text {
    width: 750px; } }

.review-section.two {
  padding: 100px 0;
  position: relative;
  display: block;
  width: 100%;
  background-color: #152b44; }
  .review-section.two .content-table {
    display: block; }
    .review-section.two .content-table .review-start-icon {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 0 20px 0; }
    .review-section.two .content-table .review-text {
      margin: 15px 0;
      text-align: center;
      margin: 0 auto;
      width: 560px; }
      .review-section.two .content-table .review-text p {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        font-weight: 400; }
    .review-section.two .content-table .details {
      display: block;
      width: 100%;
      text-align: center;
      margin: 30px 0 10px 0; }
      .review-section.two .content-table .details .name {
        font-size: 18px;
        color: #fff;
        display: block;
        font-weight: 700; }
      .review-section.two .content-table .details .days {
        font-size: 14px;
        color: #cfd4da;
        display: block;
        font-weight: 600; }
    .review-section.two .content-table .arrow {
      position: absolute; }
      .review-section.two .content-table .arrow.left {
        left: 0;
        top: 50%; }
      .review-section.two .content-table .arrow.right {
        right: 0;
        top: 50%; }
    .review-section.two .content-table .review-ftr {
      display: block;
      text-align: center;
      width: 100%; }
      .review-section.two .content-table .review-ftr .content {
        margin: auto;
        display: inline-block; }
        .review-section.two .content-table .review-ftr .content .review-date {
          font-size: 14px;
          font-weight: 600;
          color: #8d95a0; }
        .review-section.two .content-table .review-ftr .content a {
          display: inline-block;
          width: auto;
          position: relative;
          top: 0;
          left: 10px;
          text-decoration: none;
          color: #d7dce3;
          font-size: 13px;
          font-weight: 600; }
          .review-section.two .content-table .review-ftr .content a img {
            width: 100%; }
  .review-section.two .stars-existing {
    display: inline-block;
    font-size: 0; }
    .review-section.two .stars-existing span {
      font-size: 0;
      margin: 0 3px; }
      .review-section.two .stars-existing span i {
        font-size: 15px;
        display: inline-block;
        color: #ddd; }
    .review-section.two .stars-existing .rating-outer {
      width: 75px;
      height: 14px;
      position: relative;
      display: inline-block;
      white-space: nowrap;
      text-align: left;
      top: 1px; }
      .review-section.two .stars-existing .rating-outer .rating-normal {
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star.png) no-repeat left top; }
      .review-section.two .stars-existing .rating-outer .rating-over {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star-active.png) no-repeat left top; }
    .review-section.two .stars-existing .review-count {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      display: inline-block;
      margin-left: 10px; }
    .review-section.two .stars-existing .icon-star-right {
      margin-left: -1px; }
    .review-section.two .stars-existing.one span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.one span.rate-1 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.one-half span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.two span.rate-1 .icon-star-left, .review-section.two .stars-existing.two span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.two span.rate-1 .icon-star-right, .review-section.two .stars-existing.two span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.two-half span.rate-1 .icon-star-left, .review-section.two .stars-existing.two-half span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.two-half span.rate-1 .icon-star-right, .review-section.two .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #ddd; }
    .review-section.two .stars-existing.three span.rate-1 .icon-star-left, .review-section.two .stars-existing.three span.rate-2 .icon-star-left, .review-section.two .stars-existing.three span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.three span.rate-1 .icon-star-right, .review-section.two .stars-existing.three span.rate-2 .icon-star-right, .review-section.two .stars-existing.three span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.three-half span.rate-1 .icon-star-left, .review-section.two .stars-existing.three-half span.rate-2 .icon-star-left, .review-section.two .stars-existing.three-half span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.three-half span.rate-1 .icon-star-right, .review-section.two .stars-existing.three-half span.rate-2 .icon-star-right, .review-section.two .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #ddd; }
    .review-section.two .stars-existing.four span.rate-1 .icon-star-left, .review-section.two .stars-existing.four span.rate-2 .icon-star-left, .review-section.two .stars-existing.four span.rate-3 .icon-star-left, .review-section.two .stars-existing.four span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.four span.rate-1 .icon-star-right, .review-section.two .stars-existing.four span.rate-2 .icon-star-right, .review-section.two .stars-existing.four span.rate-3 .icon-star-right, .review-section.two .stars-existing.four span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.four-half span.rate-1 .icon-star-left, .review-section.two .stars-existing.four-half span.rate-2 .icon-star-left, .review-section.two .stars-existing.four-half span.rate-3 .icon-star-left, .review-section.two .stars-existing.four-half span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.four-half span.rate-1 .icon-star-right, .review-section.two .stars-existing.four-half span.rate-2 .icon-star-right, .review-section.two .stars-existing.four-half span.rate-3 .icon-star-right, .review-section.two .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #ddd; }
    .review-section.two .stars-existing.five span.rate-1 .icon-star-left, .review-section.two .stars-existing.five span.rate-2 .icon-star-left, .review-section.two .stars-existing.five span.rate-3 .icon-star-left, .review-section.two .stars-existing.five span.rate-4 .icon-star-left, .review-section.two .stars-existing.five span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.five span.rate-1 .icon-star-right, .review-section.two .stars-existing.five span.rate-2 .icon-star-right, .review-section.two .stars-existing.five span.rate-3 .icon-star-right, .review-section.two .stars-existing.five span.rate-4 .icon-star-right, .review-section.two .stars-existing.five span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.five-half span.rate-1 .icon-star-left, .review-section.two .stars-existing.five-half span.rate-2 .icon-star-left, .review-section.two .stars-existing.five-half span.rate-3 .icon-star-left, .review-section.two .stars-existing.five-half span.rate-4 .icon-star-left, .review-section.two .stars-existing.five-half span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.two .stars-existing.five-half span.rate-1 .icon-star-right, .review-section.two .stars-existing.five-half span.rate-2 .icon-star-right, .review-section.two .stars-existing.five-half span.rate-3 .icon-star-right, .review-section.two .stars-existing.five-half span.rate-4 .icon-star-right, .review-section.two .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.two .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #ddd; }

@media only screen and (min-width: 768px) {
  .review-section.two .review-text {
    width: 750px; } }

.review-section.three {
  padding: 100px 0;
  position: relative;
  display: block;
  width: 100%;
  background-color: #ffffff; }
  .review-section.three .owl-carousel .owl-stage {
    margin: auto; }
  .review-section.three .content-table .rev-paginate-pagination {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -29px; }
    .review-section.three .content-table .rev-paginate-pagination .arrow {
      width: 58px;
      height: 58px;
      display: block;
      background: #F3F6F8;
      line-height: 62px;
      cursor: pointer;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .review-section.three .content-table .rev-paginate-pagination .arrow.left {
        left: -50px; }
      .review-section.three .content-table .rev-paginate-pagination .arrow.right {
        right: -50px; }
      .review-section.three .content-table .rev-paginate-pagination .arrow:hover {
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); }
  .review-section.three .review-paginate .content-row .item-content {
    margin: 20px 1%;
    width: 31.3%;
    float: left;
    background: #ffffff;
    padding: 20px 20px 10px 20px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .review-section.three .review-paginate .content-row .item-content p {
      color: #082344;
      line-height: 26px;
      text-align: left;
      font-size: 14px; }
    .review-section.three .review-paginate .content-row .item-content .details {
      text-align: left;
      margin: 10px 0; }
      .review-section.three .review-paginate .content-row .item-content .details .name {
        font-weight: 500; }
    .review-section.three .review-paginate .content-row .item-content.col-50 {
      width: 48%; }
  .review-section.three .review-paginate .content-row .review-text {
    width: auto; }
  .review-section.three .content-table {
    display: block; }
    .review-section.three .content-table .review-start-icon {
      display: block;
      text-align: left;
      margin: 0 20px; }
    .review-section.three .content-table .review-text {
      margin: 15px 0;
      text-align: center;
      margin: 0 auto;
      width: 560px; }
      .review-section.three .content-table .review-text p {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        font-weight: 400; }
    .review-section.three .content-table .details {
      display: block;
      width: 100%;
      text-align: center;
      margin: 30px 0; }
      .review-section.three .content-table .details .name {
        font-size: 18px;
        color: #333333;
        display: block;
        font-weight: 700; }
      .review-section.three .content-table .details .days {
        font-size: 12px;
        color: #a3a3a3;
        display: block;
        font-weight: 600;
        line-height: 30px; }
    .review-section.three .content-table .arrow {
      position: absolute; }
      .review-section.three .content-table .arrow.left {
        left: 25px;
        top: 50%; }
      .review-section.three .content-table .arrow.right {
        right: 25px;
        top: 50%; }
    .review-section.three .content-table .review-ftr {
      display: block;
      text-align: center;
      width: 100%;
      margin-bottom: 50px; }
      .review-section.three .content-table .review-ftr .content {
        margin: auto;
        display: inline-block; }
        .review-section.three .content-table .review-ftr .content .review-date {
          font-size: 14px;
          font-weight: 600;
          color: #a3a3a3; }
        .review-section.three .content-table .review-ftr .content a {
          display: inline-block;
          width: auto;
          position: relative;
          top: 0;
          left: 10px;
          text-decoration: none;
          color: #a3a3a3;
          font-size: 13px;
          font-weight: 600; }
          .review-section.three .content-table .review-ftr .content a img {
            width: 100%; }
  .review-section.three .stars-existing {
    display: inline-block;
    font-size: 0; }
    .review-section.three .stars-existing span {
      font-size: 0;
      margin: 0 3px; }
      .review-section.three .stars-existing span i {
        font-size: 15px;
        display: inline-block;
        color: #ddd; }
    .review-section.three .stars-existing .rating-outer {
      width: 75px;
      height: 14px;
      position: relative;
      display: inline-block;
      white-space: nowrap;
      text-align: left;
      top: 1px; }
      .review-section.three .stars-existing .rating-outer .rating-normal {
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star.png) no-repeat left top; }
      .review-section.three .stars-existing .rating-outer .rating-over {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star-active.png) no-repeat left top; }
    .review-section.three .stars-existing .review-count {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      display: inline-block;
      margin-left: 10px; }
    .review-section.three .stars-existing .icon-star-right {
      margin-left: -1px; }
    .review-section.three .stars-existing.one span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.one span.rate-1 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.one-half span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.two span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.two span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.two span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.two span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.two-half span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.two-half span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.two-half span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #ddd; }
    .review-section.three .stars-existing.three span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.three span.rate-2 .icon-star-left,
    .review-section.three .stars-existing.three span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.three span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.three span.rate-2 .icon-star-right,
    .review-section.three .stars-existing.three span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.three-half span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.three-half span.rate-2 .icon-star-left,
    .review-section.three .stars-existing.three-half span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.three-half span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.three-half span.rate-2 .icon-star-right,
    .review-section.three .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #ddd; }
    .review-section.three .stars-existing.four span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.four span.rate-2 .icon-star-left,
    .review-section.three .stars-existing.four span.rate-3 .icon-star-left,
    .review-section.three .stars-existing.four span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.four span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.four span.rate-2 .icon-star-right,
    .review-section.three .stars-existing.four span.rate-3 .icon-star-right,
    .review-section.three .stars-existing.four span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.four-half span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.four-half span.rate-2 .icon-star-left,
    .review-section.three .stars-existing.four-half span.rate-3 .icon-star-left,
    .review-section.three .stars-existing.four-half span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.four-half span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.four-half span.rate-2 .icon-star-right,
    .review-section.three .stars-existing.four-half span.rate-3 .icon-star-right,
    .review-section.three .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #ddd; }
    .review-section.three .stars-existing.five span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.five span.rate-2 .icon-star-left,
    .review-section.three .stars-existing.five span.rate-3 .icon-star-left,
    .review-section.three .stars-existing.five span.rate-4 .icon-star-left,
    .review-section.three .stars-existing.five span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.five span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.five span.rate-2 .icon-star-right,
    .review-section.three .stars-existing.five span.rate-3 .icon-star-right,
    .review-section.three .stars-existing.five span.rate-4 .icon-star-right,
    .review-section.three .stars-existing.five span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.five-half span.rate-1 .icon-star-left,
    .review-section.three .stars-existing.five-half span.rate-2 .icon-star-left,
    .review-section.three .stars-existing.five-half span.rate-3 .icon-star-left,
    .review-section.three .stars-existing.five-half span.rate-4 .icon-star-left,
    .review-section.three .stars-existing.five-half span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.three .stars-existing.five-half span.rate-1 .icon-star-right,
    .review-section.three .stars-existing.five-half span.rate-2 .icon-star-right,
    .review-section.three .stars-existing.five-half span.rate-3 .icon-star-right,
    .review-section.three .stars-existing.five-half span.rate-4 .icon-star-right,
    .review-section.three .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.three .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #ddd; }
  .review-section.three .content-row .carousel-review .owl-carousel-review-item .read-more {
    text-decoration: underline;
    margin-left: 5px;
    white-space: nowrap;
    cursor: pointer; }
    .review-section.three .content-row .carousel-review .owl-carousel-review-item .read-more:hover {
      text-decoration: none; }
  .review-section.three .content-row .carousel-review .owl-carousel-review-item .item-content {
    float: none;
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    padding: 0;
    min-height: 300px; }
    .review-section.three .content-row .carousel-review .owl-carousel-review-item .item-content .review-text {
      height: 225px;
      overflow-y: auto;
      padding: 20px 20px 10px 20px; }
    .review-section.three .content-row .carousel-review .owl-carousel-review-item .item-content .details {
      text-align: left;
      margin: 10px 0;
      position: relative;
      left: 0;
      bottom: 0;
      margin: 0;
      padding: 20px 20px 10px 20px; }
  .review-section.three .content-row .carousel-review .owl-nav {
    text-align: center; }
    .review-section.three .content-row .carousel-review .owl-nav button {
      width: 58px;
      height: 58px;
      display: inline-block;
      background: #F3F6F8;
      line-height: 62px;
      cursor: pointer;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: none; }
      .review-section.three .content-row .carousel-review .owl-nav button:hover {
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
      .review-section.three .content-row .carousel-review .owl-nav button.disabled {
        display: none; }

@media only screen and (min-width: 768px) {
  .review-section.three .review-text {
    width: 750px; }
  .review-section.three .content-row .carousel-review .owl-carousel-review-item .item-content {
    float: none;
    width: auto;
    margin-left: 5%;
    margin-right: 5%; }
  .review-section.three .content-row .carousel-review .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -29px; }
  .review-section.three .content-row .carousel-review .owl-nav .owl-prev {
    left: -65px; }
  .review-section.three .content-row .carousel-review .owl-nav .owl-next {
    right: -65px; } }

@media only screen and (max-width: 767px) {
  .review-section.three .review-paginate .content-row .item-content.col-50 {
    width: 100%; } }

.review-section.four {
  padding: 100px 0;
  position: relative;
  display: block;
  width: 100%;
  background-color: #ffffff; }
  .review-section.four .owl-carousel .owl-stage {
    margin: auto; }
  .review-section.four .content-table .rev-paginate-pagination {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -29px; }
    .review-section.four .content-table .rev-paginate-pagination .arrow {
      width: 58px;
      height: 58px;
      display: block;
      background: #F3F6F8;
      line-height: 62px;
      cursor: pointer;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .review-section.four .content-table .rev-paginate-pagination .arrow.left {
        left: -50px; }
      .review-section.four .content-table .rev-paginate-pagination .arrow.right {
        right: -50px; }
      .review-section.four .content-table .rev-paginate-pagination .arrow:hover {
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); }
  .review-section.four .review-paginate .content-row .item-content {
    margin: 20px 1%;
    width: 31.3%;
    float: left; }
    .review-section.four .review-paginate .content-row .item-content p {
      color: #082344;
      line-height: 26px;
      text-align: center;
      font-size: 14px; }
    .review-section.four .review-paginate .content-row .item-content .details {
      text-align: left;
      margin: 10px 0; }
      .review-section.four .review-paginate .content-row .item-content .details .name {
        font-weight: 500; }
    .review-section.four .review-paginate .content-row .item-content.col-50 {
      width: 48%; }
  .review-section.four .review-paginate .content-row .review-text {
    width: auto; }
  .review-section.four .content-table {
    display: block; }
    .review-section.four .content-table .review-start-icon {
      display: block;
      text-align: center;
      margin: 0 20px; }
    .review-section.four .content-table .review-text {
      margin: 15px 0;
      text-align: center;
      margin: 0 auto;
      width: 560px; }
      .review-section.four .content-table .review-text p {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        font-weight: 400; }
    .review-section.four .content-table .details {
      display: block;
      width: 100%;
      text-align: center;
      margin: 30px 0; }
      .review-section.four .content-table .details .name {
        font-size: 18px;
        color: #333333;
        display: block;
        font-weight: 700; }
      .review-section.four .content-table .details .days {
        font-size: 12px;
        color: #a3a3a3;
        display: block;
        font-weight: 600;
        line-height: 30px; }
    .review-section.four .content-table .arrow {
      position: absolute; }
      .review-section.four .content-table .arrow.left {
        left: 25px;
        top: 50%; }
      .review-section.four .content-table .arrow.right {
        right: 25px;
        top: 50%; }
    .review-section.four .content-table .review-ftr {
      display: block;
      text-align: center;
      width: 100%;
      margin-bottom: 50px; }
      .review-section.four .content-table .review-ftr .content {
        margin: auto;
        display: inline-block; }
        .review-section.four .content-table .review-ftr .content .review-date {
          font-size: 14px;
          font-weight: 600;
          color: #a3a3a3; }
        .review-section.four .content-table .review-ftr .content a {
          display: inline-block;
          width: auto;
          position: relative;
          top: 0;
          left: 10px;
          text-decoration: none;
          color: #a3a3a3;
          font-size: 13px;
          font-weight: 600; }
          .review-section.four .content-table .review-ftr .content a img {
            width: 100%; }
  .review-section.four .stars-existing {
    display: inline-block;
    font-size: 0; }
    .review-section.four .stars-existing span {
      font-size: 0;
      margin: 0 3px; }
      .review-section.four .stars-existing span i {
        font-size: 15px;
        display: inline-block;
        color: #ddd; }
    .review-section.four .stars-existing .rating-outer {
      width: 75px;
      height: 14px;
      position: relative;
      display: inline-block;
      white-space: nowrap;
      text-align: left;
      top: 1px; }
      .review-section.four .stars-existing .rating-outer .rating-normal {
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star.png) no-repeat left top; }
      .review-section.four .stars-existing .rating-outer .rating-over {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star-active.png) no-repeat left top; }
    .review-section.four .stars-existing .review-count {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      display: inline-block;
      margin-left: 10px; }
    .review-section.four .stars-existing .icon-star-right {
      margin-left: -1px; }
    .review-section.four .stars-existing.one span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.one span.rate-1 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.one-half span.rate-1 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.two span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.two span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.two span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.two span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.two-half span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.two-half span.rate-2 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.two-half span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #ddd; }
    .review-section.four .stars-existing.three span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.three span.rate-2 .icon-star-left,
    .review-section.four .stars-existing.three span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.three span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.three span.rate-2 .icon-star-right,
    .review-section.four .stars-existing.three span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.three-half span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.three-half span.rate-2 .icon-star-left,
    .review-section.four .stars-existing.three-half span.rate-3 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.three-half span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.three-half span.rate-2 .icon-star-right,
    .review-section.four .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #ddd; }
    .review-section.four .stars-existing.four span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.four span.rate-2 .icon-star-left,
    .review-section.four .stars-existing.four span.rate-3 .icon-star-left,
    .review-section.four .stars-existing.four span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.four span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.four span.rate-2 .icon-star-right,
    .review-section.four .stars-existing.four span.rate-3 .icon-star-right,
    .review-section.four .stars-existing.four span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.four-half span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.four-half span.rate-2 .icon-star-left,
    .review-section.four .stars-existing.four-half span.rate-3 .icon-star-left,
    .review-section.four .stars-existing.four-half span.rate-4 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.four-half span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.four-half span.rate-2 .icon-star-right,
    .review-section.four .stars-existing.four-half span.rate-3 .icon-star-right,
    .review-section.four .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #ddd; }
    .review-section.four .stars-existing.five span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.five span.rate-2 .icon-star-left,
    .review-section.four .stars-existing.five span.rate-3 .icon-star-left,
    .review-section.four .stars-existing.five span.rate-4 .icon-star-left,
    .review-section.four .stars-existing.five span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.five span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.five span.rate-2 .icon-star-right,
    .review-section.four .stars-existing.five span.rate-3 .icon-star-right,
    .review-section.four .stars-existing.five span.rate-4 .icon-star-right,
    .review-section.four .stars-existing.five span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.five-half span.rate-1 .icon-star-left,
    .review-section.four .stars-existing.five-half span.rate-2 .icon-star-left,
    .review-section.four .stars-existing.five-half span.rate-3 .icon-star-left,
    .review-section.four .stars-existing.five-half span.rate-4 .icon-star-left,
    .review-section.four .stars-existing.five-half span.rate-5 .icon-star-left {
      color: #f2c117; }
    .review-section.four .stars-existing.five-half span.rate-1 .icon-star-right,
    .review-section.four .stars-existing.five-half span.rate-2 .icon-star-right,
    .review-section.four .stars-existing.five-half span.rate-3 .icon-star-right,
    .review-section.four .stars-existing.five-half span.rate-4 .icon-star-right,
    .review-section.four .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #f2c117; }
    .review-section.four .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #ddd; }
  .review-section.four .content-row .carousel-review .owl-carousel-review-item .read-more {
    text-decoration: underline;
    margin-left: 5px;
    white-space: nowrap;
    cursor: pointer; }
    .review-section.four .content-row .carousel-review .owl-carousel-review-item .read-more:hover {
      text-decoration: none; }
  .review-section.four .content-row .carousel-review .owl-carousel-review-item .item-content {
    float: none;
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    padding: 0; }
    .review-section.four .content-row .carousel-review .owl-carousel-review-item .item-content .review-text {
      overflow-y: auto;
      padding: 20px 20px 10px 20px; }
    .review-section.four .content-row .carousel-review .owl-carousel-review-item .item-content .details {
      text-align: center;
      margin: 10px 0;
      position: relative;
      left: 0;
      bottom: 0;
      margin: 0;
      padding: 20px 20px 10px 20px; }
  .review-section.four .content-row .carousel-review .owl-nav {
    text-align: center; }
    .review-section.four .content-row .carousel-review .owl-nav button {
      width: 58px;
      height: 58px;
      display: inline-block;
      background: #FFE3EC;
      line-height: 62px;
      cursor: pointer;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: none; }
      .review-section.four .content-row .carousel-review .owl-nav button:hover {
        background: #FFD1E0; }
      .review-section.four .content-row .carousel-review .owl-nav button.disabled {
        display: none; }

@media only screen and (min-width: 768px) {
  .review-section.four .review-text {
    width: 750px; }
  .review-section.four .content-row .carousel-review .owl-carousel-review-item .item-content {
    float: none;
    width: auto;
    margin-left: 5%;
    margin-right: 5%; }
  .review-section.four .content-row .carousel-review .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -29px; }
  .review-section.four .content-row .carousel-review .owl-nav .owl-prev {
    left: -65px; }
  .review-section.four .content-row .carousel-review .owl-nav .owl-next {
    right: -65px; } }

@media only screen and (max-width: 767px) {
  .review-section.three .review-paginate .content-row .item-content.col-50 {
    width: 100%; } }

.template-1 {
  position: relative; }
  .template-1 .banner .bannerText {
    height: 100vh; }
    .template-1 .banner .bannerText p {
      font-size: 15px; }
  .template-1 .review-start-icon {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0; }
    .template-1 .review-start-icon .total-review {
      color: #d9e3ec;
      font-size: 15px;
      font-weight: 400;
      padding-left: 10px; }
  .template-1 .review-text {
    margin: 15px 0;
    text-align: center;
    margin: 0 auto;
    width: 560px; }
    .template-1 .review-text p {
      font-size: 16px;
      color: #fff;
      line-height: 30px;
      font-weight: 400; }
  .template-1 .stars-existing {
    display: inline-block;
    width: 200px;
    margin: 0 auto;
    font-size: 0;
    background: #2185e7;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    border-radius: 50px; }
    .template-1 .stars-existing .rating-outer {
      width: 75px;
      height: 14px;
      position: relative;
      display: inline-block;
      white-space: nowrap;
      text-align: left;
      top: 1px; }
      .template-1 .stars-existing .rating-outer .rating-normal {
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star.png) no-repeat left top; }
      .template-1 .stars-existing .rating-outer .rating-over {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 14px;
        background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star-active.png) no-repeat left top; }
    .template-1 .stars-existing span {
      font-size: 0;
      margin: 0 0; }
      .template-1 .stars-existing span i {
        font-size: 15px;
        display: inline-block;
        color: #ffffff; }
    .template-1 .stars-existing .review-count {
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      display: inline-block;
      margin-left: 10px; }
    .template-1 .stars-existing .icon-star-right {
      margin-left: -1px; }
    .template-1 .stars-existing.one span.rate-1 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.one span.rate-1 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.one-half span.rate-1 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.two span.rate-1 .icon-star-left,
    .template-1 .stars-existing.two span.rate-2 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.two span.rate-1 .icon-star-right,
    .template-1 .stars-existing.two span.rate-2 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.two-half span.rate-1 .icon-star-left,
    .template-1 .stars-existing.two-half span.rate-2 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.two-half span.rate-1 .icon-star-right,
    .template-1 .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.two-half span.rate-2 .icon-star-right {
      color: #ddd; }
    .template-1 .stars-existing.three span.rate-1 .icon-star-left,
    .template-1 .stars-existing.three span.rate-2 .icon-star-left,
    .template-1 .stars-existing.three span.rate-3 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.three span.rate-1 .icon-star-right,
    .template-1 .stars-existing.three span.rate-2 .icon-star-right,
    .template-1 .stars-existing.three span.rate-3 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.three-half span.rate-1 .icon-star-left,
    .template-1 .stars-existing.three-half span.rate-2 .icon-star-left,
    .template-1 .stars-existing.three-half span.rate-3 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.three-half span.rate-1 .icon-star-right,
    .template-1 .stars-existing.three-half span.rate-2 .icon-star-right,
    .template-1 .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.three-half span.rate-3 .icon-star-right {
      color: #ddd; }
    .template-1 .stars-existing.four span.rate-1 .icon-star-left,
    .template-1 .stars-existing.four span.rate-2 .icon-star-left,
    .template-1 .stars-existing.four span.rate-3 .icon-star-left,
    .template-1 .stars-existing.four span.rate-4 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.four span.rate-1 .icon-star-right,
    .template-1 .stars-existing.four span.rate-2 .icon-star-right,
    .template-1 .stars-existing.four span.rate-3 .icon-star-right,
    .template-1 .stars-existing.four span.rate-4 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.four-half span.rate-1 .icon-star-left,
    .template-1 .stars-existing.four-half span.rate-2 .icon-star-left,
    .template-1 .stars-existing.four-half span.rate-3 .icon-star-left,
    .template-1 .stars-existing.four-half span.rate-4 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.four-half span.rate-1 .icon-star-right,
    .template-1 .stars-existing.four-half span.rate-2 .icon-star-right,
    .template-1 .stars-existing.four-half span.rate-3 .icon-star-right,
    .template-1 .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.four-half span.rate-4 .icon-star-right {
      color: #ddd; }
    .template-1 .stars-existing.five span.rate-1 .icon-star-left,
    .template-1 .stars-existing.five span.rate-2 .icon-star-left,
    .template-1 .stars-existing.five span.rate-3 .icon-star-left,
    .template-1 .stars-existing.five span.rate-4 .icon-star-left,
    .template-1 .stars-existing.five span.rate-5 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.five span.rate-1 .icon-star-right,
    .template-1 .stars-existing.five span.rate-2 .icon-star-right,
    .template-1 .stars-existing.five span.rate-3 .icon-star-right,
    .template-1 .stars-existing.five span.rate-4 .icon-star-right,
    .template-1 .stars-existing.five span.rate-5 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.five-half span.rate-1 .icon-star-left,
    .template-1 .stars-existing.five-half span.rate-2 .icon-star-left,
    .template-1 .stars-existing.five-half span.rate-3 .icon-star-left,
    .template-1 .stars-existing.five-half span.rate-4 .icon-star-left,
    .template-1 .stars-existing.five-half span.rate-5 .icon-star-left {
      color: #f2c117; }
    .template-1 .stars-existing.five-half span.rate-1 .icon-star-right,
    .template-1 .stars-existing.five-half span.rate-2 .icon-star-right,
    .template-1 .stars-existing.five-half span.rate-3 .icon-star-right,
    .template-1 .stars-existing.five-half span.rate-4 .icon-star-right,
    .template-1 .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #f2c117; }
    .template-1 .stars-existing.five-half span.rate-5 .icon-star-right {
      color: #ddd; }

@media only screen and (max-width: 767px) {
  .template-1 .bannerText h1.head,
  .template-1 .bannerText h2.head,
  .template-1 .bannerText h3.head,
  .template-1 .bannerText h4.head,
  .template-1 .bannerText h5.head,
  .template-1 .bannerText h6.head {
    font-size: 25px !important;
    line-height: 35px; }
  .template-1 .bannerText .geh h1,
  .template-1 .bannerText .geh h2,
  .template-1 .bannerText .geh h3,
  .template-1 .bannerText .geh h4,
  .template-1 .bannerText .geh h5,
  .template-1 .bannerText .geh h6 {
    font-size: 15px; }
  .template-1 .total-review {
    display: block; }
  .template-1 .stars-existing {
    margin-bottom: 10px; } }

.link {
  text-decoration: underline;
  color: #33348e;
  cursor: pointer; }

.hoveroptions {
  position: relative;
  display: block;
  z-index: 2;
  /* 06-06-16 */ }
  .hoveroptions .elements {
    width: 24px;
    height: 24px;
    margin-top: -24px;
    background: #ffffff;
    position: absolute;
    display: block;
    z-index: 5;
    padding: 2px;
    padding: 2px;
    opacity: 0;
    top: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1) 1px 2px #CCC;
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1) 1px 2px #CCC;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1) 1px 2px #CCC;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
    .hoveroptions .elements:hover {
      -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5) 1px 2px #CCC;
      -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5) 1px 2px #CCC;
      box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5) 1px 2px #CCC; }
  .hoveroptions .elements.commomEdit {
    width: 45px;
    height: 45px;
    background: #0787C9;
    border: none;
    color: #ffffff;
    cursor: pointer;
    left: 0;
    top: 0px;
    text-align: center;
    line-height: 25px;
    padding: 11px 12px 12px 13px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .hoveroptions .elements.commomEdit i {
      font-size: 18px;
      color: #ffffff;
      background: transparent; }
  .hoveroptions .handler {
    background: url("../images/move_ico.png") no-repeat center center;
    left: 50%;
    width: 24px;
    padding: 0;
    cursor: move;
    margin-left: -2px; }
    .hoveroptions .handler > div {
      width: 35px;
      float: left;
      height: 14px;
      text-indent: -9999px; }
      .hoveroptions .handler > div.move {
        cursor: move; }
      .hoveroptions .handler > div.copy {
        cursor: copy; }
  .hoveroptions .remove {
    background: url("../images/close_ico.png") no-repeat center center;
    cursor: pointer;
    left: 50%;
    margin-left: 22px; }
  .hoveroptions .settings {
    background: url("../images/settings_ico.png") no-repeat center center;
    cursor: pointer;
    left: 50%;
    margin-left: -50px; }
  .hoveroptions .clone {
    background: url("../images/clone_ico.png") no-repeat center center;
    cursor: pointer;
    left: 50%;
    margin-left: -26px; }
  .hoveroptions .edit {
    background: #d2d2d2;
    cursor: pointer;
    right: 75px; }
    .hoveroptions .edit:hover {
      -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5) 1px 2px #CCC;
      -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5) 1px 2px #CCC;
      box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5) 1px 2px #CCC; }
  .hoveroptions:hover > .elements {
    opacity: 1;
    visibility: visible; }
  .hoveroptions .uploadButton {
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    cursor: pointer;
    left: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .hoveroptions .uploadButton:after {
      content: "Upload Image";
      position: absolute;
      height: 15px;
      display: block;
      color: #8c8c8c;
      left: 0;
      top: 0;
      line-height: 195px;
      width: 100%;
      text-align: center;
      font-size: 14px; }
    .hoveroptions .uploadButton:before {
      content: "\e90d";
      position: absolute;
      height: 15px;
      display: block;
      color: #b3b3b3;
      left: 0;
      top: -10px;
      line-height: 145px;
      width: 100%;
      text-align: center;
      font-size: 40px;
      font-family: icomoontheme; }
    .hoveroptions .uploadButton .btn {
      width: 80px;
      height: 45px;
      background: white;
      text-indent: -9999px;
      margin-top: 45px;
      opacity: 0;
      visibility: hidden;
      cursor: pointer; }
    .hoveroptions .uploadButton:hover {
      background: white; }
  .hoveroptions .editHead {
    opacity: 0;
    visibility: hidden;
    width: 140px;
    height: 28px;
    background: #0787C9;
    border: none;
    color: #ffffff;
    cursor: pointer;
    left: 50%;
    top: 0;
    position: absolute;
    display: block;
    z-index: 5;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -80px;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .hoveroptions .editHead i {
      margin-right: 5px; }
  .hoveroptions:hover .editHead {
    opacity: 1;
    visibility: visible; }
  .hoveroptions:hover .sectionToobox {
    opacity: 1;
    visibility: visible; }

footer.hoveroptions .sectionHoverOptions .sectionToobox a {
  border: none; }

.navbar-brand .inner_item_drag_handler.hoveroptions:after {
  z-index: 1; }

.navbar-brand .settings {
  left: 0;
  top: 0;
  margin: 0; }

.galleryblocks .hoveroptions .clone {
  margin-left: -12px; }

.galleryblocks .hoveroptions .settings {
  margin-left: -20px; }

.galleryblocks .hoveroptions .remove {
  margin-left: 4px; }

/* 29-06-16 */
.emptyelemenmt {
  width: 100vw;
  /*height: 300px;*/
  min-height: 100px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /*margin-bottom: 70px;*/
  /*border: dashed  1px darken($lightgray, 10%);*/
  /*background: $white;*/
  font-size: 16px;
  color: #797979;
  font-weight: 600;
  line-height: 35px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .emptyelemenmt:hover {
    border-color: #c5c5c5;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) 1px 2px #CCC;
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) 1px 2px #CCC;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) 1px 2px #CCC; }
  .emptyelemenmt .choosebutton {
    height: 68px;
    color: #0787c9;
    border: solid 2px #0787c9;
    padding: 15px 65px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .emptyelemenmt .choosebutton:hover {
      background: #0787c9;
      color: #ffffff; }

.grid-holder {
  min-height: 10px; }

footer .emptyelemenmt {
  height: auto;
  margin: 0; }

footer .options.hoveroptions > .elements {
  top: -0; }

.head ul,
.head ol,
[data-elem="text"] ul,
[data-elem="text"] ol {
  list-style-position: outside;
  padding-left: 20px; }

/* 07-12-16 */
.inner_item_drag_handler {
  /*text-align: center;*/ }
  .inner_item_drag_handler figure {
    height: 150px;
    width: 330px;
    margin: 3px auto 6px;
    border: solid 0 #d2d2d2; }
    .inner_item_drag_handler figure .overHide {
      border-radius: 0;
      display: block;
      height: 100%;
      overflow: hidden; }
    .inner_item_drag_handler figure img {
      max-width: 100%; }
    .inner_item_drag_handler figure.circle {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      height: 170px;
      width: 170px; }
    .inner_item_drag_handler figure.square {
      width: 350px;
      height: 350px; }
  .inner_item_drag_handler figure.circle {
    height: 170px;
    width: 170px;
    margin: 0 auto; }
    .inner_item_drag_handler figure.circle img {
      width: 100%;
      display: block;
      margin: 0 auto;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
  .inner_item_drag_handler figure.rectangle {
    height: 170px;
    width: 340px;
    display: block;
    text-align: center;
    margin: 3px auto 6px; }
    .inner_item_drag_handler figure.rectangle img {
      width: 100%;
      border-radius: 0%;
      -webkit-border-radius: 0%;
      -moz-border-radius: 0%;
      -ms-border-radius: 0%;
      -o-border-radius: 0%; }
  .inner_item_drag_handler:hover figure.ui-resizable {
    z-index: 2; }

.galleryblocks .inner_item_drag_handler:hover .overHide {
  position: relative;
  z-index: -1; }

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

[data-elem="text"].paragraphtext,
.paragraphtext {
  font-family: Open Sans;
  /*font-size: $paratextfontsize;
	line-height: $paratextline;*/
  color: #000000;
  opacity: 1;
  overflow-wrap: break-word;
  margin-bottom: 20px;
  /*font-weight: $paratextfontweight;*/ }
  [data-elem="text"].paragraphtext p,
  .paragraphtext p {
    font-family: Open Sans;
    /*font-size: $paratextfontsize;
		line-height: $paratextline;*/
    color: #000000;
    opacity: 1;
    margin-bottom: 20px;
    /*font-weight: $paratextfontweight;*/
    /*a {
			color: $paratextfontcolor;
			text-decoration: none;
		}*/ }
  [data-elem="text"].paragraphtext .ge_editor p,
  .paragraphtext .ge_editor p {
    margin-bottom: 0; }

h2 {
  font-family: Montserrat;
  /*font-size: $subtitlesize / 1.1;*/
  margin-bottom: 15px;
  color: #011621;
  text-transform: uppercase;
  font-weight: 700; }

.gm-style .controls {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px 0 0 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #011621;
  font-size: 12px;
  height: 28px;
  margin-top: 10px;
  outline: medium none;
  padding: 5px 10px;
  min-width: 250px; }

.gosite_theme_one footer .contentarea .options .social a {
  margin: 0 5px 10px 5px;
  display: inline-block; }

.googleMap .google-map {
  min-height: 150px;
  min-width: 150px;
  max-width: 100%;
  margin: 0 auto; }

.fluid-width .googleMap .google-map {
  width: 100% !important; }

.spacerExtra {
  min-height: 22px;
  margin-bottom: 10px; }
  .spacerExtra .cloneGe {
    display: none  !important; }

.ge.newsLetter {
  margin-bottom: 25px; }

.ge.embedcode-default-text {
  margin-bottom: 25px; }

.embedcode-default-text iframe {
  max-width: 100% !important; }

.dividerOuter {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.divider {
  margin: 0px;
  height: 2px;
  background: #000000;
  width: 100%;
  display: inline-block;
  width: 100%; }

.gositeLogo {
  padding: 20px 0 0;
  opacity: 0.7;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .gositeLogo img {
    height: 100%; }
  .gositeLogo:hover {
    opacity: 1; }

.inner_item_drag_handler video {
  padding: 0 1px; }

.addSectionArea {
  position: relative;
  background: red; }
  .addSectionArea .addSectionIcon {
    font-size: 45px;
    margin-bottom: 15px;
    color: #999999; }
  .addSectionArea .head {
    text-transform: uppercase;
    font-size: 30px; }
  .addSectionArea p {
    font-size: 12px;
    color: #404040; }
  .addSectionArea .close {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    color: #595959; }
  .addSectionArea.contentarea {
    padding: 40px 0; }

.active-section {
  position: relative;
  z-index: 99; }

.sectionOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  z-index: 95; }

.sectionHoverOuter {
  position: relative;
  height: 0;
  z-index: 99; }

.sectionHoverOptions {
  height: 10px;
  background: #0787C9;
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  display: block;
  border-bottom: solid 3px #ffffff;
  border-top: solid 3px #ffffff; }
  .sectionHoverOptions .addSection {
    width: 40px;
    height: 40px;
    background: #0787C9;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -18px 0 0 -20px;
    display: block;
    z-index: 1;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .sectionHoverOptions .addSection a {
      width: 40px;
      height: 40px;
      display: block;
      cursor: pointer;
      line-height: 41px;
      text-decoration: none;
      color: #ffffff;
      position: relative;
      z-index: 2;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .sectionHoverOptions .addSection:hover {
      background: #0676b0; }
  .sectionHoverOptions:after {
    width: 48px;
    height: 48px;
    display: block;
    background: #ffffff;
    border: solid 4px #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -22px 0 0 -24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    z-index: -1; }
  .sectionHoverOptions .sectionToobox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 180px;
    height: 28px;
    background: #0787C9;
    border: none;
    color: #ffffff;
    cursor: pointer;
    left: 50%;
    top: 0;
    position: absolute;
    display: block;
    z-index: 5;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -90px;
    text-align: center;
    line-height: 20px;
    padding: 5px 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .sectionHoverOptions .sectionToobox a {
      display: inline-block;
      cursor: pointer;
      font-size: 15px;
      line-height: 14px;
      font-weight: 100;
      padding: 0 8px;
      border-right: solid 1px #0676b0;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .sectionHoverOptions .sectionToobox a:last-child {
        border: none; }
      .sectionHoverOptions .sectionToobox a:hover {
        color: #04557f; }
      .sectionHoverOptions .sectionToobox a.clone_sec {
        font-size: 14px; }

.elementAddOOuter {
  position: relative;
  height: 0;
  z-index: 2; }

.gem .google-map {
  max-width: 100%;
  margin-bottom: 30px; }

.elementAddOptions {
  height: 3px;
  background: #0787C9;
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  display: block; }
  .elementAddOptions .addSection {
    width: 27px;
    height: 27px;
    background: #0787C9;
    position: absolute;
    left: 0;
    top: 0;
    margin: -13px 0 0 -20px;
    display: block;
    z-index: 1;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .elementAddOptions .addSection a {
      width: 27px;
      height: 27px;
      display: block;
      cursor: pointer;
      font-size: 12px;
      line-height: 27px;
      text-decoration: none;
      color: #ffffff;
      position: relative;
      z-index: 2;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .elementAddOptions .addSection:hover {
      background: #0676b0; }
  .elementAddOptions:after {
    width: 32px;
    height: 32px;
    display: block;
    background: #ffffff;
    border: solid 4px #ffffff;
    position: absolute;
    left: 0%;
    top: 0;
    margin: -16px 0 0 -28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    z-index: -1; }
  .elementAddOptions .sectionToobox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 180px;
    height: 28px;
    background: #0787C9;
    border: none;
    color: #ffffff;
    cursor: pointer;
    left: 50%;
    top: 0;
    position: absolute;
    display: block;
    z-index: 5;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -90px;
    text-align: center;
    line-height: 20px;
    padding: 5px 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .elementAddOptions .sectionToobox a {
      display: inline-block;
      cursor: pointer;
      font-size: 15px;
      line-height: 14px;
      font-weight: 100;
      padding: 0 8px;
      border-right: solid 1px #0676b0;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .elementAddOptions .sectionToobox a:last-child {
        border: none; }
      .elementAddOptions .sectionToobox a:hover {
        color: #04557f; }
      .elementAddOptions .sectionToobox a.clone_sec {
        font-size: 14px; }

div.sectionOverColor {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1; }

.active-section div.sectionOverColor {
  z-index: -10; }

#toTop {
  background: url("../images/back-top.png") no-repeat right top;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 5px;
  display: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0.8; }
  #toTop:hover {
    opacity: 1; }

@media only screen and (max-width: 767px) {
  [data-elem="text"] ul,
  [data-elem="text"] ol {
    list-style-position: outside;
    padding-left: 20px; }
    [data-elem="text"] ul li > span,
    [data-elem="text"] ol li > span {
      display: block !important; } }

.quick-site-bg {
  background: #eef0f2 url("../../../images/quick-site-bg.png") repeat-x center top; }

.quicksite-banner .navbar-brand #logoImage {
  margin: auto; }
  .quicksite-banner .navbar-brand #logoImage img {
    max-width: 100%;
    max-height: 100%; }

.section-with-time {
  position: relative; }
  .section-with-time .hours-list {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #ffffff;
    padding: 5px 10px;
    z-index: 15;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 2px 0 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 10px 0px rgba(0, 0, 0, 0.2); }
    .section-with-time .hours-list .cover-yext-line p {
      margin: 0;
      border-top: solid 1px #eee;
      font-size: 12px; }
    .section-with-time .hours-list .cover-yext-line .gseo_hours {
      margin: 0; }
    .section-with-time .hours-list .cover-yext-line .day-text {
      margin-right: 5px;
      min-width: 48px;
      display: inline-block;
      color: #6790ed; }

.demo-content {
  position: relative; }
  .demo-content .demo-info {
    position: absolute;
    left: 50%;
    bottom: 125%;
    padding: 5px 6px 7px;
    font-size: 12px;
    width: 100%;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .demo-content .demo-info:after {
      border-top: 6px solid rgba(0, 0, 0, 0.8);
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.navbar-quick-site .navbar-nav li a {
  opacity: 0.5; }
  .navbar-quick-site .navbar-nav li a.active, .navbar-quick-site .navbar-nav li a:hover {
    opacity: 1; }

.quicksite-hours-section {
  height: auto; }

.pg-quick-site-title {
  margin-top: 50px;
  margin-bottom: 0; }

.hours-list-overlap {
  position: relative;
  z-index: 11;
  margin-top: -225px;
  background: #ffffff;
  padding: 0;
  -webkit-box-shadow: 2px 0 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden; }
  .hours-list-overlap .layout {
    position: static !important; }
  .hours-list-overlap .col-5 {
    width: 50%;
    float: left; }
  .hours-list-overlap .col-6 {
    width: 60%;
    float: left; }
  .hours-list-overlap .layout-wrapper .text-content-wrap {
    padding: 50px 60px; }
  .hours-list-overlap .padding-0 {
    padding: 0 !important; }
  .hours-list-overlap .map-block {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%; }
    .hours-list-overlap .map-block .cover-line:hover {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
    .hours-list-overlap .map-block .google-map {
      width: 50%;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
    .hours-list-overlap .map-block .pac-input {
      display: none; }
  .hours-list-overlap .paragraphtext {
    margin: 0;
    color: #082344;
    margin-bottom: 5px; }
    .hours-list-overlap .paragraphtext p {
      font-size: 18px; }
    .hours-list-overlap .paragraphtext a {
      color: #082344;
      text-decoration: none; }
    .hours-list-overlap .paragraphtext h5 {
      font-size: 14px;
      color: #0258FF; }
    .hours-list-overlap .paragraphtext h5.business-time {
      font-size: 14px;
      color: #837E90; }
      .hours-list-overlap .paragraphtext h5.business-time .closed {
        color: red; }
      .hours-list-overlap .paragraphtext h5.business-time .open {
        color: green; }
  .hours-list-overlap .mb-medium {
    margin-bottom: 25px; }
    .hours-list-overlap .mb-medium + .alternatePh {
      margin-top: -20px; }
  .hours-list-overlap .tollFreePh {
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    .hours-list-overlap {
      margin-top: -250px; }
      .hours-list-overlap .layout-wrapper .text-content-wrap {
        padding: 20px 20px; } }
  @media (max-width: 991px) {
    .hours-list-overlap {
      padding-top: 300px; }
      .hours-list-overlap .col-5 {
        width: 100%;
        float: right; }
      .hours-list-overlap .col-6 {
        width: 100%;
        float: left; }
      .hours-list-overlap .map-block {
        height: 100%;
        width: 300px; }
        .hours-list-overlap .map-block .google-map {
          width: 100%;
          height: 300px; } }

.gosite_theme_one .footer.two .hours-list-overlap .hours-list-head h6 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.gosite_theme_one .footer.two .hours-list-overlap .hours-list-head p {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.gosite_theme_one .footer.two .hours-list-overlap .hours-list-head .business-closed {
  display: inline-block;
  font-family: Montserrat;
  vertical-align: middle;
  color: #d0021b;
  font-size: 14px; }

.gosite_theme_one .footer.two .hours-list-overlap .hours-list .paragraphtext p {
  font-size: 18px;
  color: #082344; }

.about-us-quick-site .mb-medium {
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .about-us-quick-site {
    margin-top: -50px; } }

@media (max-width: 768px) {
  .about-us-quick-site .geh .head span {
    font-size: 22px  !important;
    line-height: 32px  !important; } }

.if-no-isotope figure.square {
  margin: 0 !important;
  padding: 15px; }
  .if-no-isotope figure.square img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }

@media (max-width: 767px) {
  .if-no-isotope figure.square {
    width: 100% !important;
    float: none;
    padding: 20px 20px !important; } }

@media (min-width: 768px) {
  .if-no-isotope {
    display: flex; }
    .if-no-isotope figure.square {
      flex-grow: 1;
      flex-basis: 0;
      height: 320px !important;
      max-width: 50%;
      margin: 0px auto !important; } }

footer.quick-site-footer {
  padding: 50px 0; }
  footer.quick-site-footer .contentarea .social {
    text-align: center;
    margin-bottom: 15px; }
  footer.quick-site-footer .contentarea .paragraphtext {
    margin: 0; }
    footer.quick-site-footer .contentarea .paragraphtext p {
      text-align: center; }

.quick-site-review-popup {
  text-align: center;
  margin-top: 20px; }
  .quick-site-review-popup p {
    color: #082344;
    line-height: 26px;
    font-size: 14px; }
  .quick-site-review-popup span {
    font-size: 0;
    margin: 0 3px; }
    .quick-site-review-popup span i {
      font-size: 15px;
      display: inline-block;
      color: #ddd; }
  .quick-site-review-popup .rating-outer {
    width: 75px;
    height: 14px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    top: 1px; }
    .quick-site-review-popup .rating-outer .rating-normal {
      width: 75px;
      height: 14px;
      background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star.png) no-repeat left top; }
    .quick-site-review-popup .rating-outer .rating-over {
      position: absolute;
      left: 0;
      top: 0;
      width: 75px;
      height: 14px;
      background: url(https://dufzo4epsnvlh.cloudfront.net/published_assets/attorney/images/rating-star-active.png) no-repeat left top; }
  .quick-site-review-popup .details {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 0; }
    .quick-site-review-popup .details .name {
      font-size: 18px;
      color: #333333;
      display: block;
      font-weight: 700; }
    .quick-site-review-popup .details .days {
      font-size: 12px;
      color: #a3a3a3;
      display: block;
      font-weight: 600;
      line-height: 30px; }

@media only screen and (min-width: 768px) {
  footer.quick-site-footer .right-social {
    float: right; } }

.hours-list-normal {
  position: relative;
  z-index: 11;
  background: #ffffff;
  padding: 0;
  overflow: hidden; }
  .hours-list-normal .layout {
    position: static !important; }
  .hours-list-normal .col-5 {
    width: 50%;
    float: left; }
  .hours-list-normal .col-6 {
    width: 60%;
    float: left; }
  .hours-list-normal .layout-wrapper .text-content-wrap {
    padding: 50px 60px; }
  .hours-list-normal .padding-0 {
    padding: 0 !important; }
  .hours-list-normal .map-block {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%; }
    .hours-list-normal .map-block .cover-line:hover {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
    .hours-list-normal .map-block .google-map {
      width: 50%;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
    .hours-list-normal .map-block .pac-input {
      display: none; }
  .hours-list-normal .paragraphtext {
    margin: 0;
    color: #082344;
    margin-bottom: 5px; }
    .hours-list-normal .paragraphtext p {
      font-size: 18px; }
    .hours-list-normal .paragraphtext a {
      color: #082344;
      text-decoration: none; }
    .hours-list-normal .paragraphtext h5 {
      font-size: 14px;
      color: #0258FF; }
    .hours-list-normal .paragraphtext h5.business-time {
      font-size: 14px;
      color: #837E90; }
      .hours-list-normal .paragraphtext h5.business-time .closed {
        color: red; }
      .hours-list-normal .paragraphtext h5.business-time .open {
        color: green; }
  .hours-list-normal .mb-medium {
    margin-bottom: 25px; }
    .hours-list-normal .mb-medium .alternatePh {
      margin-top: -20px; }
  .hours-list-normal .tollFreePh {
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    .hours-list-normal {
      margin-top: -250px; }
      .hours-list-normal .layout-wrapper .text-content-wrap {
        padding: 20px 20px; } }
  @media (max-width: 991px) {
    .hours-list-normal {
      padding-top: 300px; }
      .hours-list-normal .col-5 {
        width: 100%;
        float: right; }
      .hours-list-normal .col-6 {
        width: 100%;
        float: left; }
      .hours-list-normal .map-block {
        height: 100%;
        width: 300px; }
        .hours-list-normal .map-block .google-map {
          width: 100%;
          height: 300px; } }

.quicksite-site-hours-section2 .google-map {
  position: absolute;
  left: 0; }

.quicksite-site-hours-section2 .text-content-wrap {
  float: right; }

.gosite_theme_one .quick-site-about-section2 {
  background: #ffffff; }
  .gosite_theme_one .quick-site-about-section2 .options {
    padding-top: 0; }

.gosite_theme_one .quick-site2-slider-section {
  padding: 30px 0; }
  .gosite_theme_one .quick-site2-slider-section .owl-carousel-gallery-item figure {
    margin: 0 5%; }
  .gosite_theme_one .quick-site2-slider-section.radius-image img {
    border-radius: 20px; }

.gosite_theme_one .quick-site2-service-section {
  display: block;
  width: 100%;
  padding: 95px 0;
  background-color: #fff; }
  .gosite_theme_one .quick-site2-service-section .head {
    font-weight: 400; }
  .gosite_theme_one .quick-site2-service-section .content-table {
    display: table; }
  .gosite_theme_one .quick-site2-service-section .col-1 {
    width: 33.3333%;
    float: left;
    margin: 5px 0; }
  .gosite_theme_one .quick-site2-service-section .tittle {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    .gosite_theme_one .quick-site2-service-section .tittle p.editor {
      color: #6c6c6c; }
  .gosite_theme_one .quick-site2-service-section .item-holder {
    position: relative;
    margin: 10px 0; }
    .gosite_theme_one .quick-site2-service-section .item-holder .icon-block {
      position: absolute;
      left: 0; }
    .gosite_theme_one .quick-site2-service-section .item-holder .content-item {
      display: inline-block;
      padding-left: 35px; }

.gosite_theme_one .quick-site2-footer .contentarea .options p {
  opacity: 1; }

.tab-head-quick-site .editor a {
  margin-right: 35px;
  position: relative;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6; }
  .tab-head-quick-site .editor a:after {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    height: 2px;
    width: 100%;
    background: #FDCC66;
    display: none;
    margin-top: 5px; }
  .tab-head-quick-site .editor a.current {
    opacity: 1; }
    .tab-head-quick-site .editor a.current:after {
      display: block; }

.menu-wrap-shadow-box {
  padding: 0 20px 20px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  .menu-wrap-shadow-box .tab-wrap-quick-site .options {
    padding-top: 0; }

.tab-wrap-quick-site {
  max-height: 300px;
  overflow: hidden;
  position: relative; }
  .tab-wrap-quick-site:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: block;
    content: "";
    background: rgba(255, 255, 255, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.99)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .tab-wrap-quick-site.expand-foodmenu {
    overflow: auto;
    max-height: inherit; }
    .tab-wrap-quick-site.expand-foodmenu:after {
      display: none; }

.tab-container-quick-site {
  display: none; }
  .tab-container-quick-site.current {
    display: block; }
  .tab-container-quick-site .sold-out {
    opacity: 0.5; }
  .tab-container-quick-site .info-tag {
    font-size: 8px;
    line-height: 11px;
    background: #000000;
    color: #ffffff;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    font-style: normal;
    padding: 1px 5px;
    position: relative;
    top: -2px;
    margin-left: 5px; }
  .tab-container-quick-site .offer-tag {
    font-size: 8px;
    line-height: 11px;
    background: #EA4335;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    font-style: normal;
    padding: 1px 5px;
    position: relative;
    top: -2px;
    margin-left: 5px; }
  .tab-container-quick-site .paragraphtext.gep {
    max-width: 75%; }

@media only screen and (max-width: 767px) {
  .menu-wrap-shadow-box {
    padding: 10px 10px 0; }
    .menu-wrap-shadow-box .tab-head-quick-site .paragraphtext {
      margin: 0; }
  .tab-head-quick-site .editor a {
    display: block;
    margin: 0 0 5px 0; }
  .tab-head-quick-site .editor br {
    display: none; }
  .gosite_theme_one .quick-site2-service-section {
    padding: 10px 0; }
    .gosite_theme_one .quick-site2-service-section .container {
      width: 100%;
      padding: 0 2%; }
    .gosite_theme_one .quick-site2-service-section .col-1 {
      width: 100%;
      margin: 10px 0; }
    .gosite_theme_one .quick-site2-service-section .tittle {
      margin-bottom: 0; }
      .gosite_theme_one .quick-site2-service-section .tittle p {
        font-size: 16px; }
    .gosite_theme_one .quick-site2-service-section .item1 {
      width: 100%; }
  .gosite_theme_one .quick-site2-hourslist-head .col-50 {
    width: 100%;
    display: inline-block; }
  .gosite_theme_one .quick-site2-footer .contentarea .options p {
    text-align: center !important; } }

@media only screen and (min-width: 768px) {
  .gosite_theme_one .quick-site2-service-section {
    padding: 50px 0; }
    .gosite_theme_one .quick-site2-service-section .container {
      width: 100%;
      padding: 2%; }
    .gosite_theme_one .quick-site2-service-section .col-1 {
      width: 50%;
      margin: 10px 0; }
    .gosite_theme_one .quick-site2-service-section .tittle {
      margin-bottom: 30px; }
      .gosite_theme_one .quick-site2-service-section .tittle p {
        font-size: 16px; }
  .gosite_theme_one .quick-site2-hourslist-head .col-50 {
    width: 44%;
    display: inline-block; }
  .gosite_theme_one .review-start-icon {
    margin: 0; } }

@media only screen and (min-width: 1000px) {
  .gosite_theme_one .quick-site2-service-section {
    padding: 0; }
    .gosite_theme_one .quick-site2-service-section .col-1 {
      width: 33.333%; }
    .gosite_theme_one .quick-site2-service-section .tittle {
      margin: 20px 0; } }

.business-hours-quicksite {
  padding: 40px 15px 40px 40px;
  background: #ffffff;
  max-width: 450px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; }
  .business-hours-quicksite .quick-map {
    height: 200px;
    margin: 30px 0 0; }
    .business-hours-quicksite .quick-map .gem {
      position: relative; }
      .business-hours-quicksite .quick-map .gem .controls {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10; }
      .business-hours-quicksite .quick-map .gem .google-map {
        width: 100%;
        height: 200px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }
  .business-hours-quicksite .cover-line.ge:hover:after {
    z-index: 1; }
  .business-hours-quicksite .icon-address {
    width: 14px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 5px;
    background: url("https://dufzo4epsnvlh.cloudfront.net/image/instant/location-site.png") no-repeat center center; }
  .business-hours-quicksite .icon-hours {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 5px;
    background: url("https://dufzo4epsnvlh.cloudfront.net/image/instant/hours-site.png") no-repeat center center; }

.business-gallery-3 {
  max-width: 600px;
  float: right;
  padding: 50px 50px; }
  .business-gallery-3 .carousel-quick-gallery .owl-carousel-gallery-item {
    width: calc(50% - 17px);
    height: auto;
    margin: 0 34px 17px 0;
    float: left; }
    .business-gallery-3 .carousel-quick-gallery .owl-carousel-gallery-item img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    .business-gallery-3 .carousel-quick-gallery .owl-carousel-gallery-item:first-child {
      width: 100%;
      float: none;
      height: auto;
      margin: 0 0 34px 0; }
      .business-gallery-3 .carousel-quick-gallery .owl-carousel-gallery-item:first-child img {
        height: 410px; }
    .business-gallery-3 .carousel-quick-gallery .owl-carousel-gallery-item:last-child {
      margin-right: 0; }

.carousel-single-slide .review-start-icon .stars-existing {
  display: block;
  font-size: 0;
  text-align: center;
  text-align: center;
  margin: auto;
  margin-bottom: 20px; }

.carousel-single-slide .review-start-icon .details {
  margin: 0 20px; }

.carousel-single-slide .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -29px; }

.carousel-single-slide .owl-nav .owl-prev {
  left: -65px; }

.carousel-single-slide .owl-nav .owl-next {
  right: -65px; }

.carousel-single-slide .review-text {
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .business-gallery-3 {
    padding: 20px; }
    .business-gallery-3 .carousel-quick-gallery .owl-carousel-gallery-item:first-child img {
      height: 260px; }
  .carousel-single-slide .owl-nav button {
    position: relative; }
    .carousel-single-slide .owl-nav button.disabled {
      opacity: 0.5;
      pointer-events: none; } }

.gallery-section-six .carousel-gallery .owl-stage {
  margin: auto; }

.gallery-section-six .carousel-gallery .owl-item figure {
  margin-left: 3%;
  margin-right: 3%; }
  .gallery-section-six .carousel-gallery .owl-item figure img {
    min-width: 100%;
    max-width: 50%;
    min-height: 350px;
    max-height: 350px; }
  .gallery-section-six .carousel-gallery .owl-item figure .overHide {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; }

.gallery-section-six .carousel-gallery .owl-nav {
  text-align: center; }
  .gallery-section-six .carousel-gallery .owl-nav button {
    width: 58px;
    height: 58px;
    display: inline-block;
    background: #F3F6F8;
    line-height: 62px;
    cursor: pointer;
    margin: 20px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none; }
    .gallery-section-six .carousel-gallery .owl-nav button:hover {
      -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
    .gallery-section-six .carousel-gallery .owl-nav button.disabled {
      display: none; }
