/* @font-face{
  font-family:'gotham-medium';
  src:url('../fonts/Gotham-Medium.otf') format('opentype');
  src:url('../fonts/GothamMedium.ttf') format('truetype');
  
}
@font-face{
  font-family:'gotham-book';
  src:url('../fonts/Gotham-Book.otf') format('opentype');   
  src:url('../fonts/GothamBook.ttf') format('truetype');
 
}

@font-face{
  font-family:'gotham-blod';
  src:url('../fonts/Gotham-Bold.otf') format('opentype');   
  src:url('../fonts/GothamBold.ttf') format('truetype');
 
} */
.page-title {
	display: none !important;
}
.container, .page.messages {
  padding-left: 0;
  padding-right: 0;
  /* max-width: 1440px; */
}
.backpack.dropzone {
  font-family: 'SF UI Display', 'Segoe UI';
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  font-weight: lighter;
  color: white;
  will-change: right;
  z-index: 2147483647;
  bottom: 20%;
  background: #333;
  position: fixed;
  user-select: none;
  transition: left .5s, right .5s;
  right: 0px; }
  .backpack.dropzone .animation {
    height: 80px;
    width: 250px;
    background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/hoverstate.png") left center; }
  .backpack.dropzone .title::before {
    content: 'Save to'; }
  .backpack.dropzone.closed {
    right: -250px; }
  .backpack.dropzone.hover .animation {
    animation: sxt-play-anim-hover 0.91s steps(21);
    animation-fill-mode: forwards;
    background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/hoverstate.png") left center; }

@keyframes sxt-play-anim-hover {
  from {
    background-position: 0px; }
  to {
    background-position: -5250px; } }
  .backpack.dropzone.saving .title::before {
    content: 'Saving to'; }
  .backpack.dropzone.saving .animation {
    background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/saving_loop.png") left center;
    animation: sxt-play-anim-saving steps(59) 2.46s infinite; }

@keyframes sxt-play-anim-saving {
  100% {
    background-position: -14750px; } }
  .backpack.dropzone.saved .title::before {
    content: 'Saved to'; }
  .backpack.dropzone.saved .animation {
    background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/saved.png") left center;
    animation: sxt-play-anim-saved steps(20) 0.83s forwards; }

@keyframes sxt-play-anim-saved {
  100% {
    background-position: -5000px; } }
	
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input {
    outline: none;
    border: none;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
input, textarea, .uneditable-input {
    width: 206px;
}
input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
button, input {
    *overflow: visible;
    line-height: normal;
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
a {
    color: #08c;
    text-decoration: none;
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-primary {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.register-photo form .btn-primary {
    background: #4188c4;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important;
}
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.SearchboxHeight{
	min-height: 40px;
	
}
.container-fluid.searchbar {
    padding-right: 0;
}
a#logolink img {
    max-height: 55px;
}
#socialMedia img {
    max-width: 25px;
}
#myCarousel .carousel-control {
    display: none;
    margin-top: 0.5em;
}
li.browseimage {
    padding-top: 1em;
}
a.left.carousel-control {
    margin-left: -0.6em;
}
a.right.carousel-control {
    margin-right: -0.6em;
}
span.btn.btn-mini.btn-primary.searchbutton {
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    text-align: center;

    min-width: 130px;
    font-size: 18px;

    align: center;
  
}
button.btn.btn-outline-secondary.headerbutton {
    min-height: 45px;
    margin-top: 0.1em;
}
#welcomeLine {
    padding: 8px 0 4px;
    font-size: 10px;
}
input#srchFld {
    min-height: 29px!important;
}

#srchFld {
    
    padding-left: 41px;!important;
	min-width: 305px;
}
.container-fluid.searchbar {
    padding-left: 2.5em;
	margin-bottom: 1em;
}
.pagetitle{
	
	text-align: center;
    line-height: 48px !important;
}
.row.products .pagetitle{
	
	text-align: center;
    line-height: 48px !important;
    width: 30%;
    padding-left: 34%;
}
a.searchbuttonlink:hover {
    color: #4188c4;
}
.productintro {
    background-color: black;
    border-radius: 25px;

}
span.spanproduct {
    color: white;
}
.navbar.pull-left {
    margin-top: 1em;
}
#logoArea, #logoArea a {
    line-height: 6px;
	font-size: 14px;
}
.dropdown.dropdownmenu {
    font-size: 12px;
	cursor: pointer;
}
span.btn.btn-mini.btn-primary.searchbutton {
   
    background-image: linear-gradient(to bottom,#08c,#08c);
	justify-content: center;
}
span.btn.btn-mini.btn-primary.searchbutton:hover {
   
    background-color:#08c;
}
.aboutatix {
    text-align: center;
    color: #827d7d;
	margin-bottom: 2em;
    margin-top: 2em;
}
select.headerdropdown {
    width: 100px;
    float: left;
	margin-top: 1em;
}
.row.menubar {
    max-height: 75px;
}
.nav-pills > .active > a,.nav-pills > .active > a:hover,
   .nav-pills > li > a:hover {
    color: #000 !important;
    background-color: transparent !important;
    text-decoration: none;
   font-weight: bold;
   border-radius:0px;
   border-bottom-width: 4px;
   border-bottom-style: solid;
   border-bottom-color: #4188c4;
         }
    .nav-pills > li > a{
    border-radius:0px;
     }

.navbar-inner {
    background-color: #4188c4;!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52575C), color-stop(70%, #3A3F44), to(#3A3F44));
    background-image: -webkit-linear-gradient(#52575C, #3A3F44 70%, #3A3F44);
    background-image: -moz-linear-gradient(top, #52575C, #3A3F44 70%, #3A3F44);
    background-image: -o-linear-gradient(#52575C, #3A3F44 70%, #3A3F44);
    background-image: linear-gradient(#4188c4, #4188c4 70%, #4188c4);!important;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52575c', endColorstr='#ff3a3f44', GradientType=0);
    border: 1px solid transparent;
    -webkit-box-shadow: '0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)';
    -moz-box-shadow: '0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)';
    box-shadow: '0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)';
}

.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
}




/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #4188c4;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
a#logolink:hover {
    background-color: #4188c4;
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #83bae8;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
.row.categoties {
	margin-left: 4px !important;
	padding-top: 5%;
}
.row.products {
	margin-left: 4px !important;
}
.row.tradeleads {
	margin-left: .5% !important;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
    /* width: 70%; */
}
.row.about {
	margin-left: 9% !important;
	width: 84%;
	font-size: 15px;
	line-height: 27px;
}
.row.products .carousel-inner {
    /* padding-left: 12%; */
}
.row.tradeleads ul.nav.nav-pills.centered {
    padding-left: 37%;
}
.row.tradeleads li {
    /* padding-right: 5%; */
	border: none !important;
}
li.browseimage.active a {
    font-size: 11px;
}
.row.slider .span9 {
    width: 67%;
	    margin-left: 10px !important;
}
.row.slider #carouselBlk {
    border-radius: 2%;
}
.row.slider .carousel-inner {
    border-radius: 2%;
}
/* .row.slider div#sidebar {
    width: 30%;
} */
ul#sideManu img {
    height: auto;

    vertical-align: middle;
    border: 0;
    padding-right: 2%;
}
ul#sideManu li {
    margin-bottom: 2%;
}
.c-label {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    padding-left: 7%;
    font-size: 11px;
    border-radius: 3%;
}
.btn-large { 
    font-size: 15.5px !important;
}	
#sidebarProducts ul#sideManu img {
    max-width: none;
}
@media (max-width: 1200px) {
	div#mainBody .container {
		width: 90% !important;
	}	
}



