input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: white;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: white;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: white;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: white;
}

h1, h2, h3, h4 {
  letter-spacing: 1px;
}

.full {
  padding: 60px 0;
  background-size: cover;
}

.no-padding {
  padding: 0;
}

.white {
  background: white;
}

.form-bg {
  background: #fcbf31;
}

.call-to-action-bg {
  background: #083e62;
}

.call-to-action-bg-alt {
  background: #fcbf31;
}

.members-bg {
  background: #E4F2F3;
}

.light-grey {
  background: #fff;
}

.spacing {
  height: 20px;
}

.two.spacing {
  height: 40px;
}

.three.spacing {
  height: 60px;
}

.centered-text {
  text-align: center !important;
}

.light {
  color: white;
}

.button {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 13px 30px 10px;
  background: #fcbf31;
  border: 1px solid #fcbf31;
}

.button:hover {
  background-color: rgba(252, 191, 49, 0.8);
}

body .icon-text .yellow, body[class^=colorScheme] .icon-text .yellow {
  background: #fcbf31;
}
body .icon-text .orange, body[class^=colorScheme] .icon-text .orange {
  background: #f7921e;
}
body .icon-text .blue, body[class^=colorScheme] .icon-text .blue {
  background: #41affc;
}
body .icon-text .green, body[class^=colorScheme] .icon-text .green {
  background: #6ced8c;
}
body .icon-text .cyan, body[class^=colorScheme] .icon-text .cyan {
  background: #52cebe;
}
body .button.white, body[class^=colorScheme] .button.white {
  color: black;
  background: white;
}
body .button.white:hover, body[class^=colorScheme] .button.white:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
}
body .button.boxed, body[class^=colorScheme] .button.boxed {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: none;
  color: white;
}
body .button.boxed:hover, body[class^=colorScheme] .button.boxed:hover {
  background: white;
  color: black;
}
body .socials i.grey, body[class^=colorScheme] .socials i.grey {
  color: #cccccc;
  background: #363636;
}
body .socials i.grey:hover, body[class^=colorScheme] .socials i.grey:hover {
  background-color: rgba(54, 54, 54, 0.6);
}

.drop-letters {
  float: left;
  font-weight: bold;
  font-size: 100px;
  line-height: 5rem;
  margin-right: 20px;
}

.bg-1 {
  background: url(../images/bg-1.jpg) center center no-repeat;
  background-size: cover;
}




/*header */
.top-bar .name h1 img {
  display: inline;
}
.top-bar .name h1 a {
  display: inline;
  padding-left: 10px;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  height: 60px;
  line-height: 60px;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  background: #444444;
  color: #eeeeee;
}

/*special title */
.special-title i {
  font-size: 50px;
  color: #fcbf31;
  margin-bottom: 15px;
  display: block;
}
.special-title h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.special-title p {
  font-family: "droid serif", georgia;
  font-size: 1.125rem;
  font-style: italic;
  color: #666666;
  letter-spacing: 1px;
}
.special-title p.shortline {
  width: 100px;
  height: 5px;
  margin: 0 auto;
  border-bottom: 1px solid #fcbf31;
}

/*icon-text */
.icon-text i {
  color: white;
  background: #4caaf2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center;
  line-height: 2.3rem;
  float: left;
}
.icon-text i.yellow {
  background: #fcbf31;
}
.icon-text h3, .icon-text p {
  margin-left: 60px;
}

