body {
    font-family: 'PT Serif', serif;
    font-weight:400;
    color:#3a3a3a;
}

p {
    font-size:16px;
    line-height:150%;
    margin: 0px 0px 30px;
}

.navbar-aoi {
    min-height:70px;
    background-color:#17497c;
    color:#fff;
    line-height:70px;
}

.bookImage {
    float:left;
    display:block;
    /*width:500px;*/
    /*height:457px;*/
    margin-left:-230px;
    margin-bottom: -65px;
    width:572px;
    height:513px;
    /*margin-left:-210px;*/
    /*margin-bottom: -65px;*/

}

.bookImage img {
    width:100%;
}

.headerBlock {
    width:543px;
    float:right;
    padding-top:35px;
    text-align: center;
}

.headerBlock img {
    /*width:100%;*/
}

.headerBlock p {
    color:#000;
    text-align: center;
    line-height:150%;
    margin-top:40px;
    margin-bottom:40px;
    font-size:15px;
}

a.ovalButton:link, a.ovalButton:visited {
    position:relative;
    display:inline-block;
    width:190px;
    height:36px;
    font-size:14px;
    line-height:36px;
    /*padding:0px 20px;*/
    font-weight:700;
    text-align:center;
    letter-spacing: 1px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    border:1px solid #17497c;
    color:#17497c;
    text-decoration:none;
}
a.ovalButton:active, a.ovalButton:hover {
    text-decoration:none;
    color:#fff;
    background-color:#17497c;
}

h1 {
    font-size:40px;
    color:#17497c;
    font-weight:700;
    font-style:italic;
    letter-spacing:5px;
}

.centered {
    text-align:center;
}

.blue {
    color:#17497c;
}

.blueBG {
    background-color:#17497c;
}

.blueBG h1 {
    color:#FFF;
}

.ltBlueBG {
    background-color: #cee3ef;
}

.green {
    color:#3be517;
}

.red {
    color:#e4202c;
}

.squish {
    padding:0px 100px;
}
.squishMore {
    padding:0px 150px;

}

.padded {
    padding:75px 0px;
}

#filmStrip {
    height:310px;background:url(../images/bw_images.jpg) #17497c bottom center repeat-x
}

.carousel {
    margin-bottom:15px;
}

.carousel-control {
    text-align: center;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.left {
    text-align:left;
}
.carousel-control.right {
    right: 0;
    left: auto;
    text-align:right;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -95px;
}

.carousel-control.left img {
    left:0;
}
.carousel-control.right img {
    right:0;
}



footer {
    padding:15px 0px;
}

#submitButton {
    width:140px;
    /*height:36px;*/
    /*font-size:14px;*/
    /*line-height:36px;*/
    /*font-weight:700;*/
    /*text-align:center;*/
    /*letter-spacing: 1px;*/
    /*-webkit-border-radius:18px;*/
    /*-moz-border-radius:18px;*/
    /*border-radius:18px;*/
    /*border:1px solid #17497c;*/
    /*color:#17497c;*/
    /*background-color: #cee3ef;*/
}
.orderForm input[type="text"] {
    position:relative;
    border-bottom: 1px solid #17497c;
    border-left: 1px solid #17497c;
    border-top: 1px solid #17497c;
    border-right: 1px solid #cee3ef;
    height:40px;
    width:240px;
    color:#333;
    padding:10px;
    background-color: #cee3ef;
    outline:0;

}

.inputStatus {
    position:relative;
    display:inline-block;
    border-bottom: 1px solid #17497c;
    border-top: 1px solid #17497c;
    border-right: 1px solid #17497c;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
}

.inputControls {
    position:relative;
    display:inline-block;
    border-bottom: 1px solid #17497c;
    border-top: 1px solid #17497c;
    border-right: 1px solid #17497c;
    width:70px;
    height:40px;
    line-height:40px;
    text-align:left;
}

.inputControls a:link,
.inputControls a:visited {
    display:inline-block;
    width:28px;
    text-align:center;
    color:#85b8d8;
    text-decoration: none;
}

.inputControls a:hover,
.inputControls a:active {
    color: #17497c;
}

.formLeft input,
.formLeft .inputStatus,
.formLeft .inputControls {
    float:right;
}

.formRight input,
.formRight .inputStatus {
    float:left;
}
.formLeft, .formRight {
    display:inline-block;
    margin-bottom:20px;
    height:40px;
    width:280px;
}

#errorBox {
    padding-top:14px;
    clear:both;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #17497c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #17497c;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #17497c;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #17497c;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #17497c;
}

.formBoxRight, .formBoxLeft {
    text-align: center;
    padding-left:0px;
    padding-right:0px;
    position:relative;
}

@media (min-width: 620px) {
    .formBoxRight {
        text-align:left;
        padding-left:10px;
        width:50%;
        float:left;
    }
    .formBoxLeft {
        text-align:right;
        padding-right:10px;
        width:50%;
        float:left;
    }
}

@media (max-width: 767px) {


    /*.formLeft input,*/
    /*.formLeft .inputStatus*/
    /*.formRight input,*/
    /*.formRight .inputStatus {*/
        /*float:none;*/
    /*}*/


}
@media (min-width: 992px) {
}