 @import "font-awesome";
 @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
[data-sr] { visibility: hidden; } 


.inline-embed .content{
  display: none !important;
}
.main .browseContent{
  display: none !important;
}


html, body, div, 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-size: 100%;
  font: inherit;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
h2{
      padding: 2% 0;
      color: #101010;
      font-weight: 500;
      color: #5A5959;                         
      font-size: 1.5em;
}
html, body {
    height: 0;    
  width: 100%;    
  margin: 0 auto;

    color: #000;
    text-align: center;
}


p {
  font-size: 0.6em;
  color: #1A1B1B;
  margin: 0.33em 0;
  font-weight: 300;
}

a.inline:link,
a.inline:visited {
  color: #35ff99;
  text-decoration: none;
  border-radius: 5px;
  padding: 2px 4px;
}

a.inline:hover,
a.inline:active {
  background: #35ff99;
  color: #202a39;
}

small {
  font-size: .54em;
}

em {
  font-style: italic;
}

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

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

.text-center {
  text-align: center;
}
strong{
  font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
footer img.vp{
    width: 33px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: -4px;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  cursor: pointer;
  color: #5F5F5F;
  text-decoration: none;
}

a:hover {
  color: #A59E9E;
}


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

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

h1, .h1 {
  font-weight: 100;
}

h1 small {

  font-size: 50%;
  letter-spacing: 3px;
}

html, body {
    background-color: #F5F5F5;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/******************************************************************************/
/***  Main Navigation
/******************************************************************************/


.overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: rgb(14, 14, 14);
    background: -moz-linear-gradient(to right, rgba(51, 51, 51, 0.8) 0%,rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(to right, rgba(51, 51, 51, 0.8) 0%,rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to right, rgba(51, 51, 51, 0.8) 0%,rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to right, rgba(51, 51, 51, 0.8) 0%,rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(51, 51, 51, 0.8) 0%,rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=1 );
    padding: 8% 0% 36% 0;
    text-align: center;
}

.overlay .inside{
    width: 100%;
    margin: 0 auto;
}
.overlay .inside p {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 2%;
    text-shadow: 1px 2px 1px #000;
}
.overlay .inside.left{
  width: 40%;
  display: inline-block;
}
.overlay .inside.left img{
  width: 70%;
  }
.overlay .inside.right{
  width: 59%;
  margin-left: -10%;
  vertical-align: top;
  margin-top: 8%;
  display: inline-block;
}

.overlay .inside u.big{
    color: #fff;
    font-size: 3.6em;
    text-decoration: none;
}

.overlay .inside u.small{
    color: #fff;
    font-size: 0.68em;
    text-decoration: none;
}
.overlay .bottom{
    color: #fff;
    border-radius: 6px;
    width: 39.3%;
    margin: 0 auto;
    font-size: 60%;
    padding: 2% 0;
    background: #68B0AD;
    box-shadow: 0 3px 0 0 rgb(78, 144, 141);
}

.overlay .top{
    color: #fff;
    margin-bottom: 1%;
    border: 2px solid #fff;
    border-radius: 6px;
    width: 19%;
    font-size: 60%;
    padding: 2% 0;
    display: inline-block;
    box-shadow: 0 3px 0 0 rgba(75, 140, 137, 0.35);
 
}
.overlay a .top:hover{
  box-shadow: none;
  background-color: rgba(45, 82, 81, 0.8); 
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay a .bottom:hover{
  box-shadow: none;
  background-color: rgba(45, 82, 81, 1); 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay a{
  text-decoration: none;
}

.nav_body{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 9999999;
    padding-bottom: 3%;
    box-shadow: 1px 1px 0px #000;
    background-color: rgba(0, 0, 0, 0.81);
}

nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: rgba(111, 180, 177, 0);
    padding-bottom: 3%;
}

.shrink nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


nav ul {
    display: inline-block;
    padding: 1% 0;
    text-align: right;
    width: 80%;
    vertical-align: top !important;

}

nav ul li ul{
  display: none;
  line-height:120%;
  padding:10px 15px;
  background: red;
}

nav ul li:hover > ul
{
  display:block
}
   nav li {
    display: inline-block;
    padding: 0% 1%;
    font-size: 60%;
   
    vertical-align: top !important;
}

   nav li.logo{
    width: 15%;
    float: left;
    margin-top: -0.9%;
     
   }

    nav li a {
    color: #EFEFEF;
    text-shadow: 1px 1px 1px #464C4A;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    }
  
    nav li a:hover {
    color: #A8B5B4;
    text-shadow: 2px 1.6px #131514;
    text-decoration: none;
    -webkit-transition:0.3s;
    transition:0.3s;
     }
   
   nav li a.active {
    color: #A8B5B4;
    text-shadow: 2px 1.6px #131514;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
     }
        
      nav li a img{
    width: 100%;
    margin-bottom: -13%;
      }

/* Nav - top fixed */

nav.fixed li {
  display: inline-block;
  padding: 0% 1%;
  margin-top: -0.4%;
  font-size: 0.6em;
}

nav.fixed li a {
  color: #FFFFFF;
  text-shadow: 2px 2px #45725E;
  text-decoration: none;
  -webkit-transition:0.3s;
  transition:0.3s;
}
nav.fixed li a:hover {
  color: #87D0AF;
  text-shadow: 2px 1.6px #45725E;
  text-decoration: none;
  -webkit-transition:0.3s;
  transition:0.3s;
}

nav.fixed li a.active {
  color: #87D0AF;
  text-shadow: 2px 1.6px #45725E;
  text-decoration: none;
  -webkit-transition:0.3s;
  transition:0.3s;
}

.fixed {
    background-color: rgb(109, 172, 144);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.65), inset 0 1px 1px rgba(255,255,255,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.65), inset 0 1px 1px rgba(255,255,255,.5);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.37);
  position: fixed; 
  top: 0; 
  height: 0;  
    z-index: 99999999999;
}

.fixed li a img {
  width: 76%;
  margin-top:2%;
  margin-bottom: -10%;
}

nav.fixed2 li {
  display: inline-block;
  padding: 0% 1%;
  margin-top: -0.4%;
  font-size: 0.65em;
}
nav.fixed2 li a {
  color: #FFFFFF;
  text-shadow: 2px 2px #45725E;
  text-decoration: none;
  -webkit-transition:0.3s;
  transition:0.3s;
}

nav.fixed2 li a:hover {
  color: #87D0AF;
  text-shadow: 2px 1.6px #45725E;
  text-decoration: none;
  -webkit-transition:0.3s;
  transition:0.3s;
}

nav.fixed2 li a.active {
  color: #87D0AF;
  text-shadow: 2px 1.6px #45725E;
  text-decoration: none;
  -webkit-transition:0.3s;
  transition:0.3s;
}

.fixed2 {
    background-color: rgba(109, 172, 144, 1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.65), inset 0 1px 1px rgba(255,255,255,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.65), inset 0 1px 1px rgba(255,255,255,.5);
    box-shadow: 0 2px 12px rgba(20, 60, 42, 1), inset 0 1px 1px rgba(103, 171, 140, 1);
  position: fixed; 
  top: 0; 
  height: 0;  
    padding-bottom: 5%;
    z-index: 999999999999;
}

.fixed2 li a img {
  width: 84%;
  margin-top:2%;
  margin-bottom: -10%;
}

/* Flags */
/***********************************
 * Layout
 ***********************************/
.wSelect-el {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  overflow: hidden;
  z-index: -1;
}
.wSelect {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  width: 92px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wSelect-arrow {
    position: absolute;
    width: 1%;
    margin-right: 30%;
    margin-top: 4%;
    right: 0px;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0px center;

}
.wSelect-hover .wSelect-arrow,
.wSelect-active .wSelect-arrow  {
}
.wSelect.wSelect-multiple {
  overflow: hidden;
}
.wSelect-selected {
  margin: 0px 5px 0px 5px;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.wSelect-options-holder {
  position: absolute;
  display: none;
  left: 0px;
  z-index: 200;
  overflow: hidden;
  overflow: hidden;
}
.wSelect-multiple .wSelect-options-holder {
  position: relative !important;
  display: block !important;
  top: ento !important;
  z-index: ento !important;
  border: none !important;
}
.wSelect-options {
  overflow-y: scroll;
  overflow-x: hidden;
}
.wSelect-option {
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-bottom: 1px;
  cursor: pointer;
}
.wSelect-option-last {
  margin-bottom: 0px;
}
.wSelect-option-value {
  margin: -0.1px 5px;
  padding: 5px 0;
  width: %;
  background-repeat: no-repeat;
  background-position: 0 center;
  white-space: nowrap;
  overflow: hidden;
}
.wSelect-option-disabled .wSelect-option-value {
  filter: alpha(opacity=20);
  opacity: 0.2;
}


/***********************************
 * Theme - classic
 ***********************************/


/***********************************
 * Labels
 ***********************************/
.wLabel-top,
.wLabel-left,
.wLabel-left-top {
    vertical-align: middle;
    font-size: 10px;
    line-height: 16px;
    color: #999;
    display: block;
    margin: 5px 0 3px 3px;
}
.wLabel-left-top {
    vertical-align: top;
}

.wSelect-theme-classic.wSelect {
    color: #FEFFFE;
    font-size: 0.7em;
    border: 2px solid #EFEFEF;
    line-height: 1.2em;
    max-width: 100%;
    padding-right: 0%;
    text-indent: 1em;
    z-index: 1;
    box-shadow: 0 2px 0 0 rgba(23, 33, 33, 0.23);
    -moz-box-shadow: 0 3px 0 0 rgba(23, 33, 33, 0.23);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.wSelect-theme-classic.wSelect:hover{
  color: #000;
  background-color: #BCC5C5;

}

.wSelect-arrow:before{
  
   font-family: FontAwesome;
   content: "\f0d7";
   background-repeat:no-repeat;
   font-size: 1.8em;
     color: #FFFFFF;
}

.wSelect-arrow:hover:before{
  color:#fff;
  font-family: FontAwesome;
}
.wSelect-theme-classic.wSelect-hover,
{
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 142, 134, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 191, 177, 1);
    background-color: #6BA8A5;
}
.wSelect-theme-classic .wSelect-options-holder {
  background-color: rgba(112, 42, 42, 0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 95px;
  max-width: 230px;
  overflow: hidden;
}
.wSelect-theme-classic .wSelect-options {
  margin-top: 4%;
  border-radius: 4px;
    overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.wSelect-theme-classic .wSelect-option {
  background-color: #EAECEC;
  border: 1px solid #C0C5C3;
  margin-bottom: -1px;
  color: #333;
  border-radius: 3px;
}
.wSelect-theme-classic .wSelect-option-disabled {
  background-color: #FFF !important;
  color: #333 !important; 
}
.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
  background-color: rgba(204, 216, 215, 0.88);
  color: #6B6666;
} 
.wSelect-option-icon {
  padding-left: 20%;
  overflow: hidden;
  text-align: left;
  background-size: 26%;
}
label{
  display: block;
  font-size: 0.8em;
  color: #C8E2E1;
  line-height: 2em;
}

/* Social media */

#share-menu{
    height: 0;
    color: #555;
    margin: 0 auto;
    margin-top: -13%;
}

#share-menu .share-icons .share-button{
    height: 0;
  cursor: pointer;
    text-align: center;
}

#share-menu .share-icons .share-button i.fa{
    color: #FEFFFE;    
    text-shadow: 2px 1px #1F2321;
    font-size: 1.6em;
}

#share-menu .share-icons .share-button i.fa:hover{
       color: #A8B5B4;
    text-shadow: 2px 1.6px #131514;
}


.share-menu-item a.social-icon{

}
.share-menu-item{
  z-index: 99999999;
}
.share-menu-item a.social-icon i.fa{
  width: 30px;
  height: 30px;
  font-size: 22px;
  text-align: center;
  background-color: rgb(134, 193, 191);
  border-radius:50%;
  box-shadow: inset 0 -4px 9px rgb(73, 130, 127);
  color: #FFFFFF;
  text-shadow: none;
  padding: 0.7em;
};

li #language_support{
    margin-top: -4%;
}

