/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("http://fonts.googleapis.com/css?family=Carrois+Gothic+SC|Slabo+27px|Ubuntu:300");
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url("http://fonts.googleapis.com/css?family=Anton|Frank+Ruhl+Libre:300|Roboto+Condensed");
@import url("http://fonts.googleapis.com/css?family=Dancing+Script:700");
@import url("http://fonts.googleapis.com/css?family=Catamaran");
/*@import url("@import url(http://fonts.googleapis.com/css?family=Gabriela)");*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);
/* line 5, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*Basic CSS ------------*/
/* line 71, ../sass/base.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 77, ../sass/base.scss */
.group:after {
  clear: both;
}

/* line 81, ../sass/base.scss */
.group {
  zoom: 1;
}

/* line 85, ../sass/base.scss*/
.aboutProduct-img-gallery img {
  width: 100%;
} 

/* line 89, ../sass/base.scss */
.noPadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 113, ../sass/base.scss */
input {
  outline-color: #4c4c4c;
}

/* line 117, ../sass/base.scss */
a {
  text-decoration: none;
  color: #262261;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 122, ../sass/base.scss */
a:hover, a:focus, a:active {
  text-decoration: underline;
}

/* line 129, ../sass/base.scss */
input,
select,
textarea,
button {
  border-radius: 0px !important;
}

/* line 145, ../sass/base.scss */
body {
  font-family: "Ubuntu", sans-serif;
}

/* line 149, ../sass/base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gabriela", sans-serif;
}

/* line 158, ../sass/base.scss */
p,
a,
b,
i,
span,
li {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

/* line 5, ../sass/spin.scss */
#load_screen {
  background-size: cover;
  background-position: center;
  opacity: 1;
  position: fixed;
  z-index: 11110;
  top: 0px;
  width: 100%;
  height: 1600px;
}
/* line 14, ../sass/spin.scss */
#load_screen:before {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #4c4c4c;
}

/* line 25, ../sass/spin.scss */
div#load_screen > #loading {
  color: #FFF;
  width: 120px;
  height: 24px;
  margin: 300px auto;
}
/* line 30, ../sass/spin.scss */
div#load_screen > #loading .text {
  color: #fbae17 !important;
  display: inline-block;
  margin-left: 5px;
}

