.nav-justified>li>a {
	border-radius: 0px;
}

.nav-pills>li[data-slide-to="0"].active a {
	background-color: #16a085;
}

.nav-pills>li[data-slide-to="1"].active a {
	background-color: #e67e22;
}

.nav-pills>li[data-slide-to="2"].active a {
	background-color: #2980b9;
}

.nav-pills>li[data-slide-to="3"].active a {
	background-color: #8e44ad;
}

.activee {
	color: black;
	text-decoration: underline;
	text-underline-position: under;
}

.slider-navigation {
	border-bottom: 1px solid #bbbaba;
	padding: 20px 15px;
	text-align: center;
	padding-top: 25px;
}

.rel{
	position: relative;
}

.absol{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	color:white;
	z-index: 10;
	   max-height: 350px;
    width: 90%;
    overflow: auto;
    overflow-x: unset;
}




.nopad{
	padding-right: 0px;
	padding-left: 0px;
}


.caro{
	position: absolute;
    bottom: 45%;
    left: 0;
    width: 10%;
}


.cate{

	position: absolute;
	    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 400px;
    color: white;

}

.dot{
	border-bottom: 1px solid #676565;
}


.cen{
	margin: 10px auto;
}


.ce{
	margin: 0 auto;
    
}


.back
{
  background: url(../images/wind.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
  width: 100%;
  color:white;

 

}

.cab{
	    color: white;
    font-size: 55px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
}




#header
{
  height: 60px;
  width: 100%;
  background-color: #BDBDBD;
  font-family: 'Poiret one', cursive;
  font-size: 20px;
  position: fixed;
 z-index: 999;
  border-radius: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
 }
#header a
{
  text-decoration: none;
  color: black;
  float: right;
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 30px;
  font-weight: bold;
}
#header img
{
  
  height:50px;
  width: 70px;
  float: left;
}
#header a:hover
{
  -webkit-transform: scale(1.4,1.4);
          transform: scale(1.4,1.4);
  text-decoration: overline;
  color: white;
}





.lightbox
{

  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
 
}

a div
{
 position: relative;
 margin: auto auto;
  text-align: center;
}
.lightbox:target
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}


.txt{
position:absolute;
bottom:10%;
    padding: 10px;
    width: 100%;
    background-color: rgba(16, 16, 16, 0.7803921568627451);


}

.langu{
	margin-top: 40px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
	font-size:16px !important;
}

input:focus{
	outline:0;
}

#custom-search-form {
	margin: 0;
	margin-top: 40px;
	padding: 0;
}

#custom-search-form .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 10px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	border: 1px solid #868282;
	height: 30px;
	margin-bottom: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#custom-search-form button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 10px 5px;
	margin-top: 2px;
	position: relative;
	left: -28px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.search-query:focus+button {
	z-index: 3;
}

#slider-thumbs {
	margin-top: 0px;
}

#slider-thumbs .list-inline li {
	width: 25%;
	padding: 0px;
	margin-right: -4px;
	cursor: pointer;
}

#slider-thumbs .list-inline li:first-child {
	padding-left: 5px;
}

.slider-nav-arrow {
	text-align: center;
	margin-bottom: 0px;
	visibility: hidden;
}

.selected .slider-nav-arrow {
	visibility: visible;
}

.selected .slider-navigation {
	background-color: #ff0404;
	opacity: 0.9;
	color: white;
}

.list-inline a {
	color: black;
	font-weight: bold;
}

.list-inline a:hover {
	text-decoration: none;
}

.carousel-caption h3 {
	font-family: "Century Gothic", sans-serif;
	font-size: 40px;
	font-weight: 200;
}

.new{
	position: absolute;
	 right: 5% !important;
    bottom: 15%;
        left: 40%;
    padding: 18px;
    font-size: 20px;
    background-color: rgba(25, 24, 24, 0.6313725490196078);
}

.new h4{
	line-height: 30px;
}

.link{
	margin: 30px auto;
    display: block;
    font-size: 16px;
}


