::selection{
    color: #FFF;
    background-color: #777777;
}

::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  _background-color:#f0f0f0;
}

::-webkit-scrollbar-thumb {
  border-radius:12px;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  _background-color:#bfbfbf;
  background-color: #A0A0A0;
}
::-webkit-scrollbar-thumb:hover {
  border-radius:12px;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  background-color:#777;
}

::-webkit-scrollbar-corner {
  background-color:#e6e6e6;
}

@font-face {
	font-family: 'TitilliumWebRegular'; /* Using for headding and sub headdings */
	src: url('../fonts/TitilliumWeb-Regular.eot');
	src: url('../fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Regular.woff') format('woff'), url('../fonts/TitilliumWeb-Regular.ttf') format('truetype'), url('../fonts/TitilliumWeb-Regular.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProRegular'; /* Using for Body text color */
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: 300;
	font-style: normal;
}

html {
	font-size: 62.5%;
}
body {
	padding: 0px;
	margin: 0px;
	color: #454545;
	font-family: 'MyriadProRegular';
	font-size: 16px;
	/*line-height: 16px;*/
	background: #f8f8f8 url(../images/bgpattern.jpg) repeat;
}
a{
	color: #7EC344;
}
a:hover{
	color: #7EC344;
	text-decoration: underline;
}
p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
	text-align: justify;
}

.padg-0 {
	padding: 0px;
}

.padg-4{
	padding: 4px;
}

.padg-10{
	padding: 10px;
}

.marg-10{
	margin: 10px;
}

.marg-0{
	margin: 0;
}

li {
	line-height: 1.75em;
}
h2 {
	font-size: 22px;
	font-family: 'TitilliumWebRegular';
}
h3 {
	font-size: 18px;
	font-family: 'TitilliumWebRegular';
}
hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
.tt-m-t-b-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tt-m-b-10 {
	margin-bottom: 10px;
}
.tt-m-t-10 {
	margin-top: 10px;
}
.padg-l-r-10 {
	padding-left: 10px;
	padding-right: 10px;
}


.custom-form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.logo {
	padding: 5px 0px;
	background: #2f343a;
	text-align: center;
}
.pageWrapper .container {
	box-shadow: 0 1px 8px 0 #919292;
	background: #fff;
}
.container {
	padding-left: 0px;
	padding-right: 0px;
}
header.container {
	background: #fff;
}
.menuWrapper {
	height: auto;
}

.RRsocialIconWrap{
	float: right;
}
.RRsocialIconWrap a {
	float: right;
	padding-left:4px;
}

.socialIconsWrapper {
	height: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
.socialIcons {
	float: left;
}
ul.socialIcons {
	margin: 0;
	padding: 0;
}
ul.socialIcons li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.socialIcons li a {
	margin: 0;
	padding: 10px;
}
#suggestPost {
    background: transparent url(../images/Reg_icon.png) no-repeat scroll 0px 0px;
    height: 240px;
    right: 0;
    position: fixed;
    top: 150px;
    width: 45px;
    z-index: 9999;
}

