* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    margin:0px;
    font-family: 'Oxygen', sans-serif;
        background-image: url("/img/infidelity_index/backalt.jpg");
    background-size: 100%;
    /*background-size: 80px 60px;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
}

input[type=text] {
    border: 1px solid #d2d2d2;
    width: 55%;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    font-family: Tahoma, serif;
    font-size: 17px;
    font-style: italic;
}
input[type=submit] {
    height: 30px;
    font-family: Tahoma, serif;
    font-size: 17px;
    width: 20%;
}

.shame {
    margin-left: 70%;
    margin-top: 20%;
    position: fixed;
}


ul {

    font-size: 10px;
    list-style-type: none;
}

.text {
    font-family: Tahoma, serif;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    clear: both;
}
.text2 {
    font-family: Tahoma, serif;
    font-size: 16px;
   
   
}

h1 {
    display: none;
}

header {
    width: 100%;
    z-index: 999;
    position: fixed;
}

img {
    border: 0
}

footer  {
    width: 100%;
    height: 50px;
    margin-top: 100px;
    margin-bottom: 60px;
    color: #000;
    background-color: #5d5c5a;
    text-align: center;
    font: 12px/50px "Helvetica", serif;
    text-decoration: none;

}

footer>a, footer>a:visited {
color: #fff;
text-decoration: none;
text-align: center;
}

  .logo {

    padding-left:4%;
    padding-top:10px;
    height:20%;
    background-color: #fff;

}



  .nav {

    color:#474747;
    margin-left:92%;
    margin-top:-67px;
    text-decoration: none;
}


  a.nav {

    color:#000;
    margin-left:92%;
    margin-top:-67px;
    text-decoration: none;
}

a.logo {
    margin: 0 auto;
    width: 738px;
    display: block;
    text-decoration: none;
}


  .ielogo {

    top:-60px;
    margin-left: 49%;
    margin-top:-120px;
    padding-top:-10px;


}


a.ielogo {
    margin: 0 auto;
    width: 738px;
    display: block;
}

.order {
    margin-left:4%;
    margin-top: 2%;
    text-align: center;
    width:910px;
    height:24%;
    background-color: #fff;
    border: 2px solid;
    border-color: #96aad5;
    padding: 0px 15px 10px 20px;
    font-family: 'Oxygen', sans-serif;

}

.aboutbox {
    margin-left:4%;
    margin-top: 7%;
    text-align: center;
    width:33%;
    height:24%;
    background-color: #fff;
    border: 2px solid;
    border-color: #96aad5;
    padding: 0px 15px 10px 20px;
    font-family: 'Oxygen', sans-serif;
}

.homebox {
    margin-left:4%;
    margin-top: 200px;
    text-align: center;
    min-width:720px;
    max-width: 50%;
    overflow-y: auto;
    background-color: #fff;
    border: 2px solid;
    border-color: #96aad5;
    float: left;
    padding: 0px 15px 10px 20px;
    font-family: 'Oxygen', sans-serif;
}
.homebox:after{
    clear:both;
}

.homebox a {
    
    text-decoration: none;
    color: #111;
    font-weight: bold;
    
}

#homebox:hover {

    background-color: #000;
    color: #fff;
    font-weight: bolder;
    padding: 10px 10px 10px 10px;
    margin-top: 2%;
    font-size: 120%;
    text-decoration: none;
}

.casestudy .buy {
    background-color: #5e7cdd;
}

.casestudy {
    margin-right: 10%;
    margin-top: 10%;
    float: right;
    text-align: center;
    width:24%;
    height:24%;
    border: 1px solid;
    border-color: #555;
    padding: 10px 15px 10px 20px;
    font-family: 'Oxygen', sans-serif;
    color: #fff;
}
.casestudy:after{
    clear:both;
}
.cityLink {
    cursor: pointer;
    transition: color 0.5s ease;
}
.cityLink:hover {
    color: blue;
    text-decoration: underline;
}

.buy {

    background-color: #d12025;
    color: #fff;
    font-weight: bolder;
    padding: 10px 10px 10px 10px;
    margin-top: 2%;
    font-size: 120%;
    text-decoration: none;
}

#banner {
    width: 100%;
    height: 366px;
    background: url("../img/home-banner.jpg") no-repeat center bottom transparent;
    display: block;
}

.border-top {
    height: 11px;
    width: 100%;
    margin-top: -11px;
    background: url("../img/border-top.png") repeat-x 0 0 transparent;
}

.border-bottom {
    height: 90px;
    width: 100%;
    text-align: center;
    background: url("../img/border-bottom.png") repeat-x 0 0 transparent;
    padding: 50px 0px 80px 0px;

}

/* section HOME */
#home {
    width: 100%;
    text-align: center;
    display: block;
}

