body {
    color: #666;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 300;
}

.container {

    /*color: #666;
    font-family: Candara;
    font-size: 18px;*/
}

a {
    text-decoration: none;
    color: #CCC;
}

/****************************************
 *              Header                  *
 ****************************************/
#header a {
    color: #cc0099;
    text-decoration: underline;
    font-size: 14px;
}

#header {		background-color:#ccc;}

@media (min-width: 768px) {
    #header .login {
        margin-top: 40px;

    }
}

@media (max-width: 767px) {
    #header .login {
        margin-bottom: 10px; 
    }
    #header .login a {
        margin: 0 12px;
        margin-top: 12px;
        display: inline-block;
        /*padding: 5px 12px;*/
    }
    
    #header .login a:last-child {
        margin-right: 0;
    }
}

/****************************************
 *              Main Body               *
 ****************************************/
#main {

}

p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

p a {
    color: #be0d96;
}

p a:hover {
    text-decoration: underline;
    color: #666;
}

#carousel-frontpage {
    margin-bottom: 20px;
}

.carousel-inner .item img {
    margin: auto;
}
    
@media (min-width: 768px) {
    .home-slideshow {
        background-image: url(/images/slider-bg1.jpg);
        background-repeat: no-repeat;
        padding-left: 5px;
        padding-top: 15px;
        margin-top: 40px;
        height: 400px;
    }
    
    .slideshow {
        left: 116px;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .slideshow {
        top: 15px;
        margin-bottom: 40px;
    }
}


.home-list {
    list-style-image: url('/images/tick1.png');
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.home-list a {
    color: #cc0099;
}

.home-list a:hover {
    text-decoration: underline;
    color: #999;
}

.home-list li {
    padding-bottom: 10px;
}

h1 {
    
	font-size: 18px;
    font-weight: bold;
    color: #C09;
}

.h-1 {background-image: url('/images/camera-bullet.jpg');
    background-repeat: no-repeat;
	padding-left: 40px; padding-bottom: 5px; padding-top: 12px;
	font-weight:bold}
	
h2 {
    
	font-size: 18px;
    font-weight: normal;
    color: #C09;
}

h3 {
    font-size: 17px;
    color: #C09;
    
}

.heading {
    display: block;
    margin-bottom: 20px;
    /*font-family: 'lato';
    font-weight: 700;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.7;
}

.heading-small {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    color: #C09;
    padding-bottom: 8px;
}

.link-black {color: #666}



.p-mid {text-align:center}

@media (max-width: 767px) {
    h4 {
        margin-top: 0px;
    }
}

.register-button {
    margin-bottom: 20px;
}

.grey-border {
    border: 1px solid #666;
    margin-bottom: 30px;
    padding: 10px;
}

.hr-line {border: 1px solid #CCC;}

.pink-border {
    border: 1px solid #C09;
    margin-bottom: 30px;
    padding: 10px;
}

.register-box2 {
    border: 2px solid #ddd;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	margin-top: 20px;
	background-color: #CCC
}

.prices {
    font-size: 15px !important;
}

.splash {
    background-image: url('/images/client-splash.jpg');
    background-repeat: no-repeat;
    height: 340px;
}

.splash-image {
    margin: auto;
}

.splash-text {
    position: absolute;
    bottom: 10px;
    left: 45px;
    padding-right: 280px;
}

.splash-button {
	
	padding-top: 20px; 
	float: right;
    /* position: absolute;
    bottom: 10px;
    right: 45px; */
}

.price-content {
    font-size: 16px;
    margin-bottom: 20px;
}

.price-content h1 {
    font-size: 20px;
}

.howto-box {
    border: 1px solid #c09;
    padding: 15px;
    color: #000;
    margin-top: 30px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

.howto-box a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.client-list a {
    color: #C09;
}

.client-list li {
    padding: 0 !important;
}

.link-build-ul {
    list-style-image: url('/images/icons/tick.png');
    padding-left: 25px;
    font-size: 12px;
}

.grey-box {
	background-color: #CCC;

	
	}
/****************************************
 *              Contact                 *
 ****************************************/
#contact-address {
    margin-top: 30px;
}

#contact-form input[type=submit] {
    margin-top: 20px;
}

#contact-form .form-control {
    width: 100%;
}

#checkboxes {
    margin: 20px 0;
}
/****************************************
 *              Forms                   *
 ****************************************/
textarea {
    color: black;
}

.form-control {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #2C3E50;
    padding: 10px 15px;
    height: auto;
    font-size: 16px;
    font-family: 'Roboto', 'Lato', sans-serif;
}

