.t3-header {
  padding-top: 0;
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
  -webkit-transition-property: background, border, -webkit-transform;
  -moz-transition-property: background, border, transform;
  -ms-transition-property: background, border, -ms-transform;
  -o-transition-property: background, border, -o-transform;
  transition-property: background, border, transform;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.t3-header.affix {
  position: fixed;
  top: 0;
}
section.noo-slideshow {
  overflow: hidden;
}
.logo {
  margin-top: 20px;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image a {
  background-image: url("../../../templates/noo_designer/images/themes/pink/logo.png");
  background-repeat: no-repeat;
  width: 231px;
  height: 38px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  color: #666666;
  text-decoration: none;
  font-size: 16.25px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
body {
  background: url(../../../templates/noo_designer/images/bg.png);
  border-top: 2px solid #f00f51;
}
.t3-spotlight .t3-module {
  padding-top: 40px;
}
#system-message {
  margin: 0;
  padding: 0;
}
.noo-mainbody {
  padding-bottom: 40px;
  padding-top: 40px;
}
.t3-footer {
  background: #939394;
  background: -moz-linear-gradient(top, #939394 0%, #939394 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #939394), color-stop(100%, #939394));
  background: -webkit-linear-gradient(top, #939394 0%, #939394 100%);
  background: -o-linear-gradient(top, #939394 0%, #939394 100%);
  background: -ms-linear-gradient(top, #939394 0%, #939394 100%);
  background: linear-gradient(to bottom, #939394 0%, #939394 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939394', endColorstr='#939394', GradientType=0);
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #6d6969;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #ebeaea;
}
.t3-footer .module {
  color: #6d6969;
}
.t3-footnav {
  padding: 60px 0 40px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav ul {
  list-style: none;
  margin-left: 0;
}
.t3-footnav li {
  line-height: 24px;
}
.t3-footnav .module-title {
  font-size: 17px;
  color: #666666;
}
.t3-copyright {
  font-size: 11px;
  padding: 5px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.copyright {
  float: left;
}
.poweredby {
  float: right;
  text-align: right;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  float: right;
  opacity: .5;
}
.back-to-top {
  background: #f00f51;
  bottom: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: "Arial";
  display: none;
  font-size: 20px;
  padding: 0px;
  position: fixed;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  float: right;
  right: 30px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.back-to-top .icon-arrow-up {
  margin: 0px;
}
.back-to-top:hover {
  background: #eeeeee;
}
section .noo-slideshow,
.t3-navheader {
  margin-top: 40px;
}
section .noo-slideshow {
  margin-top: 20px;
}
.mod-welcome h1 {
  text-transform: uppercase;
  color: #f00f51;
  float: left;
  font-size: 36px;
  font-style: italic;
  margin: 0 20px 20px 0;
  line-height: 100%;
}
.our-clients .carousel {
  margin-bottom: 20px;
}
.our-clients .event {
  position: relative;
  float: left;
  padding: 10px 0;
  width: 25%;
  text-align: center;
}
.our-clients .event a {
  margin: 0 auto;
}
.our-clients .noo-cs-control a {
  background: #bfbfbf;
  padding: 3px 8px;
  margin: 0 1px;
  color: #ffffff;
}
.our-clients .noo-cs-control a:hover {
  background: #f00f51;
}
.top-arrow .noo-cs-control {
  margin: 0px;
  position: absolute;
  top: -50px;
  right: 0;
}

.t3-spotlight .our-services {
  text-align: center;
}
.t3-spotlight .our-services h3 {
  color: #666666;
}
.t3-spotlight .our-services span.circle {
  background-color: #eeeeee;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #f00f51;
  display: inline-block;
  font-size: 30px;
  height: 90px;
  line-height: 90px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  border: 1px solid #eeeeee;
}
.t3-spotlight .our-services span.circle:hover {
  background-color: #f00f51;
  color: #ffffff;
}
.t3-spotlight .our-services:hover span.circle {
  background-color: #f00f51;
  color: #ffffff;
  border: 1px solid #f00f51;
}
.features .feature-box {
  clear: both;
}
.features .feature-box-icon {
  float: left;
  background-color: #f00f51;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #eeeeee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  word-spacing: 1px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  margin: 0 7px 10px;
}
.features .feature-box-icon span {
  line-height: 35px;
  text-indent: 3px;
}
.features .feature-box-info {
  line-height: 30px;
}
.features .feature-box-info h4 {
  margin: 0;
}
.features .feature-box-info p.tall {
  margin-bottom: 20px;
}
.noo-mastcol .t3-module {
  padding-bottom: 20px;
}
.t3-footer .t3-module ul {
  margin-left: 0;
}
.social-media {
  float: right;
}
.social-media ul.menu li {
  display: block;
  float: left;
  line-height: 100%;
  margin: 5px;
  padding: 0px;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #6d6969;
}
.social-media ul.menu li a {
  display: block;
  -webkit-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -moz-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  -o-transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  transition: background 0.2s cubic-bezier(0.17, 0.67, 0.88, 1.25), color 0.2s linear;
  padding: 1px;
  text-align: center;
  color: #1c1c1c;
  font-size: 20px;
}
.social-media ul.menu li a span.social-title {
  display: none;
}
.social-media ul.menu li a:hover {
  text-decoration: none;
}
.social-media ul.menu li:hover {
  background: #f00f51;
}
.t3-footer .container {
  position: relative;
  margin-top: -30px;
  -webkit-box-shadow: -10px 20px 70px #1c1c1c;
  -moz-box-shadow: -10px 20px 70px #1c1c1c;
  box-shadow: -10px 20px 70px #1c1c1c;
}
.t3-footer .t3-spotlight {
  background-color: #939394;
  background: url(../../../templates/noo_designer/images/bg-footer.png);
  padding-bottom: 20px;
}
.t3-footer .t3-copyright {
  background: url(../../../templates/noo_designer/images/bg-copy.png);
}
.t3-footer .t3-copyright .footer {
  margin: 14px 0;
  text-align: left;
  line-height: 100%;
}
ul.sl_tweets {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0px 0px 0 #d4d4d4!important;
  moz-border-radius: 0px;
  moz-box-shadow: 0px 0px 0 #d4d4d4!important;
  text-shadow: none !important;
  webkit-border-radius: 0px;
  webkit-box-shadow: 0px 0px 0 #d4d4d4!important;
  color: #999999;
}
ul.sl_tweets li {
  border: 0 !important;
  padding-left: 0 !important;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
ul.sl_tweets li a {
  color: #f00f51 !important;
  text-shadow: none !important;
}
ul.sl_tweets li span {
  margin-top: 0 !important;
}
.mod-designer {
  padding-top: 20px;
}
.mod-designer .designer-image {
  padding: 15px 0;
}
.mod-designer .designer-desc {
  font-size: 12px;
}
.dark-style .acymailing_module {
  font-size: 12px;
  color: #6d6969;
}
.dark-style .acymailing_module .acymailing_form {
  margin: 0;
}
.dark-style .acymailing_module .acymailing_form tr {
  float: left;
}
.dark-style .acymailing_module .acymailing_form td {
  padding: 10px 0;
}
.dark-style .acymailing_module .acymailing_form input {
  width: 99% !important;
  border: 0;
  border-radius: 0;
  background: #1c1c1c;
  float: left;
  height: 27px;
  padding: 4px 6px;
}
.dark-style .acymailing_module .acymailing_form .btn {
  background: #6d6969;
  border: 0;
  width: 20%;
  height: 27px;
  font-weight: bold;
  color: #f00f51;
  font-size: 20px;
}
.acymailing_module .inputbox {
  width: 100% !important;
  height: 40px;
}
.contact {
  margin-bottom: 20px;
}
.contact .page-header {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0;
  margin: 0 0 10px;
}
.contact h2,
.contact h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 10px 0;
  color: #6d6969;
}
.contact h3 {
  font-size: 18px;
}
.contact .thumbnail {
  border: 0;
  padding: 0;
  margin: 20px 0;
  box-shadow: 0 0 0 #ffffff;
}
.contact .thumbnail img {
  width: 100%;
}
.contact .contact-miscinfo .dl-horizontal {
  margin: 5px 0 10px 0;
}
.contact #row-contact .controls {
  margin-left: 0 !important;
}
.contact #row-contact .control-group {
  float: left;
  width: 50%;
}
.contact #row-contact .control-label {
  width: 70px;
  text-align: left;
}
.contact #row-contact .control-group .controls input {
  width: 90%;
}
.contact .controls {
  margin-left: 0 !important;
}
.contact .control-label {
  width: auto;
  text-align: left;
}
.contact .control-group .controls input,
.contact .control-group .controls textarea {
  width: 95%;
}
.contact #jform_contact_email_copy {
  margin: 8px 0 5px 15px;
  width: auto;
}
.contact .form-actions {
  margin: 0 !important;
  float: left;
  padding-left: 0 !important;
  background: transparent;
  border: 0;
}
.contact .form-actions .btn {
  background: #f00f51;
  border: 0;
  color: #ffffff;
  text-shadow: 0 0 0 #ffffff;
}
.contact .form-actions .btn:hover {
  background: #6d6969;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact .control-group {
  margin-bottom: 10px;
}
.contact ul {
  margin: 0;
}
.contact li {
  line-height: 100%;
  list-style: none;
  padding: 5px 0;
}
.contact i {
  padding: 0 10px 0 0;
}
.contact a {
  color: #000000;
}
.contact a:hover {
  color: #f00f51;
}
.accordion-group {
  background-color: #fff !important;
}
.colum-pricing {
  width: 25%;
  float: left;
}
.pricing-table {
  margin: 0 auto 0px;
  top: 0px;
  position: relative;
}
#menu-holder {
  margin: 30px auto;
  width: 100%;
}
.content {
  margin-top: 100px;
  text-align: center;
  color: #c5c5c5;
  font-size: 25px;
  text-shadow: #ffffff 1px 1px 1px;
}
a.go {
  font-size: 15px;
}
a.go:hover {
  text-decoration: underline;
}
#home {
  margin-top: 20px;
}
.column-clear {
  clear: both;
}

.price_table {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: arial, sans-serif;
  font-weight: normal;
  color: #444444;
}
.price_table a {
  color: #444444;
}
.price_table .align_center {
  text-align: center;
}
.price_table .pack-title {
  font-family: 'Viga', arial, sans-serif;
  font-size: 30px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
  margin-top: 10px;
}
.price_table .price {
  font-family: 'Viga', arial, sans-serif;
  font-size: 50px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
  margin: 30px 0px 20px 0px;
}
.price_table .time {
  font-size: 14px;
  color: #217515;
  text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
}

.price_table .column_1 .header_row_1 {
  height: 45px;
  width: 100%;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px solid #37752B;
  background: #52A93E;
  background: -webkit-gradient(linear, left top, left bottom, from(#52a93e), to(#469436));
  background: -moz-linear-gradient(top, #52a93e, #469436);
  background: linear-gradient(#52a93e, #469436);
}

.price_table .column_1 .header_row_2 {
  height: 110px;
  width: 100%;
  padding: 5px 0px;
  border-top: 1px solid #B0E287;
  background: #7DCF3D;
  background: -webkit-gradient(linear, left top, left bottom, from(#7dcf3d), to(#52a93e));
  background: -moz-linear-gradient(top, #7dcf3d, #52a93e);
  background: linear-gradient(#7dcf3d, #52a93e);
}
.price_table .column_1 {
  height: 100%;
  float: left;
  width: 33.3%;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.column_1 ul {
  list-style-type: none;
  margin: 0px;
}

.price_table .column_1:hover {
  position: relative;
  z-index: 100;
  box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 5px 0px 25px rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(-5px, -15px);
  -moz-transform: translate(-5px, -15px);
  -o-transform: translate(-5px, -15px);
  -ms-transform: translate(-5px, -15px);
  transform: translate(-5px, -15px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.price_table .column_1:hover .header_row_1,
.price_table .column_1:hover .header_row_2,
.price_table .column_1:hover .row_style_1,
.price_table .column_1:hover .row_style_2,
.price_table .column_1:hover .row_style_footer_1,
.price_table .column_1:hover .row_style_footer_2 {
  padding-left: 5px;
  padding-right: 5px;
}

.price_table .row_style_1,
.price_table .row_style_2,
.price_table .row_style_footer_1,
.price_table .row_style_footer_2 {
  width: 100%;
  height: 60px;
  padding-top: 9px;
  float: left;
}
.price_table .row_style_footer_1,
.price_table .row_style_footer_2 {
  padding: 10px 0px;
}
.price_table .row_style_1,
.price_table .row_style_footer_1 {
  background-color: #F9F8F0;
}
.price_table .row_style_2,
.price_table .row_style_footer_2 {
  background-color: #F0EED9;
}
.price_table .row_style_1 span,
.price_table .row_style_2 span {
  position: relative;
  font-size: 14px;
}
.price_table .row_style_1 span:before,
.price_table .row_style_2 span:before {
  background: url(../../../templates/noo_designer/images/pricing-table/icon-yes.gif) no-repeat 0 0;
  width: 24px;
  height: 24px;
  left: -30px;
  position: absolute;
  top: -3px;
  content: "";
}
.price_table .no-option span:before {
  background: url(../../../templates/noo_designer/images/pricing-table/icon-no.gif) no-repeat 0 0;
  width: 24px;
  height: 24px;
  left: -30px;
  position: absolute;
  top: -3px;
  content: "";
}

.buy_now {
  width: 95px;
  height: 32px;
  padding: 5px 16px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-width: 1px;
  color: #513b26;
  border-color: #ddb385 #dca36c #db904f;
  background: #fab778;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcca94), to(#f9a55c));
  background: -moz-linear-gradient(top, #fcca94, #f9a55c);
  background: linear-gradient(#fcca94, #f9a55c);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.buy_now:hover {
  border-color: #d2aa7e #d19c68 #d0894b;
  background: #fbca98;
  background: -webkit-gradient(linear, left top, left bottom, from(#fddfba), to(#fab371));
  background: -moz-linear-gradient(top, #fddfba, #fab371);
  background: linear-gradient(#fddfba, #fab371);
}
.pricing-table {
  margin-left: 5px;
  margin-right: 5px;
}
.pricing-table td {
  position: relative;
  display: inline-block;
  margin: 0px;
  vertical-align: inherit;
}
.pricing-table thead,
.pricing-table .plan,
.pricing-table .plan h2,
.pricing-table .green,
.pricing-table .green h2 {
  color: #36611E;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.pricing-table thead .plan td {
  width: 100%;
  height: 73px;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pricing-table thead .plan h2 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0px;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
}
.pricing-table thead .plan em {
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}
.pricing-table thead .plan .green {
  color: #36611e;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: url(../../../templates/noo_designer/images/pricing-table/green_pattern.png) repeat-x 0 0 !important;
}
.pricing-table thead .plan .orange {
  color: #fafafa;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background: url(../../../templates/noo_designer/images/pricing-table/orange_pattern.png) repeat-x 0 0;
}
.pricing-table thead .plan .orange h2 {
  color: #fafafa;
}

.pricing-table thead .price td {
  position: relative;
  width: 100%;
  padding: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #b6b07c;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  background: #f9f8f1;
  background: -moz-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f8f1), color-stop(100%, #f4f2e2)) !important;
  background: -webkit-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -o-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: -ms-linear-gradient(top, #f9f8f1 0%, #f4f2e2 100%) !important;
  background: linear-gradient(to bottom, #f9f8f1 0%, #f4f2e2 100%) !important;
}
.pricing-table thead .price p {
  display: table;
  margin: 0 auto;
  font-size: 50px;
  line-height: 60px;
}
.pricing-table thead .price p span {
  font-size: 0.5em;
  display: table-cell;
  vertical-align: middle;
}
.pricing-table thead .price span {
  font-size: 14px;
}
.pricing-table thead .price a {
  display: block;
  position: absolute;
  top: 41px;
  right: -5px;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 12px;
  text-decoration: none;
}
.pricing-table thead .price .green a {
  color: #37621f;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  background: #82d344;
  background: -moz-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82d344), color-stop(100%, #51af34));
  background: -webkit-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -o-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: -ms-linear-gradient(top, #82d344 0%, #51af34 100%);
  background: linear-gradient(to bottom, #82d344 0%, #51af34 100%);
}
.pricing-table thead .price .orange a {
  color: #fafafa;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: #ff8042;
  background: -moz-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8042), color-stop(100%, #f55a0e));
  background: -webkit-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -o-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: -ms-linear-gradient(top, #ff8042 0%, #f55a0e 100%);
  background: linear-gradient(to bottom, #ff8042 0%, #f55a0e 100%);
}
.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before,
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
  display: block;
  position: absolute;
  content: '';
}
.pricing-table thead .price .green a:before,
.pricing-table thead .price .orange a:before {
  width: 8px;
  height: 32px;
  top: 0;
  left: -8px;
  background: url(../../../templates/noo_designer/images/pricing-table/badge.png) no-repeat;
}
.pricing-table thead .price .green a:after,
.pricing-table thead .price .orange a:after {
  width: 0;
  height: 0;
  bottom: -5px;
  right: 0;
  border-bottom: 5px solid transparent;
}
.pricing-table thead .price .green a:before {
  background-position: 0 0;
}
.pricing-table thead .price .orange a:before {
  background-position: 0 -32px;
}
.pricing-table thead .price .green a:after {
  border-left: 5px solid #1c5d40;
}
.pricing-table thead .price .orange a:after {
  border-left: 5px solid #88330a;
}

.pricing-table tbody tr:first-child td:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  top: -25px;
  left: 0;
  background: url(../../../templates/noo_designer/images/pricing-table/stripe.png) repeat-x 0 0;
}
.pricing-table tbody td {
  width: 100%;
  padding: 0 0 0 0px;
  line-height: 30px;
  border-top: 1px solid #f2f2f2;
  font-size: 11px;
  color: #828282;
  font-family: Helvetica,Arial,sans-serif;
  text-indent: 40px;
}
.pricing-table tbody tr:first-child td {
  border-top: 20px solid #ffffff;
}
.pricing-table .clock-icon td,
.pricing-table .basket-icon td,
.pricing-table .star-icon td,
.pricing-table .heart-icon td {
  background: #ffffff url(../../../templates/noo_designer/images/pricing-table/icons.png) no-repeat 0 0;
}
.pricing-table .clock-icon td {
  background-position: 0 0;
}
.pricing-table .basket-icon td {
  background-position: 0 -30px;
}
.pricing-table .star-icon td {
  background-position: 0 -60px;
}
.pricing-table .heart-icon td {
  background-position: 0 -90px;
}

.pricing-table tfoot td {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  line-height: 18px;
  background: #ffffff;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #828282;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0px 2px 0px #e4e4e4;
  -moz-box-shadow: 0px 2px 0px #e4e4e4;
  box-shadow: 0px 2px 0px #e4e4e4;
}
.pricing-table tfoot td span {
  padding: 0px 10px;
  display: block;
}

.table-float {
  display: block;
  position: absolute;
  width: 300px;
  padding: 80px 0 0 0;
  top: 85%;
  left: 130px;
}
.table-float p {
  font-family: 'Lobster13Regular', sans-serif;
  font-size: 16px;
  color: #858585;
  line-height: 20px;
}
.table-float p.big {
  font-size: 65px;
  color: #f76117;
  text-align: right;
  line-height: 65px;
}
.table-float .arrow {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 68px;
  height: 77px;
}
#plans,
#plans ul,
#plans ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#plans ul li.button {
  background: none;
}
#pricePlans:after {
  content: '';
  display: table;
  clear: both;
}
#pricePlans {
  zoom: 1;
}
#pricePlans {
  max-width: 100%;
  margin: 0 auto;
}
#pricePlans #plans .plan {
  background: #fff;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #3e4f6a;
  margin: 0;
  padding: .6em 0;
}
.planContainer .title h2.bestPlanTitle {
  background: #3e4f6a;
  background: -webkit-linear-gradient(top, #475975, #364761);
  background: -moz-linear-gradient(top, #475975, #364761);
  background: -o-linear-gradient(top, #475975, #364761);
  background: -ms-linear-gradient(top, #475975, #364761);
  background: linear-gradient(top, #475975, #364761);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.planContainer .price p {
  background: #3e4f6a;
  background: -webkit-linear-gradient(top, #475975, #364761);
  background: -moz-linear-gradient(top, #475975, #364761);
  background: -o-linear-gradient(top, #475975, #364761);
  background: -ms-linear-gradient(top, #475975, #364761);
  background: linear-gradient(top, #475975, #364761);
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}
.planContainer .price p.bestPlanPrice {
  background: #f7814d;
}
.planContainer .price p span {
  color: #8394ae;
}
.planContainer .options {
  margin-top: 10em;
}
.planContainer .options li {
  font-weight: 700;
  color: #364762;
  line-height: 2.5;
}
.planContainer .options li span {
  font-weight: 400;
  color: #979797;
}
.planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #3e4f6a;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 34px;
  border: 2px solid #3e4f6a;
  display: inline-block;
  width: 80%;
  height: 38px;
  border-radius: 4px;
  margin: 1.5em 0 1.8em;
}
.planContainer .button a.bestPlanButton {
  color: #fff;
  background: #f7814d;
  border: 2px solid #f7814d;
}
#credits {
  text-align: center;
  font-size: .8em;
  font-style: italic;
  color: #777;
}
#credits a {
  color: #333;
}
#credits a:hover {
  text-decoration: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  #pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  #pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #pricePlans {
    margin: 2em auto;
  }
  #pricePlans #plans .plan {
    width: 24%;
    margin: 0 1.33% 20px 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  #pricePlans #plans > li:last-child {
    margin-right: 0;
  }
  #pricePlans #plans .plan:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
  .planContainer .button a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .planContainer .button a:hover {
    background: #3e4f6a;
    color: #fff;
  }
  .planContainer .button a.bestPlanButton:hover {
    background: #ff9c70;
    border: 2px solid #ff9c70;
  }
}

.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons {
  list-style: none;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.login-wrap {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin: 20px auto;
  width: 500px;
}
.login-wrap .checkbox label {
  padding: 0;
}
.login-wrap .login {
  padding: 20px 20px 0;
}
.login-wrap .login form {
  margin-bottom: 0;
}
.login-wrap .well {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 2px;
}
.login-wrap .well .control-group {
  float: left;
  width: 50%;
}
.login-wrap .well .control-group .control-label {
  display: block;
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
}
.login-wrap .well .control-group .controls {
  margin-left: 0;
  float: none;
}
.login-wrap .well .control-group .controls input {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 25px !important;
  width: 200px;
  border-radius: 2px;
}
.login-wrap .well .control-group .controls .btn-primary {
  letter-spacing: 1px;
  padding: 7px 15px;
}
.login-wrap .other-links {
  padding-bottom: 20px;
}
.login-wrap .other-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.login-wrap .other-links ul li {
  display: block;
  padding: 0;
}
.login-wrap .other-links ul a {
  color: #999999;
  padding: 0;
  display: inline-block;
}
.login-wrap .other-links ul a:hover,
.login-wrap .other-links ul a:focus,
.login-wrap .other-links ul a:active {
  color: #f00f51;
}
.logout {
  border: 1px solid #e5e5e5;
  margin: 20px auto;
  width: 420px;
  padding: 40px 40px 20px;
}
.skill-box .progress {
  height: 30px !important;
}
.skill-left {
  padding: 5px 0 0 15px;
}
.skill-right {
  padding: 5px 15px 0 0;
}
.profile-box {
  text-align: center;
}
.profile-desc {
  margin: 20px auto;
}
.profile-box img {
  display: block;
  height: auto;
  max-width: 100%;
}
.profile-social-box {
  display: inline-block;
  zoom: 1;
  border-top: 1px solid #b1b1b1;
  padding-top: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profile-social-box li {
  float: left;
  margin-right: 15px;
}
.profile-social-box li a {
  font-size: 16px;
  text-decoration: none;
  color: #b1b1b1;
}
.affix {
  left: 0;
  position: fixed;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  border-bottom: 2px solid #f00f51;
}
.affix .login {
  display: none;
}
.affix .logo {
  margin-top: 0;
}
.affix .logo h1 {
  margin: 6px 0;
  line-height: 100%;
}
.affix .t3-mainnav {
  margin-top: 8px;
}
.noo-slideshow .tp-leftarrow.default {
  background: url(../../../templates/noo_designer/images/large_right.png) center bottom no-repeat #f00f51;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.noo-slideshow .tp-rightarrow.default {
  background: url(../../../templates/noo_designer/images/large_right.png) center top no-repeat #f00f51;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.noo-slideshow .tparrows {
  opacity: 0.7;
}
.noo-slideshow .tparrows:hover {
  background-color: #ce0d46 !important;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.noo-slideshow .tp-bullets.simplebullets.round .bullet {
  background: #f00f51;
  border-radius: 100%;
  border: 2px solid transparent;
  width: 15px;
  height: 15px;
}
.noo-slideshow .tp-bullets.simplebullets.round .bullet.selected,
.noo-slideshow .tp-bullets.simplebullets.round .bullet:hover {
  border: 2px solid #FFFFFF;
}

.panel-default > .panel-heading {
  background: #fff;
}
.panel-default > .panel-heading h4 {
  font-weight: 400;
  font-size: 13px;
}

#contact-form .control-group .control-label {
  width: auto;
  text-align: left;
}
#contact-form .control-group .control-label label {
  font-weight: 400;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #1c1c1c;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.pagination {
  display: block;
}