/* line 37, ../sass/spin.scss */
.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
/* line 42, ../sass/spin.scss */
.bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fbae17;
  transform-origin: 50%;
  animation: bounce 300ms alternate infinite ease;
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
/* line 14, ../sass/screen.scss */
.navbar-default {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 111;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  /* line 14, ../sass/screen.scss */
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (min-width: 960px) {
  /* line 28, ../sass/screen.scss */
  .navbar-default .langNav {
    margin-left: 35px !important;
    background-color: transparent !important;
    border: none !important;
  }
  /* line 32, ../sass/screen.scss */
  .navbar-default .langNav li {
    color: white;
    margin: 12px 7px 0px 0px;
  }
  /* line 35, ../sass/screen.scss */
  .navbar-default .langNav li a {
    color: white;
    font-weight: bold;
    padding: 0px;
  }
  
  /* line 42, ../sass/screen.scss */
  .navbar-default .nav {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px;
    border-radius: 0px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 11000ssh1;
  }
  /* line 50, ../sass/screen.scss */
  .navbar-default .nav:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* line 53, ../sass/screen.scss */
  .navbar-default .nav a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  /* line 57, ../sass/screen.scss */
  .navbar-default .nav a:hover {
    color:#9b0c55  !important; /*#4c4c4c*/
  }
}
@media only screen and (max-width: 959px){
.navbar-default .langNav li a {
    color: white !important;
    font-weight: bold;
    /* padding: 0px; */
}}
@media only screen and (max-width:767px) {
  /* line 65, ../sass/screen.scss */
  .navbar-header {
    padding-bottom: 30px;
  }
}

/* line 71, ../sass/screen.scss */
.navbar-brand {
  padding: 0px;
  margin: 0px;
}
/* line 74, ../sass/screen.scss */
.navbar-brand img {
  margin-left: 15px;
  margin-top: -25px;
  width: 170px;
}
@media only screen and (max-width: 960px) {
  /* line 74, ../sass/screen.scss */
  .navbar-brand img {
    width: 90px;
  }
}

/* line 85, ../sass/screen.scss */
.sectionBlc-front-video {
  margin: 0px !important;
}
@media only screen and (max-width: 960px) {
  /* line 87, ../sass/screen.scss */
/*  .sectionBlc-front-video .video-container {
    display: none;
  }*/
}
@media only screen and (max-width: 960px) {
  /* line 85, ../sass/screen.scss */
/*  .sectionBlc-front-video {
    background: url(../../../images/gallery/img30.jpg) center no-repeat;
    background-size: cover;
  }*/
} 

/* line 100, ../sass/screen.scss */
.title-container {
  text-align: center;
}
/* line 102, ../sass/screen.scss */
.title-container h3 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 107, ../sass/screen.scss */
.title-container h3 span {
  font-weight: bold !important;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  /* line 102, ../sass/screen.scss */
  .title-container h3 {
    font-size: 22px !important;
    width: 100%;
    margin: 15px auto;
  }
}
/* line 118, ../sass/screen.scss */
.title-container p {
  line-height: 22px;
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
  /* line 118, ../sass/screen.scss */
  .title-container p {
    font-size: 16px;
    width: 80%;
    margin: auto;
  }
}

/* line 129, ../sass/screen.scss */
.scrollDown-video {
  z-index: 1000;
  position: absolute;
  top: 90%;
  width: 100%;
  text-align: center;
}
/* line 135, ../sass/screen.scss */
.scrollDown-video .fa {
  color: rgba(255, 255, 255, 0.5);
  font-size: 62px;
  cursor: pointer;
}
/* line 139, ../sass/screen.scss */
.scrollDown-video .fa:hover {
  color: white;
}

/* line 145, ../sass/screen.scss */
.scrollDown-video-hw,
.scrollDown-video-package {
  top: 60%;
}

/* line 151, ../sass/screen.scss */
.sectionBlc {
  margin: 140px auto;
}
@media only screen and (max-width: 960px) {
  /* line 151, ../sass/screen.scss */
  .sectionBlc {
    margin: 70px auto;
  }
}
/* line 156, ../sass/screen.scss */
.sectionBlc .sectionBlc-header {
  margin: 70px 0px 80px 0px;
}
/* line 158, ../sass/screen.scss */
.sectionBlc .sectionBlc-header h3 {
  font-size: 36px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  /* line 158, ../sass/screen.scss */
  .sectionBlc .sectionBlc-header h3 {
    text-align: center;
  }
}
/* line 166, ../sass/screen.scss */
.sectionBlc .sectionBlc-header h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -6px;
  bottom: -3px;
  width: 120%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 960px) {
  /* line 166, ../sass/screen.scss */
  .sectionBlc .sectionBlc-header h3:after {
    width: 100%;
  }
}
/* line 179, ../sass/screen.scss */
.sectionBlc .sectionBlc-header h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -6px;
  bottom: -3px;
  height: 25%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 960px) {
  /* line 179, ../sass/screen.scss */
  .sectionBlc .sectionBlc-header h3:before {
    display: none;
  }
}

/* line 196, ../sass/screen.scss */
.box-front {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  transition: 0.3s;
}
/* line 200, ../sass/screen.scss */
.box-front:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 960px) {
  /* line 196, ../sass/screen.scss */
  .box-front {
    margin-bottom: 25px;
  }
}