#ifinish_photos {
    background: transparent url(../images/Photos_icon.png) no-repeat scroll 0px 0px;
    height: 240px;
    right: 0;
    position: fixed;
    top: 350px;
    width: 45px;
    z-index: 9999;
}
#suggestPost  a,#ifinish_photos a {
    display: block;
    height: 158px;
    width: 45px;
}
.navbar-default {
	border-radius: 0px;
	background-color: transparent;
	box-shadow: none;
	/*background-color: #fff;
	-webkit-box-shadow: 0 2px 0px rgba(0,0,0,0.4);
	box-shadow: 0 2px 0px rgba(0,0,0,0.4);*/
	margin-top: 20px;
	height: auto;
	background-image: none;
}
#headerWrapper {
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}
.navbar-default select {
	display: none;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 3px;
}
.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-family: 'TitilliumWebRegular';
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a.active {
	color: #6ED816;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #6ED816;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-menu>li>a {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'TitilliumWebRegular';
	line-height: 24px;
	color: #777;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.dropdown-menu>li>a:hover {
	background-color: #7ec344;
	background-image: none;
	color: #fff;
}
.dropdown-menu>li>a.active {
	background-color: #7ec344;
	background-image: none;
	color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	/*background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
	background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-color:#357ebd*/
	background-color: #7ec344;
	background-image: none;
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.menuWrapper .navbar-right {
	float: right !important;
	margin-top: 0px;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.carousel {
	margin-top: 1px;
}

.carousel-control.left, .carousel-control.right{
	background-image: none;
}

.carousel-control .glyphicon-chevron-right{
	right: 5%;
}

.carousel-control .glyphicon-chevron-left{
	left: 12%;
}


/* Social Icons Styles */
.header-rr-container {
	margin-bottom: 5px;
	margin-top: 10px;
}
/******SOCIAL LINKS******/
.social-links-container {
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.09);
	float: right;
}
ul.social-links {
	margin: 0;
	padding: 0;
}
ul.social-links li {
	list-style: none outside none;
	float: left;
}
.facebook-link, .twitter-link {
	height: 38px;
	width: 38px;
	display: block;
	color: #fff;
	padding: 6px 0px 0px 15px;
	background-color: #7ec344;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.google-link {
	height: 38px;
	width: 38px;
	display: block;
	color: #fff;
	padding: 6px 0px 0px 10px;
	background-color: #7ec344;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.facebook-link:hover, .twitter-link:hover, .google-link:hover {
	background-color: #19314b;
	color: #fff;
	text-decoration: none;
}
/* SEARCH
================================================== */
.search-container {
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.search-title {
	float: left;
	background-color: #2f343a;
	color: #fff;
	padding: 4px 8px;
}
.right {
	float: right;
}
.search-container {
	float: right;
}
.search-text {
	border: none;
	color: #333;
	display: block;
	float: left;
	margin: 0;
	height:30px;
	width:200px;
	font-style: normal;
	padding: 0;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.search-submit {
	margin: 0;
	padding: 0;
	width: 38px;
	height: 30px;
	border: medium none;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	background-attachment: scroll;
	background-color: #fff;
}
.search-submit:hover {
	background-color: #19314b;
	cursor: pointer;
	background-image: url(../images/search-icon-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.search-form {
	height: 25px;
}
.m-bot-25 {
	margin-bottom: 25px;
}
/* Button */
.favbutton {
	background-color: #7ec344;
	color: #fff;
	border: none;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	cursor: default;
}
.favbutton.btn:hover, .favbutton.btn:focus{
	color: #fff;
}
.button {
	background-color: #7ec344;
	color: #fff;
	border: none;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}
.button:hover {
	background-color: #2f343a;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}

.mapViewbutton {
	background-color: #7ec344;
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	height: 62px;
	line-height: 1.3em;
	font-size: 14px;
    border-radius: 0;
    width: 100%;
}

.mapViewbutton:hover {
	background-color: #2f343a;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	font-size: 14px;
    border-radius: 0;
    width: 100%;
}

.listViewbutton {
	background-color: #7ec344;
	color: #fff;
	border: none;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	height: 62px;
	line-height: 1.3em;
	font-size: 13px;
    border-radius: 0;
    width: 100%;
}

.listViewbutton:hover {
	background-color: #2f343a;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	font-size: 14px;
    border-radius: 0 5px 5px 0;
    width: 100%;
}

.button.medium {
	font-size: 14px;
	line-height: 38px;
	height: 36px;
	padding: 0px 20px 0px 20px;
	display: inline-block;
	margin-top: -11px;
}
.sidetext {
	padding: 20px 0px 40px 0px;
	text-align: right;
}
.sidetext .drop {
	font-weight: normal;
}
/* Latest Events 
==================================================*/


.latestEvent {
	padding: 15px 0px;
	margin: 0px;
	height: auto;
	overflow: hidden;
	background: #fff;
}
.eventBox {
	width: 100%;
	height: auto;
	text-align: center;
	border: 1px solid #7ec344;
	border-bottom: 5px solid #7ec344;
	display: block;
	padding: 10px 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.eventBox:hover {
	text-decoration: none;
	background: #E9E9E9;
}
.eventBox h4 {
	margin-top: 20px;
	color: #333;
	font-family: 'TitilliumWebRegular';
}
/* Our Services
================================================= */

.ourServices {
	height: auto;
	background: #fff;
	margin: 0 0 0px 0;
	padding-bottom: 72px;
}
.ourServices .serviceshr {
	border-bottom: 2px solid #b3b3b3;
}
.servicesBox {
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
	padding: 4px 0px;
	background: #1b87d2;
	min-height: 130px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.servicesBox:hover {
	text-decoration: none;
	background: #2f343a;
}
.ourServices h2 {
	font-family: 'TitilliumWebRegular';
	margin-bottom: 15px;
	font-size: 30px;
}
.servicesBox h4 {
	margin-top: 0px;
	color: #fff;
	font-family: 'TitilliumWebRegular';
}
.servicesReadMorebtn {
	margin: 10px auto;
	width: 115px;
	height: auto;
}
.servicesReadMorebtn .button {
	margin-top: 0px;
}
#maincontent {
padding-bottom:80px;
	/*margin-top: 10px;*/
}
#maincontent .containerWrapper {
	background: #fff;
	/*border-bottom: 2px solid #b3b3b3;*/
	padding-bottom: 0px;
}
#maincontent .row {
	margin-left: 0px;
	margin-right: 0px;
}

.containerWrapper blockquote{
	border:none !important;
	font-style: italic !important;
	font-weight: normal !important;
	margin: 50px 0 0 !important;
	padding: 19px !important;
}

.containerWrapper blockquote img{
	padding:0 10px;
}

.containerWrapper h3{
font-weight:bold;
margin-bottom:10px;
}


.widget {
	border: 1px solid #7EC344;
	margin-bottom: 15px;
}
.nav > li > a{
	padding: 8px 10px;
}
.nav-tabs {
	margin-top: 15px;
	border-bottom: 0px;
}
.nav-tabs>li {
	margin-bottom: -1px;
	margin-right: 2px;
	min-width: 130px;
	text-align:center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border-left: 1px solid #2f343a;
	border-right: 1px solid #2f343a;
	border-top: 1px solid #2f343a;
	background-color:#2f343a;
	color: #fff;
	font-weight:bold;
}
.nav-tabs > li > a {
	background-color: #7EC344;
	border-left: 1px solid #7EC344;
	border-right: 1px solid #7EC344;
	border-top: 1px solid #7EC344;
	color: #fff;
	font-family: 'TitilliumWebRegular';
}
.nav-tabs > li > a:hover {
	background-color: #7EC344;
	color: #fff;
	border: 1px solid #7EC344;
}

.nav-tabs > li.dropdown > a {
	background-color: #7EC344;
	border-left: 1px solid #7EC344;
	border-right: 1px solid #7EC344;
	border-top: 1px solid #7EC344;
	color: #fff;
	font-family: 'TitilliumWebRegular';
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background-color: #7EC344;
	color: #fff;
	border: 1px solid #7EC344;
}

.nav-tabs>li.active>a {
	border-left: 1px solid #2f343a;
	border-right: 1px solid #2f343a;
	border-top: 1px solid #2f343a;
	background-color:#2f343a;
	color: #fff;
	font-weight:bold;
}
/* FOOTER
================================================== */

.m-minus-main {
	margin-top: -58px;
}
.m-top-footer {
/*margin-top: 60px;*/
}
.footer-content-container {
	background-color: #535961;
	padding: 15px;
}
footer {
	color: #d1d1d1;
}
.caption.footer-block {
	color: #fff;
	background-color: #2f343a;
	display: inline-block;
	padding: 20px 20px 20px 20px;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
/* adjust regular widget heading style in footer */
footer .footer-content-bg .caption-container {
	background: none;
}
footer .footer-content-bg .caption-text-container {
	color: #fff;
	text-transform: uppercase;
	background-color: #2f343a;
	display: inline-block;
	padding: 20px 20px 20px 20px;
	margin: 0;
}
/* ---------------------- */

.footer-content-bg {
	background-color: #b3b6ba;
}
.firstcolmd4 {
	padding-left: 0px;
}
.lastcolmd4 {
	padding-right: 0px;
}
footer .caption {
	float: none;
	color: #fff;
}
footer h3, footer h4 {
	font-weight: normal;
}
/******************************************************/

/* additional for footer widget */
footer .footer-content-bg .content-container-white {
	background-color: #535961;
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.09);
}
/* ------------------------------ */

ul.latest-post li {
    background-color: #535961;
    color: #FFFFFF;
    display: block;
    height: auto;
    line-height: 20px;
    margin-bottom: 8px;
    margin-left: 38px;
    padding: 12px 15px 4px;
    position: relative;
}
.listoverflow {
	overflow: hidden;
}
.standart-post-left {
	width: 70%;
	height: auto;
	float: left;
}
.standart-post-right {
	width: 30%;
	height: auto;
	float: right;
}
.standart-post:before, .standart-post:after {
	content: '';
	position: absolute;
}
.standart-post:after {
	top: 0px;
	left: -38px;
	width: 38px;
	height: 38px;
	background-color: #2f343a;
}
.image-post:before, .image-post:after {
	content: '';
	position: absolute;
}
.image-post:after {
	top: 0px;
	left: -38px;
	width: 38px;
	height: 38px;
	background-image: url(file:///C|/Users/lenovo/Downloads/images/icon-image-post.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2f343a;
}
.link-post:before, .link-post:after {
	content: '';
	position: absolute;
}
.link-post:after {
	top: 0px;
	left: -38px;
	width: 38px;
	height: 38px;
	background-image: url(file:///C|/Users/lenovo/Downloads/images/icon-link-post.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2f343a;
}
.footer-loc:before, .footer-loc:after {
	content: '';
	position: absolute;
}
.footer-loc:after {
	top: 0px;
	left: -38px;
	width: 38px;
	height: 36px;
	background-image: url(../images/footer-icon-location.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2f343a;
}
.footer-phone:before, .footer-phone:after {
	content: '';
	position: absolute;
}
.footer-phone:after {
    background-color: #2F343A;
    background-image: url("../images/footer-icon-phone.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 36px;
    left: -38px;
    top: 0;
    width: 38px;
}
.footer-mail:before, .footer-mail:after {
	content: '';
	position: absolute;
}
.footer-mail:after {
	top: 0px;
	left: -38px;
	width: 38px;
	height: 36px;
	background-image: url(../images/footer-icon-email.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2f343a;
}

.footer-fax:after {
     background-color: #2F343A;
    background-image: url("../images/fax_home.jpg");
    background-repeat: no-repeat;
    content: "";
    height: 36px;
    left: -38px;
    position: absolute;
    top: 0;
    width: 38px;
}
.footer-fax:before {
	top: 0px;
	left: -38px;
	width: 38px;
	height: 36px;
	background-image:url(../images/fax_home.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2f343a;
}

.latest-post h4 {
	font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding-right: 16px;
}
/******************************************************/
ul.latest-post {
	padding: 0;
	margin: 0;
}
.date-post-footer {
	color: #d1d1d1;
	font-size: 11px;
	line-height: 11px;
	font-style: italic;
}
.footer-mail a {
	color: #fff;
}
.footer-mail a:hover {
	color: #1bbc9b;
}
.footer-copyright-bg {
	color: #a1a1a1;
	background-color: #2f343a;
}
.footer-copyright-bg .footer-menu-container {
	padding-top: 25px;
	padding-bottom: 20px;
	float: left;
}
.footer-menu-container select {
	display: none;
}
.footer-copyright-container {
	float: right;
	margin-top: 26px;
}
.footer-menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#footer-nav li {
	background: none repeat scroll 0 0 transparent;
	display: inline-block;
	list-style: none outside none;
	margin: 0 -3px 0 0;
	line-height: 22px;
}
#footer-nav li:first-child a {
	padding-left: 0;
}
#footer-nav li a {
	display: block;
	padding: 0 15px;
	color: #a1a1a1;
	font-size: 14px;
}
#footer-nav li a:hover {
	color: #7ec344;
}
#footer-nav li:last-child a {
	padding-right: 0;
}
a.author {
	color: #cecece;
}
a.author:hover {
	color: #1bbc9b;
}
footer a.r-m-plus {
	color: #fff;
}
footer .r-m-plus:after {
	background: #404040;
	background-image: url(file:///C|/Users/lenovo/Downloads/images/plus.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/* Pretty Photo 
==================================================== */

/* Portfolio Items */

ul.portfolio {
	padding: 0px;
}
#wrap {
	margin: 20px auto;
	padding: 0px;/*float: left;*/
}
/*.portfolio.galleryWrapper li {
	float: left;
	margin-right: 6px;
	margin-bottom: 2em;
	list-style:none;
	width:auto;
}

.portfolio a {
	display: block;
	border: 3px solid #F0F0F0;
	text-decoration: none;
}
.portfolio img {
	width: 100%;
	height: auto;
	display: block;
}*/

.portfolio li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2em;
	list-style: none;
	width: auto;
}
.portfolio a {
	display: block;
	/*border: 3px solid #F0F0F0;*/
	text-decoration: none;
	height: 160px;
}
.portfolio img {
	width: 202px;
	height: 130px;
	display: block;
}
.portfolio.galleryWrapper li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 2em;
	list-style: none;
	width: auto;
}
.portfolio.galleryWrapper a {
	display: block;
	text-decoration: none;
	height: 120px;
}
.portfolio.galleryWrapper img {
	width: 100%;
	height: 100%;
	display: block;
}
#backtoEvents {
	display: none;
	padding-left: 17px;
	padding-top: 10px;
}
.portfolio h1 {
	font-size: 20px;
	font-weight: normal;
}
.group ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.group li {
	/*float: left;
	padding: 0 0 0 6px;*/
	list-style: none outside none;
}

#mysubTabContent .table{
	margin-bottom: 10px;
	font-family: 'TitilliumWebRegular';
	font-size: 14px;
}

#mysubTabContent .table tr td{
	height: 68px;
}

.topfiveTitle {
	background-color: #2f343a;
	color: #fff;
	margin-bottom: 0px;
	line-height: 2em;
	padding-left: 10px;
	margin-top: 10px;
}
#myTabContent .nav-tabs {
	margin-top: 0px;
}
.searchBtn {
	background: #fff url(file:///C|/Users/lenovo/images/search-icon.png) no-repeat center center;
	padding: 16px 30px;
	border-radius: 8px;
}
/* Navakanth */

#carrers{
margin:17px 0px 0px 0px;
clear:both;
}
#carrers .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
background:#F0EDE5;
padding:10px 0 8px 43px;
margin:0px 0px 9px 0px;
font-size: 16px;
}
#carrers .ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all.ui-accordion-icons:hover{
background:#7EC344;
color:#fff;
}
#carrers .ui-accordion-header.ui-helper-reset.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top{
background:#7EC344;
color:#fff;
}
#carrers .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active{
margin:-10px 0 20px 0;
}