.rel {
	position: relative;
}

.abs {
	position: absolute;
	top: 0;
	right: 0;
	background-color: red;
	height: 100%;
	color: #fff;
}

.abs a {
	color: white;
}

.form-controls {
	display: block;
	width: 100%;
	height: 34px;
	padding: 18px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: black;
	background-color: #f5f5f5;
	background-image: none;
	border: 5px solid #e6e6e6;
	-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;
}

.vi {
	list-style-type: none;
}

.vi li {
	float: left;
}

.pho {
	padding: 10px;
	background-color: #e6e6e6;
	color: white;
	font-size: 30px;
	margin-right: 10px;
}

.well a {
	color: black;
	text-decoration: none;
}

.well p {
	padding-left: 20px;
	margin-top: 5px;
}

.imgres {
	position: relative;
	background-image: url(../images/latest.jpg);
	width: 100%;
	height: 450px;
	background-size: cover;
}

* {
	box-sizing: border-box
}

div.tab {
	float: left;
	border: 0px solid #ccc;
	background-color: #4d4d4d;
	width: 30%;
	min-height: 650px;
	height: 100%;
}

div.tab button {
	display: block;
	background-color: inherit;
	color: #fbf8f8;
	padding: 10px 10px;
	width: 100%;
	margin: 10px 10px 10px 0px;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}

div.tab button:hover {
	background-color: #3c3c3c;
}

div.tab button.active {
	background-color: #3c3c3c;
}

.tabcontent {
	float: left;
	padding: 20px 80px;
	color: #fbf8f8;
	border: 0px solid #ccc;
	width: 70%;
	min-height: 650px;
	height: 100%;
	background-color: #4d4d4d;
	border-left: none;
}

* {
	box-sizing: border-box
}

div.tab1 {
	float: left;
	border: 0px solid #ccc;
	width: 30%;
	min-height: 650px;
	height: 100%;
	position: relative;
}

div.tab1 button {
	display: block;
	background-color: white;
	color: #0e0e0e;
	padding: 10px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}

div.tab1 button:hover {
	background-color: #d51c20;
	color: white;
}

div.tab1 button.active {
	background-color: #d51c20;
	color: white;
	/*border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;*/
}
div.tab1 button.active {
	position: relative;
	background: #d51c20;
	border: 2px solid #d51c20;
}
div.tab1 button.active:after, div.tab1 button.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.tab1 button.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #d51c20;
	border-width: 30px;
	margin-top: -30px;
}
div.tab1 button.active:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 36px;
	margin-top: -36px;
}


.tabcontent1 {
	float: left;
	padding: 20px 80px;
	color: #080808;
	border: 0px solid #ccc;
	width: 70%;
	min-height: 650px;
	height: 100%;
	background-color: #ffffff;
	border-left: none;
}

.sbee {
	position: absolute;
    top: 50%;
    color: white;
    transform: translate(-50%,-50%);
    left: 50%;
}

.sbee h1 {
	font-size: 55px;
	text-align: center;
}

.tabs-left {
	border-bottom: none;
	padding-top: 2px;
}

.tabs-left>li {
	float: left;
	margin-left: 20px;
}

.tabs-left>li {
	margin-right: 20px;
	border: 2px solid #d51c20;
	border-radius: 100%;
	background-color: #d51c20;
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block;
}

.vertical-text {
	margin-top: 50px;
	border: none;
	position: relative;
}

.vertical-text>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px;
}

.vertical-text.tabs-left {
	left: -50px;
}

