body{
	font-family: 'Poppins', sans-serif;
}
.navbar-default {
  background-color: rgba(255, 255, 255, 1);
  border-color: #e7e7e7;
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 500;
}
.drop-btn {
  background-color: transparent;
  border: medium none;
  color: #000;
  cursor: pointer;
  font-weight: 500;
}
nav .dropdown{
	line-height:70px;
}
.glyphicon {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}
.nav.navbar-nav.navbar-right > li {
  height: 70px;
}
.navbar {
  border-bottom: 1px solid #707070;
  margin-bottom: 0px;
  min-height: 70px;
  position: relative;
}
.navbar-nav > li > a {
  line-height: 35px;
  padding-bottom: 18px;
  padding-top: 18px;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
  padding: 5px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.p-0{
	padding:0;
}
.ph-0{
	padding-left:0;
	padding-right:0;
}
.p-30{
	padding:30px;
	padding-top:0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
/* home page slider */
/*.slider {
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;

}
.slide1 {
  background: url("../images/web-design.jpg")no-repeat center;
      background-size: cover;
	  background-position:center center;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;
  background-attachment:fixed;

} 
.slide2 {
  background: url("../images/web-design-2.jpg")no-repeat center;
        background-size: cover;
	  background-position:center center;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
  background-attachment:fixed;
}
.slide3 {
    background: url("../images/banner1.jpg")no-repeat center;
          background-size: cover;
	  background-position:center center;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
  background-attachment:fixed;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}*/
.products{
	/* margin-top:80px; */
	margin-bottom:0px;
}
.product{
	margin:0px;
	text-align:center;
	/* width:420px; */
}
.desc {
  border-top: 1px solid transparent;
 margin: 0;
  padding: 5px 0;
}
/* .details,.desc{ */
	/* display:none; */
/* } */
.image img{
	/* width:200px; */
	transition:all 30s ease-in-out;
}
.image img:hover img{
	/* width:400px; */
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition:slow;
}
.image{
	margin:20px 0;
} 
.details h2{
	text-decoration:none;color:#424242;letter-spacing:1px;
}
.bottom-bar {
  background-color: #fff;
  box-shadow: 0 0 2px #000;
  height: 55px;
  width: 100%;
}

#bottom-bar {
    position: fixed;
    z-index: 100; 
    left: 0;
    width: 100%;
	height:55px;
	bottom:0;
}
.bottom-bar h2 {
  color: #424242;
  font-size: 20px;
  font-weight: 400;
  padding: 0px;
}
.bottom-bar input {
	border: none;
	border: 1.5px solid grey;
	background-color:#fff;
	opacity:1;
}
.news{
	background-color:#e6e6e6;
	padding:20px;
}
.news1, .news2, .event1, .event2{	
	width:100%;
	margin-top:20px;
	color:#fff;
}
.news1{
	background-color:#cf1935;
}
.news2{
	background-color:#8a571e;
}
.event1{
	background-color:#27581c;
}
.event2{
	background-color:#235570;
}

.fb-feed{
	text-align:center;
	padding:5px;
	width:100%;
	/*background-color:#000;*/
	margin-top:46px;
	padding-bottom:0;
}
.top {
    padding: 1px 15px;
}
.top h4 {
  color: #fff;
  font-weight: 900;
  font-size:15px;
  margin-bottom:10px;
}
.top p{
	font-size:12px;
}
.news_img img{
/*	height:150px;  */
}
.slide1 img{
	width:100%;
    /* border:1px solid yellow;    */
}

div.slide1 {
    text-align: center;
    position: relative;

}

div.slide1 div {
	text-align:left;
    width: 100%;
    height: 40px;
    padding: 0;
    display: none; 
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	padding-left:20px;
    /* border:1px solid red; */
}
.inbox-block {
    background-color: #b8d3e1;
    padding: 10px 70px 20px 70px;
    float: left;
    width: 100%;
}
.inbox-block h1 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
	text-align:left;
}
.inbox-block h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}
.inbox-block .fa-long-arrow-right {
  color: #000; 

}
footer {
    padding-top: 15px;
    width: 100%;
    float: left;

}
footer h5 {
    color: grey;
    font-size: 15px;
    font-weight: 400;
    margin: 5px;
}
footer strong
{
	font-weight: 600;
}
footer .fa-circle{
	font-size:5px;
}
footer .list-inline > li {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 3px;
}
footer .list-inline > li a {
    color: #000;
    font-size: 13px;
}
.button_insta{
border:1px solid transparent; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
/* background: #833ab4; /* Old browsers */ */
background: -moz-linear-gradient(-45deg, #833ab4 0%, #e1306c 48%, #fd1d1d 66%, #fcaf45 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #833ab4 0%,#e1306c 48%,#fd1d1d 66%,#fcaf45 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #833ab4 0%,#e1306c 48%,#fd1d1d 66%,#fcaf45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
width:100%;
text-align:center;
}

.button_insta:hover{
color:#fff;
}

.board {
  margin: 0px auto;
  min-height: 500px;
  background: #fff;
  /* -webkit-box-shadow: 5px 5px #ccc,-5px 10px #ddd,10px -5px #dadada; */
  /* box-shadow: 5px 5px #ccc,-5px 10px #ddd,10px -5px #dadada; */
}
.board > div.board-inner {
  /* background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png); */
  background-size: 30%;
}
.board .liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.board p.narrow {
  width: 60%;
  margin: 10px auto;
}
.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 0px auto 0;
}
.board .nav-tabs > li {
  width: 10%;
}
.board .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 0px auto 15px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.board .nav-tabs > li a:hover {
  background: transparent;
}
.board .nav-tabs > li.active > a,
.board .nav-tabs > li.active > a:hover,
.board .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background: none !important;
  border-width: 0px !important;
  border-bottom-color: transparent;
}
.board .nav-tabs > li.active span.round-tabs.one,
.board .nav-tabs > li.active span.round-tabs.two,
.board .nav-tabs > li.active span.round-tabs.three,
.board .nav-tabs > li.active span.round-tabs.four,
.board .nav-tabs > li.active span.round-tabs.five {
  background: #fff !important;
  border-color:#0095DA;
  box-shadow: 0 0 15px rgb(0,148,218);
}
.board .nav-tabs > li.active:after {
  content: " ";
  position: absolute;
  left: 36%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #0095DA;
}
.board .nav-tabs > li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}
.board .tab-content .tab-pane {
  position: relative;
  /* padding-top: 50px; */
}
.board .tab-content .tab-pane .head {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.board:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #000;
  border-right: 20px solid #000;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}
span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
span.round-tabs.one {
  color: #22c222;
  border-color: #ddd;
}
span.round-tabs.two {
  color: #febe29;
  border-color: #ddd;
}
span.round-tabs.three {
  color: #3e5e9a;
  border-color: #ddd;
}
span.round-tabs.four {
  color: #f1685e;
  border-color: #ddd;
}
span.round-tabs.five {
  color: #999;
  border-color: #ddd;
}
@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head {
    font-size: 20px;
  }
  .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

#tab-ul li:first-child, #tab-ul li:last-child{
	filter:blur(1px);
}

 .collection_mohawk {
    position: absolute;
    top: 77px;
    width: 1px;
    height: 30%;
    left: 50%;
    border-right: 2px solid #707070;
    margin-left: 0.5px;
    z-index: 9;
}
.news_loop, .page_top_loop, .collection_top_loop, .search_loop {
    min-height: 40px;
    margin-top: 130px;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0px 0 20px;
}
.news_loop .title, .page_top_loop .title, .collection_top_loop .title, .search_loop .title {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 35px;
}
.help-block {
    background-color: #B8D4E2;
    padding: 35px;
 margin-top:50px;
}
.help-block h1
{
 font-size:30px;
 color:#000;
}
.help-block p
{
 color:#010101;
}