#carrers .ui-state-default .ui-icon {
    background: url("../images/ssss.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    margin-top: -15px;
    width: 32px;
}

.contactformleft {
    float: left;
    height: auto;
    width: 47%;
}
.contactformmiddle {
    background-image: url("../images/bg.png");
    background-position: center center;
    background-repeat: repeat-y;
    float: left;
    height: 580px;
    width: 6%;
}
.contactformright {
    float: right;
    height: auto;
    width: 47%;
}

.leadingRegisterFormField1{
background-color: #F0EDE5;
border-radius:4px;
overflow:hidden;
margin:11px 0px 13px 0px;
}
.leadingRegisterFormField1:focus{
background:#D3FFAD;
}

.bg {
    background: url("../images/bg.png") repeat-y scroll right center rgba(0, 0, 0, 0);
}

.form-group {
	overflow: hidden;
	margin: 15px 0px 15px 0px;
}
.col-md-8.col-sm-8.col-lg-8.left {
	padding: 0;
}
.m-icon-big-swapdown {
	background-position: -115px -28px;
}
.heading-success {
	border-bottom: 1px solid #7cbb00;
	font-weight: 400;
}
.m-icon-white {
	background-image: url('../images/syncfusion-icons-white.png');
	height: 62px;
	display: block;
	margin: 4px 0px 0px 0px;
}
.privacy {
	margin: 0 0 20px;
}
.btn-success {
	width: 55px;
	height: 50px;
}
.workicon {
	clear: both;
    margin: 10px 0 0;
    position: relative;
    top: 20px;
}
.text {
	float: left;
}
.contactright {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

.icon {
	float: left;
	height: auto;
	margin: 3px 0 0;
	width: 37px;
}
.right1 {
	float: left;
}
.ui-accordion .ui-accordion-content {
	font-size: 16px;
}
#accordion .ui-accordion-icons {
	padding-left: 1.2em;
}
#accordion .ui-accordion-content {
	padding: 1em 2.5em;
}
#accordion .ui-widget-content {
	color: #555;
}
#accordion .ui-state-default, #accordion .ui-widget-content .ui-state-default, #accordion .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #fff;
	font-weight: normal;
	color: #555555;
	font-family: 'TitilliumWebRegular';
}
#accordion .ui-state-hover, #accordion .ui-widget-content .ui-state-hover, #accordion .ui-widget-header .ui-state-hover, #accordion .ui-state-focus, #accordion .ui-widget-content .ui-state-focus, #accordion .ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #7ec344 url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #FFF;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
	font-family: 'MyriadProRegular'
}
#accordion .ui-state-active, #accordion .ui-widget-content .ui-state-active, #accordion .ui-widget-header .ui-state-active {
	background: none repeat scroll 0 0 #7ec344;
	border: 1px solid #999999;
	color: #fff;
}
.clientele {
	display: block;
	padding: 6px;margin:6px;
	width: 15%;
	float:left;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 1px 8px #ccc;
	border-radius: 6px;
	min-height: 100px;	
	text-align: center;
}