.vertical-text.tabs-left>li {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.kk li a {
	color: white;
}

.liner {
	height: 2px;
    background: #d51c20;
    position: absolute;
    width: 85%;
    margin: 20px auto;
    left: 0px;
    right: 70px;
    bottom: 0px;
    z-index: -1;
}

.box1 {
	margin: 20px;
	color: white;
	padding: 10px;
	background-color: #e6001a;
	text-align: center;
	height:150px;
}

.box2 {
	display:none;
	margin: 20px;
	color: white;
	padding:  20px;
	background-color: #00579d;
}

.box3 {
	margin: 20px;
	color: white;
	padding: 20px;
	background-color: #00579d;
	height:150px;
}

.hr1 {
	border: 0;
	border-top:1px solid #b3adad;
	margin-top: 15px;
	margin-bottom: 15px;
}
.down{
margin-bottom: 50px;
margin-top: 10px;
}




.box2 a,
.box3 a {
	color: white;
}

.ul {
	clear: right;
}

.ul1 {
	float: left;
	padding-right: 10px;
}

.ulbot li {
	display: inline-block;
}

.ulbot {
	list-style-type: none;
	padding: 0px;
}

#testi {
	position: relative;
	background-image: url("../images/testibg.jpg");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}

#cata {
	position: relative;
	background-image: url("../images/park.jpg");
	width: 100%;
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}

#cont {
	position: relative;
	background-image: url("../images/contact.jpg");
	width: 100%;
	min-height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}

.color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 24, 25, 0.6);
	opacity: 0.8;
}

.color-overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(4, 4, 4, 0.53);
	/*opacity: 0.4;*/
}

.bor {
	background-color: rgba(150, 158, 170, 0.53);
	color: white;
	    max-height: 245px;
	margin-right: 20px;
	min-width: 450px;
	padding: 25px;
}

.bor1 {
	background-color: rgba(150, 158, 170, 0.53);
	color: white;
	min-height: 240px;
	margin-left: 20px;
	max-width: 730px;
	padding: 25px;
}

#testi p {
	color: white;
}

#testi h3 {
	color: white;
}

#cata p {
	color: white;
}

#cata h3 {
	color: white;
}

#cont p {
	color: white;
}

#cont h3 {
	color: black;
	text-decoration: underline;
	text-underline-position: under;
}

.bor h3 {
	font-weight: 100 !important;
}

.bor1 h3 {
	font-weight: 100 !important;
}

.foot {
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}

.profile {
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}

.space {
	margin-top: 20px;
	margin-bottom: 20px;
}

.space1 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.space3 {
	padding-top: 80px;
	padding-bottom: 40px;
}

.frame {
	padding-top: 20px;
	padding-bottom: 10px;
}

.iso {
	background-color: #f1f1f1;
}

.iso h4 {
	font-weight: bold;
}

.vid {
	margin:5px !important;
}

.time {
	margin-top: 50px;
	margin-bottom: 50px;
}

.wid {
	width: 100%;
}

#bot {
	border-bottom: 1px solid #c3bdbd;
}

#pad {
	padding-right: 1px;
	padding-left: 1px;
}

.vis {
	clear: right;
	background-color: #d51c20;
	color: white;
	padding: 15px;
	min-height: 155px;
}

.fon {
	font-weight: 100 !important;
	
}

.dec{
	text-decoration: underline;
    text-underline-position: under;
}

.gap li{

    padding-bottom: 5px;
}

.prod {
	position: absolute;
	bottom: 10px;
	color: white;
	background-color: rgba(0, 0, 0, 0.52);
	width: 99.8%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.pr {
	list-style-type: none;
	margin: 0 auto;
}

.pr li a {
	color: black;
	font-weight: bold;
}

.pr li a:hover {
	color: black;
}

.pr li {
	display: inline-block;
	border-right: 1px solid #bf2e35;
	padding-right: 20px;
	padding-left: 12px;
	margin: 4px;
}

.log {
	background-color: rgba(130, 138, 150, 0.65);
	height: 220px;
}

.space2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.panel-tabs {
	position: relative;
	bottom: 30px;
	clear: both;
	border-bottom: 1px solid transparent;
}

.panel-tabs>li {
	float: left;
	margin-bottom: 20px;
	padding-left: 90px;
}

.panel-tabs>li>a {
	margin-right: 2px;
	margin-top: 4px;
	line-height: .85;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: black;
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
}

.panel-tabs>li>a:hover {
	border-color: transparent;
	color: black;
	background-color: transparent;
}

.panel-tabs>li.active>a,
.panel-tabs>li.active>a:hover,
.panel-tabs>li.active>a:focus {
	color: black;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #dbdbdb;
	border-bottom-color: transparent;
}

.cable {
	background-color: #dbdbdb;
	padding: 30px;
}

.cable ul {
	list-style-type: none;
}

.cable ul li {
	padding-bottom: 25px;
}

.sub {
	margin-top: 20px;
}

.location {
	position: absolute;
	top: 0;
	right: 45%;
	color: white;
}

.carousel-caption1 {
	background-color: #ff0000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 10px;
	color: #fff;
	text-align: left;
}

.co {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 55px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}

.vv {
	margin-left: 100px;
}


@media screen and (max-width:1440px)  {

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}


}





