@charset "UTF-8";
@import url(animate.css);

@import url(font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #707c86;
  /*font: 400 15px/26px "Roboto", sans-serif;*/
  font: 400 20px/26px 'Lobster', cursive;
   background: repeat url(../images/lgbg.png) top left; }

  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 44px;
  line-height: 44px;
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  color: #ef3232;
  text-transform: uppercase; }

h2 {
  /* font-family: 'Neucha', cursive; */
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Lobster', cursive; 
  font-size: 28px;
  line-height: 62px;
  color: #384551; }

h3 {
  /* font-family: 'Neucha', cursive; */
  font-size: 26px;
  line-height: 60px;
  color: #0090d0; }
  h3 a:hover {
    color: #f6c349; }

h4 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }
  h4 span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: baseline; }

h5 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  color: #384551; }

h6 {
  font-size: 20px;
  line-height: 26px;
  color: #0090D0; }

h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ef3232; }

p a:hover, .marked-list2 a:hover, .marked-list a:hover, .addr a:hover {
  text-decoration: underline; }
p .fa, .marked-list2 .fa, .marked-list .fa, .addr .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }
.col-form-label
{
	text-align:left;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

section, .container {
  position: relative; }
.mainrow
{
	background-color:#FFFFFF;
}
/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 25px; }

h3 + * {
  margin-top: 20px; }

h4 + * {
  margin-top: 5px; }

h6 + * {
  margin-top: 25px; }

* + h6 {
  margin-top: 25px; }

* + .btn {
  margin-top: 40px; }

* + .btn2 {
  margin-top: 30px; }

.row + .row {
  margin-top: 15px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative; 
 }
  .brand_name {
    overflow: hidden;
	
	}
  .brand_slogan {
    font-size: 26px;
    line-height: 24px;
   /* font-family: 'Neucha', cursive; */
    color: #384551; }
  .brand .logo {
    left: -23px;
	max-height:120px;
    top: 0; 
	}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: repeat url(../images/bg1.jpg) top left;
  
  }