.nbs-flexisel-ul .clientele {
	display: block;
	padding: 2px 20px;margin:6px;
	width: auto;
	float:left;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 1px 8px #ccc;
	border-radius: 6px;
	min-height: 100px;	
	text-align: center;
}

.clientele  img{
	/*width:100%;
	height:100px;*/
	margin-top: 8px;
}
.upcomingclients {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	width: 100%;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 1px 8px #ccc;
	border-radius: 6px;
	text-align: center;
	min-height: 105px;
}
.upcomingclients > img {
	min-height: 80px;
	max-width: 100%;
}

.eventGalleryThumb {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	width: 100%;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 1px 8px #ccc;
	border-radius: 6px;
	text-align: center;
	min-height: 105px;
}
.eventGalleryThumb > img {
	/*min-height: 110px;
	max-width: 100%;*/
	margin: 0px auto;
	max-width: 100%;
	max-height: 100%;
}


.date {
	text-align: center;
	margin: 5px 0px;
}

.downloadWrap{
	text-align: center;
	margin: 5px 0px;
}

.downloadWrap a{
	color: #777;
	text-decoration: none;
}

.downloadWrap a:hover{
	color: #7EC344;
	text-decoration: none;
}

.event {
	margin: 0 0 30px;
}
.upcomingEventheading {
	margin-bottom: 20px;
}

