@charset "utf-8";
/* CSS Document */

html { padding:0px; margin:0px; overflow-x:hidden; }
body { padding:0px; margin:0px; overflow-x:hidden; background:#f3f3f3; font-family:"Open Sans Regular", "Geneva", "Arial", sans-serif;}
.img-responsive { margin:0 auto; }

/* @font-face { font-family:"scifly-sans";  src:url(../fonts/scifly-sans.ttf);	 } */
/* @font-face { font-family:"Oswald-Regular";  src:url(../fonts/Oswald-Regular.ttf);	 } */
/* @font-face { font-family:"Muli-Regular";  src:url(../fonts/Muli-Regular.ttf);	 } */
/* @font-face { font-family:"Muli-SemiBold";  src:url(../fonts/Muli-SemiBold.ttf);	 } */

/* Sign i Form  */
/* .modalbody .form-control { background-color:#22314f; color:#FFF; } */
.login-button { color:#1f428a; background-color:#fff; border:none; padding:7px 15px; border:1px solid #d9c34b; border-radius:5px;   }
.login-button:hover { background-color:#3296d3; border:1px solid #fff; color:#FFF; }

.login-button2 { text-align:center; color:#fff; background-color:#22314f; border:none; padding:7px 15px; border:1px solid #d9c34b; border-radius:5px; letter-spacing:1px; float:right;  }
.login-button2:hover { background-color:#3296d3; border:1px solid #fff; color:#FFF; }

.modal-dialog .form-group p { margin:2px 0px; }
.modal-title b  { color:#ffc000; font-size:17px; }

.full-width { margin:0px 10px; }  



/* Close Menu Start */
/* Icon 2 */
#nav-icon2 {
	border: 1px solid #00aced;
    height: 40px;
    padding: 15px;
	background-color: #00aced;	
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height:7px;
  width:40%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:4px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 10px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top:26px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 25px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top:25px;
}
/* Close Menu End */



/* Social Effects End */
.icon-link {
  width:25px;
  height:25px;
  background-color: #666;
  line-height:25px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
      border: 2px solid #fff;
}
.icon-link.fill.facebook {
  background-color: #fff;
}
.icon-link.fill.facebook:hover {
  background-color: #fff;
}
.icon-link.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.tumblr {
  background-color: #32506d;
}
.icon-link.fill.tumblr:hover {
  background-color: #fff;
}
.icon-link.fill.tumblr:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.linkedin {
  background-color: #fff;
}
.icon-link.fill.linkedin:hover {
  background-color: #fff;
}
.icon-link.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.twitter {
  background-color: #fff;
}
.icon-link.fill.twitter:hover {
  background-color: #fff;
}
.icon-link.fill.twitter:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.google-plus {
  background-color: #fff;
}
.icon-link.fill.google-plus:hover {
  background-color: #fff;
}
.icon-link.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.reddit {
  background-color: #8bbbe3;
}
.icon-link.fill.reddit:hover {
  background-color: #fff;
}
.icon-link.fill.reddit:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.youtube {
  background-color: #df1c31;
}
.icon-link.fill.youtube:hover {
  background-color: #fff;
}
.icon-link.fill.youtube:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.pinterest {
  background-color: #b81621;
}
.icon-link.fill.pinterest:hover {
  background-color: #fff;
}
.icon-link.fill.pinterest:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.github {
  background-color: #444;
}
.icon-link.fill.github:hover {
  background-color: #fff;
}
.icon-link.fill.github:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.envelope {
  background-color: #333;
}
.icon-link.fill.envelope:hover {
  background-color: #fff;
}
.icon-link.fill.envelope:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.soundcloud {
  background-color: #f50;
}
.icon-link.fill.soundcloud:hover {
  background-color: #fff;
}
.icon-link.fill.soundcloud:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link.brand {
  background-color: #fff;
}
.icon-link.brand .fa {
  color: #006FC2;
}
.icon-link.round {
  border-radius: 50%;
}
.icon-link.round-corner {
  border-radius: 5px;
}
.icon-link:hover {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  height:25px;
  line-height:20px;
  width:25px;
  background-color: #fff;

}
.icon-link:hover.facebook {
  border: 2px solid #ffc000;
}
.icon-link:hover.tumblr {
  border: 2px solid #ffc000;
}
.icon-link:hover.linkedin {
  border: 2px solid #ffc000;
}
.icon-link:hover.twitter {
  border: 2px solid #ffc000;
}
.icon-link:hover.google-plus {
  border: 2px solid #ffc000;
}
.icon-link:hover.reddit {
  border: 2px solid #ffc000;
}
.icon-link:hover.youtube {
  border: 2px solid #ffc000;
}
.icon-link:hover.pinterest {
  border: 2px solid #ffc000;
}
.icon-link:hover.github {
  border: 2px solid #ffc000;
}
.icon-link:hover.envelope {
  border: 2px solid #ffc000;
}
.icon-link:hover.soundcloud {
  border: 2px solid #ffc000;
}
.icon-link:hover .fa {
  line-height:25px;
}
.icon-link:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-tumblr {
  color: #32506d;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-reddit {
  color: #8bbbe3;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-youtube {
  color: #df1c31;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-pinterest {
  color: #b81621;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-github {
  color: #444;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-envelope {
  color: #333;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-soundcloud {
  color: #f50;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.icon-link .fa {
  color: #fff;
  line-height:20px;
  font-size:15px;
}

.brand-icons {
  background-color: #ddd;
  padding: 10px 0;
}
/* Social Effects End */



/* Header Menu Start */
.header-part1 { background-color:#254d93; padding:0px 10px 0px 10px; }
.header-part2 { background-color:#fff; }

.header1-right { padding:0px 20px 5px 20px; }
.header1-right p { text-align:right; margin-top:8px; margin-bottom:0px;  }
.header1-right p a { color:#fff; text-decoration:none; font-size:13px;  }

.social-head { text-align:left; }
.logo { display:inline-block;  }
.menu-section { display:inline-block; float:right; margin-top:34px; }

.search-bar { margin:10px 0px;  }
.search-bar a.search input {
    border: 1px solid #00aced;
    padding:8px;
    background: #f7f7f7;
    outline: none;
    color: #777;
    width:96%;
    float: left;
	margin-bottom:3px; }
.search-bar a.search button {
    border: 1px solid #00aced;
    background:#254d93;
    outline: none;
    color: #FFF;
    margin-left: -4px;
    float: left;
    padding:7px 9px 5px 10px;
}

.search-bar a.search button:hover { background:#00aced; }
/* Header Menu End */


/* Banner Start */
.h-banner { margin-top:20px; }
/* Banner End */

.order-now { background-color:#f1f1f1; padding:10px 0px;   text-align:center;   }
.order-now:hover { background-color:#1c3760; }
.order-now a { text-decoration:none; width:100%;color:#162c55; letter-spacing:1px; font-weight:600; }
.order-now a:hover { color:#FFF; width:100%;  }


.ads-section img { margin:5px 0px; }

.arrivals-section { margin:20px 0px; }
.arrivals-section h2 { font-size:24px; color:#000; font-weight:600; margin-top:10px;  }
.read-button .button {
  display:inline-block;
  border-radius:20px;
  background-color:#ffc000;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size:17px;
  padding:5px;
  width:150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;   
}

.read-button .button:hover { background-color:grey; }

.read-button .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.read-button .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.read-button .button:hover span {
  padding-right: 25px;
}

.read-button .button:hover span:after {
  opacity: 1;
  right: 0;
}





/* Our Products Start */
#flexiselDemo3 h2 { font-size:15px; margin-top:0px!important; padding:10px 0px; color:#1c3760; 
margin-bottom: 0px;  }
#flexiselDemo3 h3 { font-size:15px; margin-top:0px!important; padding:10px 0px; color:#1c3760;
margin-bottom:0px; font-weight:600;  }
#flexiselDemo3 a  { text-decoration:none; }
#flexiselDemo3 a h4 { font-size:14px; margin-top:0px!important; padding:10px 0px; color:#1c3760;
margin-bottom:0px;  }
#flexiselDemo3 a h4:hover { background-color:#ffc000; color:#FFF; }
#flexiselDemo3 li:hover { background-color:#f1f1f1;  border:1px solid #ffc000; }


#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
	 background:#ffffff;
	 
}
.nbs-flexisel-item img,.image img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
	height: 200px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background:rgba(73, 131, 160, 0.5);
    color: #fff;     
}
.nbs-flexisel-nav-left {

}
.nbs-flexisel-nav-left:before {
        content: "<";
    position: absolute;
    top: 30%;
    transform: translate(-50%);
	color:#000;
}
.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}
.nbs-flexisel-nav-right {
    right:0px;    
}
.nbs-flexisel-nav-right:before {
	content: ">";
    position: absolute;
    top: 30%;
    transform: translate(-50%);
	color:#000;
}
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/* Our Products End */




.read-effect {
  position: relative;
  width:100%;
  height:auto;
  /* padding:5px; */
}
.read-over {
  display: block;
  width: 100%;
  height: auto;
}
.read-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: grey;
}
.read-effect:hover .read-overlay  {
  opacity:0.5;
}
.read-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.read-text a {  font-size:13px; text-decoration:none; background-color:#000; padding:10px; color:#fff; }






/* H-testimonials Start */
.h-testimonial-section { padding:20px 0px 40px 0px; background-color:#f9f9f9; margin:40px 0px 0px 0px;}
.h-testimonial-section h2 { font-size:24px; color:#162c55; font-weight:600; margin-top:30px; text-align:center;  }
 
.testimonial{}
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
	margin-bottom:0px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description{
    padding: 20px 22px;
    background: #1f487e;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    position: relative;
	margin:10px;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content:"<";
    font-family: 'FontAwesome';
    font-size: 20px;
    color:#fff;

}
.owl-next:before{ content: ">"; }

.owl-carousel { margin-top:-30px; }
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}


.owl-theme .owl-controls{margin-top:10px;text-align:center}
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#1f487e;filter:Alpha(Opacity=50);opacity:.5}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#1f487e;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}

/* H-testimonials End */


/* Footer Start*/
.footer-section  { 
/* padding:10px 0px 0px 0px;  */
/* background:url(../images/footer-bg.png); */
background:#000;
 no-repeat; background-size:cover;}
.footer-section h3 { font-size:20px; color:#fff; margin-bottom: 0px;    }
.footer-section  p { font-size:13px; color:#fff; text-align:justify;  }

.footer-section ul { padding-left:0px; text-decoration:none; list-style:none;  }
.footer-section ul li { line-height:25px; }
.footer-section ul li a {font-size:13px; text-decoration:none; color:#fff; }
.footer-section ul li a:hover {color: #ffc000;transition: 0.5s;letter-spacing: 1; }

.all-rights { background:url(../images/all-rights-bg.png) no-repeat; background-position:center;  }
.all-rights p {  font-size:13px; color:#fff; text-align:center; padding:15px 0px; margin:0px;  }
.all-rights p a { text-decoration:none; color:#fff;  }
.all-rights p a:hover { color:#000;  }
/* Footer End */

.buy-now { margin:20px 0px; display:inline-block; }
.buy-now a { text-decoration:none; padding:10px 34px; background-color:#254d93; color:#FFF; font-size:15px;   }
.buy-now a:hover { background-color:#6e9ade;  }

.add-cart { margin:20px 0px;  display:inline-block;  }
.add-cart a { text-decoration:none; padding:10px 20px; background-color:#162c55; color:#FFF;
font-size:15px;   }
.add-cart a:hover { background-color:#6e9ade;  }



.product-zoom h5  { font-size:20px; color:#0995ca; margin:5px 0px;  }
.product-zoom p  {  font-size:14px; color:#737373;  }

/* Images Zoom Effects Start */
.cfg-btn {
        background-color: rgb(55, 181, 114);
        color: #fff;
        border: 0;
        box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
        outline:0;
        cursor: pointer;
        width: 200px;
        padding: 10px;
        font-size: 1em;
        position: relative;
        display: inline-block;
        margin: 10px auto;
    }
    .cfg-btn:hover:not([disabled]) {
        background-color: rgb(37, 215, 120);
    }
    .mobile-magic .cfg-btn:hover:not([disabled]) { background: rgb(55, 181, 114); }
    .cfg-btn[disabled] { opacity: .5; color: #808080; background: #ddd; }

    .cfg-btn.btn-preview,
    .cfg-btn.btn-preview:active,
    .cfg-btn.btn-preview:focus {
        font-size: 1em;
        position: relative;
        display: block;
        margin: 10px auto;
    }

    .cfg-btn,
    .preview,
    .app-figure,
    .api-controls,
    .wizard-settings,
    .wizard-settings .inner,
    .wizard-settings .footer,
    .wizard-settings input,
    .wizard-settings select {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .preview,
    .wizard-settings {
        padding: 10px;
        border: 0;
        min-height: 1px;
    }
    .preview {
        position: relative;
    }

    .api-controls {
        text-align: center;
    }
    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
         width: 80px; font-size: .7em;
         white-space: nowrap;
    }

    .app-figure {
        width:100% !important;
        border: 0px solid red;
        padding:5px;
        position: relative;
        text-align:left;
    }
    .selectors { margin-top: 10px; }
    .selectors .mz-thumb img { max-width: 56px; }

    .app-code-sample {
        max-width: 80%;
        margin: 30px auto 0;
        text-align: center;
        position: relative;
    }
    .app-code-sample input[type="radio"] {
        display: none;
    }
    .app-code-sample label {
        display: inline-block;
        padding: 2px 12px;
        margin: 0;
        font-size: .8em;
        text-decoration: none;
        cursor: pointer;
        color: #666;
        border: 1px solid rgba(136, 136, 136, 0.5);
        background-color: transparent;
    }
    .app-code-sample label:hover {
        color: #fff;
        background-color: rgb(253, 154, 30);
        border-color: rgb(253, 154, 30);
    }
    .app-code-sample input[type="radio"]:checked+label {
        color: #fff;
        background-color: rgb(110, 110, 110) !important;
        border-color: rgba(110, 110, 110, 0.7) !important;
    }
    .app-code-sample label:first-of-type {
        border-radius: 4px 0 0 4px;
        border-right-color: transparent;
    }
    .app-code-sample label:last-of-type {
        border-radius: 0 4px 4px 0;
        border-left-color: transparent;
    }

    .app-code-sample .app-code-holder {
        padding: 0;
        position: relative;
        border: 1px solid #eee;
        border-radius: 0px;
        background-color: #fafafa;
        margin: 15px 0;
    }
    .app-code-sample .app-code-holder > div {
        display: none;
    }
    .app-code-sample .app-code-holder pre {
        text-align: left;
        white-space: pre-line;
        border: 0px solid #eee;
        border-radius: 0px;
        background-color: transparent;
        padding: 25px 50px 25px 25px;
        margin: 0;
        min-height: 25px;
    }
    .app-code-sample input[type="radio"]:nth-of-type(1):checked ~ .app-code-holder > div:nth-of-type(1) {
        display: block;
    }
    .app-code-sample input[type="radio"]:nth-of-type(2):checked ~ .app-code-holder > div:nth-of-type(2) {
        display: block;
    }

    .app-code-sample .app-code-holder .cfg-btn-copy {
        display: none;
        z-index: -1;
        position: absolute;
        top:10px; right: 10px;
        width: 44px;
        font-size: .65em;
        white-space: nowrap;
        margin: 0;
        padding: 4px;
    }
    .copy-msg {
        font: normal 11px/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
        color: #2a4d14;
        border: 1px solid #2a4d14;
        border-radius: 4px;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        width: 200px;
        max-width: 70%;
        padding: 4px;
        margin: 0px auto;
        text-align: center;
    }
    .copy-msg-failed {
        color: #b80c09;
        border-color: #b80c09;
        width: 430px;
    }
    .mobile-magic .app-code-sample .cfg-btn-copy { display: none; }
    #code-to-copy { position: absolute; width: 0; height: 0; top: -10000px; }
    .lt-ie9-magic .app-code-sample { display: none; }

    .wizard-settings {
        background-color: #4f4f4f;
        color: #a5a5a5;
        position: absolute;
        right: 0;
        width: 340px;
    }
    .wizard-settings .inner {
        width: 100%;
        margin-bottom: 30px;
    }
    .wizard-settings .footer {
        color: #c7d59f;
        font-size: .75em;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        text-align: center;
        padding: 6px;
        margin-top: 10px;
    }
    .wizard-settings .footer a { color: inherit; text-decoration: none; }
    .wizard-settings .footer a:hover { text-decoration: underline; }

    .wizard-settings a { color: #cc9933; }
    .wizard-settings a:hover { color: #dfb363; }
    .wizard-settings table > tbody > tr > td { vertical-align: top; }
    .wizard-settings table { min-width: 300px; max-width: 100%; font-size: .8em; margin: 0 auto; }
    .wizard-settings table caption { font-size: 1.5em; padding: 16px 8px; }
    .wizard-settings table td { padding: 4px 8px; }
    .wizard-settings table td:first-child { white-space: nowrap; }
    .wizard-settings table td:nth-child(2) { text-align: left; }
    .wizard-settings table td .values {
        color: #a08794;
        font-size: 0.8em;
        line-height: 1.3em;
        display: block;
        max-width: 126px;
    }
    .wizard-settings table td .values:before { content: ''; display: block; }

    .wizard-settings input,
    .wizard-settings select {
        width: 126px;
    }
    .wizard-settings input {
        padding: 0px 4px;
    }
    .wizard-settings input[disabled] {
        color: #808080;
        background: #a7a7a7;
        border: 1px solid #a7a7a7;
    }

    .preview { width: 70%; float: left; }
    @media (min-width: 0px) {
        .preview { width: 100%; float: none; }
    }

    @media (min-width: 1024px) {
   /*     .preview { width: calc(100% - 340px); }*/
        .wizard-settings { top: 0; min-height: 100%; }
        .wizard-settings .inner { margin-top: 60px; }
        .wizard-settings .footer { position: absolute; bottom: 0; left: 0; }
        .wizard-settings .settings-controls {
            position: fixed;
            top: 0; right: 0;
            width: 340px;
            padding: 10px 0 0;
            text-align: center;
            background-color: inherit;
        }
    }
    @media screen and (max-width: 1024px) {
        .api-controls button, .api-controls button:active, .api-controls button:focus {
            width: 70px;
        }
    }
    @media screen and (max-width: 1023px) {
        .app-figure { width: 98% !important; margin: 50px auto; padding: 0; }
        .app-code-sample { display: none; }
        .wizard-settings { width: 100%; }
    }
    @media screen and (max-width: 600px) {
        .mz-thumb img { max-width: 39px; }
    }
    @media screen and (max-width: 560px) {
        .api-controls .sep { content: ''; display: table; }
    }
    @media screen and (min-width: 1600px) {
        .preview { padding: 10px 160px; }
    }
	
#Zoom-1 > figure.mz-figure > #crMz668048644206, #Zoom-1 > figure.mz-figure > #crMz668048644206 > #mzCrA668048644206, html body .mz-expand > #crMz668048644206, html body .mz-expand > #crMz668048644206 > #mzCrA668048644206 a{ display:none!important;  }
	
/* Images Zoom Effects End */.product-quantity .form-group input {    height: 38px;    line-height: 22px;    text-align: center;    width: 50px;    padding-left: 2px;    padding-right: 2px;}
.material {    background-color: #fff;    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);    padding: 20px;}
.material1 {    background-color: #fff;    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);}
.box-heading{	font-weight: 400; font-style: normal;    font-size: 14px;    text-transform: uppercase;    color: rgb(250, 250, 250);	text-align: left;    line-height: 40px;    background-color: #ffc000;	padding-left: 10px;}
.box-content {    display: block;    overflow: auto;}.box-content ul{    -webkit-padding-start: 10px}.box-content ul li{	list-style-type:none;	}