/******************************************************************************/
/***  Popup Ads
/******************************************************************************/

#noticePop_body{
  position:absolute;
  top:0;    
  right: 0;
    width:100%;
    height:0;
    padding-bottom:30%;
  

}
#noticePop .imagebox{
   width:100%;
    height:0;   
  padding-top: 3%;
  padding-bottom: 98%;}
  
#noticePop .imagebox p a{
    color: #000;
}

#noticePop .imagebox p a:hover{
    color: #45725E;
}
  #noticePop .imagebox img.sale_badge{
  width: 22%;
  margin-bottom: -35%;
    float: right;
    margin-right: 8%;}
  
    #noticePop .order{
    margin-bottom:5%;  
    text-align: right;
    width: 100%;
    height: 0;
    padding-bottom: 4%;
}

#noticePop .order a{
  text-decoration:none;
  color:#fff;
  background: #45725E;
  padding: 1.3% 5.6%;
  border-radius:6px;
  font-size: 1em;
  
}

#noticePop .order a:hover{
  color:#fff;
  background: #67A588;  
}

#noticePop img{
  width: 100%;
  margin-top: 1%;
}
#resize_button{
  text-decoration:none; 
  color: #45725E;
  margin-top: 2%;
  background: #E3E5E4;
  border-radius: 0.3em;
  font-size: 1em;
  float: right;
  padding: 0 0.3em;
}
#resize_button:hover{
  color: #67A588;
  background: #CBCBCB;
}
#resize_button.expand:after{
  font-family: FontAwesome;
  content: "\f065";
}
#resize_button.contract:before{
  font-family: FontAwesome;
  content: "\f066";

}

/******************************************************************************/
/** Home - Section0
/******************************************************************************/

.vimeo_clip  { 
    top: 0;
    position: fixed;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    width: 100%;
    overflow: hidden;}

.vimeo_clip  iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/******************************************************************************/
/** Products Map
/******************************************************************************/


#products_map {
  width: 100%;
  max-width: 1620px;
  margin-top: -5%;
  height: 0;
  padding-bottom: 25%;
  padding-top: 0%;
  margin: 0 auto;
}

ul#map {
  list-style: none;
  width: 100%;
  max-width: 1920px;
  height: 0px;
  padding-bottom:36%;
  position: relative;
  background: url(../images/mat_bg_animals.png), url(../images/mat_bg.png); 
  background-repeat: no-repeat;
  background-size: 100%;
}

ul#map:hover{
  
  background-size: 0%, 100%;
}

ul#map li {
  position: absolute;
}

.price-container {
  width: 100%;
    margin: 0 auto;
    margin-left: 14%;
    margin-top: 1%;
    float: left;
    z-index: 0;
    width: 80%;
    position: relative;
}
.price{
  width: 11%;
}
.price-container img{
    width:100%;
}

.product01 {
  width: 46%;

  height: 0;
  padding-bottom: 13%;
  top: 62%;
  left: 2%;
}

.product02 {
  width: 46%;
  height: 0;
  padding-bottom: 13%;
  top: 62%;
  left: 48%;
}

.product03 {
  width: 20%;
  height: 0;
  padding-bottom: 18%;
  top: 10%;
  left: 29%;
}

.product04 {

  width: 22%;
  height: 0;
  padding-bottom: 18%;
  top: 10%;
  left: 47%;
}

.product05 {
  width: 24%;
  height: 0;
  padding-bottom: 18%;
  top: 10%;
  left: 7%;
}

.product06 {
  width: 23%;
  height: 0;
  padding-bottom: 18%;
  top: 10%;
  left: 67%;
}


.kids {
  width: 25%;
  height: 0;
  padding-bottom: 28%;
  background: url(../images/kids.png) no-repeat 0 0;
  
  background-size:60%;
  top: 39%;
  left: 32%;
}

.product01 a, .product02 a  {
  display: block;
  outline: none;
  height: 0px;
  padding-bottom:29%; 
  -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  
}

.product03 a, .product04 a, .product05 a, .product06 a  {
  display: block;
  outline: none;
  height: 0px;
  padding-bottom: 88%;
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;

}


@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@-webkit-keyframes hvr-pulse-grow {

  to {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

#map li a:hover {
  background:url(../images/mat_bg.png);
  background-repeat: no-repeat;

}


ul#map li.product01 a:hover {
  background-size:218%; 
  background-position: -0.1% 100.2%;

}

ul#map li.product02 a:hover {
  background-size:218.5%; 
  background-position: 97.6% 100.1%;
}

ul#map li.product03 a:hover {
  background-size:498%;
  background-position: 34.9% 62.8%;
}

ul#map li.product04 a:hover {
  background-size:453%;
  background-position: 65.4% 63.2%;
}

ul#map li.product05 a:hover {
  background-size: 416%;
  background-position: 0% 72.1%;

}

ul#map li.product06 a:hover {
  background-size: 432%;
  background-position: 99% 70.9%;
}

ul#map li a span {
  display: none;
  background: #fff !important;
    z-index: 1;
    opacity:1 !important;
    color:#000 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}

ul#map li a:hover span {
  display: block;


}




/******************************************************************************/
/** Column
/******************************************************************************/
.column-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

  height: 250%;
  text-align: center;
}

#section3 .column{
      padding-bottom: 44%;
}
.column {
  width: 99%;
  height: 65%;
  display: inline-block;
}

.column {
  width: 100%;
  height: 65%;
  display: inline-block;
}
.column_full{
  width:100%;
  background-color: #D8D7D7;
  padding-top: 2%;
  font-size: 1.5em;
}
.column_full img{
  width: 85% !important;
}
.column .petent img{
  
}
.column .petent .artbee img{
  box-shadow: none;
  border: none;
}


.column_smaller {
  width: 70%;
  height: 0;
  padding-bottom: 30%;
  text-align: center;
  display: inline-block;
}
.column_left{
   width:49.8%;
   display:inline-block;
   float:left;
}
.column_four_fifth{
      width: 75%;
      padding-bottom: 30%;
      margin: 0 auto;
}

.column_four_fifth .left{
    width: 49%;
    float: left;
    padding-top: 3%;
    text-align: left;
    display: inline-block;
}
.column_four_fifth .left p{
    line-height: 1.5em;

    font-size: 0.9em;
}
.column_four_fifth .left h2{
  
}
.column_four_fifth .left u{
    text-decoration: none;
  
    color: #337A9A;
}
.column_four_fifth .right{
    width: 49%;
    float: right;
    display: inline-block;
}

.column_four_fifth .right img{
    width: 100%;
}


.column_one{
  width: 100%;
  float: left;
  display: block;
}
.column_one p{
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 10%;
}
.column_one_third{
  width: 33%;
  float: left;
  display: inline-block;
}

.column_one_third b{
font-size: 1em;
font-weight: bold
}

.column_one_third img {
    width: 65%;
    border-radius: 300px;
    border: 11px solid #FFFFFF;
    box-shadow: 0px 2px 3px #737575;
    margin-bottom: 7%;
    display: inline-block;
}
.column_one_third ul {
  width: 100%;
  font-size: 0.7em;
  color: #3D3D3D;
  line-height: 1.5em;
}
.column_one_third ul li{
  list-style-type:none;
  font-size: 0.9em;
  padding: 0 14%;
  text-align: left;
}
.column_one_third ul li i{
  text-align: left;
}
.column_one_third ul li u{
  text-decoration: none;
  color: rgb(86, 115, 102);
  font-size: 0.9em;
}

