@import url(http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911&amp;text=&amp;);

html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-color: #fff;
  color: #343434;
  font-family: 'Segoe UI', sans-serif;
  font-size: 11pt;
  line-height: 20pt;
  margin: 0;
}
textarea {
    resize: none;
}
body.bg1 {
  background: #ffffff url(../images/bg1.html) 50% 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.site-wrapper {
  overflow: hidden;
}
@font-face {
	font-family: 'Mistral';
	src: url('fonts/Mistral.eot');
	src: local('Mistral'), local('Mistral'), url('fonts/MISTRAL_1.TTF') format('truetype');
}

.mistral {
    font-family: 'mistral'; /*a name to be used later*/
    src: url('fonts/MISTRAL_1.TTF'); /*URL to font*/
}
body.boxed .site-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
}
.translate{
  float: right;
  padding: 0px 0; margin-top:400px;
}
@media (min-width: 992px) {
  body.boxed .site-wrapper {
    margin: 30px auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 6px;
  }
  body.boxed .site-wrapper .header-top {
    border-radius: 6px 6px 0 0;
  }
}
/* font-family: 'Anton', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Goudy Bookletter 1911', serif;
*/
/*
// #Header
// --------------------------------------------------
*/
.header {
  position: relative;
  z-index: 99; 
}
/* Sticky Menu */
body.sticky-header .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
body.sticky-header .header .header-main:before {
  height: 80px;
}
body.sticky-header .header .logo {
  padding: 9px 0 0; 
}
body.sticky-header .header .logo h1,
body.sticky-header .header .logo h2 {
  font-size: 30px;
}
body.sticky-header .header .nav-main {
  min-height: 15px; 
}

.nav-container {}
.f-nav{ 
	z-index: 100; 
	position: fixed!important; 
	top: 78px; 
	width: 100%;
} /* this make our menu float top */