.latestNews {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 1px 8px #ccc;
	border-radius: 6px;
	min-height: 80px;
}

.dateWrapper{
	padding: 0px;
	background-color: #7EC344;
	border-radius: 6px 0px 0px 6px;
}

.dateWrapper h1{
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 42px;
}

.dateWrapper h2{
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}

.newsContent{
	padding-top: 10px;
}

.fancybox-opened .fancybox-skin{
	padding: 15px 0 15px 15px !important;
}

.input-group {
	margin: 0 0 0px;
}

div.required-field{
	background-color: rgba(0, 0, 0, 0);
	color: #59595A;
	float: right;
	font-size: 2.4em;
	font-weight: normal;
	height: 30px;
	left: -5px;
	margin-top: -38px;
	padding: 0;
	position: relative;
	z-index: 100;
	top: -5px;
}

div.query-required-field{
	background-color: rgba(0, 0, 0, 0);
	color: #59595A;
	float: right;
	font-size: 2.4em;
	font-weight: normal;
	height: 30px;
	left: -5px;
	margin-top: -100px;
	padding: 0;
	position: relative;
	z-index: 100;
	top: -8px;
}

.input-group-addon label {
	font-weight: normal;
	margin: 1px 0 0;
	width: 100px;
}

.input-group-addon .labelFile {
	font-weight: normal;
	margin: 1px 0 0;
	width: 100px;
	display: block;
}

.col-md-6.col-lg-6.col-xs-12.left{
	padding-left: 60px;
}

#contactForm input, #workwithUsForm input, #contactSupportForm input{
	border-bottom-right-radius:4px !important;
	border-top-right-radius:4px !important;
	border: 1px solid #ddd;
	color:#59595a;
	font-weight:normal;
}
#contactForm .form-control, #workwithUsForm .form-control, #contactSupportForm .form-control{
	border-bottom-right-radius:4px !important;
	border-top-right-radius:4px !important;
}


.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #ededed url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 95% 50%;
}

.select-style select {
    padding: 8px 8px;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
	width: 120px;
	height: 34px;
    top: 0;
    left: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}



/* Upcoming Events Scrolling Styles */
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.uploadResumeWrapper{
	width: 100%;
}

.uploadResumeLabel{
	z-index: 99;
	padding-top: 15px;
}

.uploadResumeWrapper .labelFile{
	font-size: 16px;
	color: #59595a;
}

.nbs-flexisel-item {
    float:left;
    padding:0px;
    position:relative;
    line-height:0px;
	min-height: 120px;
	
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width:205px;
    max-height:120px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(file:///C|/Users/lenovo/images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(file:///C|/Users/lenovo/images/button-next.png) no-repeat;
}


/* Form design styles */

#contactForm .label, #contactSupportForm .label{
	position: relative;
	display: block;
	width: 30%;
	width: -webkit-calc(30%);
	width: -moz-calc(30%);
	width: -o-calc(30%);
	height: 40px;
	padding: 19px 0 0 10px;
	z-index:100;
	color: #59595a;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.forminputField{
	position: relative;
	margin-top: -40px;
	margin-bottom: 5px;
	/*-webkit-appearance: none;*/
	display: block;
	height: 42px;
	width: 100%;
	padding: 4px 6px;
	padding-left: 35%;
	padding-right: 7%!important;
	font-size: 1em;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	min-height: 35px;
	background-color: #f0ede5;
	border: 0px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.forminputField:focus{
	background-color: #d3ffad;
	color: #333;
	outline: 0px;
}

.formtextareaField{
	position: relative;
	margin-top: -40px;
	margin-bottom: 5px;
	/*-webkit-appearance: none;*/
	display: block;
	height: 100px;
	width: 100%;
	padding: 13px 6px 4px 6px;
	padding-left: 35%;
	padding-right: 7%!important;
	font-size: 1em;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	min-height: 35px;
	background-color: #f0ede5;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
			resize: none;
}

.formtextareaField:focus{
	background-color: #d3ffad;
	color: #333;
	outline: 0px;
}

.formfileField{
	position: relative;
	margin-bottom: 5px;
	margin-top: -38px;
	/*-webkit-appearance: none;*/
	display: block;
	height: 42px;
	width: 100%;
	padding: 4px 6px;
	padding-left: 32%;
	padding-right: 8px;
	padding-top: 12px;
	font-size: 1em;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	min-height: 35px;
	background-color: #f0ede5;
	border: 0px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.formfileField:focus{
	background-color: #d3ffad;
	color: #333;
	outline: 0px;
}

.formfileField .glyphicon-file{
	float: right;
}




/* Result Page Strip Styles */

.result {
    background: none repeat scroll 0 0 #E6EAED;
    border: 1px solid #B5B6BB;
    border-radius: 8px;
    height: 100%;
}

.resultMargin{
	margin: 50px auto 20px;
}

.calendarMargin{
	margin: 60px auto 55px;
}



.searchEventYear .selectbox{
	margin-top: 0px;
	/*background-color: transparent;*/
	background: url('file:///C|/Users/lenovo/images/select-dropdown.png') no-repeat right 23px top 22px;
	height: 55px;
	color: #777;
	font-family: 'TitilliumWebRegular';
	padding-top: 12px;
	font-size: 19px;
	padding-left: 0%;
	padding-right: 0%!important;
	text-align: center;
}

.searchEventYear .selectbox:focus{
	background-color: #e6eaed;
	color: #333;
	outline: 0px;
}

.searchEventYear div.selectbox-wrapper{
	top: 59px;
	left: -1px;
	width: 190px !important;
}

.searchEventYear div.selectbox-wrapper ul li{
	background-color: #fff;
	line-height: 2.3em;
}

.searchEventYear div.selectbox-wrapper ul li.selected { 
  background-color: #7EC344;
  color: #fff;
}

.searchEventYear div.selectbox-wrapper ul li.current { 
  background-color: #7EC344;
  color: #fff;
}

.wrapper-dropdown-3 {
    background: none repeat scroll 0 0 #E6EAED;
    color: #a9a9a9;
    cursor: pointer;
    font-family: 'TitilliumWebRegular';
    font-size: 18px;
    height: 55px;
    margin: 7px 0 0 10px;
    outline: medium none;
    padding: 11px;
    position: relative;
 	border-radius: 0px;
	background:url(../images/down_3.png) no-repeat right;
	content:"";
	/*border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;*/
}

.wrapper-dropdown-3:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: 27%;
    margin-top: 0px;
    /*border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #80c342 transparent;*/

}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 80%;
    left: -11px;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
	padding:0px;
	width: 100&;
	    z-index: 9999;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
	    z-index: 9999;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
	    z-index: 9999;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding:5px 0 5px 20px;
    text-decoration: none;
    color: #777777;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */
.wrapper-dropdown-3 .dropdown li:hover a {
    background: #7EC344;
	border-radius:0px;
	color:#fff;
}

/* Active state */
.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}


