@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

.container {
    max-width: 900px;
    padding:0;
}

#container {
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

#header {
    position: relative;

    max-height: 250px; 
}

#header #help {
    position: absolute;
    float: left;
    top: 5px;
    right: 0px;
}

#header #help div {
    float: left;
    margin: 0 5px;
}

#slide_nav {
    float: left;
    position: absolute;
    top: 216px;
    right: 0px;
}

#slide_nav #title {
    float: left;
    background-color: #B3D88C;
    width: 400px;
    padding: 10px;
    font-family: 'Droid Sans', arial, serif;
    font-size: 14px;
    text-decoration: underline;
}

#slide_nav #title a{	color: #000;
}

#slide_nav #nav, #slide_nav #prev, #slide_nav #current, #slide_nav #next {
    float: left;
    font-family: 'Droid Sans', arial, serif;
}

#slide_nav #current {
    margin: 0 1px;
}

#slide_nav #prev, #slide_nav #current, #slide_nav #next {
    background-color: black;
    color: white;
    padding: 10px;
}

#navigation {
    position: relative;
    background-color: #1987C1;
    color: white;

    height: 36px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

#navigation ul li {
    float: left;
    border-right: 1px solid #459AD3;
    line-height: 36px;
    padding: 0 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

#navigation ul li a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: white;
}

#navigation ul li ul {
    display: none;
}

#navigation ul li:hover ul {
    display: block;
    position: absolute;
    margin-left: -20px;
    padding: 0;
    float: none;
    z-index: 1000;
    background-color: #1987C1;
}

#navigation ul li:hover ul li {
    float: none;
    border-top: 1px solid #459AD3;
}

#navigation ul li:hover ul li a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: white;
}


#navigation ul li:hover ul li:first-child {
    float: none;
    border-top: none;
}

#content {

    min-height: 300px;
    height: 100%;
    background-color: #E1E6E2;
}

#content_left {
    padding: 20px;
    position: relative;
    background-color: #E1E6E2;
    width: 560px;
    float: left;
    min-height: 350px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

h1 {
    color: #007CC2;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 900;
    font-family: 'Droid Sans', arial, serif;
}

#content_right {
    padding: 20px;
    position: relative;
    background-color: #C7DDB0;
    width: 260px;
    float: left;
    min-height: 350px;
}

#content_right h1:first-child {
    color: #007CC2;
    font-size: 18px;
    margin: 0 0 15px 0;
}

#content_right h1 {
    color: #007CC2;
    font-size: 18px;
    margin: 35px 0 15px 0;
    font-family: 'Droid Sans', arial, serif;
}

#content_right p {
    margin-left: 20px;
    max-width: 220px;
    font-size: 13px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #626262;
}

#content_right .author{
    margin-left: 90px;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 14px;
}

#content_right ul {
    list-style-type: disc;
    margin-left: 20px;
}

#content_right ul li {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    font-family: arial;
    color: #626262;
    font-style: italic;
}

#single_col {
    padding: 20px 35px;
    font-family: arial;
    font-size: 14px;
    line-height: 22px;
}

#single_col h1 {
    color: #007CC2;
    font-size: 18px;
    margin: 0px 0 15px 10px;
    font-family: 'Droid Sans', arial, serif;
    text-decoration: underline;
}

#single_col p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}

#single_col ul {
    list-style-type: disc;
    margin-left: 30px;
}

#single_col ul li {
    line-height: 22px;
    margin-bottom: 10px;
}

#footer {
    clear: both;

    text-align: center;
    background-color: #333;
    border-top: 5px solid #fff;
    color: #fff;
    padding-bottom: 25px;
    font-family: arial;
}

#footer .options {
    font-weight: 900;
    padding-top: 20px;
}

#footer .options a {
    color: #fff;
    padding: 0 10px;
}

#footer .copyright {
    font-size: 12px;
    padding: 15px 0;
}

#footer img {
    height: 80px;
}

#contactus {	font-family: arial;}

#contactus tr {	height: 40px;
}

#contactus td input, #contactus td textarea {	width: 250px;
}

#contactus td textarea {	height: 120px;
}

#contactus .submit {
    text-align: center;
    height: 60px;
    vertical-align: middle;
}

#contactus .submit input {	width: 75px;
                           padding: 5px;
                           background-color:#1987C1;
                           border: 0;
                           color: #FFF;
}

#contactus .title {	width: 200px;
                    vertical-align: top;
}

#contactus .title span {	color: gray;
                         font-size: 12px;
}

#faq h1:first-child {	margin-top: 0px;
}

#faq h1 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #333;
    text-decoration: none;
}

#faq h1:first-child {
    border-top: none;
    padding-top: 0;
}

#faq p {	font-size: 12px;
         line-height: 15px;
         margin-left: 10px;
}

#faq2 p {	margin: 10px 0 5px 20px;
          line-height: 20px;
}

#faq2 a {	color: #000;
          border-bottom: 1px dotted #000;
          text-decoration: none;
}

#faq2 a:activated {
    color: #000;
}

#testimonials {
    border-top: dashed 1px #333;
    font-size: 12px;
    padding-top: 20px;
    margin-top: 10px;
}

#testimonials p {	font-size: 12px;
                  line-height: 18px;
                  font-style:italic;
}

#testimonials #author{
    font-style:none;
    font-weight: 900;
    font-size: 12px;
}

.relative {	position: relative;
            padding: 0;
            margin: 0;
}

.relative img[src="http://dentureclinicnorwich.vlad/img/martin.jpg"], .relative img[src="https://dentureclinicnorwich.co.uk/img/martin.jpg"], .relative img[src="http://ideasshop.vlad/martin/img/martin.jpg"]  {
    height: 340px;
    position: absolute;
    left: 0px;
    top: 40px;
}