/* line 211, ../sass/screen.scss */
.aboutProduct-wrapper .aboutProduct-text {
  padding-top: 15%;
  padding-bottom: 15%;
}
@media only screen and (max-width: 960px) {
  /* line 211, ../sass/screen.scss */
  .aboutProduct-wrapper .aboutProduct-text {
    padding-top: 8%;
    padding-top: 10%;
  }
}
/* line 218, ../sass/screen.scss */
.aboutProduct-wrapper .aboutProduct-text h3 {
  font-size: 26px;
  color: #4c4c4c;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 960px) {
  /* line 218, ../sass/screen.scss */
  .aboutProduct-wrapper .aboutProduct-text h3 {
    font-size: 18px;
  }
}
/* line 226, ../sass/screen.scss */
.aboutProduct-wrapper .aboutProduct-text h3 b {
  font-weight: bold;
}
/* line 230, ../sass/screen.scss */
.aboutProduct-wrapper .aboutProduct-text p {
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 235, ../sass/screen.scss */
.aboutProduct-wrapper .aboutProduct-text p b {
  font-weight: bold !important;
}

/* line 244, ../sass/screen.scss */
.aboutProduct-vid-blc-vimeo {
  display: none;
}

/* line 248, ../sass/screen.scss */
.myBtn {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border: 1px solid #727272;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  margin: 20px auto;
  border-radius: 1px;
}
/* line 259, ../sass/screen.scss */
.myBtn:hover {
  background-color: #595959;
  color: white;
  text-decoration: none;
}

/* line 267, ../sass/screen.scss */
.aboutProduct-img-gallery .masonry {
  overflow: hidden;
}
/* line 269, ../sass/screen.scss */
.aboutProduct-img-gallery .masonry .item {
  border: 2px solid #f2f2f2;
  overflow: hidden;
  margin-top: -4px;
  transition: 1s;
  border-bottom-width: 4px;
}
/* line 275, ../sass/screen.scss */
.aboutProduct-img-gallery .masonry .item img {
  display: inline-block;
  transform: scale(1.2);
  transition: 1s;
}
/* line 281, ../sass/screen.scss */
.aboutProduct-img-gallery .masonry .item:hover img {
  transform: scale(1.5);
}

/* line 137, ../sass/base.scss */
.frontFeatures-wrappper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 293, ../sass/screen.scss */
.frontFeatures-wrappper .frontFeatures-blc {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px;
}
/* line 297, ../sass/screen.scss */
.frontFeatures-wrappper .frontFeatures-blc li {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 137, ../sass/base.scss */
.frontFeatures-wrappper .frontFeatures-blc li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 303, ../sass/screen.scss */
.frontFeatures-wrappper .frontFeatures-blc li b {
  font-weight: bold;
}
/* line 306, ../sass/screen.scss */
.frontFeatures-wrappper .frontFeatures-blc li:last-child {
  border: none;
}
/* line 309, ../sass/screen.scss */
.frontFeatures-wrappper .frontFeatures-blc li i {
  display: inline-block;
  float: left;
  width: 10%;
  padding-top: 7px;
  padding-left: 15px;
}
@media only screen and (max-width: 960px) {
  /* line 309, ../sass/screen.scss */
  .frontFeatures-wrappper .frontFeatures-blc li i {
    width: 20%;
  }
}
/* line 319, ../sass/screen.scss */
.frontFeatures-wrappper .frontFeatures-blc li span {
  display: inline-block;
  padding-right: 15px;
  width: 90%;
  float: right;
  line-height: 26px;
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
  /* line 319, ../sass/screen.scss */
  .frontFeatures-wrappper .frontFeatures-blc li span {
    width: 80%;
  }
}

/* line 335, ../sass/screen.scss */
.sectionBlc-front-parallax {
  margin: 70px auto;
}

/* line 339, ../sass/screen.scss */
.parallax-window {
  min-height: 620px;
  line-height: 620px;
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Gabriela", sans-serif;
}
@media only screen and (max-width: 960px) {
  /* line 339, ../sass/screen.scss */
  .parallax-window {
    font-size: 26px;
    padding-top: 50%;
    line-height: 36px;
    min-height: 320px;
  }
}

/* line 357, ../sass/screen.scss */
#secBuy {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/* line 362, ../sass/screen.scss */
.frontBuy-wrappper {
  padding: 50px;
  text-align: center;
  position: relative;
}
/* line 366, ../sass/screen.scss */
.frontBuy-wrappper h1 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 56px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
/* line 370, ../sass/screen.scss */
.frontBuy-wrappper h1 .bookTodayWord {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
/* line 375, ../sass/screen.scss */
.frontBuy-wrappper h1 .bookTodayText {
  display: inline-block;
  margin-left: -12px !important;
}
/* line 379, ../sass/screen.scss */
.frontBuy-wrappper h1 .bookTodayText-ex {
  font-size: 16px;
  position: absolute;
  left: 110%;
  bottom: 60%;
}
/* line 386, ../sass/screen.scss */
.frontBuy-wrappper h4 {
  margin-bottom: 35px;
  margin-top: 7px;
}
/* line 389, ../sass/screen.scss */
.frontBuy-wrappper h4 .btslw {
  display: inline-block;
  margin-left: 2px;
  font-size: 18px;
}
/* line 395, ../sass/screen.scss */
.frontBuy-wrappper p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  width: 80%;
  margin: auto;
}
/* line 402, ../sass/screen.scss */
.frontBuy-wrappper button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 230px;
  height: 208px;
  content: "";
  padding: 90px 0 0;
  border-top: 0 solid;
  border-right: 0 solid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 10px 200px / 0 200px 14px 250px;
  border-radius: 0 10px 200px / 0 200px 14px 250px;
  font: normal 36px/1.3 "Gochi Hand", Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.58);
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
  background: -webkit-repeating-linear-gradient(-90deg, rgba(89, 91, 91, 0.5) 0, rgba(129, 203, 188, 0.5) 0.44%, transparent 0.44%, transparent 22%), #ffffff;
  background: -moz-repeating-linear-gradient(180deg, rgba(89, 91, 91, 0.5) 0, rgba(129, 203, 188, 0.5) 0.44%, transparent 0.44%, transparent 22%), #ffffff;
  background: repeating-linear-gradient(180deg, rgba(89, 91, 91, 0.5) 0, rgba(129, 203, 188, 0.5) 0.44%, transparent 0.44%, transparent 22%), #ffffff;
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateZ(-4deg);
  transform: rotateZ(-4deg);
  position: absolute;
  left: -15%;
  top: -15%;
  font-family: "Gabriela", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  /* line 402, ../sass/screen.scss */
  .frontBuy-wrappper button {
    left: 15%;
    top: -30%;
  }
}
/* line 447, ../sass/screen.scss */
.frontBuy-wrappper button::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  top: 9px;
  right: 0;
  left: 122px;
  border: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font: normal medium/normal Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-radial-gradient(circle closest-side, #1977c4 0, #1977c4 4%, #0c71c9 77%, rgba(255, 255, 255, 0) 89%, rgba(255, 255, 255, 0) 100%), -webkit-radial-gradient(circle closest-side, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.2) 81%, rgba(255, 255, 255, 0) 92%, rgba(255, 255, 255, 0) 100%), -webkit-radial-gradient(closest-side, #4096ee 0, #4096ee 100%), rgba(255, 255, 255, 0.9);
  background: -moz-radial-gradient(circle closest-side, #1977c4 0, #1977c4 4%, #0c71c9 77%, rgba(255, 255, 255, 0) 89%, rgba(255, 255, 255, 0) 100%), -moz-radial-gradient(circle closest-side, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.2) 81%, rgba(255, 255, 255, 0) 92%, rgba(255, 255, 255, 0) 100%), -moz-radial-gradient(closest-side, #4096ee 0, #4096ee 100%), rgba(255, 255, 255, 0.9);
  background: radial-gradient(circle closest-side, #1977c4 0%, #1977c4 4%, #0c71c9 77%, rgba(255, 255, 255, 0) 89%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle closest-side, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 81%, rgba(255, 255, 255, 0) 92%, rgba(255, 255, 255, 0) 100%), radial-gradient(closest-side, #4096ee 0%, #4096ee 100%), rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: 96% -4%, 71% 43%, 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 20px 20px, 20px 20px, auto auto;
  background-size: 20px 20px, 20px 20px, auto auto;
  -webkit-box-shadow: -4px 8px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 8px 5px 1px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
/* line 480, ../sass/screen.scss */
.frontBuy-wrappper a {
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  font-weight: 500;
}

/* line 488, ../sass/screen.scss */
.aniLink {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}
/* line 492, ../sass/screen.scss */
.aniLink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  bottom: 0;
  left: 0;
  background-color: rgba(76, 76, 76, 0.9);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 507, ../sass/screen.scss */
.aniLink:hover {
  color: #4c4c4c;
}
/* line 509, ../sass/screen.scss */
.aniLink:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 521, ../sass/screen.scss */
.mainFooter-wrapper {
  padding: 70px 25px 70px 25px;
  margin-top: -70px;
  text-align: center;
  background-color: transparent;
}
@media only screen and (max-width: 960px) {
  /* line 521, ../sass/screen.scss */
  .mainFooter-wrapper {
    text-align: center;
  }
}

/* line 531, ../sass/screen.scss */
.footerCopy-img {
  margin-bottom: 30px;
}
/* line 533, ../sass/screen.scss */
.footerCopy-img img {
  width: 160px;
}

/* line 137, ../sass/base.scss */
.footerCopy:after {
  content: "";
  display: table;
  clear: both;
}
/* line 541, ../sass/screen.scss */
.footerCopy img {
  width: 150px !important;
  float: left;
}
@media only screen and (max-width: 960px) {
  /* line 541, ../sass/screen.scss */
  .footerCopy img {
    float: none;
    width: none !important;
  }
}
/* line 549, ../sass/screen.scss */
.footerCopy span {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-family: "Ubuntu", sans-serif !important;
  background-color: transparent;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}
/* line 559, ../sass/screen.scss */
.footerCopy span b {
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  /* line 559, ../sass/screen.scss */
  .footerCopy span b {
    font-weight: bold;
    text-align: center;
  }
}

/* line 586, ../sass/screen.scss */
.footerSocial {
  text-align: center;
  padding: 20px;
}
/* line 589, ../sass/screen.scss */
.footerSocial label {
  display: block;
  margin: 15px auto;
  font-size: 14px;
  font-weight: bold;
}
/* line 596, ../sass/screen.scss */
.footerSocial a img {
  display: inline-block;
  margin: 5px;
  width: 40px !important;
}

/* line 604, ../sass/screen.scss */
.footerLinks {
  padding: 20px;
}
/* line 607, ../sass/screen.scss */
.footerLinks ul li {
  display: inline-block;
  margin: 3px;
}
/* line 611, ../sass/screen.scss */
.footerLinks ul li a {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

/* line 620, ../sass/screen.scss */
.gototop {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  font-size: 32px;
  bottom: 106px;
  right: -75px;
  border-radius: 50% !important;
  display: block;
  width: 70px;
  height: 70px;
  color: rgba(0, 0, 0, 0.5) !important;
  transition: 0.5s;
  z-index: 1111;
}
@media only screen and (max-width: 960px) {
  /* line 620, ../sass/screen.scss */
  .gototop {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
}
/* line 641, ../sass/screen.scss */
.gototop:hover {
  background-color: white;
  color: #4c4c4c !important;
}

/* line 647, ../sass/screen.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  /* line 647, ../sass/screen.scss */
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
}

@media only screen and (max-width: 960px) {
  /* line 657, ../sass/screen.scss */
  .langNav {
    display: block;
  }
}

/* line 664, ../sass/screen.scss */
.nav.navbar-nav:hover li.active a {
  color:#9b0c55 !important;
}
.nav.navbar-nav li.active a {
  color:#9b0c55 !important;
}

/* line 670, ../sass/screen.scss */
.topBack {
  height: 70vh;
  position: relative;
}
/* line 673, ../sass/screen.scss */
.topBack:before {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  padding-top: 17%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-family: "Gabriela", sans-serif;
}
@media only screen and (max-width: 960px) {
  /* line 673, ../sass/screen.scss */
  .topBack:before {
    padding-top: 75%;
    font-size: 32px;
  }
}

/* line 694, ../sass/screen.scss */
.topBack-hw:before {
  content: "How It Works";
}

/* line 700, ../sass/screen.scss */
.topBack-package:before {
  content: "Packages";
}

/* line 706, ../sass/screen.scss */
.topBack-contact:before {
  content: "Contact";
}

/* line 712, ../sass/screen.scss */
.howItWork-wrapper .howItWork-box {
  border: 1px solid rgba(76, 76, 76, 0.1);
  padding-bottom: 35px;
  padding-top: 5px;
  transition: 0.3s;
  border-top: 3px solid rgba(76, 76, 76, 0.5);
}
@media only screen and (max-width: 960px) {
  /* line 712, ../sass/screen.scss */
  .howItWork-wrapper .howItWork-box {
    margin-bottom: 25px;
  }
}
/* line 722, ../sass/screen.scss */
.howItWork-wrapper .howItWork-box:hover {
  border-right-color: rgba(76, 76, 76, 0.2);
  border-bottom-color: rgba(76, 76, 76, 0.2);
  box-shadow: 2px 2px 10px rgba(211, 211, 211, 0.3), -2px -2px 10px rgba(211, 211, 211, 0.3);
}
/* line 727, ../sass/screen.scss */
.howItWork-wrapper .howItWork-box h3 {
  font-size: 26px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 100;
  color: #4c4c4c;
  border-bottom: 3px solid rgba(211, 211, 211, 0.3);
}
/* line 739, ../sass/screen.scss */
.howItWork-wrapper .howItWork-box li {
  padding: 15px 15px 15px 15px;
  margin-block-start: 10px;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
  position: relative;
  border-right: 10px solid transparent;
}
/* line 747, ../sass/screen.scss */
.howItWork-wrapper .howItWork-box li:last-child {
  border-bottom: none;
}
/* line 752, ../sass/screen.scss */
.howItWork-wrapper .howItWork-video {
  margin: 70px auto;
}
/* line 754, ../sass/screen.scss */
.howItWork-wrapper .howItWork-video iframe {
  width: 100%;
  height: 520px;
}
/* line 759, ../sass/screen.scss */
.howItWork-wrapper .howItWork-detail {
  padding: 15px;
  border: 1px solid rgba(211, 211, 211, 0.3);
}
/* line 762, ../sass/screen.scss */
.howItWork-wrapper .howItWork-detail p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}
/* line 770, ../sass/screen.scss */
.howItWork-wrapper .how-seco {
  margin: 30px auto;
}
/* line 772, ../sass/screen.scss */
.howItWork-wrapper .how-seco .how-seco-title {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 15px;
}
/* line 778, ../sass/screen.scss */
.howItWork-wrapper .how-seco .how-seco-title b {
  font-weight: bolder;
}
/* line 782, ../sass/screen.scss */
.howItWork-wrapper .how-seco .how-seco-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 787, ../sass/screen.scss */
.howItWork-wrapper .how-seco b {
  font-weight: bolder;
}
/* line 790, ../sass/screen.scss */
.howItWork-wrapper .how-seco .how-seco-detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 800, ../sass/screen.scss */
.howItWork-wrapper .how-seco .how-seco-list li {
  padding: 15px;
  font-size: 18px;
  line-height: 26px;
}
/* line 804, ../sass/screen.scss */
.howItWork-wrapper .how-seco .how-seco-list li b {
  font-weight: bold !important;
}
/* line 807, ../sass/screen.scss */
.howItWork-wrapper .how-seco .how-seco-list li:before {
  display: inline-block;
  margin-right: 5px;
  content: "- ";
}

/* line 821, ../sass/screen.scss */
.howItWork-orderNow {
  margin: 160px 0px 90px 0px;
  text-align: center;
}
/* line 824, ../sass/screen.scss */
.howItWork-orderNow button, .howItWork-orderNow a {
  border: 1px solid rgba(76, 76, 76, 0.7);
  background: none;
  background-color: rgba(76, 76, 76, 0.7);
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  padding: 30px 90px 30px 90px;
  display: inline-block;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all ease-in-out 300ms;
}
/* line 836, ../sass/screen.scss */
.howItWork-orderNow button:hover, .howItWork-orderNow a:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -10px) scale(1.2);
}

/* line 843, ../sass/screen.scss */
.howItWork-orderNow-fronthire {
  margin: 50px 35px 35px 35px;
  text-align: center;
}

/* line 876, ../sass/screen.scss */
.packages-wrapper h3 {
  font-size: 26px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 100;
  color: #4c4c4c;
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
}
/* line 888, ../sass/screen.scss */
.packages-wrapper .packages-detail {
  padding: 30px;
  padding-bottom: 35px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04), -1px -1px 5px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(76, 76, 76, 0.1);
  border-top: 3px solid rgba(76, 76, 76, 0.5);
}
/* line 895, ../sass/screen.scss */
.packages-wrapper .packages-detail:hover {
  box-shadow: 2px 3px 125px rgba(76, 76, 76, 0.01), -3px -2px 125px rgba(76, 76, 76, 0.01);
}
/* line 898, ../sass/screen.scss */
.packages-wrapper .packages-detail p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
}