.wrapper-dropdown-4 {
    background: none repeat scroll 0 0 #F0EDE5;
    color: #59595A;
    cursor: pointer;
    font-family: 'MyriadProRegular';
    font-size: 18px;
    height:auto;
    margin:10px 0px 0px 0px;
    outline: medium none;
    padding: 9px;
    position: relative;
    z-index: 9999;
 	border-radius: 5px;
	/*border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;*/
}

.wrapper-dropdown-4:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 27%;
    margin-top: 0px;
    /*border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #80c342 transparent;*/
	background: url('file:///C|/Users/lenovo/images/star.png') no-repeat right;
}

.wrapper-dropdown-4 .dropdown {
  /* Size & position */
    position: absolute;
    top: 80%;
    left:0px;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
	padding:0px;
	width: 100%;
	height:200px;
	overflow:auto;
}

.wrapper-dropdown-4 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-4 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-4 .dropdown li a {
    display: block;
    padding:5px 0 5px 20px;
    text-decoration: none;
    color: #777777;
   
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	background:#D3FFAD;
	text-align:center;
}

.wrapper-dropdown-4 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-4 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-4 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */
.wrapper-dropdown-4 .dropdown li:hover a {
    background: #e6eaed;
	border-radius:0px;
	color:#000;
}

/* Active state */
.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/*dropdown4 ends here*/

/*dropdown5 starts here*/
.wrapper-dropdown-5 {
    background: none repeat scroll 0 0 #F0EDE5;
    color: #59595A;
    cursor: pointer;
    font-family: 'MyriadProRegular';
    font-size: 18px;
    height:auto;
    margin:10px 0px 10px 0px;
    outline: medium none;
    padding: 9px;
    position: relative;
 	border-radius: 5px;
	/*border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;*/
}

.wrapper-dropdown-5:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 27%;
    margin-top: 0px;
    /*border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #80c342 transparent;*/
	background: url('file:///C|/Users/lenovo/images/star.png') no-repeat right;
}

.wrapper-dropdown-5 .dropdown {
  /* Size & position */
    position: absolute;
    top: 80%;
    left:0px;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
	padding:0px;
	width: 100%;
	height:200px;
	overflow:auto;
	z-index:999;
}

.wrapper-dropdown-5 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-5 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-5 .dropdown li  {
    display: block;
    padding:5px 0 5px 20px;
    text-decoration: none;
    color: #777777;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	background:#D3FFAD;
	text-align:center;
}
.wrapper-dropdown-4 #stateDiv > li:hover  {
    background: #e6eaed;
	border-radius:0px;
	color:#000;
}
.wrapper-dropdown-5 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-5 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */
.wrapper-dropdown-5 .dropdown li:hover a {
    background: #7EC344;
	border-radius:0px;
	color:#fff;
}

/* Active state */
.wrapper-dropdown-5.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.searchtextbox{
	width:100%;
	height:auto;
	background:#e6eaed;
	border:none;
	height:54px;
	font-family:'TitilliumWebRegular';
	font-size:18px;
	text-indent:4px;
	/*padding-top: 17px;*/
	Color: #777;
	line-height: 1.8em;
}
.searchtextbox1{
	width:100%;
	height:auto;
	background:#e6eaed;
	border:none;
	height:52px;
	/*padding-top: 17px;*/
	font-family:'TitilliumWebRegular';
	font-size:18px;
	text-indent:4px;
	line-height: 1.8em;
}

.search {
    background: none repeat scroll 0 0 #80C33F;
    border: medium none;
    border-radius: 0 5px 5px 0;
    height: 62px;
    margin: 0 0 0 1px;
    width: 100%;
}

.mapViewSearch{
	background: none repeat scroll 0 0 #80C33F;
    border: medium none;
    border-radius: 0;
    height: 61px;
    margin: 0 0 0 1px;
    width: 100%;
}

.listViewSearch{
	background: none repeat scroll 0 0 #80C33F;
    border: medium none;
    border-radius: 0 8px 8px 0;
    height: 62px;
    margin: 0 0 0 1px;
    width: 100%;
	overflow: hidden;
}

.calendarCity .searchtextbox, .calendarCity .searchtextbox1{
	padding-left: 10px;
	font-size: 18px;
	color: #595959 !important;
}

.ui-widget-content a{
	color: #777 !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #777 !important;
	text-decoration: none;
}

.glyphicon.glyphicon-search {
    color: #FFFFFF;
    margin: 0;
}

.border-right {
    border-right: 1px solid #B5B6BB;
}