.help-block .btn-search {
  color: $silver;
  background-color:transparent;
  border-color:transparent;
  padding:0px;
}
.help-block .input-group
{
 margin-top:75px;
}
 .glyphicon-search
 {
  font-size:25px;
 }
.help-block .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-right:0 none;
  border-top:0 none;
  border-left:0 none;
  border-bottom: 2px solid #5C6B72;
  border-radius: 0;
}
.help-block .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-bottom: 2px solid #5C6B72 !important;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
}
.faqs h2 {
    font-size: 25px;
    text-align: center;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    padding: 40px;;
    margin-top: 25px;
}
.nav-tabs > li > a {
    color: #000;
}
.faqs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #038ACE;
    border: 0 none;
    font-weight: 600;
}
.faqs .nav > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
}
.ans, .ques {
    margin: 0 30px;
}
.nav-tabs {

    border-bottom: 2px solid #707070;
 padding:15px 0;
}
.ans {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 20px 0;
    line-height: 23px;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgba(221, 221, 221, 0.3);
}
.shadow1 {
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    padding:10px 45px;
 border-radius:40px;
 text-align:center;
}
.shadow1 h3{
 text-align:center;
 font-size:22px;
}
/* .login */
/* { */
 /* margin-top:0px; */
 /* border-top:2px solid #707070; */
 /* padding-top:0px; */