/* line 907, ../sass/screen.scss */
.snip1404 {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
}

/* line 916, ../sass/screen.scss */
.snip1404 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

/* line 924, ../sass/screen.scss */
.snip1404 .plan {
  margin: 10px;
  width: 30%;
  position: relative;
  float: left;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1 1 2px rgba(0, 0, 0, 0.2);
}
/* line 933, ../sass/screen.scss */
.snip1404 .plan:hover {
  border-color: rgba(76, 76, 76, 0.55);
}

/* line 938, ../sass/screen.scss */
.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 944, ../sass/screen.scss */
.snip1404 .plan:first-of-type {
  border-radius: 8px 0 0 8px;
}

/* line 948, ../sass/screen.scss */
.snip1404 .plan:last-of-type {
  border-radius: 0 8px 8px 0;
}

/* line 952, ../sass/screen.scss */
.snip1404 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* line 959, ../sass/screen.scss */
.snip1404 header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}

/* line 965, ../sass/screen.scss */
.snip1404 .plan-title {
  background-color: rgba(76, 76, 76, 0.75);
  position: relative;
  margin: 0;
  color: white;
  padding: 20px 20px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* line 975, ../sass/screen.scss */
.snip1404 .plan-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 300px 0 0;
  border-color: rgba(76, 76, 76, 0.75) transparent transparent;
}

