@charset "utf-8";
/* CSS Document */

h2{
	 font-family: 'LatoLight';
	 color:#000000;
	}

header {
  padding: 11px 0;
}
.navbar{
	margin:0
	}
.navbar-right{
	margin-right:0;
	}
.navbar-right .btn.btn-default {
  background: #a3cf53 none repeat scroll 0 0;
  border: 1px solid #a3cf53;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  min-width: 130px;
  text-transform: uppercase;
}
/* slider and searc box start here */
.search_slider .col-sm-4, .search_slider .col-sm-8 {
  padding: 0;
  background:#f6f6f6;
}
.carousel-control.left, .carousel-control.right{
	background:none;
	}
.carousel-indicators li{
	 border-radius: 0;
	 background:#FFF;
	 border:1px solid #FFF;
	}
.carousel-indicators .active{
	background:#666;
	border:1px solid #666;
	height:10px;
	width:10px;
	}
.carousel-indicators {
  bottom: 10px;
  left: auto;
  margin: 0;
  right: 10px;
  text-align: right;
}
.right_box {
  max-width:348px;
  min-height: 415px;
  padding: 15px 30px;
}
.trypood_log {
  text-align: center;
}
.right_box h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  margin:15px 0;
  text-transform: capitalize;
   font-family: 'LatoLight';
}
.right_box a.btn {
  background: #51aede none repeat scroll 0 0;
  border-color: #51aede;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  padding: 8px 60px;
  text-transform: capitalize;
}
.right_box ul {
  list-style: outside none none;
  margin:20px 0 0;
  padding: 0;
}
.right_box ul li {
  color: #363636;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.right_box ul li i {
  color: #353535;
  font-size: 15px;
  line-height: 25px;
  padding-right: 5px;
}
.content {
  float: left;
  width: 100%;
  padding:0 0 50px 0;
}
.nav.nav-tabs {
    margin: 22px 0 0;
    text-transform: uppercase;
}
.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
	border:none;
	background:none;
	color:#51aede ;
	}
.nav-tabs > li > a {
  border: medium none;
  border-radius: 0;
  color: #000;
  font-weight: 600;
  padding: 7px 6px;
  background:none !important;
}
.nav-tabs > li > a:hover{
	color:#51aede ;
	}
.product_box {
  background: #ffffff none repeat scroll 0 0;
  margin: 15px 0 0;
  width: 100%;
   position: relative;
}
.product_box:after{
	position:absolute;
	top:0;
	right:0;
	height:100px;
	background:#FFF;
	width:5px;
	content:'';
	}
.product_box .owl-next, .product_box .owl-prev{
	font-size:0;
	}
.product_box .owl-prev:before, .product_box .owl-next:after{
	position:absolute;
	font-size:28px;
	font-family: 'FontAwesome';
	line-height:28px;
	left:-22px;
	content:"\f104";
	top:45px;
	}
.product_box .owl-next:after{
	left:auto;
	right:1px;
	content: "\f105";
	z-index:99;
	}
.product_box .item p {
  display: block;
  float: left;
  margin: 10px 0;
  width: 94%;
}

.searc_box {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  padding: 20px 10px 35px;
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 1;
}
.searc_input {
  display: inline-block;
  position: relative;
  width: 100%;
}
.lycos {
  display: inline-block;
  padding-bottom: 7px;
  vertical-align: top;
}
.searc_input input {
  border: 1px solid #dddddd;
  padding: 10px 40px 10px 10px;
  width: 100%;
}
.langauge ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 10px;
}
.langauge ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  color:#000;
  padding:8px 10px 0 0;
}
.selectedLang a{
  font-weight: 700;
}
.searc_input .search {
background: url(../../img/in/search-icon.png) no-repeat;
  position:absolute;
  right: 8px;
  top: 8px;
  height:25px;
  width:25px;
  border:0px;
}

.text_box {
  bottom: 30px;
  position: absolute;
  right: 22px;
  z-index: 5;
}
footer {
  border-top: 1px solid #e7e6e6;
  float: left;
  padding: 20px 0 5px;
  width: 100%;
}
footer ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
footer ul li{
	display:inline-block;
	padding-right: 10px;
	color:#000000;
	}
footer ul li a{
	color:#000000;
	}


.owl-carousel .owl-wrapper-outer {
width: 99.8% !important;
}


@media only screen and (min-width: 1300px){
  .searc_box {
    left: 15%;
    max-width: 750px;
  }
  .searc_input {
    max-width: 557px;
  }
}
@media (min-width: 1600px) {
  .searc_box {
    left: 17%;
    max-width: 880px;
    top: 20%;
  }
  .searc_input {
    max-width: 687px;
  }
}