/* } */

.login .btn-default
{
 background-color:#0089D1;
 color:#fff;
 padding: 5px 50px;
}
.shadow1 .form-group {
    margin-bottom: 40px;
    margin-top: 40px;
}
.pwd
{
 text-align:center;
 
}
.pwd a
{
 color:#000;
 font-style:italic;
 text-decoration:underline;
}
@media (max-width:480px)
{
 .news_loop, .page_top_loop, .collection_top_loop, .search_loop {
    margin-top: 100px !important;
}
.help-block {
    padding: 35px 0 !important;
    margin-top: 29px !important;
}
.help-block h1 {
    font-size: 20px !important;
}
.help-block .input-group {
    margin-top: 15px;
}
.help-block .form-control
{
 padding:6px 4px;
}
.faqs h2 {
    font-size: 20px !important;
 padding:40px 0 !important;
}
.faqs h3 {
    font-size: 18px !important;
 line-height:25px !important;
}
.ans {
    padding: 10px 0 20px 0 !important;
    line-height: 23px !important;
}
.ans, .ques {
    margin: 0 20px !important;
}
.collection_mohawk {
    top: 70px;
    height: 22% !important;
}
}
@media (min-width:400px) and (max-width:480px)
{
 .collection_mohawk {
    top: 70px;
    height: 45% !important;
}
}
@media (min-width:320px) and (max-width:380px)
{
 .collection_mohawk {
    top: 70px;
    height: 22% !important;
}
}

@media (min-width:381px) and (max-width:480px)
{
 .collection_mohawk {
    top: 70px;
    height: 22% !important;
}
}
.collection_mohawk {
    position: absolute;
    top: 3px;
    width: 1px;
    height:4%;
    left: 50%;
    border-right: 2px solid #707070;
    margin-left: 0.5px;
    z-index: 9;
}
.news_loop, .page_top_loop, .collection_top_loop, .search_loop {
    min-height: 40px;
    margin-top: 70px;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0px 0 20px;
}
.news_loop .title, .page_top_loop .title, .collection_top_loop .title, .search_loop .title {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    line-height: 35px;
}
.t-Region {
    border: 0 none;
    box-shadow: none;
 }
.help-block {
    background-color: #B8D4E2;
    padding: 35px;
 margin-top:50px;
}
.help-block h1
{
 font-size:30px;
 color:#000;
}
.help-block p
{
 color:#010101;
}

.help-block .btn-search {
  color: $silver;
  background-color:transparent;
  border-color:transparent;
  padding:0px;
}
.help-block .input-group
{
 margin-top:75px;
}
 .glyphicon-search
 {
  font-size:25px;
 }
.help-block .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-right:0 none;
  border-top:0 none;
  border-left:0 none;
  border-bottom: 2px solid #5C6B72;
  border-radius: 0;
}
.help-block .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-bottom: 2px solid #5C6B72 !important;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
}
.faqs h2 {
    font-size: 25px;
    text-align: center;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    padding: 40px;;
    margin-top: 25px;
}
.nav-tabs > li > a {
    color: #000;
}
.faqs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #038ACE;
    border: 0 none;
    font-weight: 600;
}
.faqs .nav > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
}
.ans, .ques {
    margin: 0 30px;
}
.nav-tabs {

    border-bottom: 2px solid transparent;
 padding:5px 0 15px 0;
}
.ans {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 20px 0;
    line-height: 23px;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgba(221, 221, 221, 0.3);
}
.shadow1 {
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    padding:30px 45px;
 border-radius:40px;
 text-align:center;
 margin-top:20px;
}
.shadow1 h3{
 text-align:center;
 font-size:22px;
 margin:0px;
}
/* .login */
/* { */
 /* margin-top:50px; */
 /* border-top:1px solid #707070; */
 /* padding-top:40px; */