.selectEventBox{
	background: #E6EAED url('file:///C|/Users/lenovo/images/select-dropdown.png') no-repeat right;
	background-image: none;
	height: 42px;
	font-family:'TitilliumWebRegular';
	border: none;
}

.selectEventBox option {
    padding:10px;
    
    color:#333;
    /*text-shadow:0 1px 0 rgba(0,0,0,0.4);*/
}

.selectEventBox>option:hover {
    padding:10px;
    background: #E6EAED url('file:///C|/Users/lenovo/images/select-dropdown.png') no-repeat right;
	
    color:#333;
	cursor: pointer;
    /*text-shadow:0 1px 0 rgba(0,0,0,0.4);*/
}

.selectEventBox:focus{
	outline: none;
	box-shadow: none;
}

.pp_details .pp_social .facebook{
	display: none;
}

.fancybox-lock .fancybox-overlay{
	z-index: 9999;
}

.error{
	background-color: #e2534b !important;
	color: #fff;
}

.forminputField.error:focus, .formtextareaField.error:focus, .selectBoxContact.error:focus, #country_input.error:focus, #state_input.error:focus, #serviceType_input.error:focus, #defaultReal.error:focus, #workwithusas_input.error:focus{
	background-color: #e2534b;
	color: #fff;
}

.marg-t-b{
	margin:10px 0px 10px 0px;
}

.fb_iframe_widget{
	position: absolute !important;
	z-index: 1;
	bottom: 0px;
	left: 0px;
}

#facebookWrap{
	position: absolute;
	bottom: 10px;
	left: 16px;
}

#twitterWrap{
	position: absolute;
	bottom: 7px;
	left: 75px;
}

#racedetails .table{
	width: 96%;
	margin: 10px auto;
}

#racedetails .table>tbody>tr>td{
	border-top: 2px solid #FFF;
	border-right: 2px solid #fff;
}

.raceDetailsh3{
	margin: 0px;
	padding-left: 8px;
	line-height: 42px;
}


.activeRow{
	background-color: #7EC344 !important;
	color: #fff;
}

.abttext {
    margin: 8px 0 0;
    padding: 0 14px 12px;
}
.abtimg {
    margin: -11px 0 30px;
    padding: 0 20px 0 0;
}

.testmonial {
font-style: italic;
font-weight: normal;
margin: 90px 0 0;
padding: 19px;
}
.testmonial span {
position: relative;
top: -10px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	vertical-align: middle;
}

.caret {
    background: url("../images/ssss.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    height: 32px;
    position: relative;
    text-align: right;
    top: 0px;
    width: 32px;
}

.standart-post-right > img {
    margin: 10px 0 0 5px;
	height: 106px;
}

.aboutTabs li a{
	text-align: center;
}

.testmonial > p {
    line-height: 29px;
}

/* Responsive Menu Site Overlay */

#resMenu-overlay{
    display: none;
}

