/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 22, 2014, 5:07:31 PM
    Author     : Jason Russo
*/
/* ======================== */
/*   Syed Sahar Ali Raza   	*/
/* ========================	*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/*
Variables here.
*/
/* 
    Created on : Jul 29, 2015, 11:28:32 AM
    Author     : Jason Russo
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 22, 2014, 5:07:31 PM
    Author     : Jason Russo
*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 22, 2014, 5:07:31 PM
    Author     : Jason Russo
*/
body {
  font-size: 1.15rem;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  background: #231F20;
  border: 1px dashed red;
  border-radius: 10px;
  color: #FFFFFF;
  left: 65px;
  padding: 5px;
  top: 65px;
  width: 200px;
  height: auto;
  overflow: visible;
  z-index: 99999999;
}

/**
 * Typography
 **/
h1, h2, h3, h4 {
  color: #666;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
  margin: 15px 0 10px;
}

h3 {
  font-size: 25px;
}
h3 small {
  font: normal 12px verdana;
}

h4 {
  font-size: 20px;
}

ul {
  list-style: none outside none;
}

ol.la {
  list-style: lower-alpha inside;
  margin-bottom: 9px;
}

ul.nrm {
  /*  list-style: disc outside;*/
  margin: 0 0 9px 15px;
}
ul.nrm li:before {
  content: "\f061";
  color: #323232;
  font-family: "FontAwesome";
  padding: 0 5px 0 0;
}

a {
  color: #25aae1;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.underline {
  text-decoration: underline;
}

fieldset {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul.nostyle {
  list-style: none outside none;
}

strong {
  font-weight: bold;
}

p {
  margin: 0 0 8px;
}

small {
  font-size: 0.75rem;
}

address {
  margin-bottom: 0;
}

iframe {
  max-width: 700px;
  width: 100%;
}

textarea {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.size-large, .size-full {
  height: auto;
}
@media (max-width: 770px) {
  .size-large, .size-full {
    max-width: 100%;
  }
}

hr {
  height: 3px !important;
}

input:-moz-placeholder, input:focus {
  box-shadow: none !important;
}

.alignleft {
  float: left;
  margin: 0 15px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 15px;
}

.verticalMiddle {
  align-self: center;
}

.aligncenter {
  display: block;
  margin: auto;
}

.padding50 {
  padding: 50px 100px;
}

.wp-caption {
  max-width: 100%;
}

.maxWidth {
  margin: auto !important;
  max-width: 1200px;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}

.bounce {
  animation: bounce 2s infinite;
}

.fix {
  clear: both;
}

.row-eq-height {
  display: flex;
}

/** Anchors **/
.anchorlink {
  left: 0;
  height: 2px;
  margin: -190px 0 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/** ToolTips **/
.noBorder {
  border: 0px solid transparent !important;
}

/** Bottom anchor **/
#backtoTop {
  border-radius: 50%;
  box-shadow: 1px 2px 4px #ccc;
  position: fixed;
  bottom: 25px;
  display: none;
  height: 50px;
  text-align: center;
  width: 50px;
  opacity: 0;
  right: 15px;
}
#backtoTop i {
  font-size: 40px;
  line-height: normal;
}

.iconok {
  font-size: 27px;
  color: green;
}

.iconno {
  font-size: 27px;
  color: rgb(221, 41, 41);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 22, 2014, 5:07:31 PM
    Author     : Jason Russo
*/
.form-outline .form-control:focus ~ .form-label {
  border: 2px solid #3d3a3c;
  transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}

.form-outline .form-control ~ .form-label {
  position: absolute;
  top: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0.75rem;
  padding-top: 0.37rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}

.form-outline {
  position: relative;
}
.form-outline .form-control:focus ~ .form-label {
  color: #25aae1;
}
#websiteQuote .estimatedTotal {
  color: #2ECC71;
  font-size: 2rem;
}
#websiteQuote label {
  margin: 10px 0 0;
}

.theader {
  text-align: center;
  color: rgb(78, 33, 33);
}