.icon-text-boxed i {
  font-size: 88px;
  color: #fcbf31;
  border: 1px solid #fcbf31;
  padding: 35px 0;
  display: block;
  width: 88%;
  margin: 0 auto 35px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.icon-text-boxed:hover i {
  background:#0E75BA;
  color: white;
}

.icon-text-circle {
  text-align: center;
}
.icon-text-circle i {
  margin-bottom: 30px;
  font-size: 5.5rem;
  color: white;
  border: 10px solid whitesmoke;
  display: inline-block;
  padding: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fcbf31;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.icon-text-circle i:before {
  margin: 0;
}

.icon-text-circle:hover i {
  background: #0E75BA;
  color: #fff;
}

/*call-to-action */
.call-to-action p {
  font-size: 1.375rem;
  font-family: "droid serif", georgia;
  font-style: italic;
}

/*milestone */
.milestone {
  text-align: center;
  width: 88%;
  margin: 0 auto 20px;
}
.milestone strong {
  font-size: 72px;
  font-family: "PT sans";
  display: block;
}

.milestone.boxed {
  padding: 25px 0 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/*bar graph */
.bars {
  margin: 0;
  list-style: none;
}
.bars h4 {
  font-family: "droid serif", georgia;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.bars p.highlighted {
  width: 0;
  background: #fcbf31;
  height: 14px;
}

/*member */
.member {
  margin-top: 20px;
  cursor: pointer;
}
.member img {
  margin-bottom: 25px;
}
.member h3 {
  margin-bottom: 0;
}
.member p.position {
  font-family: "droid serif", georgia;
  font-style: italic;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}

.member.active p.active-line {
  height: 4px;
  background: #fcbf31;
  position: relative;
  margin: 0;
}

.member-intro {
  display: none;
}

.member-intro.active {
  display: block;
}

/*Socials */
.socials a {
  display: inline-block;
}
.socials i {
  display: inline-block;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 2.25rem;
  text-align: center;
  float: left;
  margin-right: 5px;
  color: white;
  background: #fcbf31;
}
.socials i:hover {
  background-color: rgba(252, 191, 49, 0.8);
}

/*testimonials */
p.quote {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 50px;
  font-family: "droid serif", georgia;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 30px;
}

p.nav-control {
  margin: 80px 0 20px;
}
p.nav-control a span {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  border: 1px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: none;
}
p.nav-control a.current span {
  background: white;
}
/*form */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  padding: 15px;
  height: 3rem;
  margin-bottom: 1.875rem;
}

textarea {
  height: 7.875rem;
}

form label.error {
  display: none !important;
}
form input.error, form textarea.error {
  border: 1px solid red;
  margin-bottom: 30px;
}

#comments-form {
  margin-left: 110px;
}
#comments-form input[type="text"], #comments-form input[type="password"], #comments-form input[type="date"], #comments-form input[type="datetime"], #comments-form input[type="datetime-local"], #comments-form input[type="month"], #comments-form input[type="week"], #comments-form input[type="email"], #comments-form input[type="number"], #comments-form input[type="search"], #comments-form input[type="tel"], #comments-form input[type="time"], #comments-form input[type="url"], #comments-form textarea {
  background: white;
  border: 1px solid #e9e9e9;
  color: #333333;
}
#comments-form label {
  font-size: 1rem;
  font-family: "PT sans";
  margin-bottom: 5px;
}

/*footer */
.footer {
  background: #232323;
  padding: 40px 0 10px;
}
.footer h1 {
  color: #eeeeee;
  font-size: 48px;
}
.footer p.copyright {
  padding: 20px 0 0;
  color: #666666;
  font-size: 14px;
  float:left
}
.footer p.siteby {
  padding: 20px 0 0;
  color: #666666;
  font-size: 14px;
  float:right
}

