/* header{
    background: #093078; 
    background: -webkit-linear-gradient(#093078, #071a3d); 
    background: -o-linear-gradient(#093078, #071a3d);
    background: -moz-linear-gradient(#093078, #071a3d); 
    background: linear-gradient(#093078, #071a3d); 
} 
header {
  background: rgba(0, 0, 0, 0) linear-gradient(#071a3d, rgba(0, 0, 0, 0)) repeat scroll 0 0;
  transition: all 0.3s ease 0s;
}
*/
header {
	background: #071a3d; 
    background: -webkit-linear-gradient(#071a3d, rgba(0, 0, 0, 0)); 
    background: -o-linear-gradient(#071a3d, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(#071a3d, rgba(0, 0, 0, 0)); 
    background: linear-gradient(#071a3d, rgba(0, 0, 0, 0)); 

  position: fixed;
  width: 100%;
  z-index: 4;
}
.menu-section .navbar-brand img {
  height: 109px;
  position: relative;
  top: -37px;
}
.head-info {
  /* background-color: #093078; */
  color: white;
  font-size: 14px;
  padding: 10px 0;
}
.menu-section {
  /* background-color: #0b2659; */
  padding: 10px 0;
}
.menu-section .navbar-brand {
  padding: 0;
}
.navbar-brand > img {
  display: block;
  height: 57px;
}
.navbar-brand > img {
  display: block;
  height: 70px;
}
.head-info i {
  margin: 0 5px 0 25px;
}
.log-but {
  border: 1px solid white;
  font-size: 12px;
  margin: 0 0 0 20px;
  padding: 4px 13px;
}
.menu-section .nav > li > a:focus,.menu-section .nav > li > a:hover{
background-color:transparent;
color:#fff;
  border-bottom: 1px solid white;
}

.menu-section .nav > li > a.active{
background-color:transparent;
color:#fff;
  border-bottom: 1px solid white;
}

.menu-section .nav > li > a {
  background-color: transparent;
  color: #fff;
  margin: 0 0 0 50px;
  padding: 6px 1px 4px; text-transform:uppercase;
}
.info-sec {
  margin: 7% 0 18% 0;
  text-align: center;
}
.info-sec > img {
  height: 140px;
  margin: 15px 0;
}
.info-sec p {
  margin: 0 auto;
  max-width: 320px;
  text-align: justify;
  width: 100%;
  color:#0f78db;
}
.swiper-slide > img {
  height: 100%;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 20px;
  position: absolute;
}
section.Purchase-section {
  background-color: #232323;
  background-image: url("../img/purches.png");
}

.Purchase-side > img {
  float: right;
  margin: 9% 0 0%;
  width: 80%;
}
.purchase-style {
  float: left;
  margin-bottom: 30px;
  text-align: right;
  width: 100%;
}
.Purchase-girl {
  background-image: url("../img/sustercantik.png");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 0;
  background-size: 20% auto;
  background-position: 0 100%;
}
.purchase-content {
  float: right;
  font-size: 30px;
  margin: 18% auto;
  max-width: 420px;
  text-align: left;
  width: 100%;
}
a.Purchase {
  border:2px solid white;
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 50px;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
a.Purchase:hover {
  background-color: black;
  color: #fff;
  text-decoration:none;
}
.purchase-content p {
  color: white;
}
.purchase-content > li {
  color: white;
  font-size: 18px;
  text-align: left;
}
section.contact-bg {
  background-image: url("../img/contact-bg.jpg");
  background-position: 50% center;
  background-repeat: no-repeat;
  padding: 5% 0;
}
.contact {
  color: #1e44f6;
  font-size: 26px;
}
.contact span {
  float: left;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 0;
  width: 100%;
}
.contact-link {
  border: 2px solid #1d45f4;
  color: #1e44f6;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 28px 0 0;
  padding: 10px 18%;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.contact-link:hover {
background-color:#1d45f4;
color:#fff;
text-decoration:none;
}
a {
  cursor: pointer;
}
.product-slid {
  background-color: #bdc3cd;
  float: left;
  padding: 6% 0 2% 0;
  position: relative;
  width: 100%;
}
.pro-img {
  background-color: gray;
  border-radius: 10px;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.pro-img > img {
  height: 200px;
  margin: 0 auto;
  width: auto !important;
}
footer.footer {
  background-color: #0b2659;
  color: white;
  float: left;
  padding: 15px 0;
  width: 100%;
}
.footer .black{
color:#000;
font-weight:bold;
}
.foot-lift > p {
  margin: 0;
  font-weight:bold;
}
.footer-logo > img {
  height: 54px;
  padding-right: 25px;
}
.red{
color: #45aaff;

}
.swiper-container-product.swiper-container-horizontal {
  max-height: 400px;
}
section.prodect-page {
  color: #0f78db;
}
.prodect-page {
  margin: 5% 0;
}
.foot-quantity {
  background-color: #1a2129;
  color: gray;
  padding: 5% 0;
}
.foot-quantity h3 {
  color: #1d45f4;
  margin: 0 0 25px;
}
.foot-quantity h3 {
  color: white;
  margin: 0 0 25px;
}
.foot-quantity h6 {
  color: #fff;
  font-size:16px;
  margin: 0 0 5px;
}
table.foot-tab {
  max-width: 250px;
  width: 100%;
}
table.foot-tab {
  margin-top: 30px;
  max-width: 480px;
  width: 100%;
}
.foot-tab th {
  border: 5px solid #bdc3cd;
  color: #1d45f4;
  text-align: center;
}
.foot-tab tr td {
  background-color: black;
  border: 8px solid #1a2129;
  color: white;
  padding: 10px 0;
  text-align: center;
  width: 50%;
}
.gray_color {
  color: #8f8383;
  font-weight: bold;
}
.email-fot {
  color: white;
  font-weight: bold;
}
.foot-right-con.reduce .contact-address p {
  color: #fff;
}
.foot-right-con {
  margin: 20% auto 0;
  max-width: 400px;
  width: 100%;
   float: right;
}
.directive-map {
  margin: 5% 0;
}
.swip-phot-slid .gallery-top {
  height: 80%;
  margin-bottom: 60px;
  width: 100%;
}
.contact-address h5{
  color: white;
  font-size: 18px;
}
.foot-right-con.reduce{
	margin: 10% auto 0;
}
.contact-form-section {
  background-image: url("../img/contact-form-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.contact-form {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.inputform {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.by-gld {
  color: #ffc012;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 3px 2px 3px black;
}
.slider-contect {
  color: white;
  font-size: 22px;
  margin-top: 30px;
  padding-left: 21px;
  text-shadow: 3px 2px 3px black;
}
.NW-CH-con {
  margin-left: 50px;
}
.inputform input {

	border-left: none;
	border-right: none;
	border-top: none;
  background-color: transparent;
  border-bottom: 2px solid #fff;`
  color: white;
  width: 100%;
  color:#fff;
}


.pro-img a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 68px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 33%;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.pro-img a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
  text-decoration:none;
}
.pro-img a:focus {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  right: 0;
  top: 0%;
  width: 100%;
}
.product-slide .swiper-slide {
  height: 200px;
}
.pro-img a h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 4px;
}
.pro-img a .price{
 color:red;
}
.gallery-slide {
  background-color: #141414;
  margin: 0% 0;
  padding: 5% 0;
}
.full-view {
  background-position: center center;
  background-size: cover;
  height: 93%;
  margin: 1.5% auto;
  max-width: 500px;
  width: 100%;
}
.gallery-slide .gallery-top {
  background: rgba(0, 0, 0, 0) linear-gradient(#989898, #4b4b4b) repeat scroll 0 0;
}
 .swip-phot-slid .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .swip-phot-slid .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .swip-phot-slid .gallery-top {
        height: 80%;
        width: 100%;
    }
	.swip-phot-slid .gallery-thumbs {
	  box-sizing: border-box;
	  height: 20%;
	  margin: 0 auto;
	  padding: 10px 0;
	  width: 100%;
	}
    .swip-phot-slid .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }
    .swip-phot-slid .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    
	.swip-phot-slid .gallery-thumbs .swiper-slide-active {
	  border-radius: 10px;
	  box-shadow: 0 0 10px 0 white;
	  opacity: 1;
	}
	

	
/* form starting stylings ------------------------------- */
.form-group{ 
  position:relative; 
  margin-bottom:45px; 
}
.filed-input  {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  color:#fff;
  border-bottom:2px solid #fff;
  background-color: transparent;
}
.filed-input:focus { outline:none; }
/* LABEL ======================================= */
.form-group label{
  color:#fff; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.filed-input:focus ~ label, .filed-input:valid ~ label        {
  top:-20px;
  font-size:14px;
  color:#fff;
}
/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block; width:100%; }
.bar:before, .bar:after     {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#fff; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.filed-input:focus ~ .bar:before, .filed-input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.filed-input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#fff; }
    to   { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#fff; }
    to   { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#fff; }
    to   { width:0; background:transparent; }
}
.contact-form h3 {
  color: white;
  margin: 0 0 30px;
}
.con-but-styl {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  padding: 6px 40px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
/* .dropdown-menu li a {
  margin-left: 32px;
} */
.dropdown-menu li a:hover {
  background-color: transparent!important;
  color: #000 !important;
  text-decoration:underline;
}
.dropdown-menu li a:focus {
  background-color: transparent!important;
  color: #000 !important;
  text-decoration:underline;
}
.head-carousel .owl-controls {
  bottom: 20px;
  position: absolute;
  width: 100%;
}
.head-carousel .owl-dot.active > span {
  background-color: #1d45f4 !important;
  color: #1d45f4 !important;
  opacity: 1;
  width:15px;
  height:15px;
}

.head-carousel .owl-dot span {
  background-color: #fff !important;
  color: #fff !important;
  opacity: 1;
  width:15px;
  height:15px;
}
.product-view img {
  height: 170px;
  width: auto;
}
.product-view {
  background-color: black;
  border-radius: 11px;
  color: #bababa;
  float: left;
  max-width: 600px;
  width: 100%;
  padding: 15px 0;
}

.product-view h6 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
}
.price {
  color: red;
  font-size: 12px;
}
.add-cart {
  background-color: #1d45f4;
  border-radius: 5px;
  color: #fff;
  float: right;
  padding: 3px 10px;
  text-align: center;
  border:0px;
}
.add-cart:hover {
  background-color: #1d45f4;
  border-radius: 5px;
  color: #fff;
  float: right;
  padding: 3px 10px;
  text-align: center;
  border:0px;
}
.add-cart:focus {
  background-color: #1d45f4;
  border-radius: 5px;
  color: #fff;
  float: right;
  padding: 3px 10px;
  text-align: center;
  border:0px;
}
.white{
color:white;
}
*{
outline:0 !important;
}
/* .product-view{ red; position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.product-view::before {
  background-color: black;
  border-color: transparent #bdc3cd;
  border-style: solid;
  border-width: 0 15px 20px;
  content: "";
  height: 0;
  position: absolute;
  right: 50%;
  top: -19px;
  width: 0;
} */

.product {
  display: none;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.product-slide .owl-dots{
display:none !important;
}

.product-slide .owl-prev {
  background-color: transparent !important;
  color: transparent !important;
  height: 36px;
  left: -50px;
  position: absolute;
  top: 38%;
  width: 21px;
  background-image:url('../img/left-arrow.png') !important;
  background-repeat:no-repeat !important;
}

.product-slide .owl-next {
  background-color: transparent !important;
  color: transparent !important;
  height: 36px;
  right: -50px;
  position: absolute;
  top: 38%;
  width: 21px;
  background-image:url('../img/right-arrow.png') !important;
  background-repeat:no-repeat !important;
}
.product-display {
  float: left;
  margin: 26px 0;
  width: 100%;
}
.topic-tit {
  color: #0f78db;
  margin-top: 60px;
  text-align: center;
}
.topic-tit h2 {
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.video-in {
  margin: 3% 0 4% 0;
}

.six-vid {
  margin: 30px auto;
  max-width: 500px;
}
.con-but-styl:hover {
  background-color: white;
  color: #000;
}


@media screen and (max-width: 980px) {
.menu-section .nav > li > a {
  margin: 0 0 0 38px !important;
}
}
@media screen and (max-width: 480px) {
.head2-carousel .owl-controls .owl-dots {
  right: 30% !important;
}
.collapse.navbar-collapse {
  float: right;
  width: 90% !important;
}
}

@media screen and (max-width: 768px) {
.navbar-toggle {
  margin-bottom: 25px !important;
}
.menu-section .nav > li > a {
  margin: 0 0 0 10px !important;
}
.collapse.navbar-collapse {
  float: none;
  width: 100% !important;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
	}
.menu-section nav.navbar {
  margin-bottom: 0;
}
.foot-right-con {
text-align: center !important;
width: 100% !important;
max-width:100% !important;
}

.navbar-collapse {
  margin: 0px 0 0 !important;
  padding: 0;
  position: relative;
}
.navbar-nav {
  margin: 0 !important;
}
.product-view {
  background-color: black;
  border-radius: 11px;
  color: #bababa;
  float: left;
  max-width: 600px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
section.prodect-page {
  color: #0f78db;
  text-align: center;
}

.image-set {
  height: 530px;
}
body{
overflow-x:hidden;
}

}

.text-slid p {
  color: #ffc012;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1000px;
  text-shadow: 3px 2px 3px black;
}
.text-slid {
  bottom: 18%;
  display: table;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 7;
}

/*  */
.slide-bg {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  float: left;
  height: 100%;
  padding-top: 100px;
  width: 100%;
}
.slid-lef-con {
   display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.slide-bg .col-sm-6 {
  height: 100%;
}


.extra {
  color: gold;
  float: left;
  width: 100%;
}
header{
-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}



@media (max-width: 767px) {
.menu-section .nav > li > a {
  margin: 0px 1px 4px;
}
.dropdown-menu a {
  color: white !important;
}
.head-info {
  display: none;
}
header {
  background: #093078; 
    background: -webkit-linear-gradient(#093078, #071a3d); 
    background: -o-linear-gradient(#093078, #071a3d);
    background: -moz-linear-gradient(#093078, #071a3d); 
    background: linear-gradient(#093078, #071a3d); 
	position:relative;
}
.text-slid p {
  font-size: 19px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1000px;
}
.menu-section.fixed {
  position: relative !important;
}
.menu-section .navbar-brand img {
  height: 60px;
  position: relative !important;
  top:0;
  }
.foot-right-con {
text-align: center !important;
width: 100% !important;
}
}




/* FOOTER */



.fixed {
-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
iframe{
 position: relative;
  z-index: 0;
}
.menu-section.fixed {
  background: #093078; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#093078, #071a3d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#093078, #071a3d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#093078, #071a3d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#093078, #071a3d); /* Standard syntax (must be last) */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483647;
  -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}

.menu-section.fixed .navbar-brand > img {
  height: 72px;
  top: 0;
  width: auto !important;
}
.image-set {
  background-position: center center;
  background-size: cover;
  height: 670px;
  padding: 16% 0 0;
}
.menu-section.fixed.menu-section .nav > li > a {
  padding: 23px 1px 4px; text-transform:uppercase;
}
#preloader  {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 99;
height: 100%;
}

#status  {
 width: 200px;
 height: 200px;
 position: absolute;
 left: 51%;
 top: 50%;
 background-image: url(ajax-loader.gif);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
 text-align: center;
}
table.foot-tab  th {
  background-color: #e38a05;
  border: 8px solid #1a2129;
  color: white;
  padding: 10px 0;
  text-align: center;
  width: 50%;
}
.head-text {
  text-shadow: 3px 2px 3px black;
  color: white;
  font-size: 34px;
  font-weight: bold;
}
.small-slid {
  color: #fff;
  font-size: 12px;
}
.small-slid:hover ,.small-slid:focus {
  color: #ffff5b;
  font-size: 12px;
}

/* Special pain is taken to make this work on ALL background colors. If you're going to use it on a white (or black) background, you can simplify the code furhter.

In short, yes I know you can write it shorter, you clever mothers. */

@mixin gradient-text($text, $background, $gradient) {
  background: white;
  color: black;
  position: relative;
  
  // Hide aliased edges caused by mixing blend modes. Will appear as a faint dark outline on certain backgrounds. Tweak to improve rendering
    text-shadow: 
      1px 1px 0px $background,
      1px -1px 0px $background,
      -1px -1px 0px $background,
      -1px 1px 0px $background;
  
  &::before,
  &::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    // Make cursor ignore these, allowing text underneath to be clicked and selected
    pointer-events: none;
  }
  
  &::before {
    // Gradient
    background: $gradient;
    content: '';
    display: block;
    mix-blend-mode: screen;
  }
  
// Everything below can be removed when using a #fff background. Ditto when using a black background, provided the mix-blend-modes, text, background color are reversed. (Screen to multiply, white to black)
  
  &::after {
// Duplicate gradient text. Yes, it's ugly. Change the value below without changing the HTML for fun times.
    content: $text;
    background: $background;
    
    color: white;
    mix-blend-mode: multiply;
  }

}
















.img-wid > img {
  width: 100%;
}
.bls-com-tit {
  font-size: 30px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
textarea.text-full {
  resize: none;
  width: 100%;
}
.thumbnail {
    padding:0px;
}
.panelA {
	position:relative;
}
.panelA>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.panelA>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.panelA>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}
.commend-vid {
  float: left;
  margin-top: 50px;
  width: 100%;
}
.butt-cmd {
  background-color: #45aaff;
  padding: 8px 18px;
  color:#fff;
  text-decoration:none;
  border:2px solid #45aaff;
  transition: all 0.3s ease 0s;
}
.butt-cmd:hover{
background-color:transparent;
color:#45aaff;
text-decoration:none;
border:2px solid #45aaff;
}

.slider-contect span {
    color: #1e44f6;
    font-size: 22px;
    padding-left: 21px;
    text-align: left;
    text-shadow: none;
}
.slid-lef-con img.ali-bn-img {
    height: auto;
    margin-top: 0px;
    min-width: 350px !important;
    padding: 0 !important;
    position: relative;
    margin-left: 70px !important;
    top: 0 !important;
}
.contact a span{color: #1d45f4;}
.info-sec img {
    height: 140px;
    margin: 15px 0;
}
.foot-right-con a {
    margin-right: 15px;
}
.slider-contect{ text-align:left;}
.about-lst {
    color: #b6890d;
    font-weight: bold;
}
.banner-text {
    color: #ffc012;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 3px 2px 3px black;
}

.sect-info a {
    font-size: 16px;
    font-weight: bold;
    margin: 0 25px;
}
.prod-set {
    float: left;
    height: 100%;
    width: 100%;
}
.sub-prodect {
    float: left;
    padding: 0 0 10px 10px;
    text-align: left;
    width: 100%;
}
.nw-comment .modal-dialog {
    max-width: 380px;
    top: 10%;
}

#SkypeButton_Call_Bjlaster1_1_paraElement {
    float: left;
    height: 33px;
    margin-right: 10px;
    overflow: hidden;
    width: 32px;

}
#SkypeButton_Call_Bjlaster1_1_paraElement img{margin:0px !important; vertical-align: 0px !important;}
.emailspace {
    margin-top: -10px;
    padding-left: 49px;
}