.ptitle {
  font-size: 22px;
  font-weight: bold;
  margin: 7px;
}

.pprice {
  font-size: 17px;
  font-weight: bold;
  padding: 0 10px;
}

.cfeature {
  padding: 10px;
  font-weight: bold;
}

.feature {
  margin-bottom: 3px;
}

.infos {
  background: #CDD8C9;
}

.free {
  background: #DFF0D8;
}

.theader.free {
  background: #DFF0D8;
  border-bottom: 3px solid white;
}

.standard {
  background: #D9EDF7;
}

.theader.standard {
  background: #D9EDF7;
  border-bottom: 3px solid white;
}

.premium {
  background: #8DB9DF;
}

.theader.premium {
  background: #8DB9DF;
  border-bottom: 3px solid white;
}

.ccfreature {
  text-align: center;
  font-size: 2em;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #E4E4E4;
  border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #2ECC71;
  color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
  border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #2ECC71;
  color: #fff;
}

#generic_price_table {
  margin: 50px 0 50px 0;
  font-family: "Raleway", sans-serif;
}

.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/
#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }
  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }
  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}
#generic_price_table_home {
  font-family: "Raleway", sans-serif;
}

.text-center h1,
.text-center h1 a {
  color: #7885CB;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.demo-pic {
  margin: 0 auto;
}

.demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#generic_price_table_home li {
  float: left;
}

#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#generic_price_table_home .blue {
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
  background: #2ECC71;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
  background: #E74C3C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 15px 0;
}

.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}

.demo-button:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}

.bottom_btn:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 22, 2014, 5:07:31 PM
    Author     : Jason Russo
*/
/** Toolbars **/
.blogtoolbar {
  left: 0;
  position: fixed;
  background: #fff;
  width: auto;
  border: 1px solid black;
  margin-top: -200px;
}

/** Blog Posts **/
.catImg {
  max-width: 415px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.catImg img {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.catImg img:hover {
  transform: scale(1.1);
}
.catImg .post-title {
  background-color: rgba(0, 34, 72, 0.4);
  bottom: 0px;
  color: #FFFFFF;
  padding: 15px;
  position: absolute;
  width: 100%;
}
.catImg .post-title h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0 15px;
}
.catImg .post-title h2 a {
  color: #FFFFFF;
}
.catImg .post-title h2 a:hover {
  text-decoration: none;
}

.post {
  padding: 0 25px;
  border-bottom: 1px solid #3295f7;
  margin-bottom: 25px;
}
.post a {
  color: #3295f7;
  text-decoration: none;
}
.post a:hover, .post a:focus, .post a:active {
  text-decoration: underline;
}
@media (max-width: 770px) {
  .post .mobilecolumn {
    flex-direction: column;
  }
}
.post .date {
  min-width: 10%;
}
@media (max-width: 770px) {
  .post .date {
    min-width: 100%;
  }
}

#carouselFeatured .carousel-item {
  max-height: 430px;
}
#carouselFeatured .carousel-caption {
  background-color: rgba(50, 149, 247, 0.6);
  right: auto;
  padding: inherit;
  left: 0;
  margin: auto;
  padding: 25px;
}
#carouselFeatured .carousel-caption h1 {
  color: #FFFFFF;
  font-size: 45px;
}

/**************
 *  Footer
 *************/
#footer {
  background: none no-repeat scroll 0 0 #C8C8C8;
  border-top: 1px solid #848484;
  box-shadow: 1px 2px 3px #000000;
  color: #707070;
  clear: both;
  font-size: 75%;
  height: 55px;
  margin: 15px auto auto;
  /*  position: relative;*/
  text-align: center;
  width: 100%;
}
#footer ul {
  list-style: none outside none;
}
#footer a {
  color: #848484;
}
#footer .copyrights {
  margin: auto;
  padding-top: 5px;
}
#footer .footerNav {
  margin: auto;
  width: 32%;
}
#footer .footerNav li {
  float: left;
  padding: 5px;
}

/**
 * HostDog Colors
 */