/* slider customization */
.orbit-container .orbit-timer, .orbit-container .orbit-slide-number {
  display: none;
}
.orbit-container .orbit-bullets-container {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.orbit-container .orbit-slides-container li .orbit-caption {
  top: 60px;
}
.orbit-container img {
  width: 100%;
}

.caption-right {
  text-align: right;
}

.caption-center {
  text-align: center;
}

.orbit-caption h2 {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 9px 10px 4px;
  font-size: 2.75rem;
  letter-spacing: 3px;
}

.testimonials .orbit-container .orbit-bullets-container {
  position: static;
}
.testimonials .orbit-container .orbit-prev, .testimonials .orbit-container .orbit-next {
  display: none;
}
.testimonials .orbit-container .orbit-bullets li {
  border: 1px solid white;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  background: none;
}
.testimonials .orbit-container .orbit-bullets li.active {
  background: white;
}

/* gallery */
ul.gallery img {
  width: 100%;
}
ul.gallery li {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
ul.gallery li a {
  position: relative;
  display: block;
}
ul.gallery li a .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  padding-top: 25%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.gallery li a h3 {
  color: #fcbf31;
  margin-bottom: 10px;
}
ul.gallery li a p {
  color: #dddddd;
  font-family: "droid serif", georgia;
  font-size: 0.875rem;
  font-style: italic;
}
ul.gallery li a:hover .overlay {
  opacity: 1;
}
ul.gallery li.hidden {
  opacity: 0.3;
}

/* smart appear */
.fadeinleft {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0.3;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.fadeinright {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0.3;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.fadein {
  opacity: 0;
}

img.fadein {
  -webkit-transition: all 1.2s linear;
  -moz-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.fadein.icon-text {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.fadeinleft.appear, .fadeinright.appear {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.fadein.appear {
  opacity: 1;
}

/* portfolio */
ul#filter {
  margin: 0 auto;
  text-align: center;
}
ul#filter li {
  float: none;
  display: inline-block;
  border: 1px solid #bbbbbb;
  padding: 5px;
  margin-left: 0.5rem;
}
ul#filter li a {
  color: #999999;
}
ul#filter li.current {
  border: 1px solid #fcbf31;
}
ul#filter li.current a {
  color: #fcbf31;
}

ul.info {
  list-style: none;
}
ul.info a {
  margin-right: 5px;
}
ul.info i {
  border: 1px solid #fcbf31;
  padding: 5px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
ul.info i:hover {
  background: #fcbf31;
  color: white;
}

/*blog */
.post {
  margin: 0 0 60px;
}
.post .info, .post .content {
  margin-left: 110px;
}
.post .info h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.post .info p {
  font-size: 0.875rem;
}
.post .info p a {
  color: #333333;
}
.post .info p a:hover {
  color: #fcbf31;
}
.post .other-info {
  list-style: none;
  margin: 20px 0 0;
  border-top: 1px solid #e9e9e9;
  padding: 10px 0 0;
}
.post .other-info li {
  display: inline;
  margin-right: 20px;
}
.post .other-info li a {
  color: #999999;
}
.post .other-info li a:hover {
  color: #fcbf31;
}
.post .content .orbit-container {
  margin-bottom: 20px;
}

.pager {
  overflow: auto;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 10px;
}
.pager .older {
  float: left;
}
.pager .newer {
  float: right;
}

.pages {
  margin: 30px 0 40px 20px;
  color: #999999;
}
.pages h3 {
  margin-bottom: 10px;
}
.pages ul {
  list-style: none;
  margin: 0;
  font-size:13px;
}
.pages ul a {
  color: #0E75BA;
  line-height:30px;
 
}
.pages ul a:hover {
  color: #fcbf31;
}

.timestamp {
  width: 80px;
  border: 1px solid #fcbf31;
}
.timestamp .month {
  background: #fcbf31;
  color: white;
  border-bottom: 1px solid #fcbf31;
  display: block;
  padding: 5px 0;
}
.timestamp .date {
  color: #fcbf31;
  display: block;
  padding: 20px 0;
  font-size: 36px;
  font-weight: bold;
}

.comments-wrapper {
  margin: 0 0 60px 110px;
}
.comments-wrapper ul.comments {
  margin: 0;
}
.comments-wrapper ul.comments li {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 0;
  list-style: none;
}
.comments-wrapper ul.comments ul.children li {
  border-bottom: none;
  border-top: 1px solid #e9e9e9;
}
.comments-wrapper ul.comments .meta .avatar {
  float: left;
  padding: 5px 10px 0 0;
}
.comments-wrapper ul.comments .meta .name {
  display: block;
}
.comments-wrapper ul.comments .meta .datetime {
  font-size: 0.875rem;
  color: #999999;
}

/* layered slider with animated blocks */
#sequence {
  height: 385px;
  position: relative;
  width: 100%;
  color: white;
}
#sequence p {
  font-size: 1.15rem;
  letter-spacing: 2px;
  font-weight: 200;
  color: #eeeeee;
}
#sequence a.button {
  margin-right: 10px;
}
#sequence ul {
  list-style: none;
  margin-left: 0;
}
#sequence .sequence-canvas {
  height: 100%;
  width: 100%;
}
#sequence .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
#sequence .info, #sequence .title {
  position: relative;
  width: 100%;
}
#sequence .info.left-to-right, #sequence .title.left-to-right {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  left: -100%;
  top: 100px;
}
#sequence .info.bottom-to-top, #sequence .title.bottom-to-top {
  -webkit-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  left: 0;
  top: 200px;
  opacity: 0;
}
#sequence .info.bottom-to-top a {
  top: 100px;
  opacity: 0;
}
#sequence .bg {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  left: 100%;
  z-index: -1;
  background-position: absolute;
  position: absolute;
  top: 0;
}
#sequence .frame.static .bg {
  left: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .animate-in .info, #sequence .animate-in .title {
  left: 0;
  opacity: 1;
}
#sequence .animate-in .info.left-to-right {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}
#sequence .animate-in .title.left-to-right {
  top: 100px;
  left: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#sequence .animate-in .info.bottom-to-top, #sequence .animate-in .title.bottom-to-top {
  top: 100px;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#sequence .animate-in .info.bottom-to-top a {
  top: 0;
  opacity: 1;
  -webkit-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .animate-in .bg {
  left: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .frame.animate-in.static .info.left-to-right {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#sequence .frame.animate-in.static .title.left-to-right {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#sequence .animate-out .info.left-to-right, #sequence .animate-out .title.left-to-right {
  opacity: 0;
  left: 100%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .animate-out .info.bottom-to-top, #sequence .animate-out .title.bottom-to-top {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .animate-out .info.bottom-to-top a {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .animate-out .bg {
  left: -100%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .title h2 {
  font-size: 2.75rem;
  background-color: rgba(15, 117, 188, 0.7);
  display: inline-block;
  color: white;
  padding: 5px 10px 0;
  letter-spacing: 1px;
}
#sequence .right {
  text-align: right;
}
#sequence .centered {
  text-align: center;
}
#sequence .sequence-prev, #sequence .sequence-next {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 18px;
  color: white;
  position: absolute;
  z-index: 100;
  top: 45%;
}
#sequence .sequence-prev span, #sequence .sequence-next span {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: 10px inset;
  border-color: transparent;
}
#sequence .sequence-prev {
  left: 0;
}
#sequence .sequence-prev span {
  border-right-style: solid;
  left: 0;
  border-right-color: rgba(255, 255, 255, 0.7);
}
#sequence .sequence-next {
  right: 0;
}
#sequence .sequence-next span {
  border-left-style: solid;
  left: 50%;
  margin-left: -4px;
  border-left-color: rgba(255, 255, 255, 0.7);
}
#sequence .sequence-pagination {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 100;
  width: 100%;
}
#sequence .sequence-pagination li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#sequence .sequence-pagination li.current {
  background-color: rgba(255, 255, 255, 0.4);
}