/* line 987, ../sass/screen.scss */
.snip1404 .plan-cost {
  padding: 40px 20px 10px;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}

/* line 993, ../sass/screen.scss */
.snip1404 .plan-price {
  font-weight: 600;
  font-size: 3em;
}

/* line 998, ../sass/screen.scss */
.snip1404 .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}

/* line 1004, ../sass/screen.scss */
.snip1404 .plan-features {
  padding: 0 0 20px;
  margin: 0;
  list-style: outside none none;
}

/* line 1010, ../sass/screen.scss */
.snip1404 .plan-features li {
  padding: 20px 5%;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 22px;
}
/* line 1016, ../sass/screen.scss */
.snip1404 .plan-features li:last-child {
  border-bottom: none;
}

/* line 1021, ../sass/screen.scss */
.snip1404 .plan-features i {
  margin-right: 8px;
  color: rgba(76, 76, 76, 0.5);
}

/* line 1026, ../sass/screen.scss */
.snip1404 .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}

/* line 1032, ../sass/screen.scss */
.snip1404 .plan-select a {
  background-color: #3f3f3f;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
}

/* line 1045, ../sass/screen.scss */
.snip1404 .plan-select a:hover {
  background-color: #262626;
}

/* line 1049, ../sass/screen.scss */
.snip1404 .featured {
  margin-top: -10px;
  border-color: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 3px;
  padding-bottom: 35px;
}