/** Fonts **/
/**
 * Bootstrap Overrides
 */
.row {
  margin: 0;
}

.container, .navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 100%;
}

.navbar-nav {
  margin: 0;
}

legend {
  font-size: 18px;
  padding: 0 0 5px;
}

.breadcrumb {
  margin-top: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /*  @include border-radius(4px 4px 0 0);*/
  /*  @include box-shadow(2px 0 3px #ccc);*/
  color: #25aae1;
}

.dropdown > .active > a,
.dropdown > .active > a:focus,
.dropdown > .active > a:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  color: #25aae1;
}

.navbar-default .navbar-nav > li > a {
  color: #323232;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
  color: #25aae1;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px 4px;
}

blockquote {
  font-size: 12px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

button.close {
  z-index: 99999;
}

.navbar-nav a:hover, .navbar-nav a:focus, .navbar-nav a:active {
  color: #25aae1;
}

.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease-out 0s;
  -webkit-transition: 300ms ease-out 0s;
  -moz-transition: 300ms ease-out 0s;
  -o-transition: 300ms ease-out 0s;
}

/** PDF Printables **/
.pdfPrint {
  border-top: 4px solid #25aae1;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding-top: 15px;
  width: 100%;
}
.pdfPrint header {
  border-bottom: 4px solid #25aae1;
}
.pdfPrint h1 {
  margin: 15px 0 0;
}
.pdfPrint h2 {
  margin: 0 0 15px;
}
.pdfPrint .row {
  display: flex;
}
.pdfPrint dl dt {
  font-weight: bold;
}

.col-9 {
  flex: 0 0 auto;
  width: 72%;
}

.col-3 {
  width: 33.3333%;
}

.col-6 {
  max-width: 50%;
}

.btn-primary {
  background-color: #25aae1;
  border-color: #25aae1;
}
.btn-primary:hover {
  background-color: #323232;
}

.read_more_txt {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #25aae1;
  border-radius: 5px;
  box-shadow: 2px 3px 4px #ccc;
  display: none;
  margin: -73px 0 0 -35px;
  padding: 15px;
  position: absolute;
  width: 500px;
  z-index: 999;
}

.ui-widget-header {
  color: #333;
}

label.error {
  background: #f2dede;
  color: #a94442;
  border-radius: 0 0 4px 4px;
  margin: -3px 0 0;
  text-align: center;
  width: 100%;
}

.margRight {
  margin-right: 15px;
}

/**
 * Admin area stuff
 */
.adminBody {
  /**
   * Search Box
   */
}
.adminBody #main {
  overflow: visible;
}
.adminBody input[type=text], .adminBody input[type=email], .adminBody select, .adminBody textarea {
  margin: 0 0 10px;
}
.adminBody .date select, .adminBody .datetime select {
  display: inline;
  width: 25%;
}
.adminBody .invoice-details, .adminBody .members {
  float: none;
}
.adminBody .searchBox {
  padding-left: 15px;
  width: 50%;
}
.adminBody .searchBox .btn {
  margin-left: -1px;
}
.adminBody .searchBox input[type=text] {
  width: 85%;
}
.adminBody .Staticpages .textarea {
  max-width: 990px;
}

/**
 * Emails
 **/
.emails {
  padding: 0 15px 10px;
}
.emails p {
  margin: 0 0 5px 0;
}

/**
 * Header
  */
#header {
  width: 100%;
}
#header li {
  float: left;
}
#header .header-wrap {
  margin: auto;
  width: 1000px;
}

a.navbar-brand {
  background: url("../img/hostdog-logo.png") scroll no-repeat 0 0 transparent;
  float: left;
  height: 100px;
  width: 300px;
  text-indent: -999em;
}

#printHeader, #printFooter {
  display: none;
  margin: auto;
  width: 960px;
}

/**
 *  Social Media Links
 **/
#header .socialNav {
  display: block;
  float: right;
  padding: 5px;
  width: 241px;
}
#header .socialNav .socialNav li {
  padding-right: 5px;
}