@media screen and (max-width:320px) and (max-height:568px) {
	.navbar-brand {
		padding: 0px 0px;
	}
	
	.profile {
		text-align: center;
		padding-left: 1px;
		padding-right: 1px;
	}
	.vid {
		background-color: whitesmoke;
		margin-top: 85px;
	}
	div.tab {
		width: 100%;
	}
	.tabcontent {
		width: 100%;
		border-top: 1px solid;
		padding: 20px 20px;
	}
	.sbee h2 {
		font-size: 25px;
	}
	.bor {
		background-color: rgba(150, 158, 170, 0.53);
		color: white;
		min-height: 240px;
		min-width: 300px;
		margin: 10px;
		padding: 25px;
	}
	.bor1 {
		background-color: rgba(150, 158, 170, 0.53);
		color: white;
		min-height: 240px;
		min-width: 300px;
		margin: 10px;
		padding: 25px;
	}
	
	.ul1 {
		float: left;
		padding-right: 0px;
	}
	.imgres {
		position: relative;
		background-image: url(../images/latest.jpg);
		width: 100%;
		min-height: 660px;
		background-size: cover;
	}
	
	.carousel-caption h3 {
		font-size: 20px;
	}
	.slider-navigation {
		padding: 0px 0px;
		padding-top: 55px;
		font-size: 8px;
	}
	.sub {
		margin-left: 30px;
		margin-top: 20px;
	}
	.vv {
		margin-left: 0px;
	}
	.carousel-caption1 {
		position: relative;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		position: absolute;
		top: 10%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px;
	}
	.sub button {
		margin-right: 30px;
		margin-top: 20px;
	}

.pr li {
    display: inline-block;
    border-right: 1px solid #bf2e35;
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px;
    width: 290px !important;
}
}