.reload {
    color: #C09 !important;
}

#passwordform {
    margin-bottom: 30px;
}

#loginform {
    margin-bottom: 30px;
}

#loginform .form-control, #passwordform .form-control {
    width: 100%;
}

.fake-link {
    color: #C09;
    cursor: pointer;
}

.fake-link:hover {
    text-decoration: underline;
}

input[type=submit] {
    color: black;
}

.input-wrap .form-text {
    position: relative;
    z-index: 3;
    background: none;
    padding-bottom: 4px;
    padding-top: 16px;
}

.input-wrap .form-label {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 2;
    color: #777;
    transition: 0.3s;
}

.input-wrap .form-text:focus + .form-label,
.input-wrap .form-text.input-filled + .form-label {
    font-size: 10px;
    top: 2px;
}

.input-wrap .form-required {
    position: absolute;
    top: 2px;
    right: 30px;
    font-size: 10px;
    z-index: 2;
    color: #777;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    
    position: relative;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    /*background: #cbd1d8;*/
    background: #fff;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    border: 1px solid #777;
}

input[type="checkbox"]:hover {
    background: #999;
}

input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"]:checked::before {
    /*height: 30px;
    width: 30px;*/
    height: 100%;
    width: 100%;
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}

input[type="checkbox"]:checked::after {
    animation-name: explode;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 0.3s;
    /*height: 30px;
    width: 30px;*/
    height: 100%;
    width: 100%;
    content: '';
    background: #c09;
    position: absolute;
    z-index: -1;
}

input[type="checkbox"]:checked {
    background: #c09;
    outline: none;
    border-color: #c09;
}

.form-terms input[type="checkbox"] {
    width: 24px;
    height: 24px;
}

.form-terms input[type="checkbox"]:checked:before {
    font-size: 16px;
    line-height: 23px;
}

.g-recaptcha {
    margin-bottom:10px;
}

@keyframes explode {
    0% {
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

#initial_registrationform .heading {
    margin-bottom: 20px;
}

.form-terms {
    font-size: 12px;
    margin:0;
}

.form-terms.last   {
    margin-bottom:20px;
}

.register-form {
    float: none;
    margin: auto;
}

.form-error {
    font-size: 14px;
    margin-bottom: 14px;
    margin-left: 2px;
    margin-top: -3px;
    color: #e74c3c;
}

.form-terms span {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}

/****************************************
 *              Footer                  *
 ****************************************/
#footer {
   
  background: url('/images/footer-bg.png') 0 0 repeat-x; 
height: 94px; */
    margin-bottom: 20px;
    color: #FFF;
    font-size: 12px !important;
    padding-top: 14px;
	/* background-color:#666 */
}

#footer .container {
    background: none;
}

#footer ul {
    font-size: 11px !important;
    list-style: none;
    padding: 0;
	color: #fff;
}

#footer a {
    color: #fff;
}

#cookies-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 50%;
    background: rgba(68, 68, 68, 0.9);
    color: white;
    padding: 12px 24px 12px 12px;
    font-size: 12px;
    z-index: 1000;
}

#cookies-notice a {
    color: white;
    text-decoration: underline;
}

#cookies-notice .fa-times {
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top:12px;
    right:12px;
    z-index: 1001;
}

@media (min-width: 768px) {
    #footer-details {
        text-align: right;
    }
}
@media (max-width: 767px) {
    #cookies-notice {
        font-size: 12px;
        right: 0%;
    }
    
    #cookies-notice .cookie-text {
        padding: 0;
    }
    #footer-details {
        margin-top: 20px;
    }
    
    #footer-details ul li {
        margin-bottom: 12px;
		color: #000;
    }
    
    .footer-nav li {
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }
    
    .footer-nav a {
        display: block;
        padding: 8px 0;
    }
}
/****************************************
 *              Miscellaneous           *
 ****************************************/
.purple {
    font-size: 16px;
    color: #C09;
}

.line {
    height: 35px;
    background-color: transparent;
    background-image: url('/images/line.png');
    background-repeat: no-repeat;
}

.client-list {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

label {
    font-weight: 400;
}

#webDesignCarousel {
    margin-top: 20px;
    margin-bottom: 40px;
}

#webDesignCarousel .carousel-control {
    background: none;
}

#webDesignCarousel .carousel-inner {
    height: 500px;
}

#webDesignCarousel .carousel-inner img {
    max-height: 500px;
}

#webDesignCarousel .carousel-indicators {
    margin-bottom: 0;
    bottom: -40px;
}