.column_two_third{
width:63%;
margin: 0 auto;
padding-top: 5%;
font-size: 130%;}

.column_two_third img{
  width: 100%;
  margin-top: 2%;
  border: 10px solid #fff;
  box-shadow: 0 2px 6px #D0D0D0;
}

.column .ar_left {
    width: 65%;
    float: left;
    height: 0;
    line-height: 1.5em;
    text-align: left;
    padding-bottom: 30%;
    margin-left: 0%;
    display: inline-block;
}
a.golden{
      color: #000;
    font-weight: 600;
    font-size: 0.7em;
    line-height: 4em;
    text-decoration: underline;
}
.column .ar_left .app_right p{
  margin-left: 0%;
  width: 100%;
  font-size: 0.81em;
  height: 0;
  padding-bottom: 12%;
  text-align: left;
  color: #000;
}
.column .ar_left .app_left img{
  width:70%    width: 99%;
    height: 99%;
    background: rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.13);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border: 10px solid #fff;
}

.column .ar_left .app_right img{
  width:20%;
  float: left;
  margin-right: 1%;
}





.column .ar_right{
  width: 34%;
  float:right;
  padding-top: 14%;
  display:inline-block;
  vertical-align: bottom !important;
}

.column .ar_right img{
   width:100%;
}
.column_left img{
  width: 100%;
}

.column_right img{
  width: 100%;
}

.view{
display: inline-block;
width: 100%;
background: -webkit-linear-gradient(top, #FAFAFA 0%, #E4E4E4 100%);     
background: linear-gradient(to bottom, #FAFAFA 0%, #E4E4E4 100%);
}
.view .left{
width: 50%;
float: left;
background-image: url(../images/ipad_hands.png);
padding-bottom: 29.2%;
background-size: 100%;
background-repeat: no-repeat;
background-position: top left;

}
.view .left h4{
  text-align: left;
  padding: 5%;
  font-size: 0.9em;
  color: #636363;
}
.view .right{
width: 50%;
float: left;
background-image: url(../images/ipad_hands2.png);
padding: 31.2% 0 0 0;
background-size: 100%;
background-repeat: no-repeat;
background-position: top left;
}
.view .right h4{
  text-align: right;
  padding: 3%;
  font-size: 0.9em;
  color: #636363;
}
.view .left u, .view .right u{
  text-decoration: none;
  font-size: 0.7em;
}
.view img{
  width: 100%;
}
.column .feature01{
  width:49%;
  height: 10%;
  vertical-align: top;
  display:inline-block;
}
.column .feature01 img{
  width: 100%;
}
.column .feature02{
  width:49%;
  display:inline-block;

}

.column .feature02 img{d
  width: 100%;
}


#features_top{
  width: 100%;  
  background-color: rgba(111, 169, 144, 0);
  padding-top: 2%; 
  padding-bottom: 40%;
  max-width: 1700px;
  margin: 0 auto; 
  margin-bottom: 2%;
  height: 0;
  z-index: 99999999999999999999999999;
}
#features_top h4{
  line-height: 4em;
  font-size: 1em;
  color: #6F6F6F;
}

.floater {
  width: 100%;
  padding: 5% 10%;
  background: #111C2C;
  font-size: 0.4em;
  color: white;
  z-index: 99999999999999999999999999999999;
  box-shadow: 0px 3px 12px #070C0F;
  border-radius: 64px;
  -webkit-border-radius: 64px;
}

.floater2 {
  width: 96%;
  padding: 2% 4%;
  margin-left: -3%;
  background: #111C2C;
  font-size: 0.8em;
  color: white;
  z-index: 99999999999999999999999999999999;

  box-shadow: 0px 3px 12px #070C0F;
  border-radius: 64px;
  -webkit-border-radius: 64px;
}

.artbee p{
  color:#000;
  text-align:left;
  font-size:1.1em;
  margin-left: 3%;
}


.vp {
  overflow: hidden;
  text-align: center;

  vertical-align: top;
  padding-bottom: 2em;
  margin-left: -1%;
  cursor: default;
  color: #000000;
}


.vp * {
  width: 100%;
  display: inline-block;
  margin-bottom: -1%;
}
.vp img{
  width:6%;
}
.vp .alpha,

.vp .omega {
  width: 40%;
  font-size: 1em;
}
.vp .alpha {
  text-align: right;
}
.vp .omega {
  text-align: left;
}
.vp .heart {
  margin: 0 -2px;
  position: relative;
  z-index: 3;
  -webkit-animation: throb 1.33s ease-in-out infinite;
  animation: throb 1.33s ease-in-out infinite;
}
.vp .heart path {

  fill: #ff005d;
}

@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }











}

@keyframes throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
.page{
    position: relative;
    padding-top: 2.7%;
    margin-top: 43%;
    background-color: #FFFFFF;
    z-index: 9;
}

#section1{
    background-color: #E8E1CF;
    z-index: 9;
}
#section2{
    position: relative;
    padding-bottom: 8%;
    margin-bottom: 5%;
    overflow: hidden;
    box-shadow: 1px 0px 5px 1px rgba(117, 117, 117, 0.47);
}

#section2:before{
  opacity: 0.9;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  background-position: 0% 0;
  width: 100%;
  z-index: -1;
  background-image: url(../images/houseguard_rotate/livingroom_bg2.png);
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  height:0;
  padding-bottom: 50%;
}
#section3{
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 49%;
}

#section4{
    width: 70%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 52%;
}
#section1 p{
  width: 100%;
  font-size: 0.6em;
  color: #474646;
  margin-top: 12%;
  margin-bottom: -2%;
}


.vp_logo{
  width: 32%;
  height: 0;
  vertical-align: top;
  padding-top: 0%;
  display: inline-block;
  padding-bottom: 6%;
  margin: 0 auto;
  text-align: left;
}

.vp_logo .left{
  width: 36%;
  vertical-align: top;
  display:inline-block;
  font-size:1.6em;
}
.vp_logo .left img{
  width: 60%;
  float: left;
  margin-left: 40%;
  text-align: right;
}
.vp_logo .right{
  width: 41%;
  vertical-align: top;
  display:inline-block;
}
.vp_logo .right img{
  width: 90%;
  float: left;
}
.vp_logo .middle{
  width: 15%;
  display: inline-block;
}
.vp_logo .middle img{
  width: 100%;
  margin-top: -25%;
  float: left;
}



.partner{
display: inline-block;
  width: 3%;
  vertical-align: top;
  
margin-top: 0%;

}
.partner img{
  width: 80%;}
.artbee_logo{
  width: 32%;
  height: 0;
  vertical-align: top;
  padding-top: 0%;
  padding-bottom: 4%;
  display: inline-block;
  margin: 0 auto;
}

.artbee_logo .left{
  width: 35%;
  display:inline-block;
  font-size: 1.6em;
  float: left;
  vertical-align: top;
  text-align: right;
  color: #fff;
}
.artbee_logo .left img{
  width: 80%;
  float: left;
  margin-left: 20%;
}
.artbee_logo .right{
  width: 35%;
  text-align: left;
  display:inline-block;
  vertical-align: top;
  font-size: 1.6em;
}
.artbee_logo .right img{
  width: 55%;
  float: left;

}
.artbee_logo .middle{
  width: 23%;
  margin-top: -29%;
  display: inline-block;
}
.artbee_logo .middle img{
  width: 100%;
  float: left;
}






.vp_logo2{
  width: 98%;
  height: 0;
  padding-top:5%;
  padding-bottom: 12%;
  margin: 0 auto;
  margin-left:0%;
}

.vp_logo2 .left{
  width: 46.5%;
  display:inline-block;
  font-size:1.6em;
  float:left;
  text-align: right;
}
.vp_logo2 .left p, .vp_logo2 .right p{
  color:#000;
}
.vp_logo2 .right{
  width: 47.2%;
  display:inline-block;
  font-size:1.6em;
  float:right;
  text-align:left;
}

.vp_logo2 .middle{
  width: 6%;
  float:left;
}
.vp_logo2 .middle img{
  width: 100%;
  margin-top:-20%;
}


#animation{
    width: 80%; 



  padding-top: 8%;  
  padding-bottom: 50%;
  max-width: 1700px;
  margin: 0 auto;
  height: 0;
  z-index: -1;
}


#contact .social-container{
    width: 100%;
    margin-bottom:5%;
    text-align: center;
}

#contact .social-container p{
    width: 100%;
    margin-bottom:3%;
    font-size:0.9em;
    color: #2F4C48;
    text-align: center;
}

#contact .social-icons{

    width: 70%;
    margin: 0 auto;
}
#contact .social-icons a.social-icon{
    margin-right: 2%;
  
    font-size: 1em;
}




#contact .social-icons a i.fa:hover{
  background: #E4F1F0;
  color: #81B9AE;
  -webkit-box-shadow:inset 0px 0px 0px 5px #84B4AB;
    -moz-box-shadow:inset 0px 0px 0px 5px #84B4AB;
    box-shadow:inset 0px 0px 0px 5px #84B4AB;
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#contact p.contact{
  font-size: 0.8em;
  color: #0D3F3A;
  line-height: 1.5em;
  padding:2% 2%
}

#contact p.contact a{
  color: #565E68;
  text-decoration:none;

}

#contact p.contact a:hover{
  color: #0D3F3A;
  text-decoration:none;
}


#features_bottom{
    width: 100%;  
    background-color: rgba(111, 169, 144, 0);
    border-radius: 50px;  
    padding-bottom: 40%;  
    max-width: 1700px;  
    margin: 0 auto; 
      height: 0;
    z-index: 99999999999999999999999999;
}