/*Responsive */
.modPriceBox {
  border: 1px solid #e0e0e0;
  padding: 0 15px 15px;
  margin: 0 0 60px;
  background-color: white;
  text-align: center;
}
.modPriceBox ul {
  margin-left: 0;
  list-style: none;
}
.modPriceBox .info {
  border-top: 4px solid #bbbbbb;
  padding: 20px 0 0;
}
.modPriceBox li {
  background: #eeeeee;
  color: #999999;
}
.modPriceBox li.even {
  background: #f7f7f7;
}
.modPriceBox p.level {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "PT sans", arial, sans-serif;
  margin: 0 0 5px;
}
.modPriceBox p.desc {
  font-size: 14px;
  margin-bottom: 20px;
  color: #999999;
}
.modPriceBox p.price {
  font-size: 16px;
  color: #666666;
  font-style: italic;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
}
.modPriceBox p.price .dollar {
  font-size: 30px;
  color: #333333;
  font-style: normal;
  position: relative;
  top: -30px;
  font-family: "PT sans", arial, sans-serif;
}
.modPriceBox p.price .number {
  font-size: 70px;
  color: #333333;
  font-style: normal;
  font-family: "PT sans", arial, sans-serif;
}
.modPriceBox .features {
  margin: 0 0 30px;
}
.modPriceBox .features li {
  padding: 5px 0;
}
.modPriceBox p.start {
  margin: 0;
}