.register-photo {
    background: #f1f7fc;
    /* padding: 80px 0; */
    padding: 0px !important;
}

.register-photo .image-holder {
    display: table-cell;
    width: auto;
    min-height: 770px;
    background: url('../images/welcome-bg.png');
    background-size: cover
}

.register-photo .form-container {
    /* display: table;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) */
    display: table;
    /* max-width: 1440px; */
    width: 100%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.page-wrapper>.page-main {
  max-width: 100%;
  padding: 0px !important;
}

.register-photo form {
    display: table-cell;
    width: 400px;
    background-color: #ffffff;
    padding: 40px 60px;
    color: #505e6c
}

@media (max-width:991px) {
    .register-photo form {
        padding: 40px
    }
}
.button-close{
  float: right;
  cursor: pointer;
}
.register-photo form h2 {
  /* font-family: 'gotham-blod'; */
  font-style: normal;
  font-size: 25px;
  line-height: 64px;
  letter-spacing: 0px;
  color: #131313;
  opacity: 1;
  margin-top: 10px;
}

h5.text-center{
  /* font-family: 'gotham-book'; */
  font-style: normal;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0px;
  margin-bottom: 40px;
  color: #696969;
  opacity: 1;
}

.register-photo form .form-control {
  width: 458px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  /* font-family:'gotham-book'; */
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #CBCBCB !important;
  opacity: 1;
  padding-left: 24px;
}

.forgotpass{
  /* font-family:'gotham-medium'; */
  
    font-size: 22px;
    line-height: 33px;
  letter-spacing: 0px;
color: #4188C4;
text-transform: lowercase;
opacity: 1;
margin-bottom: 60px;
}


.register-photo form .form-check {
    font-size: 13px;
    line-height: 20px
}

.register-photo form .btn-primary {
  /* font-family:'gotham-medium'; */
  
  font-size: 22px;
  line-height: 33px;
letter-spacing: 0px;
color:white !important;
    background: #4188c4;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important
}

.register-photo form .btn-primary:hover,
.register-photo form .btn-primary:active {
    background: #94badb;
}

.register-photo form .btn-primary:active {
    transform: translateY(1px)
}

.register-photo form .already {
  /* font-family:'gotham-book'; */
  
  font-size: 22px;
  line-height: 33px;
    display: block;
    text-align: center;
    letter-spacing: 0px;
    color: #1F262B;
    text-decoration: none;
	margin-top: 1em;
}

.forgotpass{
	float:right;
}
.register-photo form{
	
	padding-bottom:20px;!important;
}
a.createacc {
  /* font-family:'gotham-blod'; */
  
  font-size: 22px;
  line-height: 33px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0px;
    color:#1F262B;
    text-decoration: none;
	margin-top: 1em;
}
label.form-check-label {
    font-size: 10px;
}
.register-photo .image-holder-reg {
    display: table-cell;
    width: auto;
    background: url(../images/register.jpg);
    background-size: cover;
}
.register-photo.regscreen {
    padding-top: 30px;
}
.row.products .carousel-inner .item {
    width: 100%;
    padding-left: 12%;
}
div#header .container-fluid {
    padding-left: 10px;
    
}
.container-fluid.searchbar .row {
    padding-left: 2%;
}
div#welcomeLine .span6 {
    /*margin-left: 5%;*/
}
.register-photo.regscreen select {
    width: 100%;
}
li.subMenu.open {
	margin-top: 8%;
}
/*Yonas*/
.row.slider #sidebar ul {
    background: #f5f5f5;
    border-radius: 2%;
}	
.row.slider .pagetitle {
    text-align: left;
    line-height: 24px !important;
    padding-left: 4%;
}
#sidebar li a {
    border: none;
    border-radius: 0;
	font-size: 13px;
}
.pcategories {
    padding-bottom: 1%;
    background: gainsboro;
    top: 0px;
    padding-top: 1%;
}
.row.slider div#sidebar {
    width: 30%;
    background: #f5f5f5;
    border-radius: 2%;
	margin-left: 22px;
}
.viewallcat {
    text-align: center;
    padding-top: 5%;
    font-size: 16px;
	border-top: solid 1px;
	padding-bottom: 4%;
}
.viewallcat a {
    color: #08c;
}
.row.categoties li.browseimage a {
    font-size: 13px;
}