#content-slider-inside {
  list-style: none;
  height: 0;
  padding-bottom: 71%;
  overflow: scroll;
  overflow-y: hidden;
}

  #content-slider-inside li {
    width: 100%;
    height: 0;
    padding-bottom: 62%;      
    background-image: -ms-radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #BAB8B8 100%);
        background-image: -moz-radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #BAB8B8 100%);
        background-image: -o-radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #BAB8B8 100%);
        background-image: -webkit-gradient(circle farthest-corner at center, #FFFFFF 0%, #BAB8B8 100%);
        background-image: -webkit-radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #BAB8B8 100%); 
    background-image: radial-gradient(circle farthest-corner at center, #EED89C 0%, #DCAD3B 100%);
        background-color: linear-gradient(#85a5cc 0, #d0e4f2 100%);
        background-color: linear-gradient(#85a5cc 0, #d0e4f2 100%);
       -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #666;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
  }
#product #tabs ul {
    list-style: none;
    width: 100%;
    height: 100%;
    margin-bottom: 6%;
    padding-bottom: 12%;
    position: relative;
    background: url(../images/mat_nav.png) no-repeat 0 100%;
    background-size: 100%;
}  
#tabs ul {
  width: 240px;
  height: 110px;
  background:url(../images/mat_nav.png);
  background-color: rgba(214, 214, 214, 0.2);
  margin: 10px auto;
  padding-right: -20px;
  float: right;
  border-radius: 5px;
  position: relative;
}

#tabs ul li.ui-corner-top {margin: 0; padding: 0; list-style: none; display: block; position: absolute; }

#tabs ul a {display: block;text-decoration: none;text-align: center;}

#tabs ul a.selected p{
  display: none;text-decoration: none;
}

#tabs ul a.selected i{
  display: block;text-decoration: none;
  padding-top: 60%;
  color: #FFFFFF;
  text-shadow: 0 1px 3px #757575;
  font-size:1.1em;
}

a.selected {
  background-size:590%; 
  background-position: -0.2% 87%;
}



#tabs ul a p{
  padding-top: 70%;
  font-size: 0.4em;
  color: rgb(46, 46, 46);
}

#tabs ul a i{
  display: none;
} 

#navigation {
  list-style: none;
  margin: 20px 0 0 0;
  width: 100%;
}

#navigation li {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0;
  border: solid 1px #ccc;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 5px;
}

#navigation li a, #navigation li a:link, #navigation li a:visited {
  text-decoration: none;
  display: block;
  height: 30px;
  color: #666;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
  background: #666;
  color: #fff;
}

.products_bg a.order{
      line-height: 4em;
      font-size: 0.7em;
      color: #656565;
}

.products_bg .display1{
  background-image: url(../images/products/houseguard01/bg.png);
  background-size: 100%;
  width: 100%;
  padding: 21% 0 0 0;
  float: left;
}

.products_bg .display1 a{
    color: #fff;
    margin-bottom: 1%;
    border: 2px solid #fff;
    border-radius: 6px;
    width: 19%;
    font-size: 60%;
    padding: 2% 0;
    display: inline-block;
    box-shadow: 0 3px 0 0 rgba(75, 140, 137, 0.35);
  }
.products_bg .display1 p{
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  text-align: left;
  padding-left: 10%;
  font-size: 1em;
  padding-top: 1%;
  margin-bottom: 0;
}

.products_bg .display1 img{
  width: 70%;
  padding-left: 30%;
}
.product_dp h5{
  padding: 2% 1%;     
  font-size: 0.8em;     
  width: 20%;
  text-align: center;
  color: #5A5A5A;     
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.13);
  background-color: rgba(230, 228, 225, 0.26);     
  margin-top: -3%;
}
.products_bg .display2 a {
    width: 100%;
    display: inline-block;
    float: left;
}
.display2 a img{
  width: 100%;
}

.display2 a span{
  position: absolute;
}

.products_bg p{
  text-align: left;
  font-size: 0.6em;

  color: #FFFFFF;
  margin-bottom:2%;
  text-shadow: 0 0 1px #000;
}
.products_bg img{
    width: 100%;
}
.products_bg h3{
  margin-top: 0;
  width: 100%;
  padding: 1% 3%;
  margin-left: 0%;
    font-size: 0.6em;
    margin-bottom: 1%;
    font-style: normal;
    color: #000;
    text-align: left;
}
.product_left{
  width: 70%;
  display:inline-block;
  vertical-align: middle;
    text-align:center;      
  float: left;
  height: 0;
  z-index: 1;
  padding-bottom: 30%;
}
.product_left_inside{
}
.rotate_box{
  width: 94%;
  display:inline-block;
  vertical-align: middle;
    text-align:center;   
  float: left;
  background-color: rgb(243, 242, 242);
  padding: 9% 3%;
  height: 0;
  margin-bottom: 5%;
  padding-bottom: 70%;
}

.detail{
    padding: 0% 0;
    padding-bottom: 13%;
}

.detail h3{
  
    padding: 6% 6%;
    margin-bottom: 6%;
    text-align: left;
    color: #484848;     
    font-size: 0.9em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);                    
}
.product_left p{
  margin-left: 4%;
  width: 100%;
  color: #525252;
  font-size: 0.6em;  
  text-align: left;   
  font-style: normal;  
  
}


.product_left img.size{
  width: 70%;
  display:inline-block;
  vertical-align: top;
    text-align:left;
}
.detail p{
  margin-bottom:10%
}
.product_left img{
  width: 100%;
}

.product_right{
  width: 30%;
  height: 0;
  float: left;
  font-size: 0.9em;
  display:inline-block;
  background-color: #F3F3F3;
  vertical-align: top;
  padding-bottom: 40%;
  box-shadow: 0 3px 0px #DED8D8;
}
.product_intro{
  width:100%;
  margin: 0 auto;
  padding-top: 10%;
  background: #fff;
}
.product_intro p{
    line-height: 1.5em;
  
    font-size: 0.8em;
    color: #717171;
}

.product_intro a{
  
    display: block;
    padding: 0% 0;
    font-size: 1.1em;
    color: #717171;
}
.product_intro img{
  width: 100%;
}

.product_intro .left{
  width: 49%;
  float: left;
  display: inline-block;
}

.product_intro .right{
  width: 29%;
  float: left;
  display: inline-block;  
}
#product_sub .top{
   width:100%;
  margin: 0 auto;
  padding-top: 10%;
  background: #fff; 
}
.top img{
  width: 80%;
}
.top a{
  padding:4% 0;
  display: block;
  font-size: 0.8em;
  color: #2F89A5;
}
.top a:hover{
  color: #317388;
  text-decoration: underline;
}
.top p{
      line-height: 1.5em;
  
    font-size: 0.8em;
    color: #717171;
}
.content{
  width: 100%;
  box-shadow: 1px 1px 7px #A09F9F;
}
.preorder{
  margin-top: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0%;
  font-size: 0.75em;
}
.preorder a img{
    width: 50%;
  
  
  opacity: 0.7;
  }
  
.preorder a img:hover{
   opacity: 1;
  }
  
.product_right .view_top{

    width: 100%;
    height: 0;
    padding-bottom: 70%;
}
.product_right .view_top:hover{
  cursor:pointer;
}

.product_right .view_bottom{
  
    width: 100%;
    height: 0;
    font-size: 6em;
    padding-bottom: 20%;
    margin-top: -2%;
}
.view_bottom p{
  width:60%;
  float:left;
}

#tabs {
  width: 100%;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 99999;
  background-image: url(../images/products/houseguard01/bg.png);
  background-color: #FFF;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.29);
  padding-bottom: 11%;
  padding-top: 3%;
  text-align: left;
  background-position: left 70%;
  background-size: 100%;
}

#tabs.shrink {
  width: 100%;
  height: 0;
  margin: 0 auto;
  top: 0;
  border-bottom: none;
  box-shadow: 0 0 6px #888;
  background-color: rgba(255, 255, 255, 0.81);
  padding-bottom: 6%;
  padding-top: 3%;
  text-align: left;
 
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#tabs.shrink span{
  display: none;
}
#tabs.shrink .tabs{
    width: 36%;     
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
#tabs.shrink p{
  display: none
}
#tabs span{
    width: 100%;
    font-size: 0.4em;
  
    text-align: left;
}

#tabs ul {
  list-style: none;
  width: 100%;
  height: 100%;
  margin-bottom: 6%;
  padding-bottom: 12%;
  position: relative;
  background: url(../images/mat_nav.png) no-repeat 0 0;
  background-size: 100%;
}

#tabs ul li {
    margin: 0; padding: 0; list-style: none; display: block; position: absolute;
  
}

.tabs{
  width: 50%;

  margin-left: 26%;
}
li.mat01 {
  width: 16.6% !important;
  height: 0;
  top: 0%;
  left: 0%;
}


.mat02 {
  width: 16%;
  height: 0;
  top: 0%;
  left: 16.9%;
}

.mat03 {
  width: 16.6%;
  height: 0;
  top: 0;
  left: 33.2%;
}

.mat04 {
  width: 16.6%;
  height: 0;
  top: 0;
  left: 49.8%;
}

.mat05 {

  width: 16.6%;
  height: 0;
  top: 4%;
  left:67.4%;
}

.mat06 {
  width: 16.6%;
  height: 0;
  top: 0;
  left: 84%;
}


.mat01 a, .mat02 a,.mat03 a, .mat04 a, .mat05 a, .mat06 a  {
  display: block;
  outline: none;
  height: 0px;
  padding-bottom: 60%;
   -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;


}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}



@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
#tabs ul li a:hover {

  background:url(../images/mat_nav.png) no-repeat 0 0;  

}


#tabs ul li.mat01 a:hover {
  background-size:590%; 
  background-position: -0.2% 86%;

}