.relative img[src="http://dentureclinicnorwich.vlad/img/ekzaminatio_kit.png"], .relative img[src="https://dentureclinicnorwich.co.uk/img/ekzaminatio_kit.png"], .relative img[src="http://ideasshop.vlad/martin/img/ekzaminatio_kit.png"] {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 90px;
}

.relative img[src="http://dentureclinicnorwich.vlad/img/top-denture.png"], .relative img[src="https://dentureclinicnorwich.co.uk/img/top-denture.png"], .relative img[src="http://ideasshop.vlad/martin/img/top-denture.png"] {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 90px;
}

.relative img[src="http://dentureclinicnorwich.vlad/img/before-treatment-begins.png"], .relative img[src="https://dentureclinicnorwich.co.uk/img/before-treatment-begins.png"], .relative img[src="http://ideasshop.vlad/martin/img/before-treatment-begins.png"] {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 250px;
}

.relative img[src="http://dentureclinicnorwich.vlad/img/treatment2.png"], .relative img[src="https://dentureclinicnorwich.co.uk/img/treatment2.png"], .relative img[src="http://ideasshop.vlad/martin/img/treatment2.png"] {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 90px;
}

.relative img[src="http://dentureclinicnorwich.vlad/img/partial.jpg"], .relative img[src="https://dentureclinicnorwich.co.uk/img/partial.jpg"], .relative img[src="http://ideasshop.vlad/martin/img/partial.jpg"] {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 330px;
}

.relative img[src="http://dentureclinicnorwich.vlad/img/fulldenture.jpg"], .relative img[src="https://dentureclinicnorwich.co.uk/img/fulldenture.jpg"], .relative img[src="http://ideasshop.vlad/martin/img/fulldenture.jpg"] {
    position: absolute;
    width: 300px;
    left: 0px;
    top: 170px;
}

#three img {
    margin: 0 5px;
}


.navbar {
    margin-bottom: 0;
}


#cbp-fwslider {
    overflow: hidden;
}

.cbp-fwslider {
    position: relative;
    margin: 0 0 0px;
    overflow: hidden; 
}

.cbp-fwslider ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style-type: none;
}

.cbp-fwslider ul li {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
    display: block;
    text-align: center;
    outline: none;
}

.cbp-fwslider ul li > a img {
    border: none;
    display: block;
    margin: 0 auto; 
    max-height: 500px;
    height: auto;
    width: auto;
}

.cbp-fwslider nav {
    display: none;
}

.cbp-fwslider nav span {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    background: #F7BB21;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: -50px;
    line-height: 100px;
    cursor: pointer;
    font-weight: normal;
}

.cbp-fwslider nav span:hover {
    background: #C79517;
}

.cbp-fwslider nav span.cbp-fwnext {
    right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
    left: 0px;
}

.cbp-fwdots {
    position: absolute;
    bottom: 10px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.cbp-fwdots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ddd;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.cbp-fwdots span:hover {
    background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
    background: #007CC2;
    box-shadow: 0 0 0 2px #007CC2;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

/**
 UPDATED STYLES
 **/

h1 {
    color: #007CC2;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 400;
}

p {
    color: #000;
}

ul.styled {
    margin: 0px;
    padding: 0;
}

ul.styled li {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    font-family: arial;
    color: #626262;
    font-style: italic;
}

ul {
    margin: 0 0 0px 0;
    padding: 10px;
    list-style-type: none;
}

ul li {
    margin-bottom: 10px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

nav ul {
    padding:0;
}

nav li {
    font-style: normal;
    margin-bottom: 0;
}

.homepage-sidebar #testimonials {
    border-top: none;
    padding-top: 0px;
}

.homepage-sidebar #testimonials p {
    color: #626262;
}

img.pull-left {
    margin: 0 20px 20px 0;
}

img.pull-right {
    margin: 20px 0px 0px 20px;
}

.rows .col-md-12 {
    padding: 20px 20px;
}

.rows .col-md-4 {
    padding: 20px 20px;
    background-color: #C7DDB0;
}

.rows .col-md-8 {
    padding: 20px 20px;
    background-color: #E1E6E2;
}

@media screen and (max-width: 500px) {
    #cbp-fwslider {
        display: none;
    }

    img.pull-left {
        float: inherit!important;
        margin: 0 auto 10px auto;
    }

    img.pull-right {
        float: inherit!important;
        margin: 0 auto 10px auto;
    } 
}



@media screen and (min-width: 768px) {
    .navbar {
        border: 0;
        background-color: #1987C1;
        color: white;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        min-height: 46px;
        border-radius: 0;
        z-index: 1;
    }



    .navbar-nav>li {
        float: left;
        border-right: 1px solid #459AD3;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
    }

    .navbar-brand, .navbar-nav>li>a {
        text-shadow: 0 1px 0 rgba(255,255,255,.25);
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        text-decoration: none;
        color: white; 
        line-height: 36px;
        padding: 0 12px;
    }

    .navbar-nav>li>.dropdown-menu {
        background: #459AD3;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
        line-height: 30px
    }

    .navbar-collapse {
        padding: 0;
    }

    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #459AD3;
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #459AD3;
        border-color: #459AD3;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand, .navbar-nav>li>a {
        text-shadow: none;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        text-decoration: none;
        color: white; 
        line-height: 36px;
        padding: 0 20px;
    }
}

nav .navbar-brand {
    color: #777;
    font-weight: 700;
    font-size: 14px;
}

nav .navbar-toggle {
    border-color: #ddd;
}

nav .navbar-toggle:focus, nav .navbar-toggle:hover {
    background-color: #ddd;
}

nav .navbar-toggle .icon-bar {
    background-color: #888;
}

.thumbnail {
    width: 100%;
}