/*yishak*/
#logoArea, #logoArea a {
    line-height: 6px;
    font-size: 14px;
    font-weight: bold;
}

a.shoppingcart span {
    
    font-size: 24px;
    /* margin-top: -0.3em; */
}

a.LoginFontAwsome span {
    font-size: 24px;
    /* margin-top: -0.3em; */
    margin-right: 0.2em;
}

#logoArea, #logoArea a {
    line-height: 6px;
    font-size: 15px;
    font-weight: bold;
    margin-left: -0.5em;
}
.navbar-search .srchTxt {
   
    width: 10em;!important;
}

#srchFld {
    margin-left: -0.3em;
    padding-left: 41px;
    !important: ;
    min-width: 305px;
    /* min-height: 23px; */
    height: 30px;
}
a.searchbuttonlink {
    margin-left: -0.3em;
  
}
a.searchbuttonlink {
    margin-left: -0.3em;
  
}
#srchFld {
  
    min-width: 345px;
    
}
select.srchTxt.SearchboxHeight {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
span.btn.btn-mini.btn-primary.searchbutton {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	font-size: 15px;
}
select.headerdropdown {
  
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.row.categoties .browseimage img {
    max-width: 12% !important;
}
.container-fluid.searchbar .row {
    padding-left: 1%;
    margin-top: -1em;
}
button.btn.btn-outline-secondary.headerbutton {
	min-height: 45px;
	margin-top: 0.4em;
}
.row.categoties th {
    font-size: 22px !important;
}
.row.tradeleads a {
    font-size: 15px;
}
.row.about h3.pagetitle {
    line-height: 8px !important;
    padding-top: 4%;
}
i.icon-search.icon-white {
    padding-right: .3em !important;
}
span.fa-2x.icon-shopping-cart.icon-white{
	margin-top:-0.15em !important;
}

span.icon-user.icon-white{
	margin-top: -0.15em !important;
}

#sidebar li a {
	background: none !important;
}

.row.sidebarProd h4.pagetitle {
    text-align: left;
    line-height: 24px !important;
    padding-left: 4%;
}

.row.sidebarProd div#sidebar {
    background: #f5f5f5;
    border-radius: 2%;
}
	