#tabs ul li.mat02 a:hover {
  background-size:610%; 
  background-position: 20% 84%;

}


#tabs ul li.mat03 a:hover {
  background-size:590%;
  background-position: 39.7% 85%;
}

#tabs ul li.mat04 a:hover {
  background-size:590%;
  background-position: 59.5% 86%;
}


#tabs ul li.mat05 a:hover {
  background-size:590%;
  background-position: 81% 91%;

}


#tabs ul li.mat06 a:hover {
  background-size: 590%;
  background-position: 101% 87%;

}

.mat01 a.selected{
  background:url(../images/mat_nav.png) no-repeat 0 0;  
  background-size:590%; 
  background-position: -0.2% 84%;
}
.mat02 a.selected{
  background:url(../images/mat_nav.png) no-repeat 0 0;
  background-size:610%; 
  background-position: 20% 82%;

}

.mat03 a.selected{
  background:url(../images/mat_nav.png) no-repeat 0 0;
  background-size:590%;
  background-position: 39.7% 85%;
}

.mat04 a.selected{
  background:url(../images/mat_nav.png) no-repeat 0 0;

  background-size:590%;
  background-position: 59.5% 86%;
}


.mat05 a.selected{
  background:url(../images/mat_nav.png) no-repeat 0 0;
  background-size:590%;
  background-position: 81% 90%;

}

.mat06 a.selected{
  background:url(../images/mat_nav.png) no-repeat 0 0;
  background-size: 590%;
  background-position: 101% 87%;

}

#tabs ul li a span {
  display: none;
}

#tabs ul li a:hover span {
  display: block;
}

#tabs ul li a:hover span {
  display: block;
  padding: 15px 10px;
  width: 150px;
  background: #000;
  border-radius:20px;
  position: relative;
  top: 40%;
  text-decoration: none;
  font-size: 11px;
  opacity: .75;
  filter:alpha(opacity=75);
  color: #FFF;


}




#tabs ul li a:hover span strong {
  display: block;
    margin-bottom: 2px;
  font-size: 11px;
} 
.product_right p{
  color: #2D2C2C;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.8em;
  text-align: left;
  padding-left: 4%;
  margin-top: 2%;
}
.product_right a{

  text-align:left;
  color: #538D73;
  font-weight: normal;


  font-style: normal;
  font-size: 1.5em;
  

}

.product_right a.preorder{
  text-decoration: none;
    border-radius: 0.4em;
  padding-top: 0;
}
.product_right a.preorder:hover{

}

.product_right a:hover{
  text-align:left;
  color: #2D2C2C;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
}
.view_bottom p{
  width:60%;
  float:left;
  height: 0;
  padding-bottom: 20%;
  line-height: 28px;
  text-align:left;
  font-size: 0.1em;
   font-style: normal;  
  color: #013F3E;
  font-weight: normal;

}
.view_bottom p b{
  font-size: 1.2em;
}
.product_right img{
  width: 100%;

  height: 100%;
}

/* youtube clips */

#yt_mat01_preview img, #yt_mat02_preview img, #yt_mat03_preview img,
#yt_mat04_preview img, #yt_mat05_preview img, #yt_mat06_preview img{
  width: 90%;
  border: solid 5px;
  border-color: rgba(198, 156, 56, 1);
  cursor: pointer;
  -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;

    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}

#yt_mat01_preview img:hover,
#yt_mat02_preview img:hover,

#yt_mat03_preview img:hover,
#yt_mat04_preview img:hover,
#yt_mat05_preview img:hover,
#yt_mat06_preview img:hover{
  opacity:0.8;
  -moz-box-shadow: 0 0 10px #ccc; 

  -webkit-box-shadow: 0 0 10px #ccc; 
  box-shadow: 0 0 10px #ccc; 
  -o--box-shadow: 0 0 10px #ccc; 
}

    .google-maps{
       display:inline-block;
        position: relative;
        width:100%;



    }
    .google-maps hr{
      width: 8%;
      color: #538F87;
      display: block;
      border-style: double;
      text-decoration: none;
}
    .google-maps p{
    font-size: 0.9em;
    
    margin-bottom: 3%;
    color: #538F87;
}
    .google-map_ny {
      display:inline-block;
      position: relative;
      padding-bottom: 20%;//
      This 
      
      
      is 
      
      
      the 
      
      
      aspect 
      
      
      ratio
        
      
      
      height: 0;
      overflow: hidden;
      box-shadow: 0px 3px 2px #C4CFCF;
      background: rgb(189, 220, 219);
      float:left;
      width:49.8%;
    }

   .google-map_seoul {
      display:inline-block;
      position: relative;
      padding-bottom: 20%;//
      This 
      
      
      
      is 
      
      
      
      the 
      
      
      
      aspect 
      
      
      
      ratio

        
      
      
      
      height: 0;
      overflow: hidden;
      box-shadow: 0px 3px 2px #889090;
      background: rgb(189, 220, 219);
      width:49.8%;
      float:right;
    }
    iframe.ny{
      display:inline-block;
        position: absolute;
        top: 4%;
        left: 1.8%;
        width: 96.7% !important;
        height: 92% !important;
    }
    iframe.seoul{
          display:inline-block;
        position: absolute;
        top: 4%;
        right: 1.8%;
        width: 96.7% !important;
        height: 92% !important;
    }
  
  .office_address{
       display:inline-block;



        position: relative;
        width:100%;         
          
  }

  .office_address i.fa{
       color: rgb(96, 100, 107);      
          
  }


  .address_ny{
    display:inline-block;
    width: 100%;
    float: left;
    padding-top: 4%;
    padding-bottom: 0%;
    border-radius: 5px;
    box-shadow: 0px 3px 2px rgba(97, 96, 96, 0.28);
    background: #E8E8E6;
}
 .address_ny a, .address_seoul a{
  color: #4C7C75;
  text-decoration: none;
 }
    .address_ny .web, .address_seoul .web{
        padding: 0% 6%;

           }
    .address_ny .web p, .address_seoul .web p{
            width:100%;
            padding: 5% 0%;
            background: #EFEFEF;
            border-radius:0.5em;
    }
    .address_ny .web a, .address_seoul .web a{
      text-decoration: none;    
      color: #4A3B3B;
}
    .address_ny .web a:hover, .address_seoul .web a:hover{
      text-decoration: none;    
      color: #2C746B;
}
  .address_seoul{
    display:inline-block;
    width: 100%;
    float: right;
    margin-top: 1%;
    padding-top:2%;
    padding-bottom: 0%;
    border-radius: 5px;
    box-shadow: 0px 3px 2px rgba(97, 96, 96, 0.28);
    background: #E8E8E6;
  }


      
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,

#tabs-5,
#tabs-6{
  position:initial;
}


.gallery_body, 
.gallery_two_body,
.gallery_three_body,

.gallery_four_body,

.gallery_five_body,

.gallery_six_body,  { margin: 0 auto; width: 100%; float: right; margin-right: -3%;}

/* Style the thumbnails */
.gallery-thumbs, 
.gallery_two-thumbs,
.gallery_three-thumbs,
.gallery_four-thumbs,
.gallery_five-thumbs,
.gallery_six-thumbs{ padding: 0px; height: 75px; }

.gallery-thumbs li, 
.gallery_two-thumbs li,
.gallery_three-thumbs li,
.gallery_four-thumbs li,
.gallery_five-thumbs li,
.gallery_six-thumbs li{ position: relative; width: 12%; height: auto; float: left; display: inline-block;
                    list-style-type: none; padding: 0.5% 0.2%; background: rgba(255, 255, 255, 0);  cursor: pointer;}

.gallery-thumbs li .clip, 
.gallery_two-thumbs li .clip,
.gallery_three-thumbs li .clip,
.gallery_four-thumbs li .clip,
.gallery_five-thumbs li .clip,
.gallery_six-thumbs li .clip {position:relative;width: 98%;padding-left: 9%;float: left;height: auto;display: inline-block;text-align: center; vertical-align: middle; overflow: hidden;}

.gallery-stage,
.gallery_two-stage,
.gallery_three-stage,
.gallery_four-stage,
.gallery_five-stage,
.gallery_six-stage {position: relative; background: rgb(230, 230, 230);   text-align:center; }
.gallery_six-stage img{width: 100%; height: 100%}

.gallery-stage .caption,

.gallery_two-stage .caption,

.gallery_three-stage .caption,
.gallery_four-stage .caption,
.gallery_five-stage .caption,
.gallery_six-stage .caption{position: absolute;  background: rgba(109, 172, 144, 0);   font-size: 0.5em; color: #F0EAEA; padding-bottom: 13%; padding-top: 1%;width: 8%;margin-right: 6%;text-align: left; top: 0; right: 0;}

.gallery-stage .caption p,
.gallery_two-stage .caption p,
.gallery_three-stage .caption p,
.gallery_four-stage .caption p,
.gallery_five-stage .caption p,
.gallery_six-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.gallery-counter,
.gallery_two-counter,
.gallery_three-counter,
.gallery_four-counter,
.gallery_five-counter,
.gallery_six-counter{position: absolute;top: 0;right: 0;margin-right: 1.5%;margin-top: 72.5%;color: rgb(14, 13, 13);background: rgba(91, 167, 199, 0);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */    


ul#gallery,
ul#gallery_two,
ul#gallery_three,
ul#gallery_four,
ul#gallery_five,
ul#gallery_six {
  list-style: none;
  width: 100%;
  display: inline-block;
  height: 100%;  
  padding: 0% 0%;
  border-radius: 0;
  margin-bottom: 0; 
  padding-bottom: 0%;
    position: relative;
  margin-top: 0%;
  float: left;
  background-image: none;
  background-size: 100%;
}



#VCc, #VCc1, #VCc2, #VCc3, #VCc4, #VCc5, #VCc6 {
  cursor: url(360_icon.png),url(360_icon.png),auto;
}