.modPriceBox.featured .info {
  border-top: 4px solid #fcbf31;
}

.modPriceBox:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.modStylePanel {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 240px;
  font-size: 14px;
  line-height: 1.6em;
  margin-left: -230px;
}
.modStylePanel * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.modStylePanel .panel-container {
  float: right;
  background: white;
  padding: 25px 5px 0 20px;
  width: 200px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border-left: 0;
}
.modStylePanel h4 {
  font-family: "droid serif", Georgia, times, serif;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.modStylePanel ul {
  margin-bottom: 25px;
  margin-left: 5px;
  overflow: auto;
}
.modStylePanel ul li {
  display: inline;
}
.modStylePanel a.switch {
  float: right;
  margin-left: -3px;
  margin-top: 40px;
  padding: 10px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid #dfdfdf;
  border-left: none;
  display: block;
  width: 30px;
  font-size: 1.5rem;
  background: white;
}
.modStylePanel a.color_scheme, .modStylePanel a.bg_pattern {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-indent: -3000px;
}
.modStylePanel a.color_scheme:hover, .modStylePanel a.bg_pattern:hover {
  border: 1px solid #999999;
}
.modStylePanel a#yellow {
  background: #fcbf31;
}
.modStylePanel a#blue {
  background: #1894eb;
}
.modStylePanel a#orange {
  background: #f7921e;
}
.modStylePanel a#cyan {
  background: #52cebe;
}
.modStylePanel a#green {
  background: #22cb22;
}
.modStylePanel a#pattern-1 {
  background: url(../images/pattern-1.png) left top no-repeat;
}
.modStylePanel a#pattern-2 {
  background: url(../images/pattern-2.png) left top no-repeat;
}
.modStylePanel a#pattern-3 {
  background: url(../images/pattern-3.png) left top no-repeat;
}
.modStylePanel a#pattern-4 {
  background: url(../images/pattern-4.png) left top no-repeat;
}
.modStylePanel a#pattern-5 {
  background: url(../images/pattern-5.png) left top no-repeat;
}
.modStylePanel a#pattern-6 {
  background: url(../images/pattern-6.png) left top no-repeat;
}
.modStylePanel a#pattern-7 {
  background: url(../images/pattern-7.png) left top no-repeat;
}
.modStylePanel a#pattern-8 {
  background: url(../images/pattern-8.png) left top no-repeat;
}
.modStylePanel a#pattern-9 {
  background: url(../images/pattern-9.png) left top no-repeat;
}
.modStylePanel a#pattern-10 {
  background: url(../images/pattern-10.png) left top no-repeat;
}

.oldie .modStylePanel .panel-container {
  behavior: url("stylesheets/PIE.htc");
  position: relative;
}
.oldie .modStylePanel a.switch {
  behavior: url("stylesheets/PIE.htc");
  position: relative;
}

.oldie.ie7 body {
  overflow: hidden;
}
.oldie.ie7 .modStylePanel {
  width: 264px;
}


.nav-footer {   
    list-style-type: none;
    margin: 0;
    padding: 0 0 25px;
    text-align: left;
}

.nav-footer li {   
    padding: 0 0 8px;
}

.nav-footer--title   {
    color: #fff;
	font-size:14px;
	font-weight:400px;
}

.nav-footer li a {
    color: #8a8a8c;
	font-size:12px;
}



.header-wrapper{margin:0 auto; max-width:1024px; height:80px;}
.logo{float:left; margin:5px 0 0 0;}

.top-right{float:right;}

.nav-page-top {
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    padding-top: 20px;
    text-align: left;
    vertical-align: middle;
}