ul.nav.nav-pills.centered.trade{
	margin-left: 37%
}


.login-logo{
  margin-top: 24px;
  position: absolute;
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	/* font-family: Poppins-Regular, sans-serif; */
}

/*---------------------------------------------*/
a {
	/* font-family: Poppins-Regular; */
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6675df;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	/* font-family: Poppins-Regular; */
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}



input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { 
 
  /* font-family:'gotham-book'; */
  
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0px;
    
    color: #CBCBCB !important;
    opacity: 1;
}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-size: 17px;
  line-height: 1.4;
  color: #6872b9;
}

.txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}


/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}


.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ login more ]*/
.login100-more {
background-size: cover;
width: 64%;

}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}



/*==================================================================
[ Form ]*/

.login100-form {
  width: 560px;
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  padding: 173px 55px 55px 55px;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #333333;
  
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 70px;
  position: relative;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
}

.label-input100 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 30px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #6675df;
  border-radius: 10px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

.has-val {
  height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  /* font-family: Poppins-Regular; */
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #6675df;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: #6872b9;

  font-family: Montserrat-Bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }
  .register-photo form .form-control {
    width: 100%;
  
  }

  .register-photo form h2 {
   
    margin-top: 63px;
   
}
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  /* font-family: Poppins-Regular; */
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}





/*[ TEXT ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */
.text-white {color: white;}
.text-black {color: black;}

.text-hov-white:hover {color: white;}

/* ------------------------------------ */
.text-up {text-transform: uppercase;}

/* ------------------------------------ */
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-middle {vertical-align: middle;}


/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}
.dis-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.pos-fixed {position: fixed;}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {float: left;}
.float-r {float: right;}


/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
  width: 100%;
  height: 100%;
}
.w-full {width: 100%;}
.h-full {height: 100%;}
.max-w-full {max-width: 100%;}
.max-h-full {max-height: 100%;}
.min-w-full {min-width: 100%;}
.min-h-full {min-height: 100%;}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}

.top-auto {top: auto;}
.bottom-auto {bottom: auto;}
.left-auto {left: auto;}
.right-auto {right: auto;}



/*[ Background ]
-----------------------------------------------------------
*/
.bgwhite {background-color: white;}
.bgblack {background-color: black;}



/*[ Wrap Picture ]
-----------------------------------------------------------
*/
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}

/* ------------------------------------ */
.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}

/* ------------------------------------ */
.wrap-pic-cir {
  border-radius: 50%;
  overflow: hidden;
}
.wrap-pic-cir img {
  width: 100%;
}

.header-middle {
	
display:none;
}

/*[ Hover ]
-----------------------------------------------------------
*/
.hov-pointer:hover {cursor: pointer;}

/* ------------------------------------ */
.hov-img-zoom {
  display: block;
  overflow: hidden;
}
.hov-img-zoom img{
  width: 100%;
  -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  transform: scale(1.1);
}