/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 18px; }
body, button, input, select, textarea { font-family: Arial, sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #87c023; text-decoration:none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-spacing: 0; }
td { vertical-align: middle; }

/* ==|== primary styles =====================================================
   Author: Creative Motion Design
   ========================================================================== */

body { background:#fff; padding-top:55px; }
/*.contact-bg{background: url(../images/contact-image.jpg) no-repeat top right;}*/
body.home { padding-top:0; }
p { margin:10px 0;}

#phplive_btn_1443540302{float: left; height: 52px; margin: 20px 0px;}

/**
 * Header
 */
.home header {
  background:rgba(255,255,255,0.5);
}
.home nav ul ul li {
    background:rgba(255,255,255,0.5);
}

.home .solid-white, .home .solid-white nav ul ul li {
  background:#fff;
}

.header-two{width: 100%; background: red;}

header {
   background:rgba(255,255,255,0.5);
  box-shadow:0 0 3px #777;
  height:55px;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
}
header section { margin:0 auto; position:relative; /*width:1000px;*/ max-width:1000px; }
header h4 { float:left; margin:0; }
header h4 a {
  background:url(../images/cmd-logo.png) no-repeat left center;
  display:block;
  height:55px;
  text-indent:-9999px;
  width:259px;
}

/* Navigation */
 .site-menu {
  float:right;
  line-height:55px;
  height:55px;
 /* position:relative;*/
  z-index:4;
}

  .secondary { height:34px; margin:0; z-index:1; float: right;}
  .secondary ul, .site-menu ul { margin:0 auto; z-index:2;}
  .secondary ul li, .site-menu ul li { background:transparent; float:left; position:relative; padding:0 0 0 3px; }
  .secondary a, .site-menu a {
    color:#000;
    font-family:arial;
    font-size:15px;
    font-weight:normal;
    line-height:55px;
    padding:0 12px;
    display:inline-block;
  }
  .secondary a {
    line-height:22px;
    padding:8px 12px;
  }
    nav a.selected { color:#56761e; }
    nav a.selected:hover { color:#56761e; }
    nav a:hover { color:#56761e; }

    .features-top .secondary a.selected { color:#999999; }
    .secondary a.selected:hover { color:#56761e; }
    .secondary a:hover { color:#56761e; }

	.selected { color:#000000; }

  .site-menu li:hover ul { display:block; }

  .site-menu ul ul {

  box-shadow:0 3px 2px #777;
    display:none;
    position:absolute;
    left:-3px;
    top:55px;
    width:137px;
    z-index:10;
  }

  .site-menu ul ul li {
    background:#fff;
    padding:0 5px;
    float:none;
    height: 33px;
    line-height: 33px;
  }

  .site-menu ul ul li:first-child {
    padding-top:0;
  }

  .site-menu ul ul li:last-child {
    padding-bottom:10px;
  }

  .site-menu ul ul a {
    font-size:14px;
    line-height:32px;
  }

/**
 * Home Slides
 */
.home-slides {
  background:#eee;
  height:554px;
  overflow:hidden;
  position:relative;
}

.home-slides article {
  display:none;
  font-family:"nimbus-sans";
  font-weight:300;
  height:100%;
  width:100%;
}

.home-slides article:first-child {
  display:none;
}

.home-slides .slide-1 { background:url(../images/features/home-1.jpg) center center; }
.home-slides .slide-2 { background:url(../images/features/home-2.jpg) center center; }
.home-slides .slide-3 { background:url(../images/features/home-3.jpg) center center; }
.home-slides .slide-4 { background:url(../images/features/home-4.jpg) center center; }

.home-slides h3 {
  color:#000;
  font-size:60px;
  margin:0;
  padding-top:190px;
}

.home-slides p {
  color:#000;
  font-size:25px;
  line-height:30px;
  margin:30px 0 40px 0;
  width:490px;
}

.home-slides em {
  display:block;
  font-size:16px;
  margin-top:13px;
}

.home-slides .slide-3 h3, .home-slides .slide-3 p, .home-slides .slide-3 em {
  color:#fff;
}

/**
 * Slideshow Controls
 */
.slideshow-controls-wrapper {
  bottom:34px;
  height:15px;
  left:0;
  position:absolute;
  width:100%;
  z-index:10;
}

.slideshow-controls {
  height:15px;
  margin:0 auto;
  width:92px;
}

.slideshow-controls a {
  background:url(../images/icons/slideshow-controls.png) right no-repeat;
  cursor:pointer;
  display:block;
  float:left;
  height:15px;
  margin-right:8px;
  outline:none;
  text-indent:-9999px;
  width:15px;
}
.slideshow-controls a:last-child {
  margin-right:0;
}

.slideshow-controls .activeSlide {
  background-position:left;
}

/**
 * Home Sections
 */
.home .content-section {
  text-align:center;
  font-family:nimbus-sans;
  font-size:16px;
  font-weight:300;
  line-height:20px;
}

/**
 * Home Carousel
 */
.carousel-wrapper {
  height:405px;
  position:relative;
}

.carousel {
  position:relative;
  height:352px;
  margin:0 auto;
  width:600px;
}

.carousel li {
  background:transparent;
  height:373px;
  padding:0;
  width:552px;
}

.carousel img {
  height:100%;
  width:100%;
}

.carousel .content-wrapper {
  position:relative;
}

/* Controls */
.carousel-controls {
  position:absolute;
  width:100%;
  height:56px;
  left:0;
  top:186px;
}

.carousel-controls div {
  background:url(../images/buttons/carousel-arrows.png) no-repeat;
  cursor:pointer;
  top:0;
  height:56px;
  position:absolute;
  width:18px;
  z-index:300;
}

.carousel-controls .carousel-left {
  left:0;
}

.carousel-controls .carousel-right {
  background-position:right;
  right:0;
}

/* Carousel Text */
.home .content-carousel {
  padding-top:205px;
}

.content-carousel-text {
  display:none;
  padding:40px 0;
  width:100%;
}

.content-carousel-text:first-child {
  display:block;
}

/**
 * 2 column layout
 */
.two-columns {
  text-align:left;
}

.two-columns section {
  float:left;
}

.two-columns .content-column {
  margin-right:45px;
  /*width:400px;*/
  max-width:400px;
}

.two-columns li {
  color:#414141;
  margin-bottom:15px;
}

.two-columns em {
  display:block;
  font-size:15px;
  line-height:20px;
  margin:20px 0;
}

.two-columns .btn-green {
  margin-top:34px;
}

.two-columns .feature-image {
  margin:0;
}

/**
 * Feature Grids
 */
 .grid{float: left; margin-top: 30px;}
.feature-grid-two div {
  box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
  float:left;
  text-align:left;
  width:50%;
}

.feature-grid-two div:last-child {
  padding-left:20px;
}

.feature-grid-two article {
  margin:50px 0;
}

/**
 * The sections must stay in line but one has an uneven line count so we fix the height here.
 */
.feature-grid-two .fixed-height {
  height:100px;
}

.feature-grid-two h3 {
  margin-top:0;
}

.-two p {
  margin-bottom:0;
}

/**
 * Slideshow
 */
.slideshow img {
  display:none; width: 100%; height: auto;
}

.slideshow img:first-child {
  display:block;
}



/**
 * Buttons
 */
.btn-green {
  background:#7aa42e;
  background:-moz-linear-gradient(#86c11d, #7aa42e);
  background:-webkit-linear-gradient(#86c11d, #7aa42e);
  background:-ms-linear-gradient(#86c11d, #7aa42e);
  border:1px solid #7aa42e;
  border-radius:20px;
  color:#fff;
  display:inline-block;
  height:38px;
  font-family:"myriad-pro-condensed";
  font-size:19px;
  font-weight:bold;
  line-height:38px;
  padding:0 20px;
  text-transform:uppercase;
  text-shadow: -1px -1px 1px #555;
}

.btn-green:hover {
  background:-moz-linear-gradient(bottom, #86c11d, #7aa42e);
  background:-webkit-linear-gradient(bottom, #86c11d, #7aa42e);
  background:-ms-linear-gradient(bottom, #86c11d, #7aa42e);
}

/* Content */
.content-wrapper {
  margin:0 auto;
  max-width:1000px;
}

.content-section {
  background:#f2f2f2;
  font-family: "nimbus-sans";
  font-size:16px;
  line-height:22px;
  padding:40px 0;
}

.content {
  font-family: "nimbus-sans";
  font-size:16px;
  line-height:22px;
  margin:0 auto;
  position:relative;
  /*width:1000px;*/
  max-width:1000px;
  font-weight:300;
  
}



.feature-image {
  display:block;
  margin:20px 0;
}

.short p { width:440px; }

/* Sections */
.gray, .white, .light-gray { padding:30px 0; }
.gray{ /*background:#f2f2f2;*/ background: rgba(221,221,221,.5);}
.gray-two { background:#f2f2f2; background: url(../images/contact-image.jpg) no-repeat center -50px ;}
.client-page{ background:#f2f2f2; background: url(../images/clientsite-image.jpg) no-repeat center -50px ;}
.hosting-page{ background:#f2f2f2; background: url(../images/hosting-image.jpg) no-repeat center -50px ;}
.mobile-page{ background:#f2f2f2; background: url(../images/mobile-image.jpg) no-repeat center -50px ;}
.custom-page{ background:#f2f2f2; background: url(../images/custom-image.jpg) no-repeat center 0px ;}
.website-page{ background:#f2f2f2; background: url(../images/website-image.jpg) no-repeat center -50px ;}
.darker-gray{background: #f0f0f0;}
.light-gray { background:#f9f9f9; }
.mid-gray{background: #f9f9f9; border-top: 1px solid #cccccc;}
.white { /*background:#fff;*/ border:1px solid #e7e7e7; border-width:1px 0; }

.short-top { padding-top:30px; }

/* Design Banner */
.design-banner { padding:35px 0; }
.design-banner p {
  color:#767676;
  font-size:22px;
  margin:0 200px 0 0;
  text-align:center;
}

/* Headers */
h1, h2 {
  font-family: "myriad-pro-condensed";
  font-size:42px;
  font-weight:normal;
  line-height:42px;
  margin:0 0 24px 0;
  text-transform:uppercase;
}

.html5 h2, .designs h2 {
  margin-bottom:44px;
}

h3 {
  font-family: "myriad-pro-condensed";
  font-size:26px;
  font-weight:normal;
  line-height:30px;
  margin:30px 0 10px 0;
  text-align:left;
  text-transform:uppercase;
}
h3 span { color:#87c023; }
h5 {
  color:#ccc;
  font-family: "myriad-pro-condensed";
  font-size:20px;
  font-weight:normal;
  line-height:20px;
  margin:0 0 10px 0;
  text-align:left;
  text-transform:uppercase;
}

/* Lists */
ul { list-style:none; margin:0; padding:0; }
ul li {
  background:url(../images/icons/clear-tick.png) no-repeat 0 5px;
  color:#545454;
  padding:0 0 2px 25px;
}
.gray ul li { background-image:url(../images/icons/gray-tick.png); }
.light-gray ul li { background-image:url(../images/icons/clear-tick.png); }
footer ul li {
  background-image:url(../images/icons/dark-tick.png);
  background-position:0 5px;
  color:#fff;
  float:left;
  margin-left:20px;
}

/* Home Page */
.home-title { padding-top:20px; }
.home-title h1 {
  background:url(../images/titles/home-17122003.png) no-repeat top center;
  height:151px;
  /*margin:0 auto 50px auto;*/
  margin:0 auto 22px auto;
  text-indent:-9999px;
  width:970px;
}

.design-preview a {
  cursor:default;
  float:right;
  position:relative;
  margin-bottom:0;
  width:455px;
}
.design-preview a.html-designs { float:left; }

.design-preview a span, .btn-learn-more {
  background:url(../images/buttons/home-buttons.png) no-repeat 0 0;
  cursor:pointer;
  display:block;
  height:34px;
  margin:30px auto 0 auto;
  text-indent:-9999px;
  width:193px;
}
.design-preview img { border:4px solid #d2d2d1; cursor:pointer;  }
.design-preview img:hover,
.design-preview img.button-hover {
  border:4px solid #AFB0B0;
}

.design-preview a span:hover,
.design-preview a .button-hover {
  background-position:0 -35px;
}
.design-preview a.html-designs span {
  background-position:-194px 0;
}
.design-preview a.html-designs span:hover,
.design-preview a.html-designs .button-hover {
  background-position:-194px -35px;
}

.btn-learn-more {
  background-position:-387px 0;
  margin: 413px 0px 0px 428px;
  width:142px;
}
.btn-learn-more:hover {
  background-position:-387px -35px;
}


.six { padding-bottom:0px; }
.six h2 {
  color:#000;
  font-family:Arial;
  font-size:24px;
  text-transform: none;
  font-weight:bold;
  margin-bottom:0;
}

.six article {
  color:#555;
  float:left;
  font-family:Arial;
  margin-right:70px;
  width:285px;
}

.six article.last {
  margin-right:0;
}

.six h3 {
  font-family:Arial;
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
  text-transform: none;
}

.six p {
  font-size:14px;
}

.customise ul { margin-top:20px; }

/* Section Images */
.website-editing {
  /*background: url(../images/features/easy-website-editing.png) no-repeat 326px 69px;*/
  height:563px;
}
.proofing-cart {
  /*background: url(../images/features/proofing-cart2.png) no-repeat 449px 71px;*/
  height:580px;
}
.mobile-tablet {
  /*background: url(../images/features/mobile-and-tablet.jpg) no-repeat 502px 5px;*/
  height:394px;
}
.customise {
 /* background: url(../images/features/customizable-design.png) no-repeat 475px 5px;*/
  height:550px;
}
.website-hosting {
  /*background: url(../images/features/secure-hosting.png) no-repeat 477px 5px;*/
  height:427px;
}
.client-sites {
  /*background: url(../images/features/free-client-sites.jpg) no-repeat 300px 5px;*/
  height:554px;
}

/* Client Sites */
.client-sites em {
  color:#666;
  display:block;
  font-size:15px;
  margin-top:10px;
}

/* Buttons */

.design-banner .browse-designs {
  background:url(../images/buttons.png) no-repeat 0 0;
  display:block;
  height:34px;
  position:absolute;
  right:110px;
  top:-6px;
  width:143px;
}
.design-banner .browse-designs:hover { background-position:0 -35px; }

.cart-button {
  background:url(../images/buttons/demo.png) no-repeat -290px 0;
  display:block;
  height:34px; float: right;
/*  position:absolute;
  right:0;
  top:4px;*/
  margin: 25px 0px;
  width:126px;
}
.cart-button:hover { background-position:-290px -38px;}

.mobile-button {
  background:#f2f2f2;
  border-radius:5px;
  color:#000;
  display:inline-block;
  font-size:22px;
  line-height:22px;
  font-weight:bold;
  height:25px;
  margin-top:40px;
  padding:10px 20px;
}
.mobile-button:hover { background-position:-127px -26px;}

.tablet-button {
  background:url(../images/homebuttons.png) no-repeat -254px -0px;
  display:block;
  height:25px;
  position:absolute;
  left: 135px;
  top: 210px;
  width:126px;
}
.tablet-button:hover { background-position:-254px -26px;}

.footer-newsletter input[type="submit"] {
  background:url(../images/buttons.png) no-repeat -552px -0px;
  border:0;
  box-shadow:none;
  display:block;
  height:25px;
  margin-top:15px;
  text-indent:-9999px;
  text-transform:capitalize;
  width:83px;
}
.footer-newsletter input[type="submit"]:hover { background-position:-552px -36px;}

.contact-form input[type="submit"] {
  background:url(../images/buttons/demo.png) no-repeat -426px -0px;
  border:0;
  box-shadow:none;
  display:block;
  height:34px;
  margin-top:15px;
  text-indent:-9999px;
  text-transform:capitalize;
  width:123px;
}
.contact-form input[type="submit"]:hover { background-position:-426px -38px;}

.faq-button {
  background:url(../images/buttons/demo.png) no-repeat 0 0;
  border:0;
  box-shadow:none;
  display:block;
  height:34px;
  text-indent:-9999px;
  position:absolute;
  top:4px;
  right:0;
  width:142px;
}
.faq-button:hover { background-position:0 -38px;}

.to-support {
  background:url(../images/buttons/to-support.png) no-repeat 0 0;
  border:0;
  box-shadow:none;
  display:block;
  height:34px;
  text-indent:-9999px;
  position:absolute;
  top:4px;
  right:0;
  width:142px;
}
.to-support:hover { background-position:0 -38px;}


/**
 * Home Page
 */
.feature-grid-wrapper { padding-top:30px; }
.feature-grid { height:800px; padding-top:0; }
.feature-grid h2, .col-three h2 { font-size:39px; font-weight:bold; margin:0; }
.feature-grid h3, .col-three h3 { font-weight:bold; margin-bottom:10px; }
.feature-grid article { float:left; margin-right:55px; position:relative; width:295px; }
.feature-grid article:nth-child(3n) { margin-right:0; }
.feature-grid p, .col-three p { font-family:Arial; font-size:14px; line-height:18px; margin-bottom:13px; width: auto; }
.feature-grid img, .col-three img { border:1px solid #b8b8b8;}

.feature-grid-cart { height:380px; }
.feature-grid-cart article { width:300px; margin-right:50px; }
.feature-grid-cart h3 { margin-top:0; }

.feature-grid-blog { padding-top:10px; }
.feature-grid-blog img { border-width:1px; }
.feature-grid-blog strong, .wp strong {
  color:#000;
  display:block;
  font-family:"myriad-pro-condensed";
  font-size:20px;
  margin-top:10px;
  text-transform:uppercase;
}

.feature-grid .overlay {
  background:#000;
  background:rgba(0,0,0,0.7);
  bottom:0;
  display:none;
  height:218px;
  width:295px;
  position:absolute;
}

.feature-grid a {
  background:url(../images/buttons/overlay.png) no-repeat -443px 0;
  display:block;
  height:30px;
  margin-left:84px;
  margin-top:94px;
  width:136px;
}

.feature-grid-blog .overlay {
  height: 237px;
  left: 1px;
  top: 1px;
  width: 300px;
}
.wp .overlay {
  background:#000;
  background:rgba(0,0,0,0.7);
  position: absolute;
  top: 0px;
  left:0px;
display: none;
  }

.wp, .template-html{position: relative; }

.wp-demos.feature-grid-blog .view_demo {
  background:transparent;
  padding: 104px 99px 103px 99px;
  width:102px;
}
.wp-demos.feature-grid-blog .view_demo span {
  background:url(../images/buttons/overlay.png) no-repeat 0 0;
  display:block;
  height: 30px;
  text-align:center;
  width: 102px;
}

.feature-grid .browse { background-position:-307px 0;}
/*.template-html .overlay { display:none; }*/
.feature-grid div:hover .overlay, .wp:hover .overlay { display:block; }
.template-html:hover .overlay{ display:block; left: 0px; bottom: 0px;}

/**
 * Contact Form
 */
.contact-form {
  float:left;
  width:420px;
  margin-bottom: 20px;
}
.contact-form .first { margin-bottom:20px; }

.message {
    float: left;
    font-size:16px;
    margin: 22px 0 0 20px;
}

.contact-form section {  }
.contact-form div.required {
  color:#97bd56;
  float:left;
  margin-top:20px;
  padding:14px;
}

.contact-form .error {
  border:1px solid red;
}

.contact-form input,
.contact-form textarea {
  background:#fff;
  border-radius:5px;
  border:1px solid #d5d5d5;
  color:#545454;
  float:left;
  font-family:nimbus-sans;
  font-size:16px;
  font-weight:bold;
  margin:5px 0 15px 0;
  padding:10px;
  width:360px;
}
.contact-form textarea {
  height:190px;
}

.contact-form ::-webkit-input-placeholder {
   color:#a3a3a3;
   font-weight:normal;
}

footer ::-webkit-input-placeholder {
   color:#000;
   font-weight:normal;
}

.contact-form :-moz-placeholder {
   color:#a3a3a3;
   font-weight:normal;
}

.contact-info { float:left; margin-left:160px;}

.contact-info h3 { margin-bottom:20px; }
.contact-info p { font-size:16px; margin:20px 0; }
.contact-info strong { display:inline-block; width:60px; }

.contact section{height: 61px;}

/* Pricing */
.pricing-get-started {
  float:right;
}

.pricing-get-started em {
  float:left;
  line-height:39px;
  margin-right:20px;
}

.get-started-button {
  background:url(../images/buttons/get-started.png);
  display:block;
  float:right;
  height:39px;
  margin:0 auto;
  width:128px;
}

.get-started-button:hover {
  background-position:bottom left;
}

.pricing-title {
  position:absolute;
  top:0px;
  left:0;
}

.pricing-list {
  margin:30px 0 75px 0;
  padding-top:69px;
  position:relative;
}

.pricing-exception {
  bottom:-30px;
  font-size:13px;
  left:10px;
  position:absolute;
}

.pricing-features {
  background:#e8e8e8;
  border:1px solid #d0d0d0;
  border-radius:5px;
}

.pricing-list span {
  border-top:1px solid #d0d0d0;
  display:block;
  font-size:14px;
  font-weight:500;
  height:22px;
  line-height:22px;
  padding:8px 20px;
}

.pricing-list h3 {
  margin:0;
  padding:25px 20px;
}

.pricing-list .float {
  background:#fff;
  border:1px solid #d0d0d0;
  border-radius:5px;
  left:246px;
  position:absolute;
  top:0;
  width:166px;
}

.pricing-list .flash {
  left:424px;
}
.pricing-list .blog {
  left:602px;
}

.pricing-list .cart {
  left:auto;
  right:0;
  text-align:center;
  width:218px;
}

.pricing-list .cart span {
  padding:8px 0;
}

.pricing-list .button-holder, .pricing-list .cart .button-holder {
  border-top:0;
  padding:2px 0 14px 0;
  height:auto;
}

.pricing-list .header {
  background:#fff;
  border-radius:5px 5px 0 0;
  height:149px;
}

.pricing-list .header h3 {
  padding:18px 20px 9px 20px;
  text-align:center;
}

.pricing-list .price-box {
  background:url(../images/misc/120.png) no-repeat center center;
  height:56px;
  margin-bottom:7px;
}

.pricing-list .cart .price-box {
  background:url(../images/misc/pricing-zero.png) no-repeat center center;
}

.pricing-list .blog .price-box {
  background:url(../images/misc/95.png) no-repeat center center;
}

.pricing-list .one-time-fee {
  font-size:14px;
  text-align:center;
}

.pricing-list .tick {
  background:url(../images/icons/pricing-tick.png) no-repeat center center;
}

.pricing-list .tick_exception {
  background:url(../images/icons/pricing-tick-exception.png) no-repeat 76px 11px;
}

.pricing-three article {
  float:left;
  margin-right:20px;
  width:300px;
}
.pricing-hosting article {
  float:left;
  margin-right:20px;
  width:300px;
  height:500px;
}

.pricing-hosting {
  float:left;
  margin:0 30px 50px 0;
  width:300px;
}

.example-button {
  background:url(../images/buttons/view-examples-button.png);
  display:block;
  height:39px;
  margin:0 auto;
  width:138px;
}

.example-button:hover {
  background-position:bottom left;
}


/* Designs */
.steps {
  background:url(../images/features/steps.jpg) no-repeat left top;
  height:19px;
  position:absolute;
  top:12px;
  right:0;
  width:511px;
}

.create-text {
  color:#696968;
  font-family:"nimbus-sans";
  font-size:26px;
  margin:30px 0;
}

.template h3 {
  display:inline-block;
  float:left;
  font-size:23px;
  font-weight:bold;
  line-height:25px;
  margin:0 20px 0 0;
  text-align:left;
  text-transform:uppercase;
}
  .template h3 span { color:#87c023; }

.template-top {
    height: 25px;
    margin-bottom: 10px;
}

/* Lists */
.template {
  display:inline-block;
  float:left;
  height:295px;
  padding-bottom:40px;
  margin:0 0 60px 0;
  position:relative;
}

.template:nth-child(2n) { float:right; }

.template img { border:1px solid #dddbdc; display:block; }
.template img:hover { border:1px solid #AFB0B0;}

.template .link-block {
  bottom:0;
  position:absolute;
  right:0;
  width:100%;
}

.template .overlay {
  background:rgba(0, 0, 0, 0.7);
  display:none;
  height:31px;
  left:0;
  padding:113px 0;
  position:absolute;
  top:35px;
  text-align:center;
  width:427px;
}

.buy_now, .btn_trial {
  background: url('../images/designs/designbuttons.png') no-repeat scroll -85px 0px transparent;
  height: 25px;
  width: 83px;
  display: block;
  float: left;
  text-indent: -9999px;
}

.buy_now {
    background-position: 0px 0px;
    margin-right: 10px;
}

.buy_now:hover {
    background-position: 0px -27px;
}

.btn_trial:hover {
    background-position: -85px -27px;
}

.view_demo {
  background:url(../images/buttons/overlay.png) no-repeat 0 0;
  height:30px;
  width:101px;
  display:inline-block;
  margin:0 3px;
  text-indent:-9999px;
}

.discount {
  color: #595858;
  font-weight: bold;
  font-family: "myriad-pro-condensed";
  position: absolute;
  bottom: 6px;
  right: 0;
  font-size: 16px;
}

.music-icon {
  background:url(../images/designs/music-icon.png) no-repeat left center;
  float:left;
  height:26px;
  margin-top:3px;
  width:26px;
}
.music-icon span {
  background: url(../images/designs/music-player.png) no-repeat;
  display: none;
  height: 26px;
  margin-left:35px;
  width: 172px;
}
.music-icon:hover span {
  display:block;
}

.template-discount-40 {
  background: url(../images/buttons/overlay.png) no-repeat -579px 0;
  cursor: pointer;
  height: 44px;
  position: absolute;
  bottom: 20px;
  right: -22px;
  width: 46px;
  z-index: 3;
}
.template-discount-60 {
  background: url(../images/buttons/60off.png) no-repeat 0 0;
  cursor: pointer;
  height: 44px;
  position: absolute;
  bottom: 20px;
  right: -22px;
  width: 46px;
  z-index: 3;
}

.discount-40 {
  background: url(../images/discount-circles.png) no-repeat -99px -9px;
  cursor: pointer;
  height: 76px;
  position: absolute;
  bottom: 50px;
  right: -30px;
  width: 75px;
  z-index: 3;
}

.discount-60 {
  background: url(../images/buttons/60off.png) no-repeat 0 0;
  cursor: pointer;
  height: 76px;
  position: absolute;
  bottom: 10px;
  right: -58px;
  width: 75px;
  z-index: 3;
}

.discount-50 {
  background: url(../images/discount-circles.png) no-repeat -184px -9px;
  height: 78px;
  position: absolute;
  bottom: 50px;
  right: -30px;
  width: 75px;
  cursor: pointer;
  z-index: 3;
}



.align-right { float:right; }

.sub-nav {
  clear:both;
  color:#cbcbcb;
  font-family: "myriad-pro-condensed";
  font-size:28px;
  font-weight:normal;
  line-height:20px;
  margin:0 auto 35px auto;
  /*position:absolute;*/
  /*right:0;*/
  text-align:left;
  text-transform:uppercase;
  width:146px;
  /*top:12px;*/
}

.sub-nav a {
  color:#7c7a7b;
  float:left;
  margin-left:20px;
  padding-bottom:7px;
}

.sub-nav a:hover {
  border-bottom:3px solid #7c7a7b;
}

.sub-nav a.selected {
  border-bottom:3px solid #87c023;
  color:#87c023;
}

.sub-nav a.selected:hover {
  border-bottom:3px solid #87c023;
}

/* FAQ Questions */
.faq aside {
  float:left;
  margin-right:60px;
  width:180px
}
.faq aside a {
  border-bottom:1px solid #dcdcdc;
  color:#222222;
  display:block;
  padding:5px 0;
}
.faq aside a.selected { color:#87c023; }

.questions { display:none; float:right; width:760px; }
.question p { font-size:16px; margin:5px 0 20px 0; }
.question strong { font-weight:normal; }

.first { margin-top:0; }
.we-love{margin-top: -18px;}
/* Student */
.teachers {
  float:left;
  margin-right:68px;
  padding-right:68px;
  width:430px;
}
.teacher input, .teacher textarea { width:400px; }
.student p { font-size:16px; }
.teacher textarea {
    height: 110px;
}
.devider { background:url(../images/devider.png) no-repeat right top; }

/* Footer */
footer { background:#212121; color:#fefefe; }
footer .content { font-size:16px; }
footer .top { border-bottom:1px solid #101010; padding:25px 0 17px 0; }
footer h3 { float:left; margin:0; }
footer ul { float:right; font-size:18px; margin-top:4px; }
footer ul li { margin-left:40px; }

footer .bottom { border-top:1px solid #343434; padding:20px 0 60px 0; }
footer div { float:left; }
footer a {
  color:#666;
  display:block;
  text-decoration:none;
}
footer a:hover { color:#fff;}
.footer-questions { width:280px; }
footer .footer-questions p { color:#666; }
.footer-product { width:160px; }
.footer-company { width:170px; }
.footer-community { width:165px; }
.footer-newsletter { width:215px; }

.footer-product a,
.footer-company a,
.footer-community a { margin-bottom:4px; }


footer .text {
  background:#9c9a9b;
  border:0;
  border-radius:3px;
  color:#000;
  font-size:13px;
  padding:7px;
  width:205px;
}

.contact-box { position:relative; margin-top:50px;}
.contact-box h3 {
  float:left;
  font-size:32px;
  line-height:32px;
  margin-right:30px;
  margin-top:0;
}
.contact-box .text {
  background:#fff;
  border-radius:5px;
  border:1px solid #d5d5d5;
  color:#545454;
  float:left;
  font-family:nimbus-sans;
  font-size:16px;
  line-height:16px;
  font-weight:bold;
  margin-top:0;
  padding:7px;
  width:360px;
}
.contact-box ::-webkit-input-placeholder {
   color:#a3a3a3;
   font-weight:normal;
}
.contact-box :-moz-placeholder {
   color:#a3a3a3;
   font-weight:normal;
}
.contact-box .send {
  background:url(../images/buttons/ebook.png) no-repeat 0 0;
  border:0;
  font-style: capitalize;
  margin:1px 0 0 20px;
  width:180px;
  height:34px;
  text-indent:-9999px;
}
.contact-box .send:hover { background-position:0 -36px; }

.download {
  background:url(../images/buttons/ebook.png) no-repeat -183px 0;
  border:0;
  display:block;
  font-style: capitalize;
  left:360px;
  top:5px;
  margin:1px 0 0 20px;
  position:absolute;
  width:180px;
  height:34px;
  text-indent:-9999px;
}
.download:hover {
  background-position:-183px -36px;
}

h3.music.bk {
    background: url("../images/icons/musicnote.png") no-repeat scroll right center transparent;
    bottom: -7px;
    padding: 6px 40px 6px 0;
}

.features-top {padding:30px 0 10px 0;}
.features-top h2 { float:left; margin-bottom:0; margin-left: 7px; }
.features-top nav { margin:10px 0 0 0; }
.features-top nav a { color:#515151; }
.features-top nav a.selected { color:#000; }
.features-top nav li { background:transparent; }

.page_not_found { background:#fff; }
.page_not_found h2 { font-family:Arial; font-size:26px; margin:20px 0 15px 0; text-transform:none; }
.page_not_found p { font-family:Arial; font-size:14px;}
.page_not_found a { color:#000; text-decoration:underline; }
.page_not_found a:hover { text-decoration:none; }

/* Blog */
.blog-buy-now {
  background:url(../images/buttons/demo.png) no-repeat -155px 0;
  height:34px; float: right;
/*  right:0;
  position:absolute;
  top:3px;*/
  margin: 25px 0px;
  width:122px;
}

.blog-buy-now:hover {
  background-position:-155px -38px;
}

.wp-themes {
  /*background:url(../images/features/blog.jpg) no-repeat 453px 8px;
  height:371px;*/
}

.wp-themes h2 {
  font-size:30px;
  margin:0;
}

.blog-price { color:#4f4f4f; }
.blog-price strike { color:#d0d0d0;}

.wp-themes p {
  font-family:Arial;
  font-size:14px;
  margin:0 0 25px 0;
}

.wp-demos {
  /*height:525px;*/
}

.wp-demos h2, .wp-title h2 {
  color:#66b025;
  font-size:40px;
  font-weight:normal;
  margin:20px 0 10px 0;
}

.wp-demos .subtitle {
  margin-bottom:40px;
}

.wp-demos .grid div {
  margin-bottom:30px;
}

.wp-demos .grid a {
  height:auto;
  margin:0;
  width:auto;
}

.wp-demos .grid img:hover {
  border-color:#888;
}

.home-blog-detail {
  background:#f9f9f9;
  height:593px;
  padding-top:20px;
}

.home-blog-detail .content {
  background:url(../images/features/blog.png) no-repeat #f9f9f9 0 181px;
}

.home-blog-detail h2 {
  background:url(../images/titles/blog-title.png) no-repeat center center;
  height:146px;
  text-indent:-9999px;
}


/**
 * Customers List
 */
.customers-page h2 {
  margin-bottom:20px;
}
.customers-page p {
  font-size:17px;
  margin-top:0;
}

.customers {
  margin-top:30px;
}

.customers a {
  float:left;
  margin:0 20px 20px 0;
  width:320px;
}

.customers a:hover img {
  border-color:#AFB0B0;
}

.customers a:nth-child(3n) {
  margin-right:0;
}

.customers img {
  border:3px solid #c7c7c7;
  display:block;
}

.customers .quote img {
  border:0;
}

.customers strong, .noquote strong, .quote strong {
  color:#000;
  display:block;
  font-family: "myriad-pro-condensed";
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-transform:uppercase;
}
/*.col-three{ padding: 5px;}*/
.noquote img{max-width: 320px; height: auto; border:3px solid #c7c7c7;}
.quote img{max-width: 320px; height: auto; border:3px solid #77b00b; }
.copyright {
  color:#555;
  font-size: 13px;

}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.align-left { float:left; }
.align-right { float:right; }


/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.mobi-menu, .show-menu, .carousel-mobi{display: none}
.site-menu{display: block;}
.col-one{position: relative; padding: 0px 7px; float: left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col-one img{width: 100%; height: auto; margin-top: 0px;}
.col-one p, .col-45 p{width: 100%;}
.col-one .eighty{width: 80%;}
.col-45{padding: 0px 7px; float: left; width: 45%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: left; padding-right: 35px;}
.col-55{padding: 0px 7px; float: left; width: 55%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.col-45 .btn-green {margin-top:34px; float: left;}

.col-45 em {display:block; font-size:15px; line-height:20px; margin:20px 0;}
.col-45 h2{margin-top: 20px;}
.col-zero{float: left; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.col-three{/*border: 1px solid red;*/ float: left; width: 33.33333%; padding: 15px 30px 15px 0px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.col-three p{/*width: 100%;*/}
.col-three img{width: 100%;/* max-width: 286px; */height: auto;}
.three-grid{float: left;}
.three-grid .first{padding-left: 0px;}
.three-grid .last{padding-right: 0px;}
.boxit{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.template-html img{border:1px solid #b8b8b8;}

/* design page */

.template-html .overlay {
  background:#000;
  background:rgba(0,0,0,0.7);
  position: absolute;
  display: none;
  }

  .template-html{max-width: 425px; margin-bottom: 90px;}
  .template-right .template-html{float: right;}
   .design-list .col-one{ padding-left: 0px;}

  .slideshow{display: block; margin-bottom: 20px;}
  .noslideshow{display: none; margin-bottom: 20px;}

  .html .feature-name, .flash .feature-name, .blog .feature-name{display: none;}
  .content-carousel-text img{display: none;}
 

@media only screen and (max-width: 1020px) {

  header h4 a{margin-left: 5px;}
  .content-carousel{display: none;}
  .carousel-mobi{display: block;}
  /* carousel */
  .carousel-mobi .content-wrapper {float: left; text-align: left; display:block !important; width: 33.33333%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

  .carousel-mobi h1, .carousel-mobi h2{font-size: 27px; line-height: 27px; text-align: center;}
  .carousel-mobi .btn-green{}
  /* pricing page */
  .pricing-list .tick_exception, .pricing-list .tick, .pricing-features, .pricing-exception{display: none;}
  .html .feature-name, .flash .feature-name, .blog .feature-name, .cart .feature-name{display: block; font-size: 12px; padding-left: 0px; padding-right: 0px;}
  .pricing-list .flash, .pricing-list .html, .pricing-list .blog, .pricing-list .cart {
  width: 22%; margin: 10px; padding: 0px; text-align:center;  float: left;  position:static; }
  .pricing-title{padding: 15px;}

  .pricing-three article, .pricing-hosting, .pricing-hosting{width: 45.5%; height: auto;}
  .pricing-hosting article{width: auto; margin-left: 15px;}
  /*.float .header, .float .price-box, .float .one-time-fee{width: 100%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}*/
  .col-three{padding: 7px;}

  .slideshow{display: none;}
  .noslideshow{display: block;}
  .content-wrapper, .designs{padding: 10px;}
  .site-menu a{font-size: 12px; padding:0 5px;}
  .image-column{width: 100%;}
  .image-column img{ width: 100%; height: auto;}
  .feature-image{width: 100%; height: auto;}
  /*.teacher, .students{width: 46%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
  .contact-form .teacher{width: 100%;}*/
  .teachers{width: 50%; float: left;}
  
  .teacher, .teachers .contact-form{width: 100%;}
  .contact-info, .contact .contact-form{width: 50%;  margin-left:0px; padding: 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
  .contact .contact-form input, .contact .contact-form textarea, .teacher input, .teacher textarea { margin: 5px 0px; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
  .devider { background: transparent; }
    /* faq */

  .faq aside {float:left; width:100%;}
  .faq aside a {border-bottom:0px solid #dcdcdc; display:inline-block; padding:5px;}
  .questions { display:none; float:left; width: 100%; margin-top: 10px;}
  .faq{ padding: 15px;}
  .three-grid .first{padding-left: 7px;}
  .three-grid .last{padding-right: 7px;}

  .wp-title h2, .wp-title p{padding: 7px;}

   .footer-product, .footer-company, .footer-community{width: 33.33333%; text-align: center;}
 .footer-product h5, .footer-company h5, .footer-community h5, .footer-questions, .footer-questions h5{ text-align: center;}
 .footer-questions, .footer-newsletter{width: 100%;}
 .footer-questions{margin-bottom: 10px;}
 .footer-newsletter{margin-top: 10px;}
 .footer-newsletter input{text-align: center; width: 50%; margin: 5px auto;} 
 .footer-newsletter h5 {text-align: center; width: 100%;}
 .footer-newsletter input[type="text"]{width: 60%; margin: 5px auto; display: block;}
 footer{padding: 15px;}
 footer section h3{ width: 100%; text-align: center;}
 footer section ul{width: 100%;}
 footer section li{width: 32%; margin: 0px 0px 0px 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

 .noquote strong, .quote strong {font-size: 16px; line-height: 20px;}
 .customers-page h2, .customers-page p{padding: 0px 15px;}
 /*.content-carousel{display: none;}
  .home-slides {height:290px;}
  .home-slides .slide-1 { background:url(../images/features/home-1-1000.jpg) center center; }
  .home-slides .slide-2 { background:url(../images/features/home-2-1000.jpg) center center; }
  .home-slides .slide-3 { background:url(../images/features/home-3-1000.jpg) center center; }
  .home-slides .slide-4 { background:url(../images/features/home-4-1000.jpg) center center; }*/
  
  /* designs page */
   .template-html{ margin-bottom: 30px;}

   /* pricing page */
  .pricing-list{padding-top: 10px;}
  .pricing-title{top: -20px;} 

  .contact h2{padding: 7px;}

  .we-love{margin-left: 10px; }
  .website-hosting .col-45 h2, .col-45 h2{margin-top: 0px;}
  .website-hosting .col-55 .cart-button{margin-top: 0px;}
  .col-55 .blog-buy-now{margin-top: 0px;}
} 

@media only screen and (max-width: 768px) {
  .design-list .col-one{ padding-left: 10px;}
  
  .pricing-three{width: 100%; float: left;padding: 7px; margin-top: 0px;}
  .pricing-three article{margin-right: 0px; width: 100%; }
  .pricing-three article h3{margin-top: 0px;}
  .pricing-three article p{margin-bottom: 20px;}
  .carousel-mobi h1, .carousel-mobi h2{font-size: 20px; line-height: 20px; text-align: center;}
  .mobi-menu{background: #fff; position: absolute; top: 50px; left: 0px; width: 100%; text-align: center; }
  .mobi-menu li{background: transparent; padding: 5px 0px; font-size: 18px; line-height: 30px;}
  .show-menu{display: block !important;}
  .site-menu{display: none;}

  .show-menu{background: url(../images/buttons/mobi-menu.png); width: 25px; height: 24px; display: block; float: right; margin: 15px 7px 0 0;}
  .secondary a{padding: 5px;  font-size: 12px;}
  .features-top h2{font-size: 30px; padding-top: 0px;}

  .home-slides {height:223px;}
  .home-slides .slide-1 { background:url(../images/features/home-1-768.jpg) center center; }
  .home-slides .slide-2 { background:url(../images/features/home-2-768.jpg) center center; }
  .home-slides .slide-3 { background:url(../images/features/home-3-768.jpg) center center; }
  .home-slides .slide-4 { background:url(../images/features/home-4-768.jpg) center center; }
  .slide-1 .content-wrapper h3, .slide-1 .content-wrapper em,.slide-1 .content-wrapper .ten-day-trial,
  .slide-2 .content-wrapper h3, .slide-2 .content-wrapper em,.slide-2 .content-wrapper .ten-day-trial,
  .slide-3 .content-wrapper h3, .slide-3 .content-wrapper em,.slide-3 .content-wrapper .ten-day-trial,
  .slide-4 .content-wrapper h3, .slide-4 .content-wrapper em,.slide-4 .content-wrapper .ten-day-trial{display: none;}
  .home-slides p {margin:80px 0 40px 0; width: 100%; text-align: center;}
  .slideshow-controls-wrapper{bottom:14px;}

  .col-three{float: left; width: 33.333333%; padding: 12px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

  .wp-title h2{font-size: 34px; line-height: 34px; width: 100%; text-align: center;}
  .wp-title .subtitle{padding-top: 0px; font-size: 14px; line-height: 14px; width: 100%; text-align: center;}

/* footer .text, footer .content h3, footer .content h5, footer .content a, footer .content p, .copyright{width: 50%;}*/
 .footer-product, .footer-company, .footer-community{width: 33.33333%; text-align: center;}
 .footer-product h5, .footer-company h5, .footer-community h5, .footer-questions, .footer-questions h5{ text-align: center;}
 .footer-questions, .footer-newsletter{width: 100%;}
 .footer-questions{margin-bottom: 10px;}
 .footer-newsletter{margin-top: 10px;}
 .footer-newsletter input{text-align: center; width: 50%; margin: 5px auto;} 
 .footer-newsletter h5 {text-align: center; width: 100%;}
 .footer-newsletter input[type="text"]{width: 60%; margin: 5px auto; display: block;}
 footer{padding: 15px;}
 footer section h3{ width: 100%; text-align: center;}
 footer section ul{width: 100%;}
 footer section li{width: 32%; margin: 0px 0px 0px 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
 .col-45 h2{font-size: 30px; line-height: 30px;}

 .wp-themes h2{font-size: 24px; line-height: 24px; margin-top: 10px;}
 .wp-themes p{margin-bottom: 5px;}

 .noquote strong, .quote strong {font-size: 14px; line-height: 20px;}

  /* pricing page */
 .pricing-list .flash, .pricing-list .html, .pricing-list .blog, .pricing-list .cart {width: 46%}
 .pricing-hosting{width: 100%; height: auto;margin:0 0px 20px 0;}

 .pricing-hosting article{height: auto;}
 .pricing-list{padding-top: 10px;}
 .pricing-title{top: -40px;}

  /* features page */
  .secondary{height: auto;}
  .features-top {padding:23px 0 0 0;}
  .client-sites .col-one{margin-bottom: 20px;}

  .pricing-list{padding-top: 0px;}

  .contact h2{padding: 0 7px; text-align: center; font-size: 36px;}
  .we-love{width: 100%; font-size: 24px; line-height: 24px; text-align: center;}
  .html5 h2, .designs h2 {margin-bottom:20px;}
  .template-html h3{font-size: 20px;}
}  

@media only screen and (max-width: 580px) {
  .gray-two,
  .client-page,
  .hosting-page,
  .mobile-page,
  .custom-page,
  .website-page { background:#f2f2f2; background-image: none ;}
  .template-html h3{font-size: 26px;}
  .home header {background:rgba(255,255,255,1);}
  .carousel-mobi .content-wrapper{width: 100%;}
  .carousel-mobi h1, .carousel-mobi h2{font-size: 32px; line-height: 32px; text-align: center; padding-top: 20px;}
  .content{padding: 0px 7px;}
  .content h2{font-size: 24px; line-height: 24px;}
  .we-love{width: 100%; font-size: 20px; line-height: 20px; text-align: center;}
  footer .content { padding: 4px 7px;}
  footer .content h3, footer .content h5, footer .content a, footer .content p, .copyright { width: 100%; text-align: center; }
  footer .content ul {padding:0 0 2px 20px; }
  footer section h3{ font-size: 24px;}
  .footer-questions, .footer-product, .footer-company, .footer-community, .footer-newsletter { width:100%; }
  footer .text{width: 100%;}
  .footer-newsletter input[type="text"]{width: 80%; margin: 7px auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
  .footer-newsletter input[type="submit"]{margin: 4px auto; }

  .feature-grid-two div{width: 100%;}
  .feature-grid-two div:last-child {padding-left:0px;}
  .feature-grid-two .column, .feature-grid-two h3{text-align: center; padding: 0px 7px;}
  .feature-grid-two article {margin:10px 0;}

  .image-column img{ width: 100%; height: auto;}
  .content-wrapper{width: 100%; padding: 0px;}

  .home-slides {height:168px;  display: none;}
  .home-slides .slide-1 { background:url(../images/features/home-1-580.jpg) center center; }
  .home-slides .slide-2 { background:url(../images/features/home-2-580.jpg) center center; }
  .home-slides .slide-3 { background:url(../images/features/home-3-580.jpg) center center; }
  .home-slides .slide-4 { background:url(../images/features/home-4-580.jpg) center center; }
  .slideshow-controls, .slide-1 .content-wrapper, .slide-2 .content-wrapper, .slide-3 .content-wrapper, .slide-4 .content-wrapper {display: none;}
  .content-carousel, .cart-mobi, .client-mobi{display: none;}

  .carousel-mobi{display: block; padding: 5px 7px; margin-top: 50px;}
  .carousel-mobi img{ width: 100%; height: auto;}
  .carousel-mobi .content-wrapper p{text-align: left;}

  /* contact page */

  .contact .contact-form input, .contact .contact-form textarea, .teacher input, .teacher textarea { margin: 5px 0px; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
  .contact .contact-form {float:left; width:100%;}
  .contact .contact-form input[type="submit"]{margin-top: 5px;}
  .contact-info{width: 100%;}
  .contact-info h3, .contact-info p{text-align: center; width: 100%;}
  .devider { background: transparent; width: 100%; }

  /* faq */

  .faq aside {float:left; width:100%;}
  .faq aside a {border-bottom:0px solid #dcdcdc; display:inline-block; padding:5px;}
  .questions { display:none; float:left; width: 100%; margin-top: 10px;}
  .faq{ padding: 7px;}
  .col-one, .col-45, .col-55 {padding: 0px 7px; float: left; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
  .col-45{padding: 0px 7px;/* margin-top: -20px;*/}
  .col-45 h2{margin: 0px 0px 10px 0px;  font-size: 30px;}
  .col-45 .wp-themes h2{ font-size: 24px;}
  .col-45 .btn-green {margin-top:14px; float: left;}
 
  .col-one h2{margin: 0px; line-height: 20px;}
  .col-one .eighty{width: auto;}
  .col-three{float: left; width: 100%; padding: 7px;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
  .col-three strong{height: auto;}
  .col-x{width: 50%; float: left; background: red; padding: 15px;}
  .features-top h2{display: none;}
  .secondary{float: left; width: 100%}
  .secondary ul{ margin-top: -30px; }
  
  .secondary a, .faq aside a{padding: 5px;  font-size: 12px;}
  footer{padding: 7px;}
  footer section ul{width: 100%; float: left;}
  footer section li{width: 60%;  margin: 0px 0px 0px 20%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

  .noquote strong, .quote strong {font-size: 16px; line-height: 24px;}

    /* pricing page */
 .pricing-list .flash, .pricing-list .html, .pricing-list .blog, .pricing-list .cart {width: 96%; margin: 7px;}
 .pricing-three{width: 100%; float: left;padding: 7px;}
 .pricing-three article{margin-right: 0px; width: 100%; }
 .pricing-list{padding-top: 0px;}
 .pricing-title{top: -20px;}
 .pricing-list .feature-no{display: none;}

 /* designs page */
   .template-html{max-width: 580px; margin-bottom: 30px;}
  .template-right .template-html{float: left;}

  /* clients page */
  .noquote img{max-width: 580px; height: auto; border:3px solid #c7c7c7;}
  .quote img{max-width: 580px; height: auto; border:3px solid #77b00b; }

  /* features page */
  .secondary{height: auto;}
  .features-top {padding:23px 0 0 0;}

  .content, .customers-page{padding-top: 0px;}
  .short-top { padding-top:20px; }

  .website-hosting .col-45 h2, .col-45 h2{margin-top: 7px;}
  .website-hosting .col-55 .cart-button{margin-top: 7px; float: left;}
  .col-55 .blog-buy-now{margin-top: 7px; float: left;}
  .template-html img{border:1px solid #b8b8b8;}
} 
  