/* } */
.shadow1 .form-control {
    border-top: 0 none !important;
    box-shadow: none !important;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #707070;
    border-radius: 0px !important;
    font-size: 15px;
    color: #A0A0A0;
    padding: 0px 10px;
    font-weight: 100 !important;
}	
.login .btn-default
{
 background-color:#0089D1;
 color:#fff;
 padding: 5px 50px;
}
#password {
    background-color: #0089D1;
    color: #fff;
    padding: 9px 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.shadow1 .form-group {
    margin-bottom: 40px;
    margin-top: 40px;
}
.pwd
{
 text-align:center;
 margin:20px 0;
 
}
.pwd a
{
 color:#000;
 font-style:italic;
 text-decoration:underline;
}
.fb-login-button {
    margin: 20px 0;
}
.form_login
{
 border-bottom:1px solid #c6c6c6;
}
.form_signup {
    border-top: 1px solid #c6c6c6;
    padding-top: 35px;
    margin-top: 60px;
}
#user_type {
    width: 100%;
    border-bottom: 1px solid #707070;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}
.mobile_display
	{
		display:none !important;
	}

	.breadcrumb>li+li:before {
    content: "" !important;
}
.fa-angle-right:before {
    padding-left: 10px;
}
.breadcrumb
{
	background-color:transparent;
}
.breadcrumb a {
    color: #000;
    font-size: 16px;
}
.breadcrumb a:hover {
   text-decoration:none;
}
.breadcrumb > .active {
  color: #000;
  font-weight:600;
  font-size:17px!important;
}
.product h3 {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
	padding-bottom:20px;	
	color:#9a9a9a;
}
@media (max-width:320px)
{
	
 .collection_mohawk {
    top: 70px;
    height: 30% !important;
}
}
@media (max-width:480px)
{
	.mobile_display
	{
		display:block !important;
	}
	.laptop_display
	{
		display:none !important;
	}
 .news_loop, .page_top_loop, .collection_top_loop, .search_loop {
    margin-top: 100px !important;
}
.help-block {
    padding: 35px 0 !important;
    margin-top: 29px !important;
}
.help-block h1 {
    font-size: 20px !important;
}
.help-block .input-group {
    margin-top: 15px;
}
.help-block .form-control
{
 padding:6px 4px;
}
.form-control
{
	height:40px;
}
.faqs h2 {
    font-size: 20px !important;
 padding:40px 0 !important;
}
.faqs h3 {
    font-size: 18px !important;
 line-height:25px !important;
}
.ans {
    padding: 10px 0 20px 0 !important;
    line-height: 23px !important;
}
.ans, .ques {
    margin: 0 20px !important;
}
.collection_mohawk {
    top: 70px;
    height: 30% !important;
}
.shadow1 {
    padding: 30px 20px !important;
}
}
@media (min-width:400px) and (max-width:480px)
{
 .collection_mohawk {
    top: 70px;
    height: 45% !important;
}
}
@media (min-width:321px) and (max-width:380px)
{
 .collection_mohawk {
    top: 70px;
    height: 22% !important;
}
}

@media (min-width:381px) and (max-width:480px)
{
 .collection_mohawk {
    top: 70px;
    height: 19.7% !important;
}
}
@media (min-width:768px) and (max-width:991px)
{
 .nav > li > a {
    padding: 10px 6px !important;
}
nav .dropdown {
    line-height: 55px;
}
.collection_mohawk {
    top: 120px;
    height: 16%;
}
.news_loop, .page_top_loop, .collection_top_loop, .search_loop {
    min-height: 40px;
    margin-top: 150px;
}
}
@media (min-width:992px) and (max-width:1024px)
{
.collection_mohawk {
    top:70px;
    height: 15.8%;
}
.news_loop, .page_top_loop, .collection_top_loop, .search_loop {
    min-height: 40px;
    margin-top: 150px;
}
}
@media (min-width:1025px) and (max-width:1200px)
{
.collection_mohawk {
    top:70px;
    height: 28%;
}
.news_loop, .page_top_loop, .collection_top_loop, .search_loop {
    min-height: 40px;
    margin-top: 150px;
}
}


