
h5 a:hover,
.link3:hover,
.list li a:hover,
.comm a:hover {
  color: green;
}
.list li a:hover .fa {
  left: -20px;
}
p {
  color: #888888;
  font-weight: 400;
}
/*========================================================
                    HEADER styles
=========================================================*/
/* Main menu styles
========================================================*/
nav {
  margin: 0;
  padding: 0;
  background: url("../images/menu_bg.jpg") 0 0 repeat-x;
  height: 50px;
}
.sf-menu li:first-child {
  border-left: 1px solid #c8c8c8;
  margin-left: 1px;
}
.sf-menu li:last-child {
  border-right: 1px solid #c8c8c8;
  margin-right: 1px;
}
.sf-menu {
  z-index: 1;
  position: relative;
  float: none;
  text-align: center;
}
.sf-menu > li {
  display: inline-block;
  float: left;
  position: relative;
  text-transform: uppercase;
}
.sf-menu > li + li {
  border-left: 1px solid #c8c8c8;
  margin-left: -1px;
}
.sf-menu > li > a {  
  display: block;
   text-align: center;
   position: relative;
   color: #000000;
   font: 900 16px/50px 'Lato', sans-serif;
   text-transform: none;
   text-decoration: none;
   letter-spacing: 0;
   padding: 0 30px;
   /* border-bottom: 5px solid #eeeeee; */
   -webkit-transition: 0.4s all ease;
   transition: 0.4s all ease;
}
.sf-menu > li > a:hover {
  /*border-bottom: 5px solid #000000;*/
  color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background: green;
  /* Old browsers */
  background: -moz-linear-gradient(top, green 0%, #03558c 70%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, green), color-stop(70%, #03558c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, green 0%, #03558c 70%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, green 0%, #03558c 70%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, green 0%, #03558c 70%);
  /* IE10+ */
  background: linear-gradient(to bottom, green 0%, #03558c 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='green', endColorstr='#03558c', GradientType=0);
  /* IE6-9 */
}
.sf-menu > li.current a {
 /* border-bottom: 5px solid #000000;*/ 
  /*color: green;*/
  color: #FFFFFF;
  background: green;
}
.sf-menu > li > a.sf-with-ul:after {
  position: absolute;
  content: '';
  left: 48%;
  top: 57px;
  width: 8px;
  height: 5px;
  pointer-events: none;
  z-index: 999;
  display: block;
  background: url(../images/arrow_menu.png) 0 0 no-repeat;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  background: #141414;
  z-index: 999;
  display: none;
  top: 75px;
  left: 0;
  width: 178px;
  padding: 10px 0 15px;
  text-align: left;
}
.sf-menu ul li {
  position: relative;
  display: block;
  float: none !important;
  border: none!important;
  padding: 0;
  cursor: default;
  border: none;
}
.sf-menu ul li a {
  position: relative;
  text-transform: uppercase;
  z-index: 999;
  display: block;
  padding: 0 13px;
  color: #ffffff !important;
  font: 400 13px/34px 'Lato', sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  border: none!important;
  background: none!important;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: green !important;
}
.sf-menu > li > ul > li > a.sf-with-ul:after {
  position: absolute;
  content: '';
  right: 15px;
  width: 5px;
  background: url(../images/arrow_menu1.png) 0 0px no-repeat;
  height: 8px;
  top: 14px;
  pointer-events: none;
  z-index: 999;
  display: block;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  background: green !important;
  left: 101%;
  top: -10px;
}
.sf-menu ul ul li a {
  color: #ffffff;
}
.sf-menu ul ul li a:hover {
  color: #000000 !important;
  background: #ffffff !important;
}
/* Bottom menu
========================================================*/
.bottom_menu {
  position: relative;
  background: none;
  float: right;
  margin-top: 12px;
}
.bottom_menu li {
  float: left;
}
.bottom_menu li + li {
  margin-left: 19px;
}
.bottom_menu li a {
  /*color: #000000;*/
  color: #FFFFFF;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.bottom_menu li a:hover {
  color:blue;
}
.bottom_menu li.current a {
  /*color: green;*/
  color: #000;
}
/*========================================================
                    RESPONSIVE
=========================================================*/
/*
@media only screen and (max-width: 979px) {
  nav {
    height: 60px;
  }
  .sf-menu ul {
    right: -150px;
  }
  .sf-menu ul ul {
    top: 0!important;
  }
  .sf-menu li {
    min-height: 60px;
  }
  .sf-menu > li > a {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 0;
  }
  .sf-menu li ul {
    top: 61px;
  }
  .sf-menu li ul li {
    height: 24px;
    min-height: 30px;
  }
  .sf-menu > li > a.sf-with-ul:after {
    top: 50px;
  }
  .sf-menu > li > ul > li > a.sf-with-ul:after {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom_menu {
    display: none;
  }
  nav {
    height: 75px;
    margin-top: 40px;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    background: #000000;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: block;
    height: 28px;
    margin: 24px 0 0;
    padding: 3px 3px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }
}*/
#header {
  position: relative;
  background: #f0f0f0 url("../images/header_bg.png") 0 0 repeat-x;
  text-align: left;
  -webkit-box-shadow: 0 7px 7px #dddddd;
  box-shadow: 0 7px 7px #dddddd;
  padding:0px; margin:0px;
}
h1 {
  margin: 32px 0 19px;
}
h1 a {
  text-transform: uppercase;
  position: relative;
  color: green;
  font-weight: 900;
  font-size: 110px;
  line-height: 95px;
  z-index: 1;
  letter-spacing: -7px;
}
h1 a span {
  margin-left: 6px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  color: #000000;
  letter-spacing: -3px;
  vertical-align: bottom;
}
h1 a:hover,
.block h3 a:hover,
.thumb h4 a:hover {
  color: green;
}
.login {
  position: relative;
  display: inline-block;
  margin-top: 23px;
}
.login li {
  float: left;
}
.login li + li {
  margin-left: 18px;
}
.login li a {
  color: green;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.top_link {
  position: relative;
  display: block;
  top: 15px;
  float: right;
  background:#89b934;
  font-size: 16px;
  line-height: 53px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 700;
  /*width: 203px;*/
  text-transform: uppercase;
}
.top_link .fa {
  color: green;
  font-size: 26px;
  line-height: 53px;
  margin-right: 10px;
}
.top_link:hover {
  color: green;
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #fafafa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #fafafa 0%, #f6f8f9 6%, #ffffff 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(6%, #f6f8f9), color-stop(50%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #f6f8f9 6%, #ffffff 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #f6f8f9 6%, #ffffff 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #f6f8f9 6%, #ffffff 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #f6f8f9 6%, #ffffff 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
.bg1 {
  background: #ffffff;
}
.bg2 {
  background: #eeeeee;
}
.bg3 {
  background: #f1f1f1;
}
.bg4 {
  background: #000000;
}
.bg5 {
  background: green;
}
.right {
  text-align: right;
}
.p31 {
  padding: 0px 0 31px;
}
.p30 {
  padding: 15px 0 0px;
}
.p32 {
  padding: 15px 0 32px;
}
.p43 {
  padding: 0px 0 43px;
}
.center {
  text-align: center;
}
.m1 {
  margin-bottom: 43px;
}
.m2 {
  margin-bottom: 30px;
}
.m3 {
  margin-bottom: 20px;
}
.white {
  color: #ffffff;
}
.red {
  color: green;
}
.fleft {
  float: left;
  
}
.check .fleft {
    width:100%;
}
.fright {
  float: right;
}
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #ffffff;
  position: relative;
  font-family: 'Lato';
  text-transform: uppercase;
}
h2 {
  font-size: 28px;
  line-height: 27px;
  margin-bottom: 23px;
  font-weight: 900;
  color: #000000;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
h4 {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
h5 {
  color: #ad9480;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: .6px;
  text-transform: uppercase;
}
/************section*************/
.section {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  padding: 30px 30px 27px;
  border: 1px solid #ccc;
    border-radius: 5px;
}
/************article*************/
article {
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
}
article h4 {
  color: green;
}
article + span {
  margin-bottom: 18px!important;
}
.l {
  float: left;
  margin-right: 30px;
}
.r p {
  margin-top: 8px;
}
/************thumbs*************/
.thumb {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'Lato';
}
.thumb img {
  margin-bottom: 12px;
}
.thumb h4 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.thumb span {
  color: green;
  font-weight: 900;
  font-size: 18px;
}
.thumb p {
  font-size: 13px;
}
.thumb1 {
  position: relative;
  width: 47%;
  float: left;
  margin-top: -4px;
}
.thumb1 + .thumb1 {
  margin-left: 30px;
}
.thumb1 h4 {
  color: green;
}
.thumbnail {
	position: relative;
    overflow: hidden;
/*     width: 32.9%; */
    /* float: left; */
    display: inline-block;
    background: #fff;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* padding-top: 0!important; */
    padding: 10px !important;
    box-sizing: border-box;
	transition: all 0.5s;
}
.thumbnail:hover{
	border: 1px solid green;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(0, 66, 110, 0.16);
   -moz-box-shadow: 0px 0px 4px 3px rgba(0, 66, 110, 0.16);
	box-shadow: 0px 0px 4px 3px rgba(0, 66, 110, 0.16);
}
.thumbnail img {
  margin-bottom: 27px;
}
.thumbnail h4 {
	margin-bottom: 7px;
    border-top: 1px solid #ccc;
    padding: 10px 5px 0 5px;
    margin-left: -10px;
    margin-right: -10px;
	height:60px;
	font-size:13px; text-align:center;
}
.thumbnail h4 a {
  color: green;
}
.thumbnail + .thumbnail {
  margin-left: 29px;
}
.thumb_4 {
  width: 31.77%;
  float: left;
  margin-top: -11px;
}
.comm {
  font-size: 12px;
  line-height: 12px;
  margin: 6px 0 0;
  position: relative;
}
.comm .fa {
  margin-right: 3px;
}
.wrap1 {
  margin-bottom: 40px;
}
.circle {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 46px;
  font-size: 28px;
  font-family: 'Lato';
  text-align: center;
  background: green;
  color: #ffffff;
  margin-top: 0;
  font-weight: 700;
  float: left;
  margin-right: 16px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}
.block,
.block1 {
  position: relative;
  overflow: hidden;
}
.block > div {
  background: #000;
  padding: 0 12px 20px;
  margin-top: -31px;
}
.carwidth{ margin-top:0px!important; padding: 0px!important;}
.testwidth{}
.showcont{display:block;}
.block h3 {
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.block p {
  margin-top: 6px;
}
.block1 > div {
  padding: 8px 12px 21px;
}
.block1 h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 26px;
}
.block1 h3 {
  font-size: 19px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: -0.2px;
}
.block1 p {
  color: #ffffff;
}
.add {
  float: left;
  margin-right: 72px;
  margin-bottom: 46px;
}
.txt {
  position: relative;
  margin-bottom: 21px;
  text-align: left;
}
.txt:last-child {
  margin-bottom: 8px;
}
.txt h4 {
  color: green;
  margin-bottom: 4px;
}
.txt a {
  margin-top: 20px;
  display: inline-block;
  color: #888888;
  text-decoration: underline;
}
.txt a:hover {
  text-decoration: none;
  color: green;
}
/************rating*************/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  margin: 8px 0 4px;
}
.rating > span {
  display: inline-block;
  position: relative;
  margin-right: -3px;
  font-size: 12px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
  content: "\f005";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: green;
  position: absolute;
  top: -4px;
  left: 0;
}
/************sidebar*************/
.sidebar {
  position: relative;
  overflow: hidden;
  padding: 27px 30px 27px 30px; 
  font-family: 'Lato';
}
.sidebar h4 {
  margin-bottom: 10px;
  color: green;
}
.sidebar img {
  margin-bottom: 33px;
}
.sidebar.bg3 > div {
  display: block;
  margin-top: 8px;
  line-height: 14px;
  font-size: 11px;
  font-family: 'Lato';
  font-weight: 400;
}
.sidebar.bg3 > div .fa {
  font-size: 12px;
  margin-right: 5px;
}
.sidebar.bg3 > div a:hover {
  color: green;
}
.divider {
  height: 1px;
  display: block;
  position: relative;
  margin: 15px 0 10px;
  background: #c8c8c8;
}
/************tabs*************/
.tabs {
  margin-top: 0;
}
.tab-content {
  overflow: hidden;
}
.nav {
  overflow: hidden;
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 51px;
}
.tabs .nav li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 283px;
  border: 1px solid #c8c8c8;
}
.tabs .nav li + li {
  margin-left: -1px;
}
.tabs .nav li.selected a {
  position: relative;
  z-index: 0;
  background: #ffffff;
  color: green;
  margin-bottom: -1px;
}
.tabs .nav li a {
  font-size: 18px;
  line-height: 55px;
  display: block;
  color: #000000;
  font-weight: 800;
  font-family: 'Lato';
  float: none;
  background-color: #f1f1f1;
}
/*******************links*******************/
.link {
  position: relative;
  display: inline-block;
  background: green;
  color: #ffffff !important;
  font-family: 'Lato';
  text-decoration: none;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  padding:4px 9px!important;
  font-size: 14px;
  line-height:24px;
  font-weight: 700;
  border-radius: 3px!important;
  width:125px;
}
.link:after {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 32px;
    content: '\f054';
    right:15px;
    top:1px;
}
.cls_btn_refine input:after{
	background:url(../images/barrow.png) top right no-repeat;

}
.mybuttoncls:after {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 32px;
    content: '\f054';
    right:12px;
    top:3px;
}

.mybuttoncls1:after {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 32px;
    content: '\f054';
    right:12px;
    top:3px;
}

.searchhead{	background: blue!important; text-align: center!important; border-radius: 5px!important;font-size: 20px!important;    font-weight: bold!important;    line-height: 34px!important;    text-transform: capitalize!important;margin-bottom:0px;}
.newf12 {margin-top:0px!important;}
.seacrhheadtext{	padding:20px 0 !important;}
.mybuttoncls{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff !important;
    padding: 5px 12px;
    width: 100%;
    font: 16px/26px 'Lato', sans-serif!important;
    display: inline-block;
    cursor: pointer;
	background: blue!important;
	text-transform:uppercase!important;
    font-weight:900!important;
	 border-radius: 3px!important;
}

.mybuttoncls:hover,.mybuttoncls1:hover {
 /* color: #fff!important;*/
    border: none!important;
    /*background-color: #fb7511!important;*/
	background: #FFF !important;color:green!important;
	
	}
.mybuttoncls1{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #ffffff !important;
    padding: 5px 12px;
    width: 100%;
    font: 16px/26px 'Lato', sans-serif!important;
    display: inline-block;
    cursor: pointer;
	background: blue!important;
	text-transform:uppercase!important;
    font-weight:900!important;
	    border-radius: 3px!important;
}
.cls_btn_refine span:after {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 32px;
    content: '\f054';
    right:15px;
    top:1px;
}
.link_button:after {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 32px;
    content: '\f054';
    right:8px;
    top:1px;
}
.link:hover {
  color: #000000 !important;
  background-color:blue;
}
.link_button {
background: green none repeat scroll 0 0;
border-radius: 0;
color: #ffffff !important;
display: inline-block;
font-family: "Lato";
font-size: 13px;
font-weight: 700;
line-height: 24px;
margin: 27px 0 0;
padding: 4px 9px;
position: relative;
text-decoration: none;
text-transform: uppercase;
border-radius: 3px!important;

}
.link_button:hover {
  color: #000000 !important;
   background-color:blue;
    border-radius: 3px;
}
.link1 {
 /* background: #000000 !important;*/
  background: green !important;
  font-size: 16px !important;
  line-height: 40px ;
  display: inline-block;
  /* width: 152px !important; */
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900 !important;
  margin-top: 7px;
  border-radius: 3px;
}
.link1:hover {
  color:#fff!important;
  border:none!important;
 background-color: #fb7511!important;
}
#submit:after {
    font-family: FontAwesome!important;
    font-size: 12px!important;
    position: absolute!important;
    font-style: normal!important;
    font-weight: normal!important;
    text-decoration: none!important;
    cursor: default!important;
    line-height: 32px!important;
    content: '\f054'!important;
    right:35px!important;
    top:9px!important;
}
.search {
    float: right;
    margin-top: 4px;
    margin-bottom: 0;
    position: relative;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    outline: none;
    height: 42px;
    width: 450px;
    background: #ffffff;
}
.search input {
  
    font: 400 21px/21px "Lato", sans-serif;
    color: #aaaaaa;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: none!important;
    box-shadow: none;
    outline: none;
    height: 49px;
    width: 182px;
    background: #ffffff;
    padding: 12px 10px;
	
}
.myserch-btn{text-align:center; position:relative; margin:0px auto; width:150px;}
.linknew_search {
    background: blue !important;
    width: auto !important;
    margin: 0 auto;
    display: inline-block;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 28px !important;
    margin-top: 10px !important;
    border: none !important;
    padding: 0px 9px;
	width:82px!important;
	font-weight: bold!important;
}
.linknew_search:after{
 font-family: FontAwesome!important;
    font-size: 12px!important;
    position: absolute!important;
    font-style: normal!important;
    font-weight: normal!important;
    text-decoration: none!important;
    cursor: default!important;
    line-height: 32px!important;
    content: '\f054'!important;
    right:35px!important;
    top:9px!important;	
}

.linknew_search:hover{ background: #FFF !important;color:green!important;}

.search_link  {
    font-size: 20px!important;
    cursor: pointer!important;
    color: #ffffff!important;
    top: 3px!important;
    height: 28px!important;
    width: 41px!important;
    text-align: center!important;
    background: #8ad329!important;
    right: 4px!important;
    position: absolute!important;
    line-height: 32px!important;
    padding-top: 6px!important;
}

.cs_button{
	background: green!important;
    border-radius: 0!important;
    color: #ffffff !important;
    display: inline-block!important;
    font-family: "Lato"!important;
    font-size: 13px!important;
    font-weight: 700!important;
    line-height: 24px!important;
    padding:4px 34px!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    border-radius: 3px!important;	
	box-sizing: border-box!important;
	position: relative!important;
	border: none!important;
	box-shadow: none!important;
    text-shadow: none!important;
}
.cs_button:after{
    font-family: FontAwesome!important;
    font-size: 12px!important;
    position: absolute!important;
    font-style: normal!important;
    font-weight: normal!important;
    text-decoration: none!important;
    cursor: default!important;
    line-height: 32px!important;
    content: '\f054'!important;
    right:20px!important;
    top:1px!important;	
}
.cs_button:hover{color: #ffffff !important; background:blue!important}
.bg4 h4 > a:hover {
  color: #ffffff !important;
}
.link3 {
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}
/**********lists**************/
.list {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.list li {
  position: relative;
  margin-left: 25px;
}
.list li a {
  color: #888888;
  line-height: 35px;
}
.list li .fa {
  position: absolute;
  left: -25px;
  font-size: 19px;
  color: green;
  line-height: 35px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list1 {
  padding-top: 8px;
}
.list1 li {
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.list1 li + li {
  border-top: 1px solid #323232;
  padding-top: 19px;
}
.list1 img {
  float: left;
  margin: 0 29px 0 0;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  position: relative;
  text-align: center;
  padding: 20px 0 42px;
  background:green;
}
#footer h1 {
  margin: 0px 0 17px;
  text-align: left;
}
#footer h1 a {
  text-transform: uppercase;
  position: relative;
  color: green;
  font-weight: 900;
  font-size: 90px;
  line-height: 80px;
  z-index: 1;
  letter-spacing: -5px;
}
#footer h1 a span {
  margin-left: 11px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  /*color: #000000;*/
  color: #FFF;
  letter-spacing: -3px;
  vertical-align: bottom;
}
.socials {
  position: absolute;
  right: 0;
  margin-top: 58px;
}
.socials li {
  float: left;
  margin-left: 9px;
}
.socials li a {
  display: inline-block;
  background: #000000;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-border-radius: 41px;
  border-radius: 41px;
}
.socials li .fa {
  line-height: 40px;
  font-size: 19px;
  color: #ffffff;
}
.socials li a:hover {
  background: green;
}
.pr {
  position: relative;
}
.copy {
  font: 400 13px/20px 'Lato', sans-serif;
  /*color: #777777;*/
  color: #FFFFFF;
  text-align: left;
  clear:both;padding: 0 0 0 20px;
  
}
.copy > span {
  position: relative;
  display: inline-block;
}
.copy a {
  /*color: #777777;*/
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  line-height: 20px;
  font-size: 13px;
}
.copy a:hover {
  color: green;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  background: url(../images/totop.png) 0 0 no-repeat;
  border: none;
  bottom: 305px;
  display: none;
  height: 42px;
  left: 56.2%;
  margin-left: 500px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  text-indent: -999px;
  width: 42px;
  z-index: 20;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  background: url(../images/totop_hover.png) 0 0 no-repeat;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}


/*.blue_top{
	padding: 5px;
    display: block;
    box-sizing: border-box;
    background: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 3px;
}*/
.blue_top {
padding: 5px;
display: block;
box-sizing: border-box;
background: green;
border: 1px solid green;
border-radius: 3px;
-webkit-box-shadow:  2px 2px 4px 0px rgba(89, 89, 89, 0.6)   ;
-moz-box-shadow:  2px 2px 4px 0px rgba(89, 89, 89, 0.6)  ;
box-shadow: 2px 2px 4px 0px rgba(89, 89, 89, 0.6);
}

.blue_top td{
	vertical-align:middle;
	margin-top:-30px;
}
.blue_top tbody{ width:100%; display:inline-block;}
.mobile-view2 select{
	padding: 5px 5px;
    color: #777;
    width: 140px;
    margin-right: 10px; border-radius:15px;
	
}
.mobile-view2 select:focus{ outline:none;}

.mobile-view-page{
	float:right;
	margin-top: 5px;
}

.mobile-priceVat{
	margin-top: 10px!important;
    margin-left: -11px;
    margin-bottom: -10px;
    margin-right: -11px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #e3e3e3;
    border-top: 1px solid #ccc;
}
.mobile_pagination td{
	padding:5px; color:#fff;
}

.mobile-priceVat .link_button{
	float:none !important;
	margin:0 !important;
	width:46%;
	box-sizing: border-box;
}
/* .cls-new-pag-box{
	margin-left: 15px;
} */
.cls-new-pag-box .div-inline{
	display:inline-block;
	vertical-align: middle;
}

.cls-new-pag-box .div-inline span{
	display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px;
}
.cls-new-pag-box .div-inline a{
	display:inline-block;
	vertical-align:middle;
}

.cls-new-pag .next_pri_bg{
	border:1px solid #ccc;
	background: green none repeat scroll 0 0;
    border: 1px solid green;
    border-radius: 3px;
    box-shadow: 2px 2px 4px 0 rgba(89, 89, 89, 0.6);
    box-sizing: border-box;
    display: block;
    padding: 5px;
	color:#fff;
	
}
.cls-new-pag{
	margin-left:207px;
}
.cls-new-pag tr td{
	vertical-align:middle;
	padding:4px;
	background:green ;
}
.cls-new-pag tr td img{
	margin-left:5px;
}

.Part-Details{
	font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.Part_Details_upercass{ text-transform:uppercase !important;}
.part-detimg{
	color:#fff!important; padding:5px 0px 0px 0px !important;
}
.tblMatchapartResult tr:nth-child(odd){
	background-color:transparent!important;
}
.tblMatchapartResult{
	    font-size: 14px;
    background: #f2f2f2;
    padding: 10px;
    /* display: block; */
    box-sizing: border-box;
	    border: 1px solid #e8e8e8;
}
.tblMatchapartResult tbody{width:100%;}
.tblMatchapartResult tr{
	border-bottom:1px solid #e8e8e8;display:block;
}
.tblMatchapartResult th, .tblMatchapartResult td{
	padding:10px;
}

.cls-part-desc{
	margin-top: 10px;
    background: #f1f1f1;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-top: 3px solid green;
	margin-top:10px;
	line-height:1.6;
}

.cls-part-desc span{
	    font-weight: bold;
    font-size: 12px; /*15*/
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

.select-menu{display:none!important;}


.browsecls .thumbnail img{
	max-width: 100%!important;
    width: auto!important;
    height: auto!important;

}

.browsecls .thumbnail a{
	display:block;
	width:100%;
	height:95px;
}


/*Custom*/
.no-img-cls{width: 200px; height: 135px;}

/*Edit by pawan*/
 .part-bluestrip{background:green;border-radius:3px;box-shadow:2px 2px 4px 0 rgba(89, 89, 89, 0.6);padding:5px;color:#fff;height:50px;}
.part-bluestrip .lefttext{float:left;}
.part-bluestrip .rightbutton{float:right;text-align:right;vertical-align: bottom; margin-bottom:10px;}
.leftimgwidth{width:94%; display: inline-block;}

/* camera.css */
.camera_wrap .camera_pag .camera_pag_ul li {
    background:green;
}

/* booking.css */
#bookingForm {
  position: relative;
  overflow: hidden;
  background: green;
  display: block;
  color: #fff;
  font: 700 16px/23px 'Lato', sans-serif;
}

/* dk.css */
.enquire {
	display: none;
	position: absolute;
	color: #000000;
	top: 10%;
	background-position: inherit;
	left: 15%;
	width: auto;
	height: auto;
	border: 1px solid green;
	z-index: 1000;
	background-color: white;
	border-radius:10px 10px 10px 10px;
}
.headingLinks {
	font-size:11px;
	font-weight:bold;
	color:#0E5778;
	padding:3px 2px 2px 3px;
	letter-spacing:0.3px;
	background-image: -moz-linear-gradient(center top, #E0E2EA, #E0E2EA, #FFF);
	border-top: 1px solid green;
	border-radius:3px;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.headingLinks:hover {
	background-image: -moz-linear-gradient(center top, #fff, #E0E2EA, #E0E2EA);
	border-bottom: 1px solid green;
	border-top: 0px;
	color:#000;
}

/* responsive.css */
.search_tgl_btn code{display:inline-block; 
background:green; 
color:#fff; font-size:24px; font-weight:bold; width:40px; line-height:40px; text-align:center; transition:all 0.3s; -webkit-transition:all 0.3s;  -moz-transition:all 0.3s; border-right: 1px solid #da5d00;
	box-sizing: border-box; }
	
/* responsive.css */
.lSGallery li:hover {
   border-radius: 5px;
   border: 2px solid green ;
}

/* for viewall button */
.btn-section a {
    background-color: green;
    color: #fff;
    padding: 4px 100px;
    display: inline-block;
    text-decoration: none;
    margin-top: 0;
}

/* viewall heading background */
.backcolor{
	background : green !important;
}

.smtitle{
    background: blue !important;
}

.sf-menu > li > a:hover {
background:green;
}	


/* hty */
.send-inq{padding-top:8px;display:inline-block;width:65%;}
.paypal-btn{padding-top:10px;display:inline-block;float:right;}
									
@media only screen and (min-width:320px) and (max-width:768px){
.send-inq{padding-top:8px;display:inline-block;width:100%; text-align:center!important;}}