/**
 * Main Navigation
 */
#mainNav {
  /*  border-left: solid 1px #037AA4;
    border-right: solid 1px #037AA4;
    border-radius: 0 0 4px 4px;*/
  /*  @include box-shadow(2px 3px 4px #ccc);*/
  margin: auto;
  max-width: 1024px;
}
#mainNav .nav {
  margin: 32px 0 0 0;
}
#mainNav .list-unstyled {
  float: right;
  margin: 44px 0 0 0;
}
#mainNav .list-unstyled li {
  padding: 0;
}

#main {
  background-color: #fff;
  border-bottom: solid 1px #2ECC71;
  border-left: solid 1px #2ECC71;
  border-right: solid 1px #2ECC71;
  border-radius: 0 0 4px 4px;
  box-shadow: 2px 3px 4px #ccc;
  margin: 120px auto auto;
  min-height: 400px;
  padding: 0 15px 15px;
  max-width: 1200px;
  /*  position: relative;*/
}
#main .page {
  padding: 5px 10px;
}
#main .page ul.wdisc {
  list-style: disc;
  margin: 12px 0;
  padding: 0 25px;
}
#main #HomeCarousel img {
  margin: auto;
}

#adminNav li:hover > ul {
  display: block;
}

/**
 * Page Content
 */
.carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0 !important;
  right: 0 !important;
  padding: 10px 0;
  color: #fff;
  width: 100%;
}

.table-responsive {
  overflow-x: visible !important;
}

.galleryPhotos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.galleryPhotos li {
  width: 33.3333%;
  padding: 0 25px 0 0;
}
@media (max-width: 770px) {
  .galleryPhotos li {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .galleryPhotos li {
    width: 100%;
  }
}

.fancybox-next {
  right: -25px !important;
}

.fancybox-prev {
  left: -25px !important;
}

/**
 * Home page package plans
*/
.basic-pckg {
  background: url("../images/hostdog-standard-bg.png") no-repeat scroll 16% 40% transparent;
}

.business-pckg {
  background: url("../images/hostdog-business-bg.png") no-repeat scroll 16% 40% transparent;
}

.advanced-pckg {
  background: url("../images/hostdog-proplan-bg.png") no-repeat scroll 16% 40% transparent;
}

.orderh4 {
  background-color: #25aae1;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  margin: 2px 0 0 0;
  padding: 4px;
  text-align: center;
}

.hostdog-plans-ul {
  color: #fff;
  font: normal 11px Arial;
  height: 105px;
  list-style: disc outside none !important;
  margin: 0 !important;
  padding: 21px 15px 0 110px !important;
}
.hostdog-plans-ul li {
  line-height: normal;
}

.orderBtn {
  background: none repeat scroll 0 0 #EEEEEE;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 1px 1px 2px #CCCCCC;
  color: #25aae1;
  float: right;
  margin-right: 50px;
  padding: 2px;
  text-align: center;
}

.welcome_content_img {
  float: left;
  margin: 7px;
}

.welcomeText {
  border-top: 1px dashed silver;
  padding: 2px 0;
}

.welcome_content_box {
  float: left;
  padding: 5px;
  width: 70%;
}

.sociallinksHome {
  float: left;
}

.sociallinksHome li {
  float: none;
}

.contactHome {
  background: url("../images/forms/contact-us.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 72px;
  text-indent: -999em;
  width: 249px;
}

.facebookHome {
  background: url("../images/forms/facebook.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 72px;
  text-indent: -999em;
  width: 249px;
}

.webhostingstuff {
  float: right;
  width: 155px;
}

/**
 * Services pages
 */
#main .service1, #main .service2, #main .service3 {
  border-right: 1px solid silver;
  box-shadow: 1px 4px 4px #CCCCCC;
  height: 350px;
  margin: 0;
  padding: 0 15px;
  width: 280px;
}

#main .service3 {
  border-right: 0px solid silver;
}

/**
 * Contact Form
 **/
#Emailresults {
  display: none;
}

/**
 * Portfolio
 */