.pushy-active #resMenu-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    z-index: 9999;
}
.wrapper-dropdown-6 {
    background: none repeat scroll 0 0 #E6EAED;
    border-radius: 0;
    color: #A9A9A9;
    cursor: pointer;
    font-family: 'TitilliumWebRegular';
    font-size: 18px;
    height: 55px;
    margin: 7px 0 0 10px;
    outline: medium none;
    padding: 11px;
    position: relative;
}
.wrapper-dropdown-6:after {
    background: url("file:///C|/Users/lenovo/images/aroows/down_3.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    content: "";
    height: 20px;
    margin-top: 0;
    position: absolute;
    right: 11px;
    top: 27%;
    width: 20px;
}

.wrapper-dropdown-6 .dropdown:after {
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    width: 0;
    z-index: 9999;
}
.wrapper-dropdown-6 .dropdown:before {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 8px 8px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    width: 0;
    z-index: 9999;
}
.wrapper-dropdown-6 .dropdown li a {
    border-bottom: 1px solid #E6E8EA;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #777777;
    display: block;
    padding: 5px 0 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.wrapper-dropdown-6 .dropdown li i {
    color: inherit;
    float: right;
}
.wrapper-dropdown-6 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-6 .dropdown li:last-of-type a {
    border: medium none;
    border-radius: 0 0 7px 7px;
}
.wrapper-dropdown-6 .dropdown li:hover a {
    background: none repeat scroll 0 0 #7EC344;
    border-radius: 0;
    color: #FFFFFF;
}
.wrapper-dropdown-6.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.input-group-addon{
background:#f0ede5;
}
.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all.ui-accordion-icons {
    background: none repeat scroll 0 0 #fff;
}
#accordionbusinees .ui-state-active, #accordion .ui-widget-content .ui-state-active, #accordion .ui-widget-header .ui-state-active {
    background: none repeat scroll 0 0 #7ec344;
    border: 1px solid #999999;
    color: #fff;
}
#accordionbusinees .ui-state-hover, #accordion .ui-widget-content .ui-state-hover, #accordion .ui-widget-header .ui-state-hover, #accordion .ui-state-focus, #accordion .ui-widget-content .ui-state-focus, #accordion .ui-widget-header .ui-state-focus
{
 background: none repeat scroll 0 0 #7ec344;
    border: 1px solid #999999;
    color: #fff;
}
.btn.button {
    color: #fff !important;
}

sup{
	font-size:9px;
	padding-left:2px;
	color:#AAA;
}
.btn-primary.btn-subscribe{
	background: #2f343a !important;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	padding: 3px 20px;
    position: absolute;
    right: 350px;
}
.btn-subscribe:hover{
	background: #000;
}
.btn-subscribe.btn-shop {
    right: 500px;
}
.btn-subscribe.btn-shop a{
	color: #fff;
}
.btn-subscribe.btn-shop a:hover{
	text-decoration: none;
}
.updatePopUp .modal-content{
	border-top: solid 2px #000;
	border-radius: 0;
}

.updatePopUp .modal-header{
	padding: 0;
}
.updatePopUp .modal-header h4{
    border-top: solid 1px #d9d9d9;
    padding: 10px 20px;
    margin-top: 10px;
}
.updatePopUp .modal-body .form-group{
	background: #f5f5f5;
	border: solid 1px #d9d9d9;
	border-radius: 4px;
	padding: 0 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.updatePopUp .modal-body .form-group:last-child{
	margin-bottom: 0;
}
.updatePopUp .modal-body label{
	width: 25%;
}
.updatePopUp .modal-body .form-control{
	border: none;
	background: transparent;
    box-shadow: none !important;
    display: inline;
    width: 60%;
}
.updatePopUp .modal-body .form-group span{
    float: right;
    margin-top: 10px;
}
.updatePopUp  .modal-footer{
	text-align: left;
}
.updatePopUp  .modal-footer button{
	background: #4a4a4a;
	border-radius: 0;
	color: #fff;
	margin: 40px 0;
}
.updatePopUp .modal-body{
	padding: 0;
}
.updatePopUp .modal-body .form_section{
	border-bottom: solid 1px #d9d9d9;
	padding: 20px;
}
.updatePopUp .modal-body .notification_section{
	border-bottom: solid 1px #d9d9d9;
	padding: 5px 20px;
}	
.updatePopUp .option_section a{
	color: #000;
	padding: 15px 20px 0;
	display: block;
	text-decoration: none;
}
.updatePopUp .option_section a:hover{
	text-decoration: none;
}
.updatePopUp .option_section a[aria-expanded="false"]:after {
    content: "\f107";
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}
.updatePopUp .option_section a[aria-expanded="true"]:after {
    content: "\f106";
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}
.option_section .collapse{
	margin: 10px 0;
	border-top: solid 1px #d9d9d9;
	padding: 0 20px;
}
.checkbox  input[type="checkbox"] {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    background-color: #fff;
	-webkit-appearance: none;
    height: 1.25em;
    width: 1.25em;
    margin-bottom: -0.25em;
    margin-left: -26px !important;
    vertical-align: top;
}
.notification_checked input[type="checkbox"]:checked:before{
	content: "\2713";
    position: absolute;
    font-size: 14px;
    text-align: center;
    width: 1.25em;
    color: #000;
    font-weight: bold;
}
.updatePopUp .modal-body .checkbox label{
	line-height: 27px;
    margin-left: 8px;
	width: 100%;
}
.transponder-main{
    border: solid 1px #d9d9d9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 10px 40px;
}
.transponder-section h3{
    margin-top: 0;
    font-size: 24px;
    font-weight: normal;
}
.select-quantity label {
	position: relative;
	top: 5px;
	font-weight: normal;
}
.select_vehicle {
    width: 80px;
    margin: 0 auto;
    height: 80px;
    border: solid 2px #d9d9d9;
    border-radius: 50%;
	margin-top: 25px;
}
.select_vehicle.first-child img {
	top: 30px;
}
.select_vehicle img {
    position: relative;
    top: 19px;
}
.transponder_block{
	cursor: pointer;
	margin-bottom: 20px;
    padding: 10px 0;
}
.transponder_block:hover{
	background: rgba(0,0,0,.1);
}
.overlay_mask{
	background: rgba(0,0,0,0.1);
}
.transponder_block h4 {
    min-height: 40px;
}
.transponder_content{
	margin-top: 40px;
}
.transponder_content p{
	color: #9b9b9b;
    font-size: 12px;
	min-height: 135px;
	padding: 30px 0;
	text-align: center;
}
input[type="checkbox"]:focus{
	outline: none;
}
.custom_checkbox input[type="checkbox"]{
	border: 1px solid #c4c4c4;
    border-radius: 2px;
    background-color: #fff;
	cursor: pointer;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    margin-bottom: -0.25em;
    margin-right: 5px;
    vertical-align: top;
	position: relative;
}
.custom_checkbox input[type="checkbox"]:checked:before {
    content: "\2713";
    position: absolute;
    font-size: 15px;
    left: -1px;
    text-align: center;
    width: 20px;
    color: #000;
    top: -2px;
    font-weight: bold;
}
.next_btn input{
	border-radius: 0;
	color: #fff;
    background-color: #337ab7;
    border: none;
	padding: 6px 20px; 
}
.next_btn .btn a{
	color: #fff;
}
.shop_form{
	margin: 40px 0;
}
.shop_form .form-control {
    border-radius: 0;
}
.shop_form input[type="checkbox"]{
	position: relative;
    top: -3px;
}
.sp_result {
  background: url('/images/home_sprite1.png') no-repeat -76px -242px;
  width: 60px;
  height: 59px;
}
.sp_upcoming {
	background: url('/images/home_sprite1.png') no-repeat -9px -178px;
	width: 53px;
	height: 53px;
}
.sp_calender {
	background: url('/images/home_sprite1.png') no-repeat -76px -177px;
	width: 48px;
	height: 56px;
}
.sp_pet {
	background: url('/images/home_sprite1.png') no-repeat -9px -244px;
	width: 58px;
	height: 57px;
}
.sp_shop {
	background: url('/images/home_sprite1.png') no-repeat -8px -318px;
	width: 58px;
	height: 55px;
}
.sp_client {
	background: url('/images/home_sprite1.png') no-repeat  -78px -322px;
	width: 58px;
	height: 55px;
}
@media (max-width: 979px){
	.subscription{
		width: 100%;
		text-align: center;
		background: #2f343a;
	}
	.btn-subscribe{
		background: #2f343a;
		border-radius: 0;
		color: #fff;
		font-size: 16px;
		padding: 3px 20px;
		position: static;
		right: 0;
	}

}
@media (max-width: 767px){
	.socialIconsWrapper {
		margin: 0;
	}
	.header-rr-container {
		margin:0;
	}
}