.round-tabs img {
    width: 45px;
    margin: 10px;
}
.side-icons{
	margin-top:70px;
	margin-bottom:70px;
}
.side-icons li {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align:right;
}
.icons-name li {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* .side-icons li { */
    /* overflow: hidden; */
    /* background: #ddd; */
    /* list-style: none; */
    /* white-space:nowrap; */
    /* margin-right: 10px; */
    /* border-radius: 25px; */
    /* display: inline-block; */
/* } */
 /* .side-icons   li a { */
        /* opacity: 0; */
        /* color: #666; */
        /* max-width: 0; */
        /* display: inline-block; */
        /* text-decoration: none; */
        /* transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color; */
    /* } */
 /* .side-icons  li a:hover { */
            /* color: #c33; */
        /* } */
 /* .side-icons  li a i { */
            /* float:right; */
            /* display: block; */
            /* padding-right: 1em; */
            /* font:1em/1 'rokkitt', sans-serif; */
        /* } */
/* .side-icons  li b { */
        /* color: #c33; */
        /* line-height:1; */
        /* font-size: 25px; */
        /* display: inline-block; */
        /* padding:.125em .375em; */
    /* } */
/* .side-icons  li:hover {} */
/* .side-icons  li:hover a { */
            /* opacity: 1; */
            /* max-width: 150px; */
            /* transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s; */
        /* } */
.menu-item { /* hide and position tooltip */
    opacity: 0;
    transition: opacity 0s ease-in 600ms, opacity 600ms;
    position: relative;
}

.menu-item:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: width 600ms;
}

.menu-item-hover:hover .menu-item {
    opacity: 1;
    transition: opacity 0s ease-in 600ms, opacity 600ms;
}

.menu-item-hover:hover .menu-item:after{
    width: 0;   
}

.icons-name {
   
    cursor: pointer;
    margin: 5px 0;
    margin-left: -25px;
    min-width: 100%;
    transition: all 0.5s;
		margin-top:70px;
	margin-bottom:70px;

  }
  
  .icons-name.show1 {
    display: block;
    margin-left: 0px;
  }
  .fa-angle-right {
    line-height: 33px !important;
}
.breadcrumb > li {
    font-size: 14px !important;
}
	  .modal-backdrop.in {
    z-index: 1020 !important;
}
.modal-dialog {
    width: 1000px;
}

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

/* .carousel-fade .carousel-control { */
  /* z-index: 2; */
/* }  */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    } 
   
	
	#product_heading h2 {
    margin-top: 50px !important;
    font-weight: bold !important;
}	
#about-us{
	margin-top:50px;
	margin-bottom:50px;
}
.team-box{
	width:100%;
	bottom:0;
	background-color:#000;
	opacity:0.5;
}
.fa-facebook-square{
	color:#3b5998;
}
.fa-twitter-square{
	color:#00b6f0;
}
.fa-linkedin-square{
	color:#0077b5;
}
.customer-form{
	margin-top:30px;
	margin-bottom:50px;
}
.form-control {
    margin-bottom: 20px;
}
.customer-form .btn-primary {
    color: #2e6da4;
    border-color: #2e6da4;
    background-color: #fff;
    font-weight: 500;
	padding:10px 30px;
}
.customer-form .btn-primary:hover {
    background-color:#0095DA;
    color: #fff;
}
.line{
	height:2px;
	background-color:#ccc;
	margin:0px 8%;
}
.customer-form select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 20px;
}
.pwd1
	{
		float: left;
		width: 100%;
		margin: 100px auto 30px auto;	
		
	}
	.pwd1 h4{
		font-size: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
	}
	.form-inline {
    text-align: center;
    padding: 30px 0 30px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.form-inline .form-group {
    margin: 15px;
    text-align: center;
    padding: 20px 0 0 0;
}
.form-inline label {
    margin-right: 10px;
    color: #474747;
    vertical-align: middle !important;
    padding-bottom: 10px;
}
.form-inline .btn-default {
    background-color: #29b330;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px;
}
.form-group {
    width: 100%;
}
a:focus {
    outline: none !important;
}
.fa-circle {
    line-height: 35px;
}
footer .fa-circle {
    line-height: 20px !important;
}
.fa-angle-right {
    line-height: 23px !important;
}

.drop-btn {
    background-color: transparent !important;
    color: grey;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown ul li{
	list-style:none;
	margin-left:0;
}
.dropdown ul{
	padding-left:0;
	margin:0;
}
.fa, .fa::before {
    vertical-align: middle !important;
}
#closeButton {
    cursor: pointer;
    text-decoration: none;
}
#login {
    border: 0 none !important;
    box-shadow: none !important;
}
.modal-body p{
	font-weight:300;
}
#product_popup
{
	margin-top:25px;
}
#product_popup p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
#product_popup h5 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.product_list ul {
    margin: 0px;
    padding: 0px;
}
.product_list ul li {
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-left:15px;
}
.videos
{
	margin-top:10px;
}
.videos a {
    font-size: 15px;
    color: #000 !important;
    font-weight: 400;
    margin-left: 25px;
    font-family: poppins, sans-serif;
	text-decoration:none;
	margin-top:10px;
}
.videos a:hover{
	text-decoration:none;
	
}
.brown
{
	background-color:#CE731A;
}
.red
{
	background-color:#D01935;
}
.green
{
	background-color:#27591C;
}
.blue
{
	background-color:#235570;
}
.news_page {
    margin-bottom: 15px;
}
#news1{
	margin-top:50px;
	padding:0 30px;
	
}
.news_page h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}
.news_page h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 300;	
    letter-spacing: 1px;
}
.news_page p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 21px;
	padding-top:5px;
	padding-left:15px;
}
.pl_0
{
	padding-left:0px !important;
}
.pr_0
{
	padding-right:0px;
}
.br_t
{
	border-top:1px solid #fff;
}
.banner{
	margin-top:70px;
}
footer hr {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px solid #eee;
}
footer ul {
    margin-top: 0;
    margin-bottom: 0;
}
.pt-30{
	padding-top:30px;
}
nav li a:hover {
    font-size: 17px;
    color: #0095da !important;
    font-weight: 600 !important;
	text-shadow: 1px 1px 0px #ccc, 1px 1px 0px #ddd;
	transition:all 0.2s ease-in-out;
}
nav li a{
	transition : all 0.2s ease-in-out;
}
.breadcrumb
{
	margin-top:20px;
}
.dropdown-toggle strong
{
	font-weight:600;
}
.prd_box {
    margin-bottom: 20px;
	margin-top:20px;
}
.prd_box:hover {
    box-shadow: 0 0 16px rgba(33,33,33,.2); 
}
.affix {
    top: 100px;
    width: 100%;
    position: fixed;
    right: 0px;
    max-width:250px;
}
.main ul{
	  margin:0px;
	  padding:0px;
  }
  