/* line 1058, ../sass/screen.scss */
.snip1404 .featured .plan-select {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  /* line 1063, ../sass/screen.scss */
  .snip1404 .plan {
    width: 50%;
  }

  /* line 1066, ../sass/screen.scss */
  .snip1404 .plan-title,
  .snip1404 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1071, ../sass/screen.scss */
  .snip1404 .plan-select,
  .snip1404 .featured .plan-select {
    padding: 20px;
  }

  /* line 1075, ../sass/screen.scss */
  .snip1404 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  /* line 1081, ../sass/screen.scss */
  .snip1404 .plan {
    width: 100%;
  }
}
/* line 1086, ../sass/screen.scss */
.packages-plans {
  margin: 120px auto;
}
/* line 137, ../sass/base.scss */
.packages-plans:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1091, ../sass/screen.scss */
.packages-all {
  margin: 70px auto;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04), -1px -1px 5px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(76, 76, 76, 0.1);
  border-top: 3px solid rgba(76, 76, 76, 0.5);
  padding: 15px;
}
/* line 1098, ../sass/screen.scss */
.packages-all ul li {
  margin: 7px;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid lightgray;
  transition: 0.3s;
  position: relative;
  padding-right: 45px;
  overflow: hidden;
}
/* line 1109, ../sass/screen.scss */
.packages-all ul li:after {
  font-family: fontawesome;
  content: "\f00c";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35px;
  line-height: 35px;
  color: rgba(76, 76, 76, 0.7);
  text-align: center;
  height: 100%;
  transition: 0.3s;
}
/* line 1122, ../sass/screen.scss */
.packages-all ul li:before {
  font-family: fontawesome;
  content: "\f00c";
  position: absolute;
  right: -30px;
  top: 0px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
  color: white;
  opacity: 0;
}
/* line 1136, ../sass/screen.scss */
.packages-all ul li:hover {
  background-color: rgba(76, 76, 76, 0.7);
  border-color: rgba(76, 76, 76, 0.7);
  color: white;
  font-weight: 600;
}
/* line 1141, ../sass/screen.scss */
.packages-all ul li:hover:after {
  right: 15px;
  opacity: 0;
}
/* line 1145, ../sass/screen.scss */
.packages-all ul li:hover:before {
  opacity: 1;
  right: 0px;
}

