body {
  font-family: arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat';
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #18BC9C;
}

hr.star-dark {
  border-color: #2BAEF4;
}

hr.star-dark:after {
  color: #f4511e;
  background-color: white;
}

section {
  padding: 6rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: 'Montserrat';
}

#mainNav .navbar-brand {
  color: #fff;
  text-transform:none !important;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #18BC9C;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #18BC9C;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}
#mainNav {
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #18BC9C;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #18BC9C;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato';
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 106px);
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}

.portfolio {
  margin-bottom: -15px;
}

.portfolio .portfolio-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(24, 188, 156, 0.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 15px;
  font-family:arial;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
  resize: none;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #333;
  background: #C8FF91;
  border-top: 1px solid #fdcc52;
  =
}

.copyright {
  background-color: #222222 !important;
}

a {
  color: #222222;
}

a:focus, a:hover, a:active {
  color: #128f76;
}

.btn {
  border-width: 2px;
}

.bg-primary {
  background-color: #18BC9C !important;
}

.bg-secondary {
  background-color: #222222 !important;
}

.text-primary {
  color: #18BC9C !important;
}

.text-secondary {
  color: #222222 !important;
}

.btn-primary {
  background-color: #18BC9C !important;
  border-color: #18BC9C !important;
  outline: none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #128f76 !important;
  border-color: #128f76 !important;
}

.btn-secondary {
  background-color: #222222;
  border-color: #222222;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1a252f;
  border-color: #1a252f;
}




.footer ul.list-social {
  margin-bottom: 0;
}

.social_icons ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

.social_icons ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

.social_icons ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

.social_icons ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

.social_icons ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

.social_icons ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

.social_icons ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}