#webDesignCarousel .carousel-indicators li {
    height: 15px;
    width: 15px;
    background: #cbd1d8;
    border: 1px solid #cbd1d8;
    border-radius: 0;
    position: relative;
}

#webDesignCarousel .carousel-indicators li.active {
    margin: 1px;
    background: #be0d96;
    border-color: #be0d96;
}

.show-box {
    height: auto;
    transition: all 0.3s linear;
    transition-property: opacity, height, margin;
    position: relative;
    z-index: -1;
}

.hidden-box {
    opacity: 0;
    height: 0px;
    /*margin: 0 auto;*/
    /*overflow: hidden;*/
}

.btn-xl {
    padding: 10px 50px;
}

@media (min-width: 993px) {
    .client-list li {
        width: 33.3%;
        float: left;
    }
}

@media (min-width: 768px) {
    .client-list li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }
    
    .image-center-xs {
        margin: auto;
    }
}

@media (max-width: 480px) {
    .header-social {
        display: none;
    }
}

.header-top {
    background: black;
    color: white;
    padding: 8px 0;
    font-family: 'roboto';
    font-family: 'lato';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.header-tagline {
    padding-top: 6px;
}

.header-social {
    padding-top: 1px;
}

.header-social a {
    font-size: 20px;
    color: white;
    display: inline-block;
    margin-right: 12px;
    transition: 0.3s;
}

.header-social a:hover,
.header-social a:focus,
.header-social a:active {
    color: #C09;
}

.header-logo {
    padding: 25px 0;
}

.header-logo img {
    margin: auto;
}

.btn {
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-register {
    color: white;
    border: 1px solid #be0d96;
    display: inline-block;
}

.btn-login {
    border: 1px solid white;
    color: white;
}

.btn-login,
.btn-register,
.btn-border {
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: inline-block;
}

.btn-login:before,
.btn-register:before,
.btn-border:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.btn-login:after,
.btn-register:after,
.btn-border:after {
    content: '';
    position: absolute;
    height: 200%;
    width: 200%;
    border-radius: 40%;
    top: -50%;
    left: 100%;
    transition: 0.5s;
    z-index: -1;
}

.btn-login:hover:after,
.btn-register:hover:after,
.btn-border:hover:after {
    left: -50%;
}

.btn-register:before {
    background: #be0d96;
}

.btn-register:after {
    background: white;
    border: 1px solid #c09;
}

.btn-register:hover {
    color: #c09;
}

.btn-login:after {
    background: white;
}

.btn-login:hover {
    color: black;
}

.btn-border:after {
    background: black;
}

.btn-border:hover {
    color: white;
}

.btn-border {
    border: 1px solid black;
    color: black;
}

.header-top .btn-register {
    margin-left: 8px;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-xl {
    padding-top: 90px;
    padding-bottom: 90px;
}

.header-tagline,
.header-top .btn {
    font-size: 14px;
}

.bg-light-grey {
    background-color: #f2f2f2;
}

.bg-dirty-white {
    background-color: #f8f8f8;
}

.bg-black {
    background-color: black;
}

.card {
    border: 1px solid #d8d8d8;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 20px;
}

.services-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.services-list li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.services-list li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 5px;
    margin-right: 8px;
    vertical-align: middle;
    color: #888;
}

#footer-developer {
    padding: 14px 0;
}

#footer-developer a,
#footer-developer a span {
    color: #aaa;
    transition: 0.3s;
}

#footer-developer a:hover, 
#footer-developer a:focus, 
#footer-developer a:active {
    color: #555;
    text-decoration: none;
}

#footer-developer a:hover span, 
#footer-developer a:focus span, 
#footer-developer a:active span {
    color: #be0d96;
    font-weight: 400;
}

footer {
    font-weight: 300;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    /*padding-top: 1px;
    padding-bottom: 1px;*/
    line-height: 1.2;
}

footer a {
    color: #888;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 2px;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #be0d96;
    text-decoration: none;
}

footer a:after {
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    height: 1px;
    bottom: 0px;
    background: #c09;
    transition: 0.3s;
}

footer a:hover:after {
    left: 0;
}

footer .footer-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    display: block;
}

.social-icon {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid;
    font-size: 22px;
    padding-top: 10px;
    margin-right: 6px;
    transition: 0.3s;
}

.social-icon:hover {
    border-color: #C09;
    color: #C09;
}

.social-icon:after {
    content: none;
}

.show-more {
    border: 1px solid black;
}

.show-more:before {
    content: '\f107';
    font-family: 'FontAwesome';
}

.show-more:after {
    content: 'Show More';
    margin-left: 5px;
    font-size: 12px;
}