.bg2 {
  background: repeat url(../images/bg2.jpg) top left;
  color: #fff; }
  .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 {
    color: #fff; }
.boxshadow{
	-webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 155, 0.05);
  -moz-box-shadow: 0 5px 0 0 rgba(0, 0, 155, 0.05);
  box-shadow: 0 5px 0 0 rgba(0, 0, 155, 0.05); }

}
/*==================    Buttons    ======================*/
.btn, .btn2 , .btnborn{
  position: relative;
  display: inline-block;
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 15px 40px;
  -webkit-box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 5px 0 0 rgba(0, 0, 0, 0.15); }
  .btn:hover, .btn2:hover {
    background: #384551; }
  .btn:active, .btn2:active {
    background: #232b33; }

.btn {
  background: #ef3232;
  color: #fff; }

.btn2 {
  background: #fff;
  color: #707c86; }
  .btn2:hover {
    color: #fff; }
.btnborn {
	 padding: 10px 30px;
  background: #0090D0;
  color: #FFF; }
  .btnborn:hover {
	background: #ee3e89;
    color: #0090D0;
text-decoration:none;	}
/*==================      Box      ======================*/
.blue-box {
  background: #5fc3df;
  padding: 50px 45px;
  color: #fff; }
  .blue-box h2, .blue-box h3, .blue-box h4, .blue-box h5, .blue-box h6, .blue-box .marked-list {
    color: #fff; }
  .blue-box h3 {
    font-size: 44px;
    line-height: 48px; }
    .blue-box h3 span {
      font-size: 54px;
      line-height: 48px; }
  @media (max-width: 479px) {
    .blue-box {
      padding: 30px; } }

.box {
  position: relative;
  background: repeat url(../images/bg1.jpg) top left;
  overflow: hidden; }
  .box_cnt {
    padding: 40px 40px 40px 0; }
    @media (max-width: 767px) {
      .box_cnt {
        padding: 0 30px 30px; } }
  .box + .box {
    margin-top: 30px; }
  .box .box-img {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 1199px) and (min-width: 980px) {
      .box .box-img {
        width: 460px; } }
    @media (max-width: 979px) and (min-width: 768px) {
      .box .box-img {
        width: 364px; } }
    @media (max-width: 767px) {
      .box .box-img {
        position: static;
        margin-top: 30px; } }

.box2 {
  width: 340px;
  float: left;
  min-height: 1px;
  margin-left: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 29px 23px; }
  @media (max-width: 1199px) and (min-width: 980px) {
    .box2 {
      width: 270px;
      margin-left: 20px; } }
  @media (max-width: 979px) and (min-width: 768px) {
    .box2 {
      width: 206px;
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .box2 {
      width: 100%;
      margin-left: 0;
      float: none; }
      .box2 + .box2 {
        margin-top: 35px; } }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    background: #f6c349;
    text-align: center; }
    .social-list li a:hover {
      background: #73c7e2; }
    @media (max-width: 1199px) {
      .social-list li a {
        width: 48px;
        height: 48px;
        line-height: 48px; } }
  .social-list li + li {
    margin-left: 8px; }

.marked-list {
  font-size: 18px;
  line-height: 26px;
  color: #5fc3df; }
  .marked-list li {
    position: relative;
    padding-left: 27px; }
    .marked-list li:before {
      content: '\f046';
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'FontAwesome';
      font-size: 20px;
      line-height: 26px; }
    .marked-list li + li {
      margin-top: 14px; }
  * + .marked-list {
    margin-top: 30px; }

.marked-list2 li {
  position: relative;
  padding-left: 20px; }
  .marked-list2 li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #73c7e2; }
  .marked-list2 li + li {
    margin-top: 14px; }

/*==================      Quote     ======================*/
.quote:before, .quote:after {
  display: table;
  content: "";
  line-height: 0; }
.quote:after {
  clear: both; }
.quote_aside {
  float: left;
  margin-right: 100px;
  text-align: center; }
  @media (max-width: 767px) {
    .quote_aside {
      float: none;
      margin-right: 0; } }
.quote_cnt__no-flow {
  overflow: hidden; }
.quote-text {
  position: relative;
  padding-top: 60px;
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
  padding-left: 70px;
  color: #384551; }
  .quote-text:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
    color: #bfbfb9;
    font-style: normal;
    position: absolute;
    top: 30px;
    left: 0; }
	 .quote-text:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
    color: #bfbfb9;
    font-style: normal;
    position: absolute;
    top: 30px;
    left: 0; }
  @media (max-width: 479px) {
    .quote-text {
      padding-left: 55px;
      font-size: 18px; } }

.owl-item .quote img {
  width: inherit;
  display: inline-block; }

/*==================      Address     ======================*/
.addr
{
	padding:20px;
}
.addr:before, .addr:after {
  display: table;
  content: "";
  line-height: 0; }
.addr:after {
  clear: both; }
.addr_aside {
  float: left;
  margin-right: 15px; }
  @media (max-width: 979px) {
    .addr_aside {
      float: none;
      margin-right: 0;
      margin-bottom: 10px; } }
.addr_cnt__no-flow {
  overflow: hidden;
  padding-top: 5px; }
.addr .fa {
  color: #5fc3df;
  font-size: 72px;
  line-height: 72px; }
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 75px; }
.addr dl + dl {
  margin-top: 5px; }
.addr h6 + * {
  margin-top: 18px; }

/*==================      Full     ======================*/
.full {
  color: #fff;
  text-align: center; }
  .full:before, .full:after {
    display: table;
    content: "";
    line-height: 0; }
  .full:after {
    clear: both; }
  .full-item3 {
    float: left;
    width: 33.333333%; }
    @media (max-width: 767px) {
      .full-item3 {
        width: 100%;
        float: none; } }
  .full-item4 {
    float: left;
    width: 25%; }
    @media (max-width: 767px) {
      .full-item4 {
        width: 100%;
        float: none; } }
  .full > div:first-child {
    background: #f6c349; }
  .full > div:nth-child(2) {
    background: #73c7e2; }
  .full > div:nth-child(3) {
    background: #b16bb9; }
  .full > div:nth-child(4) {
    background: #ef3232; }
  .full .full-item_cnt {
    padding: 11px; }
  .full .full-item_cnt2 {
    padding: 35px 23px; }
  .full a:hover {
    color: #384551; }
  .full img {
    width: 100%; }
  .full .fl {
    font-size: 70px;
    line-height: 76px; }
    .full .fl + * {
      margin-top: 20px; }

/*==================      Background images     ======================*/
.bg-img1 {
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: -1; }
  @media (max-width: 767px) {
    .bg-img1 {
      display: none; } }

.bg-img2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: -1; }
  .bg-img22 {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .bg-img2 {
      width: 340px; } }
  @media (max-width: 767px) {
    .bg-img2 {
      display: none; } }
	  
.bg-img22 {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: -1; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .bg-img2 {
      width: 340px; } }
  @media (max-width: 767px) {
    .bg-img2 {
      display: none; } }
	  
.bg-img3 {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .bg-img3 {
      width: 280px; } }
  @media (max-width: 767px) {
    .bg-img3 {
      display: none; } }

.bg-img4 {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: -1; }
  @media (max-width: 1199px) {
    .bg-img4 {
      display: none; } }

.bg-img5 {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .bg-img5 {
      width: 500px; } }
  @media (max-width: 767px) {
    .bg-img5 {
      display: none; } }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding-top: 52px; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 60px; }
      @media (max-width: 979px) and (min-width: 768px) {
        .sf-menu > li + li {
          margin-left: 30px; } }
  .sf-menu a {
    display: block;
   /*  font-family: 'Neucha', cursive; */
font-family: 'Oleo Script', cursive;   }

.sf-menu > li > a {
  color: #384551;
  font-size: 20px;
  line-height: 30px; }
  .sf-menu > li > a span {
    display: block;
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize; }
    @media (max-width: 979px) and (min-width: 768px) {
      .sf-menu > li > a span {
        font-size: 28px; } }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ef3232; }
.sf-menu > li.active > a {
  color: #ef3232; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 205px;
  margin-top: 30px;
  margin-left: -20px;
  padding: 20px;
  background: repeat url(../images/bg1.jpg) top left;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15); }

.sf-menu ul > li + li {
  margin-top: 5px; }
.sf-menu ul > li > a {
  color: #384551;
  font-size: 18px;
  line-height: 26px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ef3232; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 5px;
  padding: 0;
  z-index: 4;
  margin-left: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.sf-menu ul ul > li > a {
  color: #384551; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ef3232; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    bottom: -10%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #ef3232;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; 
  margin:0px;}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative; }

.isStuck {
  z-index: 110;
  background: repeat url(../images/bg1.jpg) top left;
  margin-bottom: 14px;
  padding-top: 5px; }
  .isStuck .brand {
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px; }
    .isStuck .brand_name {
      font-size: 30px;
      line-height: 30px; }
      .isStuck .brand_name .logo {
        width: 100px;
        left: 0; }
    .isStuck .brand_slogan {
      font-size: 20px;
      line-height: 18px; }
  .isStuck .sf-menu {
    padding-top: 0;
	
	 }
    .isStuck .sf-menu > li > a span {
      font-size: 28px;
      line-height: 28px; }
    .isStuck .sf-menu > li > ul {
      margin-top: 5px;
      z-index: -1; }
  .isStuck:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 14px;
   /* background: repeat-x url(../images/header-line.png) top left;*/ }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  background: #f6c349;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 50px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #ef3232;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }
  .parallax_1 {
    padding-top:45px;
    padding-bottom: 10px; }
  .parallax_2 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .parallax_3 {
    padding-top: 90px;
    padding-bottom: 80px; }
	


/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px; }
  header .brand {
    float: left;
    padding-left: 25px;
    padding-top: 38px;
    padding-bottom: 8px;
    text-align: right; }
  header .nav {
    float: right; }
  header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 14px;
    /*background: repeat-x url(../images/header-line.png) top left;*/
    z-index: 2; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.tc {
  text-align: center; }

.figure {
  position: absolute;
  top: -210px;
  left: 50%;
  width: 340px;
  margin-left: -170px;
  z-index: 5; }
  .figure:before {
    content: url(../images/figure.png);
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -280px; }
  .figure_cnt {
    position: relative; }
    .figure_cnt p {
      text-align: center;
      font-size: 15px;
      line-height: 24px;
      color: #384551; }
    .figure_cnt h3 {
      position: relative;
      padding-left: 30px; }
    .figure_cnt .text-lg {
      font-size: 150px;
      line-height: 115px;
      color: #5fc3df; }
    .figure_cnt .text-abs {
      position: absolute;
      bottom: -7px;
      right: 40px;
      text-shadow: 0 0 10px #fff; }
      .figure_cnt .text-abs:before {
        content: url(../images/figure-sm.png);
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -66px;
        margin-top: -43px; }
      .figure_cnt .text-abs span {
        position: relative; }
  @media (max-width: 479px) {
    .figure {
      width: 270px;
      margin-left: -135px; }
      .figure .text-lg {
        font-size: 120px; }
      .figure .text-abs:before {
        display: none; } }

.circle {
  border-radius: 50%;
  border: 3px solid #e7e6e2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .circle + * {
    margin-top: 10px; }

.mt1 {
  margin-top: 30px; }

.date {
  /* font-family: 'Neucha', cursive; */
  font-size: 30px;
  line-height: 36px; }
  .date + * {
    margin-top: 5px; }

.policy-link {
  color: #ef3232; }
  * + .policy-link {
    margin-top: 35px; }

.terms {
  padding-top: 130px;
  padding-bottom: 75px;
  border-bottom: 2px solid #c5cbd0; }
  .terms h6 + * {
    margin-top: 15px; }
  .terms p + h6 {
    margin-top: 35px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 130px;
  padding-bottom: 105px; }
  .well11 {
  padding-top: 50px;
  padding-bottom: 105px; }

.well2 {
  padding-top: 290px;
  padding-bottom: 105px; }

.well3 {
  padding-top: 85px;
  padding-bottom: 70px; }

.well4 {
  padding-top: 120px;
  padding-bottom: 50px; }

.well5 {
  padding-bottom: 95px; }

.well6 {
  padding-top: 100px;
  padding-bottom: 90px; }

.well7 {
  padding-top: 130px;
  padding-bottom: 75px; }

@media (max-width: 767px) {
  .well1, .well11, .well4, .well6, .well7 {
    padding-top: 75px;
    padding-bottom: 75px; } }
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 10px;
  padding-bottom: 0px;
  color: #707c86; }
  footer h3 {
    color: #384551; }

.footer-top {
  padding-bottom: 77px; }

.footer-bottom {
  border-top: 2px solid #c5cbd0;
  padding-top: 50px;
  text-align: center;  }

.copy {
  font-size: 15px;
  line-height: 26px; }
  .copy a {
    white-space: nowrap; }
.callus
  {
	  font-size: 22px;
  line-height: 38px;
  color: #06C;
  background: #FFFFFF;
  border-top-left-radius:24px;
  border-bottom-left-radius:24px;
	padding-left:20px;
	padding-right:20px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 0px;
  bottom: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .callus:hover {
    color: #FFF;
    background: #06C;
    text-decoration: none; }
  }
  .span_of_2 {
  margin: 2em 0 0 0;
  display: block;
  
}
.span1_of_2 {
  float: left;
  width: 26.33333%;
  margin-right: 4%;
}
.span1_of_2 h5 {
  font-size: 1.2em;
  color: #555555;
  line-height: 1.8em;
  text-transform: capitalize;
  display: block;
}
.span1_of_2 p {
  color: #777777;
  line-height: 1.8em;
  font-size: 0.8725em;
}
 
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.copy{
	margin-top:3em;
	text-align:center;
}
.copy p{
	font-size:0.95em;
	color:#999;
}
.footer_top {
  padding-bottom: 0px;
  background-color:#0090D0;
}
.carticon {
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  background: #CCCCCC;
  border-radius: 50%;

  position: fixed;
  right: 1%;
  top: 1%;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  
  z-index: 100000000; }
  
  .carticon:hover {
    color: #fff;
    background: #ef3232;
    text-decoration: none; }
	.carticon:{ text-decoration:none;
	}
	
#cart_items .cart_info .cart_menu {
  background: #0090D0;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  padding:0px; margin:0px;
  height: 51px;
  line-height:50px;
}

#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}


#cart_items .cartrow {
  border-bottom: 1px solid #CCCCCC;
  padding:0px; margin:0px;
  padding-top:10px;
}

#cart_items .grid_12:last-child {
  border-bottom: 0
}
.cart_info
{
	
}
.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}

#cart_items  {
  border:solid #0090D0;
}
#cart_items .cart_info .image {
  
}


#cart_items .cart_row.cart_description h4 {
	
  margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
  color: #363432;
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  font-weight: normal;

}

#cart_items .cart_info .cart_description p {
  color:#696763
}


#cart_items .cart_info .cart_price p {
  color:#696763;
  font-size: 18px
}


#cart_items .cart_info .cart_total_price {
  color: #FE980F;
  font-size: 24px;
}

.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
  background:#F0F0E9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}


.cart_quantity_input {
  color: #696763;
  border:solid #F0F0E9;
  float: left;
  height: 35px;
  width:35px;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  
  
}


.cart_delete  {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}


.cart_delete a {
  background:#CCCCCC;
  color: #FFFFFF;
  padding: 5px 7px;
  font-size: 16px
}

.cart_delete a:hover {
  background:#0090D0;
}
.cart_quantity  {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}


.cart_quantity a {
  background:#F0F0E9;
  color: #000000;
  padding: 5px;
  font-size: 16px;
}

.cart_quantity a:hover {
  background:#0090D0;
}
@media (max-width: 479px) {
	.cart_image
	{
		display:none;
	}
}
@media (max-width: 479px ) {
.detleft{
width:100%;
}
.detright
{
width:100%;
}
}
@media (max-width: 769px ) {
.detleft{
width:100%;
}
.detright
{
width:100%;
}
.scrollimage
{
	 display:none;
}
}
.bcont
{
	 padding-left:1%;padding-right:1%;
}
.bcont .listtable
{
	 border:solid 1px #ee3e89;
}
.bcont .listtable .tdleft
{
	padding-left:15px;
}
@media (max-width: 767px) {
	.bcont
{
	 padding:0px;
}
.bcont .listtable .tdleft {
       font-size:18px; }
.bcont .listtable .tdright {
font-size:18px; } }
 @media (max-width: 469px) {
	 	.bcont
{
	 padding:0px;
}
.bcont .listtable .tdleft {
       font-size:16px; }
	   
	.bcont .listtable .tdright {
font-size:16px; }  }
.scrollimage
{
	 position:fixed; width:25%;
    top:85px;
    right:5%;
}


    #owl-demo .item{
      background: #42bdc2;
      padding: 10px 0px;
      margin: 3px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }
.btn-vertical-slider{ margin-left:35px; cursor:pointer;}
a {  cursor:pointer;}
.carousel.vertical .item {
  -webkit-transition: 20s ease-in-out top;
     -moz-transition: 20s ease-in-out top;
      -ms-transition: 20s ease-in-out top;
       -o-transition: 20s ease-in-out top;
          transition: 20s ease-in-out top;
}
.carousel.vertical .inactive {
  top: -300;
}
 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}​


.division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.division .line {
    border-top: 2px solid #DFDFDF;

    width: 100%;
}
.division .line.l {
    left: 0;
}
.division .line.r {
    right: 0;
}
.division span {
    color: #424242;
    font-size: 17px;
}