@media all and (min-width: 992px) {
  body.sticky-header .header .flexnav > li > a {
    line-height: 80px; 
  }
  body.sticky-header .header.menu-pills .flexnav {
    padding-top: 18px;
  }
  body.sticky-header .header.menu-pills .flexnav > li > a {
    line-height: 44px;
  }
}
.header-top {
  background: #2f2f2f;
  padding: 14px 0;
  color: #a3a3a3;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  display: inline-block;
}
.header-top ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.header-top ul > li {
  position: relative;
  padding: 0 10px 0 13px;
}
.header-top ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #616161;
  height: 7px;
  width: 1px;
}
.header-top ul > li:first-child {
  padding-left: 0;
}
.header-top ul > li:first-child:before {
  display: none;
}
.header-top .info-item {
  margin-right: 25px;
}
.header-top a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.header-top a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #616161;
}
.header-top .fa {
  font-size: 14px;
  vertical-align: top;
  margin-right: 5px;
  color: #fff;
}
.header-top-left {
  float: left;
}
@media (max-width: 767px) {
  .header-top-left {
    display: none;
  }
}
.header-top-right {
  float: right;
}
.header-top-right > span + span {
  margin-left: 32px;
}
.header-top-right > span + span.info-item {
  margin-left: 25px;
  margin-right: 0;
}
.header-top-right > span.info-item {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header-top-right {
    float: none;
    text-align: center;
  }
}
/* Header Main */
.header-main {
  position: relative;
  background: #fff;
  min-height:80px;
}
.header-main:before,
.header-main:after {
  content: " ";
  display: table;
}
.header-main:after {
  clear: both;
}
.header-main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=0);
}
.header-main > .container {
  position: relative;
}
/* Logo */
.header .logo {
  margin: 0;
  padding: 12px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
}
.header .logo img {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.header .logo a img {
width:75px !important;	
height:95px!important;
}
.header .logo h1,
.header .logo h2 {
  position: relative;
  z-index: 2;
  font-family: 'Anton', sans-serif;
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: normal;
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .logo h1 > a,
.header .logo h2 > a {
  color: #2f2f2f;
  text-decoration: none;
  display: inline-block;
}
.header .logo h1 > a:first-letter,
.header .logo h2 > a:first-letter {
  color: #dc2a0b;
}
.header .logo .tagline {
  margin: 0;
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #a3a3a3;
  position: relative;
  z-index: 2;
}
/* Header Search Form */
.search-form {
  width: 260px;
  display: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .search-form {
    display: table-cell;
  }
}
.search-form .btn {
  background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #3d3d3d 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff2f2f2f', GradientType=0);
  text-align: center;
  border-color: #2f2f2f;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:4.3px;
  padding-bottom:4.3px;
}
.search-form .btn:hover {
  background-image: -webkit-linear-gradient(top, #dd2a0b 0%, #c6250a 100%);
  background-image: linear-gradient(to bottom, #dd2a0b 0%, #c6250a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd2a0b', endColorstr='#ffc6250a', GradientType=0);
  border-color: #c6250a;
}
.search-form .btn .fa {
  line-height: 1.3em;
  color: #fff;
  margin-right: 0;
}
.header .search-form {
  float: right;
  padding: 35px 0;
}


/*
// #Navigation
// --------------------------------------------------
*/
/* Navigation Wrapper */
.nav-main {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .nav-main {
    width: 100%;
    clear: both;
  }
}
@media (min-width: 992px) {
  .nav-main {
    background: none;
    min-height: 84px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .nav-main .container {
    width: 100%;
  }
}
/* Navigation General styles */
.flexnav {
  -webkit-transition: none;
  transition: none;
  padding-left: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
  max-height: 0;
  background: #1599e9;
  margin: 0 -15px;
}
.flexnav.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.flexnav li {
  position: relative;
  overflow: hidden;
  /* Submenu */
}
.flexnav li a {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  padding: 12px 8px;
}
.flexnav li a .label {
  margin-left: 4px;
  vertical-align: middle;
}
.flexnav li + li {
  border-top: 1px solid #3f3f3f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.flexnav li ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.flexnav li ul li {
  position: relative;
  overflow: hidden;
}
.flexnav li ul li a {
  display: block;
  color: #fff;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
@media (min-width: 992px) {
  .flexnav {
    margin: 0;
  }
}
/* Touch Button (used for Mobile) */
.touch-button {
  position: absolute;
  z-index: 999;
  top: 1px;
  right: 0;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  /* Touch Button Active */
}
.touch-button:hover {
  cursor: pointer;
}
.touch-button .navicon {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.touch-button .navicon:before {
  display: inline-block;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #c1c1c1;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.touch-button.active .navicon:before {
  content: "\f106";
}
/* Navigation styles - For Desktop */
@media all and (min-width: 992px) {
  .flexnav {
    overflow: visible;
    text-align: right;
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0;
    padding-left: 0;
    list-style: none;
  }
  .flexnav.opacity {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .flexnav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    /* Submenu */
  }
  .flexnav > li + li {
    margin-left: 0px;
  }
  .flexnav > li > a {
    font-size: 14px;
    color: #656464;
    text-decoration: none;
    padding: 0 8px;
    text-transform: uppercase;
   /* font-family: 'Oswald', sans-serif; */  /*SSL font issue - Hide*/
    line-height: 84px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li:hover,
  .flexnav > li.active {
    background: #F7F7F7;
  }
  .flexnav > li:hover > a,
  .flexnav > li.active > a {
    color: #2f2f2f;
  }
  .flexnav > li:hover > a:before,
  .flexnav > li.active > a:before {
    background: #dc2a0b;
  }
  .flexnav > li.item-with-ul > a:after {
    display: inline-block;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul {
    padding-left: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    min-width: 180px;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }
  .flexnav > li ul li {
    width: 100%;
    border: none !important;
    /* Submenu 2nd Level */
  }
  .flexnav > li ul li.item-with-ul > a:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul li a {
    color: #2f2f2f;
    padding: 10px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .flexnav > li ul li a:hover {
    background: #f2f2f2;
    -webkit-transition: none;
    transition: none;
  }
  .flexnav > li ul li.active > a {
    background: #f2f2f2;
  }
  .flexnav > li ul li + li a {
    border-top: 1px solid #f2f2f2;
  }
  .flexnav > li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  ul.flexnav li.item-with-ul ul.flexnav-show li ul {
	min-width: 234px;
	}
  .flexnav > li ul.open {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 1;
  }
  .flexnav > li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav > li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .touch-button {
    display: none;
  }
}
/* Navigation Toggle Button */
.navbar-toggle {
  margin: 0;
  padding: 9px;
  border-radius: 2px;
  vertical-align: top;
  height: 40px;
  width: 40px;
  background: #2a8053;
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 8;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background: #39d483;
}
.navbar-toggle .fa {
  color: #fff;
  font-size: 23px;
}
.navbar-toggle .touch-button {
  display: none;
}
/* Header v2 */
@media (min-width: 992px) {
  .header-menu-fullw .header-main > .container {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.header-menu-fullw .header-main .head-banner {
  padding: 13px 0;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .header-menu-fullw .header-main .head-banner {
    display: block;
    float: right;
  }
}
.header-menu-fullw .nav-main {
  text-align: left;
  min-height: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
}
@media all and (min-width: 992px) {
  .header-menu-fullw .nav-main {
    height: 71px;
    border-top: 1px solid #d8d8d8;
  }
  .header-menu-fullw .nav-main .flexnav {
    text-align: left;
  }
  .header-menu-fullw .nav-main .flexnav > li > a {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    line-height: 70px;
    padding: 0 20px;
  }
  .header-menu-fullw .nav-main .flexnav > li.signin {
    float: right;
  }
  .header-menu-fullw .nav-main .flexnav > li.signin > a:before {
    display: inline !important;
    background: none;
    vertical-align: middle;
    position: static;
    content: "\f007";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header-menu-fullw .nav-main .flexnav > li + li {
    margin-left: -5px;
  }
}
/* Header v3 */
.header-top-clean .header-top {
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
}
.header-top-clean .header-top a {
  color: #2f2f2f;
}
.header-top-clean .header-top a:hover {
  border-bottom-color: #a3a3a3;
}
.header-top-clean .header-top .fa {
  color: #616161;
}
/* Header v4 */
.header-top-colored .header-top {
  background: #dc2a0b;
  color: #fff;
}
.header-top-colored .header-top a {
  color: #fff;
}
.header-top-colored .header-top a:hover {
  border-bottom-color: #fff;
}
.header-top-colored .header-top .fa {
  color: #fff;
}
.header-top-colored .header-top ul > li:before {
  background: #fff;
}
header.menu-colored {
  /* Navigation styles - For Desktop */
}
@media all and (min-width: 992px) {
  header.menu-colored .flexnav > li {
    /* Submenu */
  }
  header.menu-colored .flexnav > li > a:before {
    display: none;
  }
  header.menu-colored .flexnav > li.active {
    background: none;
  }
  header.menu-colored .flexnav > li.active > a {
    color: #dc2a0b;
  }
  header.menu-colored .flexnav > li:hover {
    background: #dc2a0b;
  }
  header.menu-colored .flexnav > li:hover > a {
    color: #fff;
  }
  header.menu-colored .flexnav > li:hover > a:after {
    color: #fff;
  }
  header.menu-colored .flexnav > li ul li.active > a {
    background: #f2f2f2;
  }
  header.menu-colored .flexnav > li ul li > a:hover {
    background: #dc2a0b;
    color: #fff;
  }
}
/* Header v5 */
@media all and (min-width: 992px) {
  .header-centered .logo {
    text-align: center;
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .header-centered .nav-main .flexnav {
    text-align: center;
  }
  .header-centered .nav-main .flexnav > li > a {
    padding-left: 28px;
    padding-right: 28px;
  }
}
/* Header v6 */
header.menu-pills {
  /* Navigation styles - For Desktop */
}
@media all and (min-width: 992px) {
  header.menu-pills .flexnav {
    background: none;
    padding-top: 35px;
  }
  header.menu-pills .flexnav > li {
    border-radius: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    /* Submenu */
  }
  header.menu-pills .flexnav > li > a {
    line-height: 44px;
  }
  header.menu-pills .flexnav > li > a:before {
    display: none;
  }
  header.menu-pills .flexnav > li.active {
    background: none;
  }
  header.menu-pills .flexnav > li.active > a {
    color: #dc2a0b;
  }
  header.menu-pills .flexnav > li:hover {
    background: #dc2a0b;
  }
  header.menu-pills .flexnav > li:hover.item-with-ul {
    border-radius: 8px 8px 0 0;
  }
  header.menu-pills .flexnav > li:hover > a {
    color: #fff;
  }
  header.menu-pills .flexnav > li:hover > a:after {
    color: #fff;
  }
  header.menu-pills .flexnav > li ul {
    border-radius: 0 8px 8px 8px;
    background: #dc2a0b;
  }
  header.menu-pills .flexnav > li ul li.active > a {
    background: #2f2f2f;
  }
  header.menu-pills .flexnav > li ul li > a {
    color: #fff;
  }
  header.menu-pills .flexnav > li ul li > a:after {
    color: #fff;
  }
  header.menu-pills .flexnav > li ul li > a:hover {
    background: #2f2f2f;
    color: #fff;
  }
  header.menu-pills .flexnav > li ul li + li a {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  header.menu-pills .flexnav > li ul li:first-child > a {
    border-radius: 0 8px 0 0;
  }
  header.menu-pills .flexnav > li ul li:last-child > a {
    border-radius: 0 0 8px 8px;
  }
  header.menu-pills .flexnav > li ul ul {
    border-radius: 8px;
  }
  header.menu-pills .flexnav > li ul ul li:first-child > a {
    border-radius: 8px 8px 0 0;
  }
}
/* One Page */
header.header-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0 !important;
}
.one-page.sticky-header {
  padding-top: 0 !important;
}
.one-page .tp-banner-holder {
  border-top: none;
}
.one-page .footer-copyright {
  padding: 60px 0;
}
.one-page .footer .social-links {
  margin-bottom: 20px;
}
.one-page .page-content {
  padding: 0;
}
/*
// #Sliders
// --------------------------------------------------
*/
/* Revolution Slider */
.tp-banner {
  max-height: 526px;
}
.tp-banner-container .tp-caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
.tp-banner-holder {
  border-top: 6px solid #d4d4d4;
  border-bottom: 6px solid #d4d4d4;
  position: relative;
  background: #2f2f2f;
}
.tp-banner-holder:before,
.tp-banner-holder:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #bfbfbf;
}
.tp-banner-holder:before {
  top: -6px;
}
.tp-banner-holder:after {
  bottom: -6px;
}
.tp-banner-container {
  position: relative;
}
.tp-banner {
  width: 100%;
  padding: 0;
  position: relative;
}
.tp-banner ul {
  padding-left: 0;
  list-style: none;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/* Revolution Slider (Custom styles) */
.tp-dottedoverlay.filled {
  background: #000000;
  opacity: 0.52;
  filter: alpha(opacity=80.00000000000001);
  height: 0%;
  top: 0%;
}
.tp-dottedoverlay.twoxtwo-custom {
  background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.52) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.tp-caption.large_bold_white,
.tp-caption.mediumwhitebg {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.tp-caption.large_bold_white {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.tp-caption.mediumwhitebg {
  line-height: 1em;
  padding: 7px 15px;
}
.tp-caption.finewide_small_white {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  line-height: 24px;
  margin-top:570px;
}
.tp-caption.stability_large_white {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #fca73b;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 32px;
  font-family: 'Anton', sans-serif;
  line-height: 72px;
  margin-top:360px;
}
.tp-caption.stability_large_white_amp {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 72px;
  font-family: 'Goudy Bookletter 1911', serif;
  line-height: 72px;
}
.tp-caption.stability_large_white_bg {
  border-width: 0px;
  border-style: none;
  border-color: #000000;
  background-color: transparent;
  color: #2f2f2f;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 72px;
  font-family: 'Anton', sans-serif;
  line-height: 72px;
}
.tp-caption.stability_graydivider2px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 77px;
  min-height: 2px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.stability_verysmall_white_mw {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  letter-spacing: 0;
  width: 780px;
  white-space: normal !important;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
  margin-top:370px;
}
.tp-caption.modern_medium_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: 'Muli', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.with-icon .icon {
  width: 100px;
  height: 100px;
  font-size: 48px;
  line-height: 100px;
  margin-bottom: 0;
}
.tp-caption.with-icon .circled .icon:after {
  background: rgba(0, 0, 0, 0.1);
}
/* Banner Timer */
.tp-bannertimer {
  display: none;
}
/* Bullets (pagination) */
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0px 0px;
}
.tp-bullets.simplebullets .bullet {
  position: relative;
  display: inline-block;
  margin: 0 6px !important;
  width: 16px !important;
  height: 16px !important;
  padding: 3px !important;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tp-bullets.simplebullets .bullet:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #2f2f2f;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #dc2a0b;
}
.tp-bullets.simplebullets .bullet:hover:after,
.tp-bullets.simplebullets .bullet.selected:after {
  background: #dc2a0b;
}
.tparrows {
  display: block;
  font-size: 14px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  line-height: 42px;
  background: none !important;
}
.tparrows:before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tparrows:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: #2f2f2f;
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #f7f7f7;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.tparrows:hover {
  color: #fff;
}
.tp-leftarrow:after {
  content: '\f053';
}
.tp-rightarrow:after {
  content: '\f054';
}
.tparrows.tp-rightarrow:after {
  margin-left: 1px;
}
.tparrows:hover:after {
  background: #fff;
  color: #2f2f2f;
}
/* Royal Slider (custom styles) */
.sliderHolder {
  padding: 40px 0 0 0;
  border-top: 5px solid #d4d4d4;
  position: relative;
}
.sliderHolder:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #bebebe;
}
.royalSlider {
  width: 100%;
  height: 240px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .royalSlider {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .royalSlider {
    height: 580px;
  }
}
.rsOverlay {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  height: 80%;
  background: #000;
}
@media (min-width: 768px) {
  .rsOverlay {
    height: 66%;
    top: 17%;
  }
}
.bContainer {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bContainer {
    top: 30%;
  }
}
.bContainer .txtCent {
  width: 100%;
  text-align: center;
}
.bContainer .txtCent.stability_verysmall_white_mw {
  width: auto;
  margin: 0 auto;
}
.bContainer .stability_large_white {
  padding: 13px 0;
  margin-bottom: 18px;
}
.bContainer .stability_large_white span {
  font-family: 'Goudy Bookletter 1911', serif;
}
.bContainer .stability_graydivider2px {
  min-width: 37px;
  max-width: 37px;
  height: 2px;
  left: 50%;
  position: absolute !important;
  top: 6px;
}
@media (min-width: 768px) {
  .bContainer .stability_graydivider2px {
    top: 10px;
    min-width: 77px;
    max-width: 77px;
  }
}
.bContainer .stability_graydivider2px.left {
  margin-left: -90px;
}
@media (min-width: 768px) {
  .bContainer .stability_graydivider2px.left {
    margin-left: -140px;
  }
}
@media (min-width: 992px) {
  .bContainer .stability_graydivider2px.left {
    margin-left: -160px;
  }
}
.bContainer .stability_graydivider2px.right {
  margin-left: 50px;
}
@media (min-width: 768px) {
  .bContainer .stability_graydivider2px.right {
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  .bContainer .stability_graydivider2px.right {
    margin-left: 80px;
  }
}
.bContainer .finewide_small_white {
  font-size: 14px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .bContainer .finewide_small_white {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .bContainer .finewide_small_white {
    font-size: 24px;
    line-height: 1em;
  }
}
.bContainer .stability_large_white {
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bContainer .stability_large_white {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .bContainer .stability_large_white {
    font-size: 72px;
    line-height: 1em;
    margin-bottom: 18px;
  }
}
.bContainer .stability_verysmall_white_mw {
  font-size: 11px;
  line-height: 1.5em;
  max-width: 300px;
}
@media (min-width: 768px) {
  .bContainer .stability_verysmall_white_mw {
    font-size: 13px;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .bContainer .stability_verysmall_white_mw {
    font-size: 16px;
    line-height: 20px;
  }
}
.rsABlock {
  position: relative;
}
.rsThumb {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding: 23px;
  color: #2f2f2f;
  border-left: 1px solid #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rsThumb:first-child {
  border-left: none;
}
.rsThumb.rsNavSelected {
  color: #fff;
}
/*
// #Content
// --------------------------------------------------
*/
/* Page Heading */
.page-heading {
  background: #118c4b;
  position: relative;
  text-align: center;
  /* Page Title */
  /* Breadcrumbs */
}
@media (min-width: 992px) {
  .page-heading {
    text-align: left;
  }
}
.page-heading:before,
.page-heading:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}
/*.page-heading:before {
  top: -6px;
}
.page-heading:after {
  bottom: -6px;
}*/
.page-heading h1 {
  font-size: 24px;
  margin: 0;
  color: #fff;
  padding: 25px 0 10px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-heading h1 {
    padding: 10px 0 0 0;
  }
}
.page-heading .breadcrumb {
  background: none;
  text-align: center;
  font-size: 10pt;
  text-transform: uppercase;
  margin: 0;
  padding:10px 0;
}
@media (min-width: 992px) {
  .page-heading .breadcrumb {
   	text-align: right;
	padding: 18px 0;
	font-size: 10pt;
	font-family: segoe UI;
}
  }
}
.page-heading .breadcrumb > li + li:before {
  content: "\2022";
  padding-right: 6px;
}
.page-heading .breadcrumb a {
  color: #fff;
}
.page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-dark {
  margin: 70px -100% 70px -100%;
  padding: 55px 100% 60px 100%;
  background: #2f2f2f;
  overflow: hidden;
}
.section-light {
  margin: 70px -100% 70px -100%;
  padding: 55px 100% 60px 100%;
  background: #f7f7f7;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.section-bottom {
  margin-bottom: -64px !important;
}
/* One Page section */
.section {
  padding: 80px 0;
}
.section.light {
  background: #fff;
}
.section.dark {
  background: #2f2f2f;
  color: #a3a3a3;
}
.section.dark h1,
.section.dark .h1,
.section.dark h2,
.section.dark .h2,
.section.dark h3,
.section.dark .h3,
.section.dark h4,
.section.dark .h4,
.section.dark h5,
.section.dark .h5,
.section.dark h6,
.section.dark .h6 {
  color: #fff;
}

h4.title{
	font-size:11pt;
}

.section.dark label {
  color: #a3a3a3;
}
.section.section__nopadding {
  padding: 0;
}
.section .googlemap-wrapper {
  margin: 0;
}
/* Featured Section */
.featured-section {
  margin: 70px -100% 70px -100%;
  padding: 0 100% 0 100%;
  background-image: url(../images/samples/slide-bg-sm.html);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) {
  .featured-section {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.featured-section.featured-section__alt {
  margin-bottom: -40px;
}
h2 + .featured-section {
  margin-top: 30px;
}
.featured-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.featured-item {
  height: 300px;
  padding: 35px;
  position: relative;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .featured-item:before {
    left: -15px;
    right: auto;
    bottom: 0;
    width: 1px;
    height: 20px;
  }
}
.featured-item:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 15px;
  top: 15px;
  left: -15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-item:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .featured-item:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .row > [class^='col-']:first-child .featured-item:before {
    display: none;
  }
}
.row > [class^='col-']:first-child .featured-item:after,
.row > [class^='col-']:nth-child(3n) .featured-item:after {
  display: none;
}
.featured-item .featured-link {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}
.featured-item .featured-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 60px;
}
.featured-item .featured-icon {
  font-size: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.featured-item .featured-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.featured-item .featured-subtitle {
  color: #fff;
  line-height: 1.5em;
}
.featured-item .featured-desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .featured-item .featured-desc {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.featured-item .featured-desc > p {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (min-width: 992px) {
  .featured-item:hover {
    background-color: #dc2a0b;
  }
  .featured-item:hover .featured-icon {
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
  .featured-item:hover .featured-title {
    -webkit-animation: smallToBig 300ms ease;
    animation: smallToBig 300ms ease;
  }
  .featured-item:hover .featured-desc {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
/*
// #Widgets
// --------------------------------------------------
*/
.widget__sidebar {
  margin-bottom: 40px;
}
/* Base Widgets */
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  padding: 4px 0 2px 17px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #dc2a0b;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  margin-top: 1em;
  margin-bottom: -1em;
}
.widget_recent_comments ul li:before {
  content: "\f075";
}
/* Widget :: Latest Post Widget */
.widget .latest-posts-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget .latest-posts-list > li {
  overflow: hidden;
}
.widget .latest-posts-list > li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget .thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.widget .date {
  display: block;
  color: #b4b8be;
  margin-bottom: .5em;
  font-size: 11px;
}
.widget .title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Muli', sans-serif;
  overflow: hidden;
}
.widget .title > a {
  -webkit-transition: none;
  transition: none;
  padding-top: .3em;
}
.widget .title > a:hover {
  color: #dc2a0b;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.widget.widget__footer .latest-posts-list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget.widget__footer .date {
  color: #fff;
}
.widget.widget__footer .title > a {
  color: #a3a3a3;
}
.widget.widget__footer .title > a:hover {
  color: #dc2a0b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* Widget :: Contacts Info */
.contacts-widget .contacts-info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.contacts-widget .contacts-info-list > li {
  position: relative;
  padding-left: 50px;
  min-height: 32px;
  display: table;
}
.contacts-widget .contacts-info-list > li + li {
  margin-top: 22px;
}
.contacts-widget .contacts-info-list > li .info-item {
  display: table-cell;
  vertical-align: middle;
}
.contacts-widget .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f2f2f;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.section.dark .contacts-widget .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.1);
}
.contacts-widget .contacts-info-list > li a {
  -webkit-transition: none;
  transition: none;
}
.contacts-widget .contacts-info-list > li a:hover {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.contacts-widget.widget__footer .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.contacts-widget.widget__footer .contacts-info-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contacts-widget.widget__footer .contacts-info-list > li a:hover {
  text-decoration: none;
  color: #dc2a0b;
}
/* Widget :: Flickr */
.widget_flickr {
  overflow: hidden;
}
.widget_flickr .flickr-feed {
  padding-left: 0;
  list-style: none;
  margin-right: -15px;
}
.widget_flickr .flickr-feed > li {
  float: left;
  margin: 0 0 15px 0;
  width: 33.3%;
  padding-right: 15px;
}
@media (min-width: 400px) {
  .widget_flickr .flickr-feed > li {
    width: 25%;
  }
}
@media (min-width: 620px) {
  .widget_flickr .flickr-feed > li {
    width: 16.66%;
  }
}
@media (min-width: 992px) {
  .widget_flickr .flickr-feed > li {
    width: 33.3%;
  }
}
.widget_flickr .flickr-feed > li > a {
  display: block;
  border: 0 solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:hover {
  border: 4px solid #dc2a0b;
}
.widget_flickr .flickr-feed > li > a img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a img:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget_flickr.widget__footer .flickr-feed > li > a:hover {
  border: 4px solid #fff;
}
/* Widget :: Tag Cloud */
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin: 0 3px 6px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer-widgets .widget_tag_cloud .tagcloud a {
  border-color: rgba(255, 255, 255, 0.1);
}
.widget_tag_cloud .tagcloud a:hover {
  background: #fff;
  border-color: #fff;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.widget_tag_cloud.widget__sidebar .tagcloud a {
  color: #2f2f2f;
  border-color: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}
.widget_tag_cloud.widget__sidebar .tagcloud a:hover {
  background: #2f2f2f;
  color: #fff;
}
/* Widget :: Tabbed */
.tabbed-widget .tabs .tab-content {
  padding: 15px;
}
@media (max-width: 1199px) {
  .tabbed-widget .tabs .nav-tabs > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.tabbed-widget .tabs .nav-tabs > li > a .fa {
  margin-right: 0;
}
/*
// #Page :: About Us
// --------------------------------------------------
*/
/* Team List */
.team-list {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: -20px;
}
.team-list > li {
  margin-bottom: 40px;
}
.team-list > li:before,
.team-list > li:after {
  content: " ";
  display: table;
}
.team-list > li:after {
  clear: both;
}
@media (min-width: 767px) and (max-width: 992px) {
  .team-list > li .alignnone {
    float: left;
    margin-right: 20px;
  }
}
.team-list > li .team-head .team-head-info {
  color: #b4b8be;
  display: block;
  padding-bottom: 5px;
}
.team-list > li .team-head .team-social {
  margin-bottom: 15px;
}
.team-list > li .team-head .team-social > li {
  padding-bottom: 5px;
}
.team-list > li .team-head .team-social > li .fa {
  width: 20px;
  text-align: right;
  font-size: 14px;
  color: #b4b8be;
  margin-right: 10px;
}
.team-list > li .team-excerpt {
  overflow: hidden;
}
@media (min-width: 992px) {
  .team-list > li .team-excerpt {
    height: 60px;
  }
}
/* Team Member */
.team-single-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.team-single-head h2 {
  margin-bottom: .2em;
}
/*
// #Page :: 404 Error Page
// --------------------------------------------------
*/
.error-title {
  font-size: 110px;
  color: #dc2a0b;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  margin: 0 0 .3em 0;
}
@media (min-width: 992px) {
  .error-title {
    font-size: 220px;
  }
}
/*
// #Page :: Coming Soon
// --------------------------------------------------
*/
/* Header v7 (Coming Soon) */
.header-coming-soon {
  text-align: center;
  border-top: 4px solid #2f2f2f;
  border-bottom: 1px solid #ddd;
}
.header-coming-soon .header-main {
  display: block;
  margin: 0;
  padding: 30px 0;
  height: auto;
}
.header-coming-soon .header-main:before,
.header-coming-soon .header-main:after {
  content: " ";
  display: table;
}
.header-coming-soon .header-main:after {
  clear: both;
}
@media (min-width: 992px) {
  .header-coming-soon .header-main {
    padding: 80px 0;
  }
}
.header-coming-soon .header-main > .container {
  margin-bottom: 0;
  height: auto;
}
.header-coming-soon .header-main .logo {
  display: block;
  float: none;
  height: auto;
}
.main__padd-top {
  padding-top: 0;
}
@media (min-width: 768px) {
  .main__padd-top {
    padding-top: 80px;
  }
}
/* Countdown */
.countdown {
  position: relative;
  padding: 40px 0 20px 0;
}
.countdown [class^="col-"] div {
  display: block !important;
  margin: 0 auto !important;
}
.countdown .count-label {
  display: block;
  text-align: center;
}
.googlemap-wrapper {
  position: relative;
  margin: -65px 0 50px 0;
}
.googlemap-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 200px;
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 390px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #2f2f2f;
  content: '\f110';
  text-align: center;
  font-size: 20px;
  font-family: 'FontAwesome';
  line-height: 30px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
// #Blog
// --------------------------------------------------
*/
.entry {
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .entry {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .entry.entry__with-icon {
    padding: 0 0 23px 100px;
  }
}

footer.entry-footer a, .cust-pad {
padding: 10px 8px;
font-size: 14px;
border-radius: 4px;
}

.partner-txt{ font-style:italic; margin-top:7px;}
.partner-txt a{ color:#02637D; font-weight: normal !important; font-style:normal !important}
.partner-txt a:hover, .partner-txt a:focus{color:#09404F; text-decoration:none}
a{text-decoration:none;}

.entry.entry__with-icon .entry-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 62px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  background-color: #dc2a0b;
  background-image: url(../images/noise.png);
  border-radius: 50%;
  border: 4px solid #ebebeb;
  color: #fff;
}
.entry .entry-header {
  margin-bottom: 5px;
  text-align: left;
}
.entry .entry-header h2 {
  margin-bottom: .25em;
}
.entry .entry-header h2 > a {
  color: #2f2f2f;
}
.entry .entry-header h2 > a:hover {
  text-decoration: none;
  color: #dc2a0b;
}
.entry .entry-meta {
  font-size: 12px;
  color: #b4b8be;
  font-style: italic;
}
.entry .entry-meta > span:before {
  content: "/";
  display: inline-block;
  padding: 0 6px 0 2px;
}
.entry .entry-meta > span:first-child:before {
  display: none;
}
.entry .entry-meta a {
  border-bottom: 1px solid transparent;
}
.entry .entry-meta a:hover {
  text-decoration: none;
  border-bottom: 1px solid #dc2a0b;
}
.entry .entry-thumb {
  overflow: hidden;
  padding: 6px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  margin: 0 auto 5px auto;
  text-align: left;
}
@media (min-width: 992px) {
  .entry .entry-thumb {
    display: block;
  }
}
.entry .entry-thumb > a {
  display: block;
  position: relative;
}
.entry .entry-thumb > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #dc2a0b;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.entry .entry-thumb > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
  z-index: 2;
  margin: -8px 0 0 -13px;
  content: "\f0c1";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entry .entry-thumb:hover > a:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.entry .entry-thumb:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.entry .entry-thumb:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.entry .entry-thumb img {
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0;
  width:533px !important;
  height:120px !important;
}
.entry .excerpt {
  margin-bottom: 11px;
  text-align: left;
}
.entry .entry-footer {
  text-align: left;
}
.entry .entry-content {
  text-align: left;
}
.entry.entry__image .entry-thumb img {
  margin-bottom: 0;
}
.entry.entry__link .entry-header {
  margin-bottom: 0;
}
.entry.entry__link .entry-header h2 {
  margin-bottom: .5em;
}
.entry.entry__link .entry-url {
  display: block;
  font-size: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f4f4f4;
}
.entry.entry__quote .entry-header {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #f4f4f4;
}
.entry.entry__quote .quote-holder .quote-inner {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #2f2f2f;
}
/* Timeline */
@media (min-width: 992px) {
  .timeline {
    position: relative;
  }
  .timeline:before {
    content: "";
    display: block;
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ebebeb;
  }
  .timeline .entry {
    margin-left: 20%;
    margin-left: 115px;
    padding-left: 0;
  }
  .timeline .entry .entry-icon {
    position: absolute;
    left: -114px;
    top: 0;
  }
  .timeline .entry .entry-date {
    display: none;
    position: absolute;
    left: -190px;
    top: 27px;
  }
  .timeline .entry .entry-date + span:before {
    display: none;
  }
}
/* Comments */
.comments-wrapper {
  padding-bottom: 50px;
}
.commentlist {
  padding-left: 0;
  list-style: none;
  /* Nested Comments */
}
.commentlist li .comment-wrapper {
  background: #f7f7f7;
  padding: 18px 18px 20px 86px;
  margin-bottom: 30px;
  position: relative;
  border-left: 3px solid #dcdcdc;
}
.commentlist li .comment-wrapper:before,
.commentlist li .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li .comment-wrapper:after {
  clear: both;
}
@media (min-width: 992px) {
  .commentlist li .comment-wrapper {
    padding: 24px 24px 36px 116px;
  }
}
.commentlist li .comment-wrapper .gravatar {
  display: block;
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  width: 50px;
  height: auto;
}
@media (min-width: 992px) {
  .commentlist li .comment-wrapper .gravatar {
    width: 70px;
    height: auto;
    left: 24px;
    top: 24px;
  }
}
.commentlist li .comment-author {
  padding-top: 7px;
}
@media (min-width: 992px) {
  .commentlist li .comment-author {
    float: left;
  }
}
.commentlist li .comment-author h5 {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: .2em;
}
.commentlist li .comment-reply {
  padding-top: 8px;
}
@media (min-width: 992px) {
  .commentlist li .comment-reply {
    float: right;
    padding-top: 0;
  }
}
.commentlist li .comment-reply .btn .fa {
  margin-right: 7px;
}
.commentlist li .comment-meta {
  font-size: 12px;
  font-style: italic;
}
.commentlist li .comment-meta > a {
  color: #b4b8be;
}
.commentlist li .comment-body {
  clear: both;
  padding: 12px 0 0 0;
}
.commentlist .children {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .commentlist .children {
    display: inline-block;
    margin-left: 100px;
  }
}
.commentlist .bypostauthor .comment-wrapper {
  border-left-color: #dc2a0b;
}
/* Comment Form */
.comment-respond .reply-title {
  margin-bottom: .5em;
}
/*
// #Portfolio
// --------------------------------------------------
*/
/*  Project Feed Filter  */
.project-feed-filter {
  padding-left: 0;
  list-style: none;
  margin: 0 0 30px -2px;
}
.project-feed-filter > li {
  display: inline-block;
  padding: 0 2px;
  margin-right:16px;
}
.project-feed-filter > li .btn-primary {
  text-shadow: none !important;
}
@media (max-width: 400px) {
  .project-feed-filter > li {
    display: block;
    margin-bottom: 5px;
  }
  .project-feed-filter > li .btn {
    display: block;
    width: 100%;
  }
}
/*  Project Feed  */
.project-feed {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .project-feed.project-feed__4cols .project-item {
    width: 16%;
  }
}
.project-feed.project-feed__fullw {
  overflow: hidden;
  border: none;
  padding: 0;
}
.project-feed.project-feed__fullw .project-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) and (min-width: 406px) {
  .project-feed.project-feed__fullw .project-item {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .project-feed.project-feed__fullw .project-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .project-feed.project-feed__fullw .project-item {
    width: 20%;
  }
}
.project-feed.project-feed__fullw .project-item .project-img img {
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
}
.project-feed.project-feed__fullw .project-item .overlay {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/*  Project Item Overlay */
.project-item {
  margin-bottom: 30px;
}
@media (min-width: 406px) and (max-width: 767px) {
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.project-item .project-item-inner {
  background: #f7f7f7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-dark .project-item .project-item-inner {
  background: rgba(255, 255, 255, 0.08);
}
.project-item .project-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.project-item .project-img > img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.section-dark .project-item .project-img > img {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.project-item .overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: hidden;
  right: 7px;
  bottom: 13px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-item .dlink,
.project-item .zoom {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #dc2a0b;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 38px;
  text-align: center;
  z-index: 2;
}
.project-item .dlink:hover,
.project-item .zoom:hover {
  background: #dc2a0b;
  color: #fff;
}
.project-item .dlink .fa,
.project-item .zoom .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
}
.project-item .dlink {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.project-item .zoom {
/*  right: 0;*/
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.project-item .project-img:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-item .project-img:hover .dlink,
.project-item .project-img:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*  Portfolio Description  */
.project-desc {
  text-align: center;
  padding: 7px 12px;
}
.project-desc .title {
  margin-bottom: 5px;
}
.project-desc .title > a {
  color: #2f2f2f;
}
.section-dark .project-desc .title > a {
  color: #fff;
}
.project-desc .title > a:hover {
  color: #dc2a0b;
  text-decoration: none;
}
.project-desc .desc {
	color: #616161;
	font-style: italic;
	font-size: 14px;
}
.section-dark .project-desc .desc {
  color: #aeaeae;
}
/*  Isotope Plugin  */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.portfolio-sidebar-bottom {
  margin-bottom: -64px;
}
.portfolio-sidebar-bottom .project-feed {
  margin-bottom: 0;
}
/*
// #Footer
// --------------------------------------------------
*/
.footer {
  background: #fff; border-top: 2px solid #118c4b;
  color: #343434;
}
.footer a {
  color: #fff;
}
.footer.footer__light {
  background: none;
}
/* Footer Widgets */
.footer-widgets {
  padding: 50px 0 14px 0;
}
/* Footers Widgets specific styling */
.widget__footer {
  margin-bottom: 20px;
  /* Widget Title */
  /* Thumbnail */
  /* Base Widgets */
}
.widget__footer .widget-title {
  font-size: 12px;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #C5C5C5;
  font-style: normal !important;
}
.widget__footer .thumbnail {
  padding: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.widget__footer .thumbnail:hover {
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget__footer .thumbnail:hover img {
  border-color: #fff;
}
.widget__footer .thumbnail img {
  border: 1px solid #2f2f2f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.text_normal{
	font-style: normal !important;
	font-weight: normal !important;
	}


.widget__footer.widget_archive ul li,
.widget__footer.widget_nav_menu ul li,
.widget__footer.widget_meta ul li,
.widget__footer.widget_pages ul li,
.widget__footer.widget_recent_comments ul li,
.widget__footer.widget_recent_entries ul li,
.widget__footer.widget_categories ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget__footer.widget_archive ul li:before,
.widget__footer.widget_nav_menu ul li:before,
.widget__footer.widget_meta ul li:before,
.widget__footer.widget_pages ul li:before,
.widget__footer.widget_recent_comments ul li:before,
.widget__footer.widget_recent_entries ul li:before,
.widget__footer.widget_categories ul li:before {
  color: rgba(255, 255, 255, 0.09);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget__footer.widget_archive ul li:hover,
.widget__footer.widget_nav_menu ul li:hover,
.widget__footer.widget_meta ul li:hover,
.widget__footer.widget_pages ul li:hover,
.widget__footer.widget_recent_comments ul li:hover,
.widget__footer.widget_recent_entries ul li:hover,
.widget__footer.widget_categories ul li:hover {
  background: #dc2a0b;
  padding-left:22px;
  color: #fff;
}
.widget__footer.widget_archive ul li:hover:before,
.widget__footer.widget_nav_menu ul li:hover:before,
.widget__footer.widget_meta ul li:hover:before,
.widget__footer.widget_pages ul li:hover:before,
.widget__footer.widget_recent_comments ul li:hover:before,
.widget__footer.widget_recent_entries ul li:hover:before,
.widget__footer.widget_categories ul li:hover:before {
  color: #fff;
  left: 12px;
}
.widget__footer.widget_archive ul li:hover > a,
.widget__footer.widget_nav_menu ul li:hover > a,
.widget__footer.widget_meta ul li:hover > a,
.widget__footer.widget_pages ul li:hover > a,
.widget__footer.widget_recent_comments ul li:hover > a,
.widget__footer.widget_recent_entries ul li:hover > a,
.widget__footer.widget_categories ul li:hover > a {
  color: #fff;
  text-decoration: none;
}
/* Copyright */
.footer-copyright {
  border-top: 1px solid #191919;
  background: #212121;
  font-size: 11px;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copyright {
    text-align: left;
  }
}
.footer-copyright a {
  color: #969696;
}
.footer-copyright .social-links-wrapper {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .footer-copyright .social-links-wrapper {
    text-align: right;
    padding-top: 0;
  }
}
.footer-copyright .social-links-wrapper .social-links {
  display: inline-block;
  vertical-align: middle;
}
.footer__light .footer-copyright {
  background: none;
  border-top-color: #ddd;
}
.footer__light .footer-copyright a {
  color: #2f2f2f;
}
.footer__light .footer-copyright .social-links > li > a {
  border-color: #ddd;
  background: #eee;
}
.footer__light .footer-copyright .social-links > li > a:hover {
  border-color: #2f2f2f;
  background: #2f2f2f;
  color: #fff;
}
/* Loader */
#qLpercentage {
  font-family: 'Anton', sans-serif;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


/* Custom Style */
.main-heading{text-align: center;}
.more{float: right;margin: 3% 3% 0 0;}
.product_image {
position: relative;
padding-bottom: 10px;
margin: 0 auto;
}
.product_image img{width:100%;}
.homepage-videowrap{margin: 40px -100% 40px -100%;padding-bottom: 55px !important;background:#F5F5F5;
}
@media (min-width: 992px){
.col-footer {
width: 33% !important;
}
}
.footer-content ul li{ border:none !important;}
.footer-content ul li:hover{ color:#fff !important;}
.footer-content ul li a{font-size: 9pt !important;
color: #343434 !important; font-weight: normal !important; font-style:normal !important}
.footer-content ul li a:hover{color: #4c4c4c !important;}
.row h1,h2{color:#118c4b !important;}

@media (max-width: 500px){
#feedback{display:none;}	
}
#feedback{
	background-color:#9db09f;
	width:238px;
	height:390px;
	position:fixed;
	bottom:0;
	left: 35px;
	margin-bottom:-350px;
	z-index:10000;
}

#feedback .section{
	background:#fafafa;
	border:1px solid #CECECE;
	border-bottom:none;
	padding:10px 25px 49px;
}

#feedback .color{
	float:left;
	height:4px;
	width:50%;
	overflow:hidden;
}

#feedback .color-1{ background-color:#0581a2;}
#feedback .color-2{ background-color:#00cb7c;}

#feedback h6{
color: #0A76A0;
height: 25px;
margin: 4px 0 4px;
cursor: pointer;
font-size: 13pt;

}

#feedback textarea{
	background-color:#fff;
	border:none;
	color:#666666;
	font:13px 'Lucida Sans',Arial,sans-serif;
	height:100px;
	padding:10px;
	width:236px;
	resize:none;
	outline:none;
	overflow:auto;
	
	-moz-box-shadow:4px 4px 0 #8a9b8c;
	-webkit-box-shadow:4px 4px 0 #8a9b8c;
	box-shadow:4px 4px 0 #8a9b8c;
}

#feedback a.submit{
background: #303030;
border: none;
display: block;
margin: 1px auto 0;
text-decoration: none;
width: 91px;
color: #fff !important;
text-align: center;
padding: 7px 0 7px 0;
}

#feedback a.submit:hover{
	background-position:left bottom;
}

#feedback a.submit.working{
	background-position:top right !important;
	cursor:default;
}

#feedback .message{
color: #505050;
margin-bottom: 15px;
font-size:11pt;
}

#feedback .arrow{
	background:url(../images/arrows.png) no-repeat;
	float:right;
	width:23px;
	height:18px;
	position:relative;
	top:0px;
}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}

#feedback .response{
	font-size:21px;
	margin-top:70px;
	text-align:center;
	text-shadow:2px 2px 0 #889889;
	color:#FCFCFC;
	display:block;
}

#feedback input[type="text"]{width: 100%;
padding: 6px 10px;
margin-bottom: 13px;}
#feedback .quicklists{ margin:0 auto;font-size: 11pt;color: #4E4E4E;padding-bottom: 8px;}
.quicklists .mobile{
background: url(../images/mobile.png) no-repeat;
padding: 7px;
background-position: 2px 10px;
margin-right: 7px;
}
.quicklists .mail{
background: url(../images/mail.png) no-repeat;
padding: 7px;
background-position: 0px 13px;
margin-right: 8px;
}

.search-wrap{position: absolute;
z-index: 1000;
right: 104px;
top: 84px;
background-color: white;
padding: 7px;
border-bottom: 3px solid #ccc;
width: 239px;
display:none;
}

.form-control{height: 31px !important;
padding: 4px 12px !important; }

@media (max-width:992px){
	.search-wrap{ display:none;}
}
@media (max-width:992px){
.icon-box-body{ margin:0 auto; text-align:center;}
}

.search-wrap .input-group-btn button {
background:#1898ba !important;
border-color:#0d86a6 !important;
}

.search-wrap .input-group-btn button:hover {
background: #1ab36e !important;
border-color:#0d9a5a !important;
border-left:none !important;
}

.banner-wrapper{
margin: -56px -100% 0px -100% !important;
padding-bottom: 0px !important;
/*background: #F5F5F5 url(../images/banner.png) no-repeat;
background-position-x: 49% !important;*/
height: 455px;
}
.sub-page-content {
padding-top: 30px;
padding-bottom: 20px;
}
.inner-page-content {
padding-top: 30px;
padding-bottom: 64px;
}
.alignnone img {border:none !important; background:none !important;margin: 0 0 6px 0 !important;}
.page-heading .crumb_head{color: #fff !important;
font-size: 18pt !important; margin-bottom:10px;}
.page-heading .crumb_head.custhead{font-size: 21pt !important; margin-top:1%; }
.bord-none img{ border: 0!important; background-color: transparent!important;}

#sideBar{
text-align:left;
}

#sideBar h2{
	color:#FFFFFF;
	font-size:110%;
	font-family:arial;
	margin:10px 10px 10px 10px;
	font-weight:bold !important;
}

#sideBar h2 span{
	font-size:125%;
	font-weight:normal !important;
}
#sideBar{
	position: fixed;
	width: auto;
	height: auto;
	top: 121px;
	right:0px;
	z-index:1000;
	}

#sideBarTab{
	float:left;
	height:137px;
	width:28px;
}

#sideBarTab img{
	border:0px solid #FFFFFF;
}

#sideBarContents{
	float:left;
	overflow:hidden !important;
	width:265px;
	background: #333;
}

#sideBarContentsInner{
padding: 15px 16px 10px 18px;
color: #ACACAC;
}

#sideBarContentsInner input[type="text"]{width: 100%;
padding: 6px 10px;
margin-bottom: 13px;}

#sideBarContentsInner a{background: #009f57;
border: none;
display: block;
margin: 1px auto 0;
text-decoration: none;
width: 85px;
color: #fff !important;
text-align: center;
padding: 6px 0 6px 0;
border-radius: 5px;}
#sideBarContentsInner .captcha{margin: 0 auto;
padding: 0;}
#sideBarContentsInner .captcha input[type="text"]{width: 63% !important;
margin-left: 14px !important;}
.news p{margin: 0 0 .4em 0 !important;}
hr.news {
margin: 13px 0 16px 0;
}
.news span{display: block;
color: #AFAFAF;
font-style: italic;
padding-bottom: 6px;}

.events h5{ text-align: center;
padding: 0;
margin-bottom: 3px;}

.events p{
text-align: center;
color: #797979;
font-style: italic;}
.widget-content a{color:#1898ba}

.widget-content .list ul{margin-bottom:0 !important}

.video-slide{ background:none !important; border:none !important; padding:0 !important;}
.video-slide .list ul li {
position: relative;
padding: 0 0 8px 20px;
color: #313131;
}

h4{padding-top: 13px;
margin-bottom: 0;}

.view-btn{background: #1cd695 !important;
padding: 6px 17px !important;
border: 1px solid #10B97E !important;}

.banner-wrapper img {
width: 100%; height:400px;
}

@media (min-width: 300px),@media (max-width: 800px) {
	.banner-wrapper{margin: 0 -100% -56px !important; height:auto; position:relative; top:-56px;}
}
.opportunities h6{text-transform: none !important;margin: 0;
padding: 9px 0 0 0;}
.opportunities{padding: 10px 20px !important;
background: #F7F7F7 !important;
box-shadow: none !important;
margin-bottom: 10px !important;
}
.opportunities .cta-btn{text-align:right !important}

@media (min-width: 998px){
	.crumb_head{text-align:left !important;
	padding-right: 14px !important;
	}
}

.list ul li{
	padding:0 0 4px 20px!important;
}
p {
	margin: 0 0 .7em 0!important;
}

/******* small group icon ********/
.icon-ba {
border: 0;
background-color: transparent;
background-image: url(../images/icons/benefitalign.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}


.icon-health {
border: 0;
background-color: transparent;
background-image: url(../images/icons/healthcare.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-payorprovider {
border: 0;
background-color: transparent;
background-image: url(../images/icons/payorprovider.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-payors {
border: 0;
background-color: transparent;
background-image: url(../images/icons/payor.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-provider {
border: 0;
background-color: transparent;
background-image: url(../images/icons/provider.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-implement {
border: 0;
background-color: transparent;
background-image: url(../images/icons/implement.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-analystics {
border: 0;
background-color: transparent;
background-image: url(../images/icons/analytics.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-manufacturing {
border: 0;
background-color: transparent;
background-image: url(../images/icons/manufacturing.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-publicsector {
border: 0;
background-color: transparent;
background-image: url(../images/icons/publicsector.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-tele {
border: 0;
background-color: transparent;
background-image: url(../images/icons/tele.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-life {
border: 0;
background-color: transparent;
background-image: url(../images/icons/life.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-airline {
border: 0;
background-color: transparent;
background-image: url(../images/icons/airline.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-311 {
border: 0;
background-color: transparent;
background-image: url(../images/icons/311.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-appdesign {
border: 0;
background-color: transparent;
background-image: url(../images/icons/appdesign.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-architecture {
border: 0;
background-color: transparent;
background-image: url(../images/icons/architecture.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-banking {
border: 0;
background-color: transparent;
background-image: url(../images/icons/banking.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-BI {
border: 0;
background-color: transparent;
background-image: url(../images/icons/BI.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-BIan {
border: 0;
background-color: transparent;
background-image: url(../images/icons/BIan.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-broadcasting {
border: 0;
background-color: transparent;
background-image: url(../images/icons/broadcasting.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-casemanagement {
border: 0;
background-color: transparent;
background-image: url(../images/icons/casemanagement.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-cloud {
border: 0;
background-color: transparent;
background-image: url(../images/icons/cloud.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-cloud2 {
border: 0;
background-color: transparent;
background-image: url(../images/icons/cloud2.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-cloud3 {
border: 0;
background-color: transparent;
background-image: url(../images/icons/cloud3.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-cluster {
border: 0;
background-color: transparent;
background-image: url(../images/icons/cluster.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-cost {
border: 0;
background-color: transparent;
background-image: url(../images/icons/cost.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-crm {
border: 0;
background-color: transparent;
background-image: url(../images/icons/crm.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-customapp {
border: 0;
background-color: transparent;
background-image: url(../images/icons/customapp.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-custombi {
border: 0;
background-color: transparent;
background-image: url(../images/icons/custombi.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-datawarehouse {
border: 0;
background-color: transparent;
background-image: url(../images/icons/datawarehouse.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-device {
border: 0;
background-color: transparent;
background-image: url(../images/icons/device.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-Enterpriseapp {
border: 0;
background-color: transparent;
background-image: url(../images/icons/Enterpriseapp.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-info {
border: 0;
background-color: transparent;
background-image: url(../images/icons/info.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-integration {
border: 0;
background-color: transparent;
background-image: url(../images/icons/integration.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-alfresco {
border: 0;
background-color: transparent;
background-image: url(../images/icons/alfresco.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}




.icon-justice {
border: 0;
background-color: transparent;
background-image: url(../images/icons/justice.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-keyfeatures {
border: 0;
background-color: transparent;
background-image: url(../images/icons/keyfeatures.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-lintegration {
border: 0;
background-color: transparent;
background-image: url(../images/icons/lintegration.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-marketing {
border: 0;
background-color: transparent;
background-image: url(../images/icons/marketing.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-media {
border: 0;
background-color: transparent;
background-image: url(../images/icons/media.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-mobilecrm {
border: 0;
background-color: transparent;
background-image: url(../images/icons/mobilecrm.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-mobiledev {
border: 0;
background-color: transparent;
background-image: url(../images/icons/mobiledev.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-mobilize {
border: 0;
background-color: transparent;
background-image: url(../images/icons/mobilize.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-mortgage {
border: 0;
background-color: transparent;
background-image: url(../images/icons/mortgage.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-process {
border: 0;
background-color: transparent;
background-image: url(../images/icons/process.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-product {
border: 0;
background-color: transparent;
background-image: url(../images/icons/product.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-recrt {
border: 0;
background-color: transparent;
background-image: url(../images/icons/recrt.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-Reporting {
border: 0;
background-color: transparent;
background-image: url(../images/icons/Reporting.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-sales {
border: 0;
background-color: transparent;
background-image: url(../images/icons/sales.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-Salesauto {
border: 0;
background-color: transparent;
background-image: url(../images/icons/Salesauto.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-service {
border: 0;
background-color: transparent;
background-image: url(../images/icons/service.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-services {
border: 0;
background-color: transparent;
background-image: url(../images/icons/services.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-soarch {
border: 0;
background-color: transparent;
background-image: url(../images/icons/soarch.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-support {
border: 0;
background-color: transparent;
background-image: url(../images/icons/support.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-supportservice {
border: 0;
background-color: transparent;
background-image: url(../images/icons/supportservice.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-tax {
border: 0;
background-color: transparent;
background-image: url(../images/icons/tax.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-telecom {
border: 0;
background-color: transparent;
background-image: url(../images/icons/telecom.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}

.icon-Testing {
border: 0;
background-color: transparent;
background-image: url(../images/icons/Testing.png)!important;
width: 45px;
height: 45px;
float: left;
margin-right: 21px;
}




/******* big group icon ********/

.icon-enterprmobility {
border: 0;
background-color: transparent;
background-image: url(../images/icons/mobility_e.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.icon-app {
border: 0;
background-color: transparent;
background-image: url(../images/icons/APP.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.icon-Spercloud {
border: 0;
background-color: transparent;
background-image: url(../images/icons/Spercloud.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.icon-ITmanage {
border: 0;
background-color: transparent;
background-image: url(../images/icons/ITmanage.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.icon-recr_t {
border: 0;
background-color: transparent;
background-image: url(../images/icons/recr_t.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.icon-enterprise {
border: 0;
background-color: transparent;
background-image: url(../images/icons/enterprise.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.icon-contactcenter {
border: 0;
background-color: transparent;
background-image: url(../images/icons/contactcenter.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.icon-qa {
border: 0;
background-color: transparent;
background-image: url(../images/icons/qa.png)!important;
width: 100%;
height: 83px;
clear: both;
margin-right: 21px;
background-repeat: no-repeat;
background-position: top center;
}

.form-field label{ padding:0 !important; margin:0 !important;}
.form-field p{ font-size: 10pt;
color: #949494;
font-style: italic;
padding: 0 !important;
margin-top: -4px !important;
line-height: 13pt;
}
.spacer2 {
height: 25px;
overflow: hidden;
}
.form-field label:after {
content: "*";
color: red;
padding-left: 4px;
}
.form-field {
margin-top: 0px;
}
.area-field{ height:auto !important}
.news-wrap{ background:none !important}

@media only screen 
and (min-width : 100px) {
	.mgntop{ margin-top:27%; overflow:auto}
}

@media only screen 
and (min-width : 500px) {
	.mgntop{ margin-top:15%; overflow:auto}
}
@media only screen 
and (min-width : 700px) {
	.mgntop{ margin-top:8%; overflow:auto}	
}
.cst-pop {
width: 141px;
height: 97%;
border-radius: 0;
background-color: #1898ba!important;
}
.modal-content{padding: 20px !important;}
@media (min-width: 768px){
.modal-dialog {
width: 60%;
margin: 30px auto;
}
}
.h-5{height:5px !important; overflow:hidden;}
.h-10{height:10px !important; overflow:hidden;}
.h-27{height:27px !important; overflow:hidden;}
.h-39{height:39px !important;}
.h-50{height:50px !important;}
.h-80{height:80px !important; overflow:hidden;}
img.icon-box.boxed.cust-pd {
	padding: 10px!important;
	margin-bottom: 8px!important;
}
.textright{
text-align: right;
padding-right: 15px !important;}

/*======News Ticker=====*/

.clear {
	clear: both;
}
.slide_news{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-size: 13px;
    padding: 0px;
}

.slide_news > li {
    list-style: none inside none;
}

/*======News Ticker=====*/
.tp-caption.stability_large_white div.tp-splitted {
    margin-top: -17px;
}
.tp-caption.finewide_small_white div.tp-splitted {
    margin-top: -17px;
}
.tp-caption.stability_verysmall_white_mw div.tp-splitted {
    margin-top: -2px;
}

div.tp-caption.finewide_small_white.customin.customout.tp-resizeme.start.splitted {
  /*  top: -103px!important;*/
}


.custom-tweet-window {
    overflow: hidden;
    width: 100%;
	min-height:223px;
}
.custom-tweet-window iframe {
    margin-bottom: -43px;
    height: 205px;
}

.cust-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
    margin-bottom: 15px;
}
.cust-thumbnail img {
    width: 247px;
    height: 100px;
}
.clr_btn{
	padding: 12px 5px !important;}
	
.country .btn-primary {
background: #ccc;
border: none;
border-radius: 0;
padding: 5px !important;
}
.country .btn-primary:hover{border:none !important; background:#ccc !important;}



.sec2 {
width: 100%;
min-height: 50px;
border-bottom: 1px solid #dcdcdc;
padding-bottom: 20px;
margin-bottom:20px;
}
.reserve { float:right; margin-bottom:10px;}

.sec2 h5 {
color: #2c2f35;
font-size: 1.2em;
font-weight: normal;
margin: 1px 0 13px;
text-align: left;
text-transform: uppercase;
}

.sec2 p {
min-height: 10px;
line-height: 17pt;
}

.new-date {
font-style: italic;
color: #A3A3A3;
font-size: 10pt;
}

.solution {
  color: #FF6300;
  text-decoration: none;
}
.solution:hover {
  color: #A44400;
  text-decoration: none;
}
.owl-buttons {display: none!important;}

.tp-banner-container li a {
    position: absolute;
    right: 9%;
    margin-top: -4%;
    z-index: 5;
}
.tp-bullets {
    display: none;
}
.oracle-partner-sec {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oracle-partner-sec  img{
	float:right;
}

.social-links > li > a {
display: inline-block;
font-size: 14px !important;
width: 35px !important;
height: 35px !important;
line-height: 35px !important;
text-align: center;
background: #373737;
border-radius: 50%;
border: 1px solid #444;
color: #707070;
-webkit-transition: none;
transition: none;
}

.social-links > li {
padding-left: 1px !important;
padding-right: 2px !important;
vertical-align: top;
display: inline;
}

a.facebook-icon {
    background-color: #6292bc!important;
	color:#ffffff!important;
}
a.twitter-icon {
    background-color: #3fcbf6!important;
	color:#ffffff!important;
}
a.linkedin-icon {
    background-color: #67add3!important;
	color:#ffffff!important;
}
a.google-icon {
    background-color: #d95434!important;
	color:#ffffff!important;
}
a.youtube-icon {
    background-color: #cf3427!important;
	color:#ffffff!important;
}

a.facebook-icon:hover, 
a.twitter-icon:hover, 
a.linkedin-icon:hover, 
a.google-icon:hover, 
a.youtube-icon:hover {
  background: #fff!important;
  border-color: #fff!important;
  color: #2f2f2f!important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.right-side-box{
	 background: none repeat scroll 0 0 #f7f7f7;
	 padding:10px 20px;
	 border:1px solid #dcdcdc;
	 /*float:right;*/
	 
	 margin-bottom: 15px;
    margin-left: 2px;
}

.list-case{
	font-size:11pt; 
	line-height:20pt;
	margin-bottom:9px;
	border-bottom:1px dotted #ccc;
}


.list-case:last-child{
	border-bottom:none;
}

@media (min-width: 992px){
.culture_video{margin-top: 65px;}
}

.blue{color:#168293 !important}


hr.top-margin {
margin: 25px 0;
}
h1.main-heading.margin-top {
margin-top: 22px;
}

.list.alin-parag ul {
    padding-left: 20px;
}

.list.alin-parag ul li {
    margin-left: -20px;
}

.top-spacing {
    margin-top: 27px;
}
.cust-height {
    height: auto!important;
}

input[name="datejoin"] {
    width: 45%;
    border: 1px solid #dcdcdc;    
	border-radius: 0;    
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);    
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);    
	/*padding-left: 18px;    
	padding-right: 18px;*/
}
input[name="timejoin"] {
    width: 45%;
    border: 1px solid #dcdcdc;    
	border-radius: 0;    
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);    
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);   
	 /*padding-left: 18px;    
	 padding-right: 18px;*/
}
.schedule-meeting div {
    padding-left: 0;
    padding-right: 0;
}
.schedule-meeting {
    border: 1px solid #E4E4E4;
    padding-top: 12px;
    padding-bottom: 12px;
}
.schedule-meeting input[type="submit"], .schedule-meeting input[type="reset"] {
    padding: 8px 8px;
}

.modal-content .col-sm-2{padding: 0 7px !important;}

.col-md-6.form-field p,.col-md-12.form-field p {
display: none !important;
}

.req {
    display: inline;
    padding: 3px 0 0 162px;
}

.req i {
    color: red;
    padding-right: 3px;
}
@media screen and (max-width: 503px){
    .req {
display: block;
padding: 7px 0 0 0;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 
    .req {
display: inline;
padding: 3px 0 0 109px;
}
}
form#form_contact textarea {
width: 100%;
}
.more_info .spacer2 {
    height: 10px !important;
}
.more_info .required {color: #555 !important;
}

.textper{width:23%;padding-left:2px; }
.textname{width:94%; padding-left:2px;}

@media (max-width: 1024px) {
	.textname{width:93%}
}
@media screen and (min-width: 768px) and (max-width: 991px) { 
	.textname{width:90%}
}

@media screen and (min-width: 480px) and (max-width: 767px) { 
	.textname{width:83%}
}

@media screen and (max-width:479px){
	.textper{width:49%;}
	.lbldob{width:100%;}
	.textname{width:80%;}
}


.iframe{
  float: right; width:100%; height:2000px;
  
}
@media (max-width: 992px) {
  .iframe{
  float: right; width:100%; height:3000px;
}