.main ul li {
    display: block;
    margin: 5px 5px 20px 5px;
    padding: 4px;
    line-height: 13px;
	text-align:right;
}
  .main ul li span {
    font-size: 12px;
    font-weight: bold;
	padding-right:10px;
}
	  .main ul li a{
		  color:#fff;
	  font-size:13px;
	  }
	  .main ul li a:hover
	  {
		  font-size:18px;
		  color:#fff !important;
		  text-decoration:underline !important;
	  }
.navbar-brand {
    margin-left: 20px !important;
}
a:hover h3 {
    color: #000;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5) url("cd-top-arrow.svg") no-repeat center 50%;
  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;
  z-index:9999999 !important;
  border-radius:50%;
}
label
{
	font-weight:600;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  z-index:9999999 !important;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index:9999999 !important;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
.t-Form-inputContainer input[type="text"]:focus, .t-Form-inputContainer input.text_field:focus, .t-Form-inputContainer input.password:focus, .t-Form-inputContainer textarea.textarea:focus, .t-Form-inputContainer input.datepicker:focus, .t-Form-inputContainer span.display_only:focus, .t-Form-inputContainer input.popup_lov:focus, .t-Form-inputContainer select:focus, .u-TF-item--text:focus, .u-TF-item--textarea:focus, .u-TF-item--datepicker:focus, .u-TF-item--select:focus
{
border-color:#ddd !important;
}
.breadcrumb>li+li:before {
    padding: 0px !important;
}
@media (max-width:1200px){
	.navbar-brand img {
		width: 80px !important;
	}
	.banner {
		margin-top: 55px !important;
	}
	.navbar{
		min-height:55px !important;
	}
	.nav.navbar-nav.navbar-right > li {
		height: 40px !important;
		width:100%;
	}
	.navbar-nav > li > a {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.dropdown-content {
		left: 0 !important;
		width: 100% !important;
	}
}