#cards {
    width: 100%;
    background-color: #f5f3f3;
    padding: 45px 0 40px;
    display: block;
}

#cards-block {
    width: 1200px;
    margin: 30px auto 0;
    display: inline-block;
}

.card {
    width: 400px;
    text-align: center;
    padding: 40px 0;
    position: relative;
    float: left;
}

.card input {
    position: absolute;
    width: 100px;
    height: 34px;
    bottom: 5px;
    left: 150px;
    color: #ffffff;
    background: url("../img/btn-green-small.png") no-repeat 0 0 transparent;
    border: none;
    font: bold 16px/32px "Helvetica", serif;
    cursor: pointer;
}

.card img:hover {
    -webkit-transform: scale(1.29);
    -moz-transform: scale(1.29);
    -o-transform: scale(1.29);
    transform: scale(1.29);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

/* section FORM */
#form {
    width: 100%;
    text-align: center;
    background-color: #f5f3f3;
    padding: 40px 0;
    display: none;
}

#form-block {
    width: 1000px;
    margin: 30px auto 0;
    display: inline-block;
}

.input-block {
    float: left;
    width: 70%;
    margin: 5px 0;
}

.input-block label {
    float: right;
    width: 25%;
    text-align: left;
    font: 13px/15px "Helvetica", serif;
}

.input-block label#terms {
    width: 33%;
    float: right;
    margin-top: 8px;
}

.input-block input[type=text] {
    float: right;
    width: 65%;
    border-radius: 5px;
}

.input-block input[type=checkbox] {
    float: right;
    margin-right: 2%;
    margin-top: 9px;
}

.input-block input[type=button] {
    float: right;
    width: 202px;
    height: 34px;
    bottom: 20px;
    color: #ffffff;
    background: url("../img/btn-green-big.png") no-repeat 0 0 transparent;
    border: none;
    font: bold 16px/32px "Helvetica", serif;
    cursor: pointer;
}

.input-block p {
    float: right;
    width: 66%;
    font: 13px/15px "Helvetica", serif;
    text-align: left;
    margin-top: 30px;
}

#form a {
    color: #b1953a;
}

#card-preview {
    float: right;
    width: 25%;
    text-align: center;
    padding-top: 5px;
}

#card-preview img {
    width: 80%;
}

#form input[type=text].error {
    border-color: #C00F0F;
}

#form #terms.error, #form #terms.error a {
    color: #C00F0F;
}

/* Big card fancybox */

#cards-big {
    display: none;
}

.fancybox-inner input {
    position: absolute;
    width: 202px;
    height: 34px;
    bottom: 20px;
    left: 65%;
    color: #ffffff;
    background: url("../img/btn-green-big.png") no-repeat 0 0 transparent;
    border: none;
    font: bold 16px/32px "Helvetica", serif;
    cursor: pointer;
}

/* Terms & Conditions block */

#termtext {
    width: 550px;
    display: none;
    font-family: Tahoma, serif;
    font-size: 12px;
}

/* section THANKYOU */

#thankyou {
    width: 100%;
    text-align: center;
    background-color: #f5f3f3;
    padding: 40px 0;
    display: none;
    font: 15px/70px "Helvetica", serif;
}

/* section Celebration */

#celebration {
    width: 100%;
    text-align: center;
    background-color: #f5f3f3;
    padding: 40px 0;
    display: none;
    position: relative;
    color: #5d5c5a;
    font: italic bold 20px/30px "Helvetica", serif;
}

#celebration input[type=button] {
    position: absolute;
    width: 202px;
    height: 34px;
    bottom: 70px;
    left: 60%;
    color: #ffffff;
    background: url("../img/btn-green-big.png") no-repeat 0 0 transparent;
    border: none;
    font: bold 16px/32px "Helvetica", serif;
    cursor: pointer;
}

#map-canvas {
    min-width: 700px;
    margin: 20px 4em; 
    height:400px; 
    border:2px solid #000;
}
#cities {
    margin: 2em;
    text-align: left;
}
#cities h3 {
    margin-left: 0.5em;
    margin-bottom: 1em;
    font-size: 16px;
}
.city, .count{
    display: inline-block;
    border: 1px solid #000; 
    padding: 2px; 
    margin-left: 8px; 
    margin-top:2px;
    text-align: left;
}
.city {
    width: 250px; 
}
.count {
    width: 140px;
    font-weight: bold;
}
.towns{
    margin: auto;
    width: 400px;
}

table {
    margin: auto;
    border-collapse: collapse; 
    border-spacing: 0;
}
th, td {
    padding: 5px;
}
#casestudy a, #casestudy a:visited {
    color: white;
}