.houseguard_switch01 label, 
.houseguard_switch02 label,
.houseguard_switch03 label,
.houseguard_switch04 label,
.houseguard_switch05 label,
.houseguard_switch06 label,
.houseguard_switch07 label,
.houseguard_switch08 label,

.houseguard2_switch01 label, 
.houseguard2_switch02 label,
.houseguard2_switch03 label,

.housetent_switch01 label, 
.housetent_switch02 label,
.housetent_switch03 label,

.housetent2_switch01 label, 
.housetent2_switch02 label,
.housetent2_switch03 label {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.houseguard_switch01 input,
.houseguard_switch02 input,
.houseguard_switch03 input,
.houseguard_switch04 input,
.houseguard_switch05 input,
.houseguard_switch06 input,
.houseguard_switch07 input,
.houseguard_switch08 input,

.houseguard2_switch01 input,
.houseguard2_switch02 input,
.houseguard2_switch03 input,

.housetent_switch01 input,
.housetent_switch02 input,
.housetent_switch03 input,

.housetent2_switch01 input,
.housetent2_switch02 input,
.housetent2_switch03 input
 {
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


/* DEMO 2 */
.houseguard_switch01_body {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  margin-top: 20%;
  height: 0%;
  padding-bottom: 15%;}
  
.houseguard_switch01.guard01, 
.houseguard_switch02.guard02,
.houseguard_switch03.guard03,
.houseguard_switch04.guard04,
.houseguard_switch05.guard05,
.houseguard_switch06.guard06,
.houseguard_switch07.guard07,
.houseguard_switch08.guard08,

.houseguard2_switch01.guard01, 
.houseguard2_switch02.guard02,
.houseguard2_switch03.guard03,

.housetent_switch01.tent01, 
.housetent_switch02.tent02,
.housetent_switch03.tent03,

.housetent2_switch01.tent01, 
.housetent2_switch02.tent02,
.housetent2_switch03.tent03 {
  position: absolute;
  z-index: 10;
  margin-top: 29%;
  margin-left: 30%;
  width: 27%;
  height: 36%;
}

.houseguard_switch01.guard01 label, 
.houseguard_switch02.guard02 label,
.houseguard_switch03.guard03 label,
.houseguard_switch04.guard04 label,
.houseguard_switch05.guard05 label,
.houseguard_switch06.guard06 label,
.houseguard_switch07.guard07 label,
.houseguard_switch08.guard08 label,

.houseguard2_switch01.guard01 label, 
.houseguard2_switch02.guard02 label,
.houseguard2_switch03.guard03 label,

.housetent_switch01.tent01 label, 

.housetent_switch02.tent02 label,

.housetent_switch03.tent03 label,

.housetent2_switch01.tent01 label, 
.housetent2_switch02.tent02 label,
.housetent2_switch03.tent03 label {
  background: #cbc7bc;
  margin: 0 auto;

  border-radius: 5px;
  box-shadow:
      inset 0 1px 0 white,
      0 0 0 1px #999,
      0 0 5px 1px rgba(0,0,0,0.2),
      0 2px 0 rgba(255,255,255,0.6),
      inset 0 10px 1px #e5e5e5,
      inset 0 11px 0 rgba(255,255,255,0.5),
      inset 0 -45px 3px #ddd;
}


.houseguard_switch01.guard01 label:after, 
.houseguard_switch02.guard02 label:after,
.houseguard_switch03.guard03 label:after,
.houseguard_switch04.guard04 label:after,
.houseguard_switch05.guard05 label:after,
.houseguard_switch06.guard06 label:after,
.houseguard_switch07.guard07 label:after,
.houseguard_switch08.guard08 label:after,

.houseguard2_switch01.guard01 label:after, 
.houseguard2_switch02.guard02 label:after,
.houseguard2_switch03.guard03 label:after,

.housetent_switch01.tent01 label:after, 
.housetent_switch02.tent02 label:after,
.housetent_switch03.tent03 label:after,

.housetent2_switch01.tent01 label:after, 
.housetent2_switch02.tent02 label:after,
.housetent2_switch03.tent03 label:after {
  content: "";
  position: absolute;
  top: 0;

  margin-top: -60%;
  margin-bottom: -60%;

  left: 0;
  margin-left: -50%;
  margin-right: -50%;
  bottom: 0;
  right: 0;
  background: #ccc;
  background: -moz-linear-gradient(#ddd, #bbb);
  background: -ms-linear-gradient(#ddd, #bbb);
  background: -o-linear-gradient(#ddd, #bbb);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#bbb));
  background: -webkit-linear-gradient(#ddd, #bbb);
  background: linear-gradient(#ddd, #bbb);
  z-index: -1;
  border-radius: 5px;
  border: 1px solid #C4C1C1;
  box-shadow:
      0 0 5px 1px rgba(0,0,0,0.15),
      0 3px 3px rgba(0,0,0,0.3),
      inset 0 1px 0 rgba(255,255,255,0.5);
}

.houseguard_switch01.guard01 label:before, 
.houseguard_switch02.guard02 label:before,
.houseguard_switch03.guard03 label:before,
.houseguard_switch04.guard04 label:before,
.houseguard_switch05.guard05 label:before,
.houseguard_switch06.guard06 label:before,
.houseguard_switch07.guard07 label:before,
.houseguard_switch08.guard08 label:before,

.houseguard2_switch01.guard01 label:before, 
.houseguard2_switch02.guard02 label:before,
.houseguard2_switch03.guard03 label:before,

.housetent_switch01.tent01 label:before, 
.housetent_switch02.tent02 label:before,
.housetent_switch03.tent03 label:before,

.housetent2_switch01.tent01 label:before, 
.housetent2_switch02.tent02 label:before,
.housetent2_switch03.tent03 label:before {
  content: "";
  position: absolute;
  width: 16%;
  height: 10%;
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  margin-top: -40%;
  margin-left: 45%;
  border-radius: 50%;
}

.houseguard_switch01.guard01 input:checked ~ label, 
.houseguard_switch02.guard02 input:checked ~ label,
.houseguard_switch03.guard03 input:checked ~ label,
.houseguard_switch04.guard04 input:checked ~ label,
.houseguard_switch05.guard05 input:checked ~ label,
.houseguard_switch06.guard06 input:checked ~ label,
.houseguard_switch07.guard07 input:checked ~ label,
.houseguard_switch08.guard08 input:checked ~ label,

.houseguard2_switch01.guard01 input:checked ~ label, 
.houseguard2_switch02.guard02 input:checked ~ label,
.houseguard2_switch03.guard03 input:checked ~ label,

.housetent_switch01.tent01 input:checked ~ label, 
.housetent_switch02.tent02 input:checked ~ label,
.housetent_switch03.tent03 input:checked ~ label,

.housetent2_switch01.tent01 input:checked ~ label, 
.housetent2_switch02.tent02 input:checked ~ label,
.housetent2_switch03.tent03 input:checked ~ label   {
  background: #d2cbc3;
  box-shadow:
      inset 0 1px 0 white,
      0 0 0 1px #999,
      0 0 5px 1px rgba(0,0,0,0.2),

      inset 0 -10px 0 #aaa,
      0 2px 0 rgba(255,255,255,0.1),
      inset 0 45px 3px #e0e0E0,
      0 8px 6px rgba(0,0,0,0.18);
}


    .spin_body {

        position: absolute;
        padding-bottom: 0; // This is the aspect ratio
        height: 0;
        margin-left: 50%;
        overflow: hidden;
    }
    .spin_body canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
  
  
  
  
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* back-to-top */
/* -------------------------------------------------------------------------------------------------------------------------------- */

  .back-to-top {
      position: fixed;
      bottom: 2em;
      right: 0px;
      text-decoration: none;
      color: #000000;     
      opacity:0.6;
      font-size: 14px;
      display: none;
      right:2em;
      z-index:100000000;
    }

    .back-to-top img{
     width:100%;
     max-width: 70px;
     opacity: 0.6;
     display: inline-block;
         vertical-align: middle;
        -webkit-transform: translateZ(0);
         transform: translateZ(0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -moz-osx-font-smoothing: grayscale;
         position: relative;
         -webkit-transition-duration: 0.3s;
         transition-duration: 0.3s;
         -webkit-transition-property: transform;
         transition-property: transform;
    }
    .back-to-top img:hover{
      opacity:1;
    }
    .back-to-top:before {
         pointer-events: none;
         position: absolute;
         z-index: -1;
         content: '';
         top: 100%;
         left: 5%;
         height: 10px;
         width: 90%;
         opacity: 0;
         background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
         background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
         
     /* W3C */
         -webkit-transition-duration: 0.3s;
         transition-duration: 0.3s;
         -webkit-transition-property: transform, opacity;
         transition-property: transform, opacity;
}

.back-to-top:hover, .back-to-topfocus, .back-to-top:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.back-to-top:hover:before, .back-to-top:focus:before, .back-to-top:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
select .default
{
    display: none;
}
  
  

  #banner-fade,
#banner-slide{
}

ul.bjqs-controls.v-centered li a{
  display:block;
  padding: 0.5em;
  font-size: 0.8em;
  background: rgba(11, 54, 36, 0.51);
  color: #CBD9D3;
  text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
  background:#000;
  color:#fff;
}

ol.bjqs-markers li a{
  padding:5px 10px;
  background:#000;
  color:#fff;
  margin:5px;
  text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
  background: #999;
}

p.bjqs-caption{
}

ul.bjqs{border: 0.25em solid #547F6C;position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;display: none;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right: -2%;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;display: none;position:absolute;bottom:0;}
  
  
  
  
  
  
  
  

/* -------------------------------- 

Primary style

-------------------------------- */
.cd-faq-trigger, .cd-faq-trigger::after, .cd-faq-trigger::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cd-faq-trigger::after, .cd-faq-trigger::before {
  content: '';
}

body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 83, 89, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  body::after {
    display: none;
  }
}



/* -------------------------------- 

Main components 

-------------------------------- */
header.faq {
  position: fixed;
  height: 0;
  left: 0;
  top: 0;
  margin-top: 3%;
  width: 100%;
  height: 6%;
  padding-bottom: 10%;
  margin-bottom: 2%;
  line-height: 180px;
  z-index: 99999;
  text-align: center;
  background-color: #E8E8E8;
}
header.faq h1 {
  color: #424242;
  line-height: 0em;
  margin-top: 3%;
  font-size: 1em;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) {
 
}

.cd-faq {
  width: 95%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 0 auto;
    margin-top: 14%;
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #529979;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #3E8164;
  text-overflow: ellipsis;
   -webkit-box-shadow:  0px 0.2em 0px rgba(69, 120, 98, 1), 0px 0.1em 0.2em rgba(26, 44, 36, 1);
  -moz-box-shadow:  0px 0.2em 0px rgba(69, 120, 98, 1), 0px 0.1em 0.2em rgba(26, 44, 36, 1);
  box-shadow: 0px 0.2em 0px rgba(69, 120, 98, 1), 0px 0.1em 0.2em rgba(26, 44, 36, 1);
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    text-decoration: none;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3%;
  width: 200px;
  z-index: 2;
  -webkit-box-shadow:  0px 0.2em 0px rgba(69, 120, 98, 1), 0px 0.1em 0.2em rgba(26, 44, 36, 1);
  -moz-box-shadow:  0px 0.2em 0px rgba(69, 120, 98, 1), 0px 0.1em 0.2em rgba(26, 44, 36, 1);
  box-shadow: 0px 0.2em 0px rgba(69, 120, 98, 1), 0px 0.1em 0.2em rgba(26, 44, 36, 1);
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #3C8062 !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }

  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 79%;
    margin-top: 10%;
    padding-left: 220px;
  
    overflow-x: hidden;    overflow-y:auto;
}
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;

}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: bold;
  text-align: left;
  color: #0F0F10;
  vertical-align: baseline;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;

    margin-bottom: 6px;
    box-shadow: 0 1px 5px rgba(42, 15, 15, 0.59);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 15px rgba(11, 26, 40, 0.75);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 24px;
    font-size: 0.7em;
    font-weight: 500;
    text-align: left;
    color: #284B3C;
    margin: 0;
    text-decoration: none;
    padding: 1.2em 1.2em 1.2em 1.2em;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #6DAC90;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

/* ----------- Relevant Code Below ----- */

div#container {
  display: table;
  
  /* I want the whole search box
     to be exactly this wide. */
  width: 100%;
  
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  margin-top: 2%;
}
div#container div.cell {
  display: table-cell;
  width: 90%;
  padding: 0;
}
div#container div.cell:last-child {
  /* Makes sure this cell is only wide enough
     for the button label. */
  width: 1px;
  font-size: 0.6em;
}

input[type=search], div.button {  
  width: 100%;
  height: 35px;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  font-family: inherit;
  font-size: inherit;
}

input[type=search] {
  margin: 0;
  font-size: 0.6em;
  padding: 1% 1%;
  
  background-color: #f8f8f8;
  
  box-shadow: 0 1px 5px rgba(42, 15, 15, 0.59);
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.button {
  line-height: 35px;

  margin: 0;
  padding: 0 20px;

  color: #fff;
  cursor: pointer;
  background-color: #BDBDBD;
  box-shadow: 0 1px 5px rgba(42, 15, 15, 0.81);
  font-weight: bold;
  
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  
  white-space: nowrap;
}


/* ----------- Relevant Code Below ----- */


#videos{
  width: 70%;
  margin: 7% 0;
  display: inline-block;
}
#videos a span img{
  width:49%;
}

.parent{
    width: 50%;
    display: inline-block;
    left: 0;
    position: relative;
    float: left;
    z-index:0;
    cursor: pointer;
}
.parent img{
  width: 100%;
}

.inner{
  width: 100%;   
  height: 99%;
  border: 2px solid #fff;
  box-shadow: 1px 1px 1px #000;
  background: rgba(0, 10, 6, 0.43);     
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.13);
  position:absolute;
  z-index:1;    
  top:0;
  left:0;
}

.inner i {
    width: 100%;
    font-size: 3.5em;
    color: #fff;
    opacity: 0.9;
    text-shadow: 2px 2px 1px #484747;
    font-weight: 100 !important;
    text-align: center;
    padding-top: 15%;
}

.inner a span{
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  text-shadow: 1px 1px 5px #6F7572;
  display:block;
  width:100%;
  padding-bottom: 0%;     
}



.parent:hover .inner{
      background: rgba(0, 4, 6, 0.00);
     -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
}
.parent:hover .inner i{
       color: #125B79;
       opacity: 1;
       text-shadow: 2px 2px 1px #484747;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
}

#sample{
  margin-top: 7%;
  line-height: 0.9em;
}
#sample h3{