/* line 1155, ../sass/screen.scss */
.contact-wrapper {
  margin-bottom: 70px;
}
/* line 1157, ../sass/screen.scss */
.contact-wrapper .contact-header {
  text-align: center;
  margin-bottom: 30px;
}
/* line 1160, ../sass/screen.scss */
.contact-wrapper .contact-header h1 {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 1166, ../sass/screen.scss */
.contact-wrapper .contact-header p {
  font-size: 14px;
}
/* line 1169, ../sass/screen.scss */
.contact-wrapper .contact-header button {
  margin: 35px 0px 70px 0px;
  border: 1px solid rgba(76, 76, 76, 0.8);
  padding: 15px;
  background-color: rgba(76, 76, 76, 0.8);
  font-size: 26px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.99);
}
/* line 1177, ../sass/screen.scss */
.contact-wrapper .contact-header button i {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
}
/* line 1185, ../sass/screen.scss */
.contact-wrapper .contact-info {
  margin: 25px auto;
}
/* line 1186, ../sass/screen.scss */
.contact-wrapper .contact-info b {
  font-weight: bold !important;
}
/* line 1190, ../sass/screen.scss */
.contact-wrapper .contact-info h3 {
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 22px;
}
/* line 1194, ../sass/screen.scss */
.contact-wrapper .contact-info h3 b {
  font-weight: bold;
}
/* line 1198, ../sass/screen.scss */
.contact-wrapper .contact-info div {
  margin-bottom: 15px;
}
/* line 1200, ../sass/screen.scss */
.contact-wrapper .contact-info div p {
  margin-bottom: 12px;
  font-size: 18px;
  margin: 5px auto;
}
/* line 1201, ../sass/screen.scss */
.contact-wrapper .contact-info div p b {
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}

/* line 1214, ../sass/screen.scss */
.notworking {
  font-size: 18px;
}
/* line 1216, ../sass/screen.scss */
.notworking b {
  font-weight: bold;
}