/* Contact Us page starts here */
.contact_form {
    color: #3F3F3F;
    font-family:'Droid Sans', Tahoma, Arial, Verdana sans-serif;
    font-size:16px;
	width:100%;
	text-align:left !important;
	border:0px solid;
	position:relative;
}
.contact_form article, .contact_form aside, .contact_form details, .contact_form figcaption, .contact_form figure, .contact_form footer, .contact_form header, .contact_form hgroup, .contact_form menu, .contact_form nav, .contact_form section {
    display: block;
}
.contact_form label {
	font-family:'Questrial', Verdana, sans-serif;
	font-weight:normal !important;
	font-size:14px;
	color:#333;
	text-align:left !important;
}
.contact_form label i {
	font-size:14px;
	color:#aaa;
	text-align:left !important;
}
.contact_form h1 {
    font-family:'Questrial', Verdana, sans-serif;
    text-align:center;
    font-size:30px;
    padding:0;
    margin:0 auto !important;
    position:relative;
    color:#7fbf4d;
}
/** have a nice ampersand **/
 .contact_form h1:after {
    font-size:45px !important;
    color:#D6CFCB;
    content:"\f0d7";
    text-align:center;
    display:block;
    width:100%;
    font-family:'Alice', Verdana, serif;
    text-shadow: 0px 1px 0px #fff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
/** create the gradient bottom **/
 .contact_form h1:before {
    position:absolute;
    bottom:25px;
    content:' ';
    text-align:center;
    display:block;
    height:2px;
    width:100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(182, 180, 180, 0.7) 42%, rgba(180, 178, 178, 0) 43%, rgba(168, 166, 166, 0) 50%, rgba(180, 178, 178, 0) 57%, rgba(182, 180, 180, 0.7) 58%, rgba(238, 237, 237, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(182, 180, 180, 0.7)), color-stop(43%, rgba(180, 178, 178, 0)), color-stop(50%, rgba(168, 166, 166, 0)), color-stop(57%, rgba(180, 178, 178, 0)), color-stop(58%, rgba(182, 180, 180, 0.7)), color-stop(90%, rgba(238, 237, 237, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(182, 180, 180, 0.7) 42%, rgba(180, 178, 178, 0) 43%, rgba(168, 166, 166, 0) 50%, rgba(180, 178, 178, 0) 57%, rgba(182, 180, 180, 0.7) 58%, rgba(238, 237, 237, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(182, 180, 180, 0.7) 42%, rgba(180, 178, 178, 0) 43%, rgba(168, 166, 166, 0) 50%, rgba(180, 178, 178, 0) 57%, rgba(182, 180, 180, 0.7) 58%, rgba(238, 237, 237, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(182, 180, 180, 0.7) 42%, rgba(180, 178, 178, 0) 43%, rgba(168, 166, 166, 0) 50%, rgba(180, 178, 178, 0) 57%, rgba(182, 180, 180, 0.7) 58%, rgba(238, 237, 237, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(182, 180, 180, 0.7) 42%, rgba(180, 178, 178, 0) 43%, rgba(168, 166, 166, 0) 50%, rgba(180, 178, 178, 0) 57%, rgba(182, 180, 180, 0.7) 58%, rgba(238, 237, 237, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}
/* Here comes to good stuff : content styling */
.contact_form  #content {
    position:relative;
    margin:0 auto;
    z-index:100;
    padding:30px;
	padding-bottom:10px;
    border:1px solid #ccc;
    /* My stipped background */
    background: #D1D1D1;
    /* Old browsers */
    background: -moz-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
    /* FF3.6+ */
    background: -webkit-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
    /* FF3.6+ */
    background: -o-repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
    /* FF3.6+ */
    background: repeating-linear-gradient(-45deg, #EFC1CB, #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px, #F2F2F2 70px, #F2F2F2 80px);
    /* FF3.6+ */
   
    /*box-shadow*/
    
	box-shadow: 0 8px 6px -6px black; 
	text-align:left !important;
}
/** my "fake" background that will hover the stripes **/
.contact_form  #content:after {
    background:#F9F9F9;
    margin:10px;
    position: absolute;
    content :" ";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border:1px #E5E5E5 solid;
    /*border-radius*/
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
/*** form styling **/

/** we remove the red glow around required fields since we are already using the red star */
.contact_form  input:required, .contact_form textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}

.four_hunderd_center
{
	max-width:400px;
	width:100%;
	text-align:center;
	margin:0 auto;
	border:0px #333 solid;
	color:#000;
	font-size:16px;
	padding-bottom:30px;
}





.app_form_box 
{
	max-width:500px;
	width:100%;
    position:relative;
    margin:0 auto;
    z-index:100;
    padding:30px;
	padding-bottom:10px;
    border:1px solid #ccc;
    /* My stipped background */
    background: #D1D1D1;
    /* Old browsers */
    
   background: #F1F1F1;
    background: -webkit-repeating-linear-gradient(#F2F2F2 70px, #F2F2F2 80px);
    /* #C2E8F5 40px, #C2E8F5 70px,  */
	box-shadow: 0 8px 6px -6px black; 
	text-align:left !important;
}
.app_form_box:after {
    background:#F9F9F9;
    margin:10px;
    position: absolute;
    content :" ";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border:1px #E5E5E5 solid;
    /*border-radius*/
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}


.app_no_user_photo 
{
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    margin: 0px auto 0px auto;
    width: 120px;
    height: 120px;
	margin-bottom:18px;
    display: block;
    background: url(/photos/avatar.png) top center;
}

.app_logo 
{
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    margin: 0px;
    width: 179px;
    height: 52px;
	margin-bottom:18px;
    display: block;
    background: url(/logo/logo.gif) top center;
}


.app_page_title 
	{
	  padding-top: calc(6rem + 5px);
	  padding-bottom: 1.5rem;
	  width:100%; 
		text-align:left; 
		padding:20px;background: #2BAEF4!important; border-bottom:1px solid #673AB7 !important;
	}
	
	.app_page_title h1 {
	  font-size: 4rem;
	  line-height: 3rem;
	}
	
	.app_page_title h2 {
	  font-size: 1.3rem;
	  font-family: 'Lato';
	}
	
	@media (min-width: 992px) 
	{
	  .app_page_title {
		padding-top: calc(6rem + 39px);
		padding-bottom: 1.5rem;
		width:100%; 
		text-align:left; 
		padding:20px;background: #2BAEF4!important; border-bottom:1px solid #673AB7 !important;
	  }
	  .app_page_title h1 {
		font-size: 4.75em;
		line-height: 4rem;
	  }
	  .app_page_title h2 {
		font-size: 1.75em;
	  }
	}
	
header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern.png"), #18BC9C;
  background: url("../img/bg-pattern.png"), -webkit-gradient(linear, right top, left top, from(#18BC9C), to(#dc2430));
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #18BC9C, #dc2430);
}






.wd_alert_box
{
	display:none;
	position:fixed !important; 
	margin:0 auto !important; 
	text-align:center !important; 
	left:0px;
	right:0px;
	top:0px !important; 
	width:100% !important; 
	z-index:99999999999999999999 !important;
	background:#FFF;
	min-height:40px;
	border-bottom:1px solid #E1E1E1;
	padding-right:45px;
}


.wd_alert_box .wdexit {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	cursor:pointer;
	background-color: #d9534f;
	border-color: #d43f3a;
}

/*
.modal h4, .fade h4
{
	text-align:left !important;
}

.modal .modal-footer, .fade .modal-footer
{
	margin-right:10px !important;
}
*/



/* The wd_over_lay (background) */
.wd_over_lay {
    /* Height & width depends on how you want to reveal the wd_over_lay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    left: 0 !important;
    top: 0 !important;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.1); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the wd_over_lay (height or width, depending on reveal) */
	display:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wd_over_lay .wdlding
{
	width:133px; 
	height:10px; 
	margin-top:20px;
	margin-bottom:14px !important;
	background:url(../img/loading.png) center center no-repeat;
}

/* Position the content inside the wd_over_lay */
.wd_over_lay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the wd_over_lay */
.wd_over_lay a {
    padding: 40px;
    text-decoration: none !important;
    font-size: 26px !important;
    color: #333;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	background:#FFF;
	display:inline-block;
	text-align:center;
	border:1px solid #e1e1e1;
	box-shadow: 0 8px 6px -6px black;
	border-radius:20%;
}

/* When you mouse over the navigation links, change their color */
.wd_over_lay a:hover, .wd_over_lay a:focus {
    color: #000;
}

/* Position the close button (top right corner) */
.wd_over_lay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .wd_over_lay a {font-size: 20px}
    .wd_over_lay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.text-danger
{
	font-size: 14px !important;
  	font-family:arial !important;
}

.alert {
	font-size: 14px !important;
  	font-family:arial !important;
	text-align:left !important;
}



.mobile-sidebar-button {
	position: relative;
	display: block;
	background-color: #8FC357;
	width: 50px;
	height: 40px;
}
.mobile-sidebar-button:hover {
	background-color: #247d1c;
}
.mobile-sidebar-button span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 3px;
	margin-left: -12px;
	margin-top: -7px;
	background-color: #ffffff;
}
.mobile-sidebar-button span:before, .mobile-sidebar-button span:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
}
.mobile-sidebar-button span:before {
	top: 6px;
}
.mobile-sidebar-button span:after {
	top: 12px;
}



.cbtn { text-decoration: none !important; }
.cbtn { border-color: #ccc; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); }
.cbtn {
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: moz-none;-ms-user-select: none;user-select: none;
	font-family:arial !important;
	font-size:14px !important;
	font-weight: normal !important;
	padding:6px 12px !important;
	cursor:pointer !important;
	margin-top:0px !important; 
	margin-left:10px !important;
	margin-right:10px !important;
	display: inline-block;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	border:1px solid #ccc !important;
	border-left: 6px solid #2BAEF4 !important;
}

.cbtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.02, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 2%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	color:#333;
}



.vinfo, .vsuccess, .vwarning, vsuccesses
{
	font-family:arial !important;
	font-size:14px !important;
	border: 1px solid #ddd !important;
	margin: 0px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align:left !important;
}
.vinfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/info.png');
}
.vsuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/success.png');
}
.vsuccesses {
	color: #4F8A10;
	background-color: #DFF2BF;
	padding: 10px !important;
	font-family:arial !important;
	font-weight:normal !important;
	font-size:14px !important;
}
.vwarning {
	
	background-image: url('../img/warning.png');
	
	border: 1px solid #a2d246 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #fff inset;
	-webkit-box-shadow: 0 1px 1px #fff inset;
	box-shadow: 0 1px 1px #fff inset;
	color: #000;
	background-color: #ebf8a4;
}

.vwarnings
{
	font-family:arial !important;
	font-size:14px !important;
	border: 1px solid #e9e9e9 !important;
	margin: 0px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align:left !important;
	border-radius:10px; 
	text-transform: none !important;
}
.vwarnings {
	color: #888;
	background-color: #fff;
	background-image: url('../img/warning.png');
}



.app_password_management_box{width:100%;padding:10px;border:solid 1px #E5E5E5;background-color:#FFF;-webkit-border-radius:0px 0px 0px 0px;-moz-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;padding-left:20px;padding-right:20px;text-align:center;display:inline-block;margin:0 auto;border-radius:10px;}


.hover_p_reset_option{padding:10px !important;border:1px solid #FFF;cursor:pointer; display:block; font-family:arial !important; font-size:14px !important;}
.hover_p_reset_option:hover{padding:10px !important;background:#F6F6F6;border:1px solid #E5E5E5;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:moz-none;-ms-user-select:none;user-select:none;}

#productsDesc{font-family:Tahoma,Geneva,sans-serif;font-size:18px;padding-top:20px;width:278px;float:left;text-align:center;line-height:25px;}#siteCat{width:1000px;height:200px;border:0px solid black;background:#F1F1F1;-moz-box-shadow:0px 0px 15px #cbcbcb;-webkit-box-shadow:0px 0px 15px #cbcbcb;}#Titles{padding:10px;font-family:'Tangerine',serif;font-size:25px;text-shadow:4px 4px 4px #aaa;color:#933;}.vpb-page-headings{background:#F6F6F6;border:1px solid #E5E5E5;border-left:0px solid #F1F1F1;border-right:0px solid #F1F1F1;margin-bottom:0px;padding-top:15px;padding-bottom:15px;width:100%;text-align:left;}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.floating-label-form-group label {
    color:#999 !important;
}


.vinform {
    background: #FFCCCE;
    border-left: 0.5rem solid #FF4A48;
	color: #434F58;
    line-height: calc(1em + 8px);
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
}


.vsuc {
    background: #E5FEFF;
    border-left: 0.5rem solid #00CAAA;
	color: #434F58;
    line-height: calc(1em + 8px);
	padding:10px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	box-sizing: inherit;
}

.color_eye { vertical-align:top;cursor:pointer; color:#999;}
.color_eye:hover { color:#333;}

































body {
	background:#D2FFD2 !important;
}

/*******************
LOGIN FORM
*******************/

.login-form {
	width: 300px;
	margin: 0 auto;
	position: relative;
	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


/*******************
CONTENT
*******************/

/* Input field */
.form_control {
	background: #f6f6f6 !important;
	border:1px solid #ccc !important;
	font-family: arial !important;
	font-weight: normal !important;
	font-size: 15px !important;
	color: #000 !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0) !important;
	border-radius:0px !important;
	transition:none;
	padding:8px !important;
	width:100%;
	outline: #ccc;
}



.form_control:focus {
	background: #fff !important;
	border:1px solid #ccc !important;
	font-family: arial !important;
	font-weight: normal !important;
	font-size: 15px !important;
	color: #000 !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0) !important;
	border-radius:0px !important;
	transition:none;
	padding:8px !important;
	width:100%;
	outline: #ccc;
}

.font-weight-light
{
	color:#FFF !important;
	font-family:arial !important;
	font-weight:bold;
}


.help-block ul {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	height:0px !important;
}
.text-danger ul {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	height:0px !important;
	padding-left:100px !important;
	margin-left:0px !important;
}
.text-danger ul li {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	height:0px !important;
	list-style:none !important;
}
.button {  display: inline-block;  border-radius: 4px;  background-color: #f4511e;  border: none;  color: #FFFFFF;  text-align: center;  font-size: 16px;  padding: 8px 18px;  transition: all 0.5s;  cursor: pointer;  margin: 5px;}

body { background: #415E9B !important; } 
.scodewordsbutton {
	display:block; 
	width:100%;
}
.scode {
	display:inline-block; 
	width:160px; 
	vertical-align:top;
	text-align:center;
}
.sword {
	display: inline-block; 
	width:160px; 
	vertical-align:top;
}
sbutton {
	display:block; 
	width:30px; 
	border:0px solid; 
	vertical-align:top;
}
.app_no_user_photo{ display:none; }
.showbtn { display:none !important;}
.hidebtn { display:inline-block !important; font-family:arial; font-size:16px; cursor:pointer; margin-left:0px !important;}

.dleft
{
	float:none;
	text-align:left !important;
	color: #2E9DF7; 
	width:140px;
	border:0px solid;
	padding-bottom:15px;
}
.dright
{
	float:none;
	text-align:left !important;
	color: #f4511e; 
	width:140px;
	border:0px solid;
}
@media (min-width: 765px) 
{
	.scodewordsbutton{
		display:table; 
		width:100%;
	}
	.scode {
		display:table-cell; 
		width:160px; 
		vertical-align:top;
	}
	.sword {
		display:table-cell; 
		width:160px; 
		vertical-align:top;
	}
	sbutton {
		display:table-cell; 
		width:40px; border:0px solid; 
		vertical-align:top;
	}
	.showbtn { display:inline-block !important;}
	.hidebtn { display:none !important;}
	.app_no_user_photo{ display:block; }
	
	.dleft
	{
		float:left;
		text-align:left !important;
		color: #2E9DF7; 
		width:140px;
		border:0px solid;
		padding-bottom:0px;
	}
	.dright
	{
		float:right;
		text-align:left !important;
		color: #f4511e; 
		width:140px;
		border:0px solid;
	}
}