line-height: 2em;font-size: 1.4em;}

.parent-img{
    width: 20%;
    display: inline-block;
    left: 0;
    position: relative;
    float: left;
    z-index:0;
    cursor: pointer;
}
.parent-img img{
  width: 100%;
}


.inner-img{
  width: 100%;
  height: 99%;
  border: 2px solid #fff;
  box-shadow: 1px 1px 1px #000;
  background: rgba(234, 234, 234, 0.93);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.13);
  position:absolute;
  z-index:1;
  top:0;
  left:0;
}

.inner-img i {
}

.inner-img span{
  color: #5D5C5A;
  font-size: 0.8em;
  text-decoration: none;
  display:block;
  font-size: 50%;
  width:100%;
  position: absolute;
  bottom: 0;
  padding: 10% 0;
  background-color: rgb(249, 249, 249);
  opacity: 0.9
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}



.parent-img:hover .inner-img{
      background: rgba(0, 4, 6, 0.00);
     -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
}
.parent-img:hover .inner-img i{
       color: #125B79;
       opacity: 1;
       text-shadow: 2px 2px 1px #484747;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
    width: 100%;
    font-size: 3em;
    color: #fff;
    opacity: 0.9;
    text-shadow: 2px 2px 1px #484747;
    font-weight: 100 !important;
    text-align: center;
    padding-top: 15%;
}
.parent-img:hover .inner-img img{
     display: none;
}

.parent-img:hover .inner-img span{
    display: none;
}
.link a:hover{
    color: #000;
    text-decoration: underline;
}
.learn_more{
  
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    font-size: 80%;
    text-align: center;
    padding: 1% 0;
    color: #5A5A5A;
}

.learn_more a{
  text-decoration: none;
  color: #8A8A8A;
}
.learn_more2{
  
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    font-size: 80%;
    text-align: center;
    padding: 1% 0;
    color: #5A5A5A;
}
.learn_more2 a{
  text-decoration: none;
  color: #8A8A8A;
}
.appstore{
  width: 100%;
  margin: 0 auto;
}
.appstore ul{
  width: 80%;
  display: block;
  margin-left: 1%;
}
.appstore p{
 font-size: 1em;
 text-align: left;
}
.appstore .app_icon{
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  float: left;
}
.appstore .app_icon img{
  width: 100%;
}
.appstore ul li{
  display: inline-block;
  width: 32.3%;
  float: left;
}
.appstore ul li img{
  width: 100%;
}


.logos{
  width: 70%;
  margin: 0 auto;
}

.mobile-menu{
  position: absolute;
  top:0;
  right:0;
  width:100%;
  height:0;
  z-index: 99999999999999999;
  margin-top: 9%;
}
.mobile-menu-body{
  
}

.product_feature{
  width:100%;
  padding-top: 10%;
  background-color: #F5F5F5;
}

.product_feature img{
  width: 100%;
}


/* line 64, scss/index.scss */

#gallery-con {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0;
  padding-bottom: 0%;
  border: 2px solid rgba(169, 169, 169, 0.5);
  box-shadow: 0px 1px 5px#D2CDCD;
}

/* line 72, scss/index.scss */

#gallery-con #gallery-main {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-bottom: 0%;
  position: relative;
  z-index: -1;
}
#gallery-main img{
  width: 100% !important;
}
/* line 79, scss/index.scss */

#gallery-con #gallery-hidden {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  z-index: -1;
}

/* line 87, scss/index.scss */

#gallery-con #thumbnails {
  width: 100%;
  height: 0;
  padding-bottom: 8%;
  background: rgb(0, 0, 0);
  z-index: 10;
  margin-top: -0.5%;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}

/* line 97, scss/index.scss */

#gallery-con #thumbnails:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

/* line 102, scss/index.scss */

#gallery-con #thumbnails #thumbcon {
  width: 93%;
  height: 0;
  padding-bottom: 13%;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

/* line 111, scss/index.scss */

#gallery-con #thumbnails #thumbcon .thumb {
  width: 11%;
  height: auto;
  display: inline;
  margin: 12px 5px;
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

/* line 121, scss/index.scss */

#gallery-con #thumbnails #thumbcon .thumb:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
}

/* line 128, scss/index.scss */

#gallery-con #thumbnails #thumbcon .selected {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
}

/* line 135, scss/index.scss */

#gallery-con #thumbnails .ui-button {
  width: 16px;
  height: 16px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(170, 170, 170, 0.85)), color-stop(100%, rgba(215, 215, 215, 0.85)));
  background-image: -webkit-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: -moz-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: -o-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: -ms-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  padding: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  opacity: 0.60;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 145, scss/index.scss */