.show-less:before {
    content: '\f106';
    font-family: 'FontAwesome';
}

.show-less:after {
    content: 'Show Less';
}

.home-slideshow {
    margin-left: 22%;
    width: 60%;
}

.screenshot-wrap {
    position: relative;
    min-height: 400px;
}

.screenshot-wrap img {
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 12px 12px 50px -3px rgba(0,0,0,0.2);
    width: 400px;
}

.screenshot-wrap .top-image {
    position: absolute;
    top: 140px;
    right: 120px;
    z-index: 3;
}

.screenshot-wrap .bottom-image {
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 30px;
    z-index: 1;
}

.faded {
    opacity: 0.8;
}

.faded-2 {
    opacity: 0.6;
}

.faded-3 {
    opacity: 0.4;
}

.screenshots-2 .bottom-image {
    top: 10px;
    right: initial;
}

.screenshots-2 .top-image {
    right: initial;
    left: 110px;
    top: 60px;
}

.screenshots-3 .bottom-image {
    top: 30px;
    right: 0;
}

.screenshot-wrap .middle-image {
    position: absolute;
    z-index: 2;
}

.screenshots-3 .middle-image {
    top: 80px;
    right: 60px;
}

.screenshots-3 .top-image {
    top: 140px;
    right: 120px;
}

#affix-nav {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    text-align: left;
    position: relative;
}

#affix-nav.affix {
    top: 0px;
    position: fixed;
}

.affix-nav li {
    float: none;
    width: 100%;
}

.affix-nav li.active a {
    color: #c09;
}

.affix-nav li a {
    color: #888;
    display: inline-block;
    padding: 4px;
}

.affix-bottom {
    position: relative
}

.scrollspy .navbar-toggle {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 4px 0;
}

.affix-heading.active {
    color: #c09;
}

.how-to-div .img-responsive {
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.pink {
    color: #C09;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.price-option{background:#1461b8;position:relative;color:#fff;height:180px;width:50%;border-radius:6px;vertical-align:top;padding:15px;text-align:center;cursor:pointer;margin:0 auto}
.price-option.active{background:#28a745}
.price-option .price{display:block;text-align:center;font-size:36px;margin-top:10px}
.price-option .text{display:block;position:absolute;bottom:15px;width:100%;left:0}
.price-option .price-check{font-size:30px;color:transparent}
.price-option.active .price-check{color:#fff}
#paypal-buy-button {cursor: pointer;}
#letting-agent-contact-form label {
    font-weight:bold;
}
#terms-wrap label {
    font-size: 14px;
    font-weight:bold;
}
#terms-wrap label a {
    color:#C09;
}

#webdesign-enquiry {
    box-shadow: 0px 0px 8px #7b7b7b;
    padding: 12px;
    border-radius: 4px;
}

#webdesign-enquiry h1 {
    margin: 0 0 12px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #bbb;
}

@media (max-width: 767px) {
    .header-logo {
        padding: 0;
        padding-top: 50px;
    }
    
    .header-nav {
        margin-bottom: 8px;
    }
    
    .header-top {
        position: fixed;
        width: 100%;
        z-index: 2000000;
    }
    
    .footer-social {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    
    .section-xl {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .screenshot-wrap {
        min-height: 300px;
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .screenshot-wrap img {
        width: 250px;
    }
    
    .screenshots-1 .bottom-image {
        top: 0;
    }
    
    .screenshots-1 .top-image {
        top: 60px;
    }
    
    .screenshots-3 .bottom-image {
        top: 0;
    }
    
    .screenshots-3 .middle-image {
        top: 50px;
    }
    
    .screenshots-3 .top-image {
        top: 100px;
    }
    
    .scrollspy {
        padding: 0;
        margin-top: -20px;
    }
    
    .scrollspy .navbar-fixed {
        position: fixed;
        width: 100%;
        top: 50px;
        background: white;
        padding-top: 10px;
        z-index: 2000;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        left: 0 !important;
        right: 0 !important;
    }
    
    #affix-nav.affix {
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .header-buttons {
        text-align: center;
    }
    
    .screenshot-wrap {
        min-height: 250px;
    }
    
    .screenshot-wrap img {
        width: 200px;
    }
    
    .screenshots-2 .top-image {
        left: 40px;
    }
    
    .screenshots-3 .bottom-image {
        right: -20px;
    }
    
    .screenshots-3 .middle-image {
        right: 20px;
        top: 30px;
    }
    
    .screenshots-3 .top-image {
        right: 60px;
        top: 60px;
    }
}