@import url('https://fonts.googleapis.com/css?family=Work+Sans');
body{
	overflow-x:hidden;
	}
.logo {
    margin-left: 0;
    text-align: center;
    padding: 20px 0 20px 0;
}
.info{
	    padding: 40px 0 0 0;
	}
.navbar-inverse {
    background-color: #34495f;
    border-color: #34495f;
	margin:0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    background: url(../images/sep.jpg) no-repeat top right;
    padding: 15px 33px;
	transition:all 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav>li:last-child a{
	background:none;
	}
.navbar-inverse .navbar-nav>li>a:hover{
	color:#ea4b35;
	}
.navbar-inverse .navbar-nav>li:last-child{
	background:none;
	}
.main_search {
    position: relative !important;
    margin: 7px 0 0 15px;
}
.btn-1 {
    position: absolute;
    top: 5px;
    right: 6px;
    background: none;
    border: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b5b5b5;
    background-color: #2c3f4e;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0px 0 0 0;
}
.slider{
	margin-top: 15px;
	margin-bottom:15px;
	}
.footer{
	background:#34495f;
	padding:10px 0;
	}
.copy{
	color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
	padding: 8px 0 0 0;
	}
.copy strong{
	text-transform:uppercase;
	font-weight:normal;
	}
.company{
	float:right;
	}
@media screen and (max-width:1200px){
	.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 21px;
}
	}	
	
	
	@media screen and (max-width:768px){
.main_search {
    position: relative !important;
    margin: 0px 0 10px 0px;
}
	}					

.name{
	color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	}	
.dynam {
    border: 1px solid #cecece;
    padding: 10px;
    margin: 15px 0;
    float: left;
    width: 100%;
}	
.des{
	color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
	text-transform:uppercase;
	font-weight:bold;
	background:#34495f;
	padding:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	}	
.des_dyn{
	border: 1px solid #cecece;
    padding: 10px;
	color: #000;
    font-family: 'Work Sans', sans-serif;
	font-size:14px;
	line-height:25px;
	margin-bottom:15px;
	}
#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #34495f;
    padding: 13px 0px 37px 15px;
    margin-bottom: 0px;
}

#menuToggle input {
    display: block;
    width: 100%;
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
	margin:0;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;
  
  z-index: 1;
  
  -webkit-transform-origin: 4px 0px;
  
          transform-origin: 4px 0px;
  
  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 100%;
  margin: -40px 0 0 -50px;
  
  padding: 1px 1px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
/*  -webkit-transform-origin: 0% 0%;
  
          transform-origin: 0% 0%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
  display:none;}


#menu li
{
  padding: 5px 0;
  font-size: 22px;

}

#menuToggle input:checked ~ ul
{
  -webkit-transform: scale(1.0, 1.0);
          transform: scale(1.0, 1.0);
  opacity: 1;
    margin: 15px 0 0 -8px;
    position: static;
	display:block;
	transition:all 0.5s ease-in-out;
}
.new_nav li{
	width:100%;
	transition:all 0.5s ease-in-out;
	border-bottom: 1px solid #dadada; 
	}
.new_nav a{
	    font-family: arial;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 18px;
    border-radius: 16px;
	}

	
	.new_nav li:hover a{
	    color: #FFFFFF !important;
    
	}
	
	.new_nav li:hover{
	  background:#e05337;
 
	}
	
#menuToggle h1{
	    
    left: 61px !important;
	right:auto !important;
	top:-7px !important;
}
.tabbed {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.tabbed > input{
  display : none;
}

.tabbed > section > h1 {
    float: left;
    box-sizing: border-box;
    margin: 0 50px 0 0px;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    background: #f0f0f0;
}


.tabbed > section > h1 > label{
    display: inline-block;
	margin-bottom:0;
    font-size: 17px;
    color: #34495f;
	text-transform:uppercase;
	font-family: 'Work Sans', sans-serif;
    padding: 18px 0px;
	margin:0 0 0 1px;
	width:170px; text-align:center;   border-bottom           : none;
   cursor                  : pointer;
   -moz-user-select     : none;
   -ms-user-select     : none;
   -webkit-user-select     : none;
}

.lorem {
   padding: 10px;
    border-top: none;
    background: #ffffff;
    line-height: 35px;
	    border: 1px solid #cecece;
		font-family: 'Work Sans', sans-serif;
		font-size:14px;
		color:#000000;
}

.panel{
	margin:0;
	border:0;
}



.tabbed > input:checked + section > h1 > label {
    background: #34495f;
    color: #fff;
    /* border-radius: 5px 5px 0 0; */
    padding: 16px 0;
}
.tabbed > section > div{
  position      : relative;
  z-index       : 1;
  float         : right;
  box-sizing    : border-box;
  width         : 100%;
  margin        :50px 0 0 -100%;

}

.tabbed > input:checked + section > h1{
  position : relative;
  z-index  : 2;
}

.tabbed > input:not(:checked) + section > div{
  display : none;
}
.leftsec { width:50%; float:left;     margin-top:12px;}
.rightsec { width:46%; float:right;}
.asdasd { margin-top:15px;; float:left; width:100%; position:relative; z-index:999999}



@media screen and (max-width:1024px){
.tabbed > section > h1 > label {  width:150px}
}
@media screen and (max-width:991px){
#tabbed2 + section > div { margin-top:55px !important;}
#tabbed3 + section > div { margin-top:55px !important;}
#tabbed4 + section > div { margin-top:55px !important;}
.tabbed > section > h1 > label { width:139px; font-size:12px;}
.containers>a { margin-right:60px !important;}
.leftsec { width:100%;}
.rightsec { width:100%;}
.tabbed > section > h1 > label { width:130px;}
.image-gallery {max-width: 515px; width:100% !important;}
.image-gallery .big-image {width: 77% !important;}
} 
@media screen and (max-width:790px){
.tabbed{margin:10px 0;}	 
#tabbed2 + section > div { margin-top:-1px !important;}
#tabbed3 + section > div { margin-top:-1px !important;}
#tabbed4 + section > div { margin-top:-1px !important;}
.tabbed > section > div{    margin:-1px 0;}
.productthumb { text-align:center;}
.productthumb li { display:inline-block; float:none;}
.tabbed > section > h1{ margin:0 !important; width:100%; padding:0 0 0 !important}
.tabbed > section > h1 > label { width:100% !important; text-align:left !important; padding:14px 15px !important; margin:1px 0; position:relative;}
.moblo{ margin-bottom:0 !important;}

.tabbed > section > h1 > label::after{
content: "\f0fe";
    font-family: "fontawesome";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15px;
}

.tabbed > input:checked + section > h1 > label::after{
 content: "\f146";
}

}

@media screen and (max-width:460px){ 
.tabbed > section > h1 { margin-bottom:0;}
.tabbed > section > h1 > label { font-size:11.5px; width: 100%;}

}
@media screen and (max-width:414px){ 
.tabbed > section > h1 > label {width:100%;}
.tabbed > section > h1 {margin:0;}
}		
			
			#ds_thm_div tbody tr td{
				background:none;
				}
			#ds_thm_div tbody tr td:first-child img{
				opacity:0;
				}
			#ds_thm_div tbody tr td:nth-child(2) img{
					opacity:0;
				}
			#ds_thm_div tbody tr td:nth-child(3) img{
				opacity:0;
				}
			#ds_div img{
					opacity:1 !important;
				}				
				
			.tabs_custom{
				display:none;
				}	