#gallery-con #thumbnails .ui-button:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
  -o-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
}

/* line 152, scss/index.scss */

#gallery-con #thumbnails #left-arrow {
  margin-top: 2%;
  margin-left: 13%;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0;
}

/* line 161, scss/index.scss */

#gallery-con #thumbnails #right-arrow {
  margin-top: 2%;
  margin-right: 13%;
  display: inline-block;
  float: left;
  right: 0;
  position: absolute;
}

/* line 170, scss/index.scss */

#gallery-con #thumbnails #playtoggle {
  float: right;
  margin-top: -40px;
  margin-right: 10px;
  position: absolute;
}

/* line 176, scss/index.scss */

#gallery-con #thumbnails .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/gallery/sprites.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 22;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 187, scss/index.scss */

#gallery-con #thumbnails .icon-play {
  background-position: 0 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 191, scss/index.scss */

#gallery-con #thumbnails .icon-pause {
  background-position: -32px 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 195, scss/index.scss */

#gallery-con #thumbnails .icon-arrow-right {
  background-position: -64px 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 199, scss/index.scss */

#gallery-con #thumbnails .icon-arrow-left {
  background-position: -96px 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* example_6 css */  
#example_6 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 640px; /* important */  
    height: 540px; /* important */  
    margin: 0;  
    background: #fff;  
}  
  
#example_6_content {  
    position: absolute;  
    top: 0;  
    margin-left: 0;  
}  
  
#example_6_content  
#example_6_content li {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}  
    #example_6_content {  
        width: 13440px;  
    }  
    #container_bd #example_6 ul li {  
        display: block;  
        float: left;  
        margin: 0;  
        padding: 0;  
        border: none;  
        background-color: #fff;  
    }  
  
#container_bd #example_6 ul li img {  
    display: block;  
}  
  
#example_6_frame {  
    position: relative;  
    margin: 485px 131px 0 131px;  
}  
#container_bd #example_6_frame ul li {  
    margin: 0 2px;  
}  
#container_bd #example_6_frame ul li img{  
    border: 1px solid #9cf;  
    padding: 2px;  
}  
    #container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}  

        .es-carousel ul{
          display:block;
        }

.container{
      width: 40%;
    
      margin-left: 30%;
      height: 0;
}


        .rg-image-wrapper{
  position:relative;
  padding: 0px 0px;
  background: rgba(255, 255, 255, 0.05)repeat top left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 0;
}
.rg-image{
  position:relative;
  text-align:center;
  line-height:0px;
}
.rg-image img{
  max-height: 100%;
  max-width: 100%;
  z-index: -1;
}
.rg-image-nav a{
  position:absolute;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.68) url(../images/gallery/nav.png) no-repeat -50% 50%;
  width: 5%;
  height:100%;
  background-size: 140%;
  z-index: 99999;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.3;
  outline:none;
}
.rg-image-nav a.rg-image-nav-next{
  right:0px;
  left:auto;
  background-position: 140% 50%;
}  
.rg-image-nav a:hover{
  opacity:0.8;
}
.rg-caption {
  text-align:center;
  margin-top:15px;
  position:relative;
}
.rg-caption p{
  font-size:11px;
  letter-spacing:2px;
  font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
  line-height:16px;
  padding:0 15px;
  text-transform:uppercase;
}
.rg-view{
  height:30px;
  display: none;
}
.rg-view a{
  display:block;
  float:right;
  width:16px;
  height:16px;
  margin-right:3px;
  background:#464646 url(../images/views.png) no-repeat top left;
  border:3px solid #464646;
  opacity:0.8;
}
.rg-view a:hover{
  opacity:1.0;
}
.rg-view a.rg-view-full{
  background-position:0px 0px;
}
.rg-view a.rg-view-selected{
  background-color:#6f6f6f;
  border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
  background-position:0px -16px;
}
.rg-loading{
  width:46px;
  height:46px;
  position:absolute;
  top:50%;
  left:50%;
  background:#000 url(../images/gallery/ajax-loader.gif) no-repeat center center;
  margin:-23px 0px 0px -23px;
  z-index:100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity:0.7;
}



/* Elastislide Style */
.wrapper_position{
  width: 100%;
  left: 0;
  position: absolute;
}
.es-carousel-wrapper{
  background: rgb(226, 224, 224);
  padding: 1% 2%;
  margin-top: 40%;
  position:relative;
  -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 2px 0px rgba(197, 192, 192, 0.42);
  z-index: 1;
  width: 96%;
}
.es-carousel{
  overflow:hidden;
  background: #E2E0E0;
}
.es-carousel ul{
  display:none;
}
.es-carousel ul li{
  height:100%;
  float:left;
  display:block;
}
.es-carousel ul li a{
  display:block;
  border-color: #D8D3CA;
  border-style:solid;
  opacity:0.8;
  -webkit-touch-callout:none;
  /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
  border-color: #807F7F;
  opacity:1.0;
}
.es-carousel ul li a img{
  display:block;
  border:none;
  max-height:100%;
  max-width: 100%;
}
.es-nav span{
  position:absolute;
  top:50%;
  left:8px;
  background:transparent url(../images/gallery/nav_thumbs.png) no-repeat top left;
  width:14px;
  height:26px;
  margin-top:-13px;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.8;
}
.es-nav span.es-nav-next{
  right:8px;
  left:auto;
  background-position:top right;
}
.es-nav span:hover{
  opacity:1.0;
}
.rg-caption-wrapper{
  display: none;
}


#contact .social-icons a i.fa{
  width: 11%;
  padding-bottom: 3%;
  padding-top: 3%;
  background: #E2E2E2;
  box-shadow: 0 3px 0 #C5C5C5;
  color: #ADADAD;
  font-size: 2em;
  border-radius:90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact .social-icons a i.fa:hover{
  width: 11%;
  padding-bottom: 3%;
  padding-top: 3%;
  background: #ADADAD;
  box-shadow: none;
  color: #E2E2E2;

}
#contact{
    width: 80%; 
    padding-top: 8%;  
    padding-bottom: 90%;
      max-width: 1700px;
      margin: 0 auto; 
      height: 0;
    z-index: -1;
}

.accordion_container {
    width: 100%;
    margin-top: 16%;
}
.accordion_head {
    color: #585858;
    background: #ffffff;     margin-bottom: 6px;     box-shadow: 0 1px 5px rgba(42, 15, 15, 0.59);
    cursor: pointer;
    border-radius: 5px;
    font-size: 1em;
    margin: 0 0 0.5% 0;
    padding: 1%;
    font-weight: 500;
}
.accordion_body {
    background: #E4E3DF;
}
.accordion_body p {
    padding: 3% 6%;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: left;
    margin: 0px;
}
.plusminus {
    float:right;
}

body.main nav li.logo{
  display: none;
}

.download{
  width:50%;
  padding-top: 5%;
  margin: 0 auto;
}
.download p{
    padding-bottom: 3%;
    font-size: 1.3em;
}
.download a i{
  font-size: 4em;
  padding: 0 3%;
  color: #4194D0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download a i:hover{
  color: #83888A;
}

#error{
    

    width: 80%;
    

    margin: 0 auto;
    margin-bottom: 9%;
    background-color: rgba(45, 45, 45, 0.3);
    

    box-shadow: 0px 3px 5px rgba(123, 123, 123, 0.61);
    padding: 5% 5% 35% 5%;
}
#error h1{
    font-size: 2em;
  
    font-weight: bold;
    border-radius: 5px;
    padding: 0%;
    color: #FFFFFF;
    text-shadow: 1px 1px 4px #000;
    margin-bottom: 2%;
}
#error img{
    width: 34%;

    float: left;
    display: inline-block;
}

#error .right{
    width: 59%;  
    float: left;

    margin-left: 6%;
}
#error p{
    line-height: 2em;
    padding-top: 3%;
    text-align: left;
    font-size: 0.7em;
    color: #fff;
}
#error a{
    color: #E6E4E4;  
    font-weight: bold;
    font-size: 1.5em;
}

#error .right .social-container{
    margin-top: 10%;
  
    text-align: left;
}

#error .right .social-container i.fa{
    font-size: 1em;
  
    width: 6%;
    padding: 2% 0.5%;
    text-align: center;
    border-radius: 50%;
    color: #F0FFE9;
    text-shadow: 1px 1px 1px #212121;
}


#tos{
    width: 80%;
  
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 10%;
    text-align: center;
}

#tos p{
  text-align: left;
  line-height: 1.4em;
  font-size: 0.8em;
}
#tos p strong{

}
#tos h2{
    padding: 1% 0;

}
#tos ol, #tos ul{
    list-style: decimal outside;
    text-align: left;
    font-size: 0.7em;
}
  

.logos{
  width: 70%;
  margin: 0 auto;
}


.product_dp{
}


.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.square {
  position: relative;
  width: 50%;
  display: inline-block;
  float: left;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(0, 0, 0, 0.33);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1.04);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 20% 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 0.7em;
  position: relative;
  color: #E2E2E2;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}


.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
   -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
form { width: 100%; margin: 0; }

.feedback-input {
  color: #4C4A4A;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border: 3px solid #B8C0C3;
  transition: all 0.3s;
  padding: 1% 2%;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:3px solid #90979A }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background: #D0D7DA;
  box-shadow: 0 3px 0 0 rgba(146, 146, 146, 0.35);
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size: 0.8em;
  padding: 2% 0;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#AEB4B7; }

#contact .form{

width: 100%;padding-top: 5%;}

#contact .form .left{

width: 45%;float: left;     display: inline-block;}

#contact .form .right{
  width: 52%;
  margin-left: 2%;
  float: left;
  display: inline-block;
}

img.bookplusapp{
  width: 100%;
  margin-bottom: 2%
}