﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    height: 100%;
}

.navbar-default {
    margin-top: 10px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 15px 25px;
    background: rgba(255,255,255,0.9);
    font-size: 16px;
}

/* Set widths on the navbar form inputs since otherwise they're 100% wide */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

legend {
    font-size: 1em;
}

.navbar-socialmedia {
    padding-bottom: 12px;
    line-height: 20px;
    color: white;
}

    .navbar-socialmedia a img {
        height: 26px;
        width: 26px;
        border-radius: 0px;
        /* box-shadow: 0px 0px 6px purple; */
        padding: 0px;
    }

/*Toggle Customisation*/
.navbar-default .navbar-toggle {
    border-color: #ececec;
}

    .navbar-default .navbar-toggle:focus {
        border-color: #32966b;
        background-color: #32966b;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #32966b;
    }
/*End of Toggle Customisation*/

.navbar-brand {
    font-size: 18px;
}
/*End of Navigation Customization*/
p, .body-content li {
    text-align: justify;
    font-size: 1em;
    padding: 10px 0px;
    margin: 10px 0px;
}

blockquote > p {
    padding: 15px 30px 20px 5px;
}

textarea {
    resize: vertical;
}

.affilate-list {
        border-top: thick double #CE277A;
    }

#testimonial-container {
    margin-bottom: 50px;
    display: none;
}

    #testimonial-container blockquote {
        margin: 0px;
        padding: 0px 10px 15px 45px;
        max-width: 95%;
    }

.chosen-container {
    height: 35px;
}

.chosen-container-single .chosen-single {
    height: 35px !important;
    overflow-y: auto;
    line-height: 35px !important;
}

img {
    padding: 10px 0px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.img-main {
    padding: 10px;
}

    .img-main img {
        float: left;
        display: block;
        padding: 10px;
        border: 2px solid #dddddd;
        margin: 0 20px 5px 5px;
    }
/*Portrait*/

.carousel-indicators li {
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.alert-success {
    color: #b94a48;
    border-color: #eed3d7;
    background-color: #c43c35;
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.weblinks a {
    color: purple;
    text-decoration: underline;
}

#testimonial-container li {
    list-style-type: none;
}

a:hover, a:focus {
    color: #038744;
    border-bottom: dotted 1px;
    text-decoration: none;
}

.weblinks li a, .weblinks li p, .weblinks li {
    font-size: 14px;
    padding: 0px;
    text-align: left;
}

.as-seen {
    text-align: center;
}

 .affilate-list ul li{
        color: black;
    }

.affilate-list ul li a{
    color: #CE277A;
    list-style-type: disc;
}

   

.affilate-list {
    border-left: hidden;
}

.affliate-list {
    border-top: thick double #CE277A;
}

 
/*Header Start*/

.art-header {
    margin: 10px auto 0;
    position: relative;
    z-index: auto !important;
    font-weight: bold;
    background: #ffffff;
}

header .art-shapes * {
    position: relative;
    text-align: center;
}

.art-headline img {
max-width:600px;

}

.art-headline a:link, .art-headline a:visited, .art-headline a:hover {
    margin: auto;
    padding: 10px;
    display: block;
    border-bottom: none;
}    

.art-headline {
    position: absolute;
}
/*Header End*/

/*Google Maps*/
#map1 {
    height: 400px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    #map1 img {
        max-width: none;
    }

    #map1 > * p {
        font-size: 11px;
        margin: 0px;
        padding: 0px;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


footer {
    background: #fff;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    color: #000;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    text-align: center;
    font-size: 15px;
}

.banner {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: blue;
}

    .banner img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        height: 187.5px;
        background-color: white;
    }

.banner-image1 {
    /* Rotate div */
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari and Chrome */
    float: left;
}

.banner-image3 {
    /* Rotate div */
    transform: rotate(20deg);
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari and Chrome */
    float: right;
}

blockquote {
    background: #bcbcbc;
    border: 2px solid #038744;
    padding: 10px;
    margin: 15px;
    color: #038744;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    overflow: auto;
    clear: both;
    font-size: medium;
}

    blockquote p {
        font-size: medium;
    }

#testimonial {
    clear: both;
    overflow-y: auto;
}

h3 {
    margin-top: 25px;
}

.steph-special {
    line-height: 3;
}

    .steph-special sub {
        position: relative;
        top: 1em;
        font-size: 20px;
        color: black;
        font-size: medium;
        vertical-align: super;
        line-height: 0;
    }

/*Mobile Phones*/
@media screen and (max-width: 390px) {
    .body-content {
        padding: 15px 10px;
        font-size: 13px;
        opacity: 1;
    }

        p, legend, .body-content li {
            font-size: 14px;
            padding: 10px 5px;
            margin: 5px 0px;
        }

    footer {
        opacity: 0.9;
    }

        footer p {
            width: 100%;
            font-size: 13px;
        }

    .navbar-collapse {
        padding-left: 15px;
    }

    #map1 {
        max-height: 200px;
        width: 98%;
    }
}


/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
   .navbar-socialmedia {
        padding-top: 12px;
    }

    blockquote {
        background: #ececec url('img/postquote.png') no-repeat scroll;
        padding: 15px 15px 15px 58px;
        margin: 30px;
    }

    .body-content {
        padding: inherit 50px;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .affilate-list {
        border-left: thick double #CE277A;
        border-top: none;
    }

    img {
        padding: 0;
        margin-left: initial;
        margin-right: initial;
    }

    .carousel {
        width: 500px;
        margin: auto;
    }

    #testimonial-container {
        display: block;
    }
}

.navbar-collapse {
    max-height: 450px;
}

.navbar-nav {
    font-size: 16px;
}

.dropdown-menu {
    font-size: 15px;
    line-height: 23px;
}

.body-content a {
    color:blueviolet;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.uiStreamStory{
max-width:100px !important;
}

a.largePhoto img.img {
    max-width: 300px !important;
    width: 300px !important;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