/* line 1221, ../sass/screen.scss */
.contactPage-wrapper {
  margin-top: -15px;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 15px;
}
/* line 1226, ../sass/screen.scss */
.contactPage-wrapper form {
  margin-bottom: 70px;
  width: 95%;
}
/* line 1229, ../sass/screen.scss */
.contactPage-wrapper form p {
  margin-bottom: 15px;
}
/* line 1231, ../sass/screen.scss */
.contactPage-wrapper form p label {
  font-weight: 600;
}
/* line 1234, ../sass/screen.scss */
.contactPage-wrapper form p select {
  font-size: 14px;
  font-weight: 600;
}
/* line 1237, ../sass/screen.scss */
.contactPage-wrapper form p select option {
  display: block;
  font-weight: 600;
}
/* line 1243, ../sass/screen.scss */
.contactPage-wrapper form p input,
.contactPage-wrapper form p select,
.contactPage-wrapper form p textarea {
  box-shadow: none;
  border: 1px solid rgba(211, 211, 211, 0.7);
  margin-top: 5px;
}
/* line 1250, ../sass/screen.scss */
.contactPage-wrapper form p input[type="submit"] {
  width: auto;
  border: 2px solid rgba(76, 76, 76, 0.8);
  color: rgba(76, 76, 76, 0.8);
  font-weight: bold;
}
/* line 1255, ../sass/screen.scss */
.contactPage-wrapper form p input[type="submit"]:hover {
  background-color: rgba(76, 76, 76, 0.8);
  color: white;
  border-color: rgba(76, 76, 76, 0.8);
}

/* line 1265, ../sass/screen.scss */
.heart {
  font-size: 150px;
  color: #e00;
  animation: beat .4s infinite alternate;
  transform-origin: center;
}

/* Heart beat animation */
@keyframes beat {
  to {
    transform: scale(1.9);
  }
}

@media(max-width:767px)
{

    button.navbar-toggle:after {
    content: "\f0c9" !important;
    color: #284184;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-left: 0px !important;
}
    }
    
    /* Footer */


.footerCopy-img {
    margin-bottom: 0px !important;
}
@media(min-width:992px){
.footerCopy-img img {
    width: 20% !important;
	}
}
@media(min-width:400px){
	.footerCopy span{
	margin-bottom: 0px !important;
    line-height: 10px !important;
	}
}


@media(max-width:399px){
	.footerCopy span{
	margin-bottom: 0px !important;
    line-height: 25px !important;
	}
}
	.mainFooter-wrapper {
    padding: 25px 25px 0px 25px !important;
    margin-top: -40px;
}

	.howItWork-orderNow{
	margin: 50px 0 0 0 !important ;
	}
	
	.how-style{
	margin-top:25px !important;
	}

	
	@media(max-width:991px)  and (min-width:481px){
	.fotomaster-img img{
	width:40% !important;
	}
	}
	
	@media(max-width:480px){
	.fotomaster-img img{
	width:60% !important;
	}
	}
	
	section#secAbout {
    margin-bottom:50px !important;
}
	@media(max-width:991) and (min-width:768px){
	.footerCopy-img img {
    width: 25% !important;
}}
@media(max-width:767) and (min-width:500px){
	.footerCopy-img img {
    width: 45% !important;
}}
@media(max-width:499){
	.footerCopy-img img {
    width: 60% !important;
}}
/* header */
@media(max-width:480px){
.navbar  .icons {
    text-align: right;
    margin-top: 0;
    margin-right: 0%;
    position: relative;
    bottom: 10px;
    left: 0;
    text-align:center;
	}
	.navbar-toggle{
	margin-top:30px;
	}
	}
	
	@media only screen and (max-width: 767px){
.navbar-header {
     padding-bottom: 0 !important;
}
.mainFooter-wrapper {
    margin-top: -75px !important;
	    	}
	}

@media(min-width:481px) and (max-width:767px){
.navbar  .icons {
    text-align: right;
    margin-top: 0;
    margin-right: 12%;
    position: relative;
    bottom: 75px;
    left: 0;
    float: right;}} 
   
@media (max-width: 991px) and (min-width: 768px){
.navbar .container {
    width: 800px;
}
}
@media(min-width:960px) and (max-width:991px){
.navbar-default .langNav{
margin-left:0 !important;
}
}
@media(max-width:767px){
.navbar-toggle{
    margin-right: 40px !important;
	margin-top:30px !important;
}}
@media(max-width:767px){
    .navbar-style{
        position:fixed !important;
    }
}