.portfolios .modal-dialog {
  width: 940px;
}

/**
 * Domain Name Registration
 **/
.domainName {
  position: relative;
}
.domainName .domains {
  color: #ccc;
  display: none;
  margin: 30px 0 0 10px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
.domainName textarea {
  height: 160px;
  margin-bottom: 15px;
}

/**
 *  Members Area
 **/
.members {
  float: left;
  padding: 5px 10px;
}
.members p {
  margin: 0;
}
.members .btn-primary {
  margin: 10px 0;
}

.members-edit-form {
  float: left;
  width: 100%;
}
.members-edit-form .createAccount {
  margin: 10px 0 0;
}

.update_creditcard {
  display: block;
}

.cardIcon {
  background: transparent url("/img/icons/credit-cards.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 45px;
  outline: none;
  text-indent: -999em;
  width: 255px;
}

.cardVerification {
  /*  background: transparent url('/img/icons/cvv2.jpg') no-repeat scroll 0 0;
    display: inline-block;
    height: 45px;
    outline: none;
    text-indent: -999em;
    width: 255px;*/
}

.users {
  margin: auto;
  padding: 5px 10px;
  width: 50%;
}
.users .btn-default {
  margin: 10px 0;
}

.welcome-user {
  font-weight: bold;
  text-align: center;
}

.check a {
  background: url("../images/icons/Bank-Check-icon.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 31px;
  text-indent: -999em;
  width: 55px;
}

.Paypal a {
  background: url("../images/icons/PayPal-icon.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 54px;
  text-indent: -999em;
  width: 64px;
}

.Credit-Card a {
  background: url("../images/icons/credit-card-icon.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 55px;
  text-indent: -999em;
  width: 55px;
}

.update_creditcard {
  display: none;
}

/**
 * Invoices
*/
.invoices {
  padding: 5px 10px;
}

.invoice-details dt {
  float: left;
  padding: 0 7px 0 0;
}
.invoice-details dd {
  margin: 4px;
}

.payment-options {
  padding: 15px 0;
}

address {
  clear: both;
}

/**
 * Sidebars 
 **/
#sidebar {
  background: none repeat scroll 0 0 #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-radius: 4px 0 0 4px;
  /*  border-radius: 4px 0 0 4px;*/
  border-top: 1px solid #CCCCCC;
  margin: 10px -10px 10px 0px;
  padding: 10px 0;
}
#sidebar .nav-header {
  color: #999999;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding: 3px 15px;
}
#sidebar .nav > li > a {
  padding: 5px 15px;
}
#sidebar .members_nav li.active > a {
  background: #25aae1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/**
 * Domain Name Registration
 */
.regMain {
  float: left;
  width: 75%;
}

.sidebar {
  float: left;
  width: 25%;
}

/**
 *  Modal Window
*/
/*.modal {
  left: 40%;
  width: 900px;
}*/
/**
 * Print Invoices
*/
@media print {
  .socialNav,
  .membersLink,
  #nav .nav,
  .printWin,
  #footer {
    display: none;
  }
  .navbar-inner {
    background: none no-repeat scroll 0 0 transparent;
  }
  #printHeader {
    display: block;
  }
  #printFooter {
    clear: both;
    display: block;
  }
  #header {
    display: none;
  }
  #main {
    position: static;
  }
  pre {
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #logo a {
    background-size: contain;
    margin: 0;
    width: 215px;
  }
  #mainNav .nav {
    margin: 5px 0 0;
  }
  #mainNav .list-unstyled {
    display: none;
  }
  body {
    padding-top: 0;
  }
  iframe {
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 767px) {
  #logo a {
    background-size: 100% 100%;
    margin: 0 0 0 25px;
    width: 300px;
  }
  body {
    padding-top: 0;
  }
  .navbar {
    margin-bottom: 0;
  }
  .orderBtn {
    margin: -40px 0 0;
  }
  #footer .footerNav {
    width: 100%;
  }
  #footer .footerNav li:nth-child(1) {
    display: none;
  }
}