@media screen and (max-width:375px) and (max-height:667px) {
	.navbar-brand {
		padding: 0px 0px;
	}
	
	.profile {
		text-align: center;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	div.tab {
		width: 100%;
	}
	div.tab1 {
		width: 100%;
	}
	.tabcontent {
		width: 100%;
		border-top: 1px solid;
		padding: 20px 20px;
	}
	.tabcontent1 {
		width: 100%;
		padding: 0px 20px;
	}
	.pr li {
		display: inline-block;
		border-right: 1px solid #bf2e35;
		padding-right: 20px;
		padding-left: 20px;
		width: 200px;
		margin: 5px;
	}
	.sub {
		margin-left: 30px;
		margin-top: 20px;
	}
	.sbee h2 {
		font-size: 25px;
	}
	.bor {
		background-color: rgba(150, 158, 170, 0.53);
		color: white;
		min-height: 240px;
		min-width: 300px;
		margin: 10px;
		padding: 25px;
	}
	.bor1 {
		background-color: rgba(150, 158, 170, 0.53);
		color: white;
		min-height: 240px;
		min-width: 300px;
		margin: 10px;
		padding: 25px;
	}
	


	.ul1 {
		float: left;
		padding-right: 0px;
	}
	.imgres {
		position: relative;
		background-image: url(../images/latest.jpg);
		width: 100%;
		min-height: 660px;
		background-size: cover;
	}
	
	.carousel-caption h3 {
		font-size: 20px;
	}
	.slider-navigation {
		padding: 0px 0px;
		padding-top: 55px;
		font-size: 8px;
	}
	.vv {
		margin-left: 0px;
	}
	.carousel-caption1 {
		position: relative;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		position: absolute;
		top: 10%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px;
	}
	.sub button {
		margin-right: 30px;
		margin-top: 20px;
	}
}

@media screen and (max-width:414px) and (max-height:736px) {
	.navbar-brand {
		padding: 0px 0px;
	}
	
	.profile {
		text-align: center;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	div.tab {
		width: 100%;
	}
	.tabcontent {
		width: 100%;
		border-top: 1px solid;
		padding: 20px 20px;
	}
	div.tab1 {
    float: left;
    border: 0px solid #ccc;
    width: 100%;
    min-height: 650px;
    height: 100%;
    position: relative;
}
	.tabcontent1 {
    float: left;
    padding: 20px 20px;
    color: #080808;
    border: 0px solid #ccc;
    width: 100%;
    min-height: 650px;
    height: 100%;
    background-color: #ffffff;
    border-left: none;
}
	.sbee h2 {
		font-size: 25px;
	}
	.bor {
		background-color: rgba(150, 158, 170, 0.53);
		color: white;
		min-height: 300px;
		min-width: 300px;
		margin: 0px;
		padding: 25px;
	}
	.bor1 {
		background-color: rgba(150, 158, 170, 0.53);
		color: white;
		min-height: 300px;
		min-width: 300px;
		margin: 0px;
		padding: 25px;
	}
	
	.ul1 {
		float: left;
		padding-right: 0px;
	}
	.imgres {
		position: relative;
		background-image: url(../images/latest.jpg);
		width: 100%;
		min-height: 660px;
		background-size: cover;
	}
	
	.carousel-caption h3 {
		font-size: 20px;
	}
	
	.pr li {
		display: inline-block;
		border-right: 1px solid #bf2e35;
		padding-right: 20px;
		padding-left: 20px;
		width: 200px;
		margin: 5px;
	}
	.sub {
		margin-left: 30px;
		margin-top: 20px;
	}
	.vv {
		margin-left: 0px;
	}
	.carousel-caption1 {
		position: relative;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		position: absolute;
		top: 10%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px;
	}
	.sub button {
		margin-right: 30px;
		margin-top: 20px;
	}
}

@media screen and (max-width:1024px) {
	.liner {
		position: absolute;
		right: 10px;
	}
	.tabs-left>li {
		margin-right: 5px;
	}
	.bor {
		min-width: 300px;
	}
	

.navbar-nav {
    
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.navbar-brand {

	padding:0px;
}

.carousel-caption h3 {
    font-family: "Century Gothic", sans-serif;
    font-size: 30px;
    font-weight: 200;
}

.sma{
	font-size: 20px;
}

.sma1{
	font-size: 17px;
}

.ul1 {
   
     padding-right: 0px; 
}
.panel-tabs>li {
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
}
.pr li {
    display: inline-block;
    border-right: 1px solid #bf2e35;
    padding-right: 5px;
    padding-left: 5px;
    margin: 4px;
}
.pr {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.sbee h1 {
    font-size: 40px;
    text-align: center;
}

.sbee img{
	width:300px;
}

div.tab1 button{
	    font-size: 15px;
}
.vis {
    clear: right;
    background-color: #d51c20;
    color: white;
    padding: 15px;
    min-height: 180px;
}
.ulbot img{
width:70px;
}




.new {
    position: absolute;
    right: 4% !important;
    bottom: 5%;
    left: 30%;
    padding: 20px;
    font-size: 20px;
    background-color: rgba(25, 24, 24, 0.6313725490196078);
}


.navbar-default .navbar-nav>li>a {
    color: black;
    font-size: 11px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 4px;
}
#custom-search-form {
    margin: 0;
    margin-top: 15px;
    padding: 0;
}
.langu{
	margin-top: 15px;
}



}

@media screen and (max-width:768px) {
	.bor1 {
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.pr li {
		display: inline-block;
		border-right: 1px solid #bf2e35;
		padding-right: 10px;
		padding-left: 10px;
		
		margin: 5px;
	}
	.sub {
		margin-left: 150px;
		margin-top: 20px;
	}
	.vv {
		margin-left: 0px;
	}
	.mm{
		margin-bottom: 50px;
	}

.carousel-caption h3 {
    font-size: 20px !important;
}
.carousel-caption{
	padding: 0px !important;
}

.navbar-nav {
    margin: 17.5px -15px;
    background-color: #f5f3f3;
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 5px;
}
.carousel-control {
    position: absolute;
    bottom: 20%;
}

.pr li {
    display: inline-block;
    border-right: 1px solid #bf2e35;
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px;
    width: 320px;
}
.sbee img {
    width: 100px;
}
.sbee h1 {
    font-size: 20px;
    text-align: center;
    margin: 0;
}

div.tab1 button{
	    width: 80%;
}

.tabcontent1{
	    min-height: 300px;
}

.absol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    z-index: 10;
    max-height: 270px;
    width: 90%;
    overflow: auto;
    overflow-x: unset;
}

div.tab1{
	    min-height: 500px;
}

.slider-navigation {
    padding: 0px 0px;
    padding-top: 0px;
    font-size: 8px;
}
.slider-navigation {
    padding: 0px 0px;
    padding-top: 0px;
    font-size: 7px;
}
.new h4 {
    line-height: 12px;
    font-size: 8px;
}

.back {
    background: url(../images/wind.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 1300px;
    width: 100%;
    color: white;
}

.new {
    position: absolute;
    right: 10% !important;
    bottom: 0%;
    left: 10%;
    padding: 10px;
   
    margin: 10px;
    background-color: rgba(25, 24, 24, 0.6313725490196078);
}
.txt p{
	font-size: 10px;
	color:white;
}

.tabs-left>li {
    margin-right: 5px;
    margin-bottom: 10px;
}
.liner {
    height: 0px;
    }


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	    margin: 0px;
}

.ce {
	width: 20px !important;
}

.carousel-indicators .active {
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: #e52d2a;
}
.carousel-indicators li {
    display: inline-block;
      width: 40px;
    height: 40px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 30px;
}
#custom-search-form {
    margin: 0;
    margin-top: 0px;
    padding: 0;
}
.langu{
	margin-top: 10px;
	margin-bottom: 10px;
}

}

@media screen and (min-width:768px) and (max-width:997px) {
	.tabs-left>li {
    margin-right: -10px;
}
.liner {
    height: 3px;
    margin: 30px auto;
    }

	.navbar-nav {
  
    background-color: transparent;
}
.panel-tabs>li {
    float: left;
    margin-bottom: 20px;
    padding-left: 0px;
}
.panel-tabs>li a{
	font-size: 14px;
}


.prod p{
	font-size: 20px;
}
#cata p {
    color: white;
    font-size: 20px;
}

.sbee img {
    width: 200px;
}

div.tab1 button {
    font-size: 12px;
}
.cen {
    margin: 50px auto;
}
.ulbot img{
width:50px;
}
.ul1 {
    padding-right: 0px;
    float: left;
}
.ul {
    clear: right;
    float: right;
}

.new {
    position: absolute;
    right: 10% !important;
    bottom: 10%;
    left: 15%;
    padding: 20px;
    font-size: 20px;
    background-color: rgba(25, 24, 24, 0.6313725490196078);
}

.txt p {
    font-size: 15px;
    color: white;
}





}

@media screen and (min-width:1020px) and (max-width:1200px) {
	.cable ul li {
		padding-bottom: 25px;
		font-size: 11px;
	}
}