@media (max-width: 1024px) {
.searc_box {
  left: 5%;
  top: 20%;
  width: 93%;
  z-index: 1;
}
.lycos{
	margin:0 0 10px;
	}
.searc_input {
  max-width: 443px;
  width: 100%;
}

}
@media (max-width: 980px) {
.right_box h2 {
  font-family: "LatoLight";
  font-size: 23px;
  line-height: 31px;
}
.right_box {
  max-width: 100%;
  padding: 15px;
}
.right_box a.btn{
	 padding: 8px 34px;
	}
.lycos {
  margin-bottom: 10px;

}

.searc_input{
	max-width:100%;
	padding-left:0;
	}
}
@media (max-width: 767px) {
header .navbar-left {
  clear: none;
  float: left;
  width: auto;
}
header .navbar-right {
  float: right;
}
.carousel-inner > .item > img, .carousel .item, .carousel{
	height:215px;
	}
.searc_input{
	padding-left:0;
	}

}
@media (max-width: 599px) {
.product_box .owl-prev::before {
  left: -12px;
}
.product_box .owl-next::after{
	right: -3px;
    z-index: 1;
	}
}

/* UVTL */

.uvtl{
	padding:0 90px;
}
.uvtl-lang{
}

.uvtl-lang li{
	display: inline-block;
	vertical-align: middle;
	padding:0 12px;
}

.uvtl-lang  a{
	color: #8C8C8C;
	text-decoration: none;
	border-bottom: 0;
	font-weight: 700;
}

.uvtl-lang  a:hover{
	color: #000;
}

/* UVTL */

.uvtl{
	padding:0 90px;
}
.uvtl-lang{
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	overflow-y: hidden;
}

.uvtl-lang li{
	display: inline-block;
	vertical-align: middle;
	padding:0 12px;
}

.uvtl-lang  a{
	color: #8C8C8C;
	text-decoration: none;
	border-bottom: 0;
	font-weight: 700;
}

.uvtl-lang  a:hover{
	color: #000;
}

/* UVTL 'More' Menu and language selector */

ol,ul{list-style:none}

.lang-selector{
	position: absolute;
	top:0;
	right:0;
	width: 70px;
	height:70px;
	cursor: pointer;
}

.lang-icon{
	font-size:0px;
	display: block;
	width: 70px;
	height: 69px;
}

.lang-icon img{
	display: block;
	height: 100%;
}

.uvtl-sublang,
.ls-children{
	display:none;
}

.uvtl-sublangToggle,
.ls-parent{
	position: relative;
}

.uvtl-sublangToggle:hover .uvtl-sublang,
.ls-parent:hover .ls-children{
	display:block;
}

.uvtl-sublang{
	background: #FFF;
	min-width: 100px;
	position: absolute;
	left: 0;
	top: 50px;
	text-align: left;
	padding: 15px 10px 10px 10px;
	z-index: 50;
}

.uvtl-sublang li {
	z-index: 50;
}

.ls-children{
	background: #FFF;
	position: absolute;
	right:0;
	top: 55px;
	text-align: left;
	padding: 3px 15px 3px 15px;
	font-size:1.0em;
	z-index:100;
}

.ls-children a{
	color: #8C8C8C;
	text-decoration: none;
	border-bottom: 0;
	font-weight: 300;
}
.selectedLang a{
	font-weight: 900;
	color: #000;
}

.uvtl-sublang li, .ls-children li{width: 100%; padding:0 0 20px 0;}
.uvtl-sublang li a, .ls-children li a{ width:100%; height:100%;
display:block;}
.uvtl-sublang li:last-child, .ls-childrenli:last-child{ padding:0 0 0 0;}

/* Enhanced Navigation */

.uvtl-lang-enhanced,
.uvtl-more{
	display: none;
}

.uvtl-lang-enhanced.nojs{
	display:table;
	width: auto;
	position:relative;
	top: auto;
	left: auto;
	margin:0 auto;
}
.uvtl-more.nojs{
	display: table-cell;
}

.uvtl-sublang li{
	display: none;
}
.uvtl-sublang li.showit,
.nojs .uvtl-sublang li{
	display: block;
}

.uvtl-lang-enhanced{
	max-width: 850px;
	position:absolute;
	top:40px;
	left:0;
	display: none;
}
.uvtl-lang-enhanced .cell1{
	display: table-cell;
	vertical-align: middle;
}

.uvtl-lang{
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
	text-align: justify;
	max-width:1100px;
}
.nojs .uvtl-lang{
	text-align:center;
}
.uvtl-lang li{
	padding:0 10px 0 5px;
	margin:10px 0;
}
.uvtl-lang .justifier{
	width: 100%;
	height:10px;
}
.uvtl-lang .prop:first-child{
	margin-left:0;
}
.uvtl-lang .prop:last-child{
	margin-right:0;
}

.uvtl-more{
	display: table-cell;
	vertical-align: middle;
	height:50px;
	position: relative;
	top: -10px;
}
.uvtl-more a{
	border-bottom: 0px none;
	color: #8C8C8C;
	font-weight: 700;
	padding:0 10px 0 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: 4px;
	white-space: nowrap;
}
.uvtl-more:hover .uvtl-sublang{
	display: block;
}