.nav-page-top ul {
    margin: 0;
    padding: 0;
}

.nav-page-top li {
    display: inline-block;   
    padding-right: 17px;
	font-size: 12px;
    vertical-align: middle;
}
.nav-page-top a {
    color: #8a8a8c;
}
.nav-page-top a:hover {
    color: #F7941D;
}


.nav-top {   
    list-style-type: none;
    margin: 0;
    padding: 0 0 25px;
    text-align: left;
}

.nav-top h5{font-family: 'Open Sans', sans-serif; color:#0E75BA;}
.nav-top li {padding: 0 0 8px;clear:both;width:100%;border-bottom:solid 1px rgba(0,0,0,0.1)}

.nav-top li  a {
	float:left;
	width:100%;
	padding:3px 0px;
	text-decoration:none;
	display:block;border:0 none;
	font-size:12px;color:#444 !important;
	background:0;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:color .4s ease-in-out;-moz-transition:color .4s ease-in-out;-webkit-transition:color .4s ease-in-out;-o-transition:color .4s ease-in-out	
}
.nav-top li a:hover { color:#F7941D !important;}



.heading-wrap {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #efefef;
  border-color: gainsboro;
  border-radius: 3px;
  
}

.content {
  margin: 30px 20px 30px 0px;
  color: #7d7d7d;
}

.content h2 {
  margin-bottom: 20px;
  font-size:24px;
  font-weight: normal;
}

.content h4 {
  margin-bottom: 20px;
  font-size:18px;
  font-weight: 200;
}

.content h3 {
  margin: 20px 0;
  font-size:18px;
  font-weight: 600;
}


.content p {
  margin-bottom: 10px; font-size:14px; line-height:22px; text-align:justify;
}

.blue{color:#0E75BA;}

.hr{background:#ccc; clear:both; height:1px; margin:20px auto; width:1000px;}
.button_class{ background:#017ed7; padding:5px 10px 5px 10px ; color:#FFF; border:none; border-radius:3px;}

.hr1{background:#ccc; clear:both; height:1px; margin:20px auto;}

.art_list{display: block; min-height: 165px; padding-bottom: 15px; padding-top: 20px; position: relative;text-align: left;}
.art_list .im{ float:left; width:20%; margin-right:2%;}
.art_list .detail{ float:left; width:78%;}
.art_list h3{ margin-top:0; margin-bottom:15px;}

.btnNormal1 {
    background:#00BED4 ;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 5px 10px;
    transition: border 0.15s linear 0s;
    width: auto; text-decoration:none;
}


.btnNormal1:hover {
    background:#000;
    
}

.login_form {float:left; position:relative; margin-bottom:20px;}
.login_form label{float:left; width:100%; }
.login_form label span{font-size:16px; line-height:25px;color:#454545; text-decoration:none; display:block;}
.login_form input[type="text"] {width:80%;  padding:8px; border:1px solid #ccc; margin-bottom:10px;color:#454545;}
.login_form input[type="password"] {width:80%;  padding:8px; border:1px solid #ccc; margin-bottom:10px;color:#454545;}
.login_form textarea {width:80%;  padding:8px; border:1px solid #ccc; margin-bottom:10px;color:#454545;}
.login_form select {width:80%;  padding:8px; border:1px solid #ccc; margin-bottom:10px;color:#454545;}



@media only screen and (max-width: 40em) {
  #sequence .title h2 {
    font-size: 1.5rem;
  }
}



@media only screen and (max-width: 768px) {
	
.pages { display:none;}

.art_list{display: block; min-height: 165px; padding-bottom: 15px; padding-top: 20px; position: relative;text-align: left;}
.art_list .im{ float:none; width:100%; text-align:center;}
.art_list .detail{ float:none; width:100%; text-align:center;}
.art_list h3{ margin-top:0; margin-bottom:15px;}
}



@media only screen and (max-width: 520px) {
	
.logo{float:none; margin:5px 0 0 0; text-align:center;}
.top-right{float:none;}


}
