/*html, body { font-family: 'Merriweather Sans', Verdana, Arial, sans-serif; }*/
html, body { font-family: 'Lato', Verdana, Arial, sans-serif; }
h1, h2, h3, h4, h5, #header_nav_bar { font-family: 'Archivo Black', verdana, helvetica, arial; }

::selection {
	background: #217ac1;
	color: white;
}

html, body {
    background: #000;
    color: #ddd;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 1.6;
    height:100%;
}

#body_wrapper {
    min-height: 100%;
    position: relative;
    background-size: cover;
}

.bg_scroll {
    background-position: center -100px;
}

#header_logo {
    background: #217ac1; /* 26A8DF 3B9BBC 31aef1 217ac1*/
    text-align: center;
    height: 70px;
    width: 220px;
    color: black;
    position: fixed;
    top: 0px;
}

#header_logo img {
    width: 180px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -90px;
}

#header_nav_bar {
    background: #181818;
    margin-left: 220px;
    height: 70px;
}

#header_nav_bar .selected, #header_nav_bar .selected:hover {
    background: #0c5b99;
    color: #fff;
}

#header_nav_bar a {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 1;
    padding: 26px 14px 28px 14px;
    color: #ccc;
    min-width: 56px;
    text-align: center;
}

#header_nav_bar a:hover {
    background: #333;
    color: #eee;
}

#left_nav_bar {
    width: 220px;
    position: fixed;
}

#left_nav_bar .selected, #left_nav_bar .selected:hover {
    background: #0c5b99;
    color: #fff;
}

#left_nav_bar a {
    display: block;
    margin-bottom: 0px;
    color: #ccc;
    background: rgba(20,20,20,0.7);
    padding: 12px 20px;
    font-size: 14px;
}

#left_nav_bar a:hover {
    background: #333;
    color: #eee;
}

#left_nav_bar h1 {
    margin: 0px;
}

#left_nav_bar h1 a {
    color: white;
    font-size: 24px;
    padding: 20px 20px;
}

#content {
    padding-bottom: 200px;
}

#cover {
    position: relative;
    margin-left: 220px;
}

#cover_inner {
    padding: 120px 50px 100px 50px;
    margin: 0px auto;
    max-width: 650px;
}

#cover h1 {
    font-size: 60px;
    margin: 0px;
}

#cover p {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
}

#photo_wrapper {
    margin-left: 220px;
    max-width: 960px;
}

#photo_wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






.info_about {
    background-color: #0D5A9B;
    background-image: url(/v10/images/info_blue_bg8.jpg);
    color: white;
    overflow: auto;
}

.info_about img {
    width: 420px;
    height: 110px;
    margin: 70px auto 40px auto;
    display: block;
}

.info_about p {
    max-width: 590px;
    font-size: 22px;
    margin: 0px auto;
    padding: 0px 50px 90px 50px;
    text-align: center;
}

.info_about p::selection {
	background: #ffc600;
}



.info_pricing {
    padding-bottom: 90px;
}

.info_pricing h2, .print_pricing h2 {
    color: #00A14B;
    margin: 0px auto 0px auto;
    padding: 60px 50px;
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
}

.pricing_wrapper, .print_wrapper {
    margin: 0px auto;
    max-width: 900px;
}

.pricing_item {
    float: left;
    width: 24.9%;
    padding: 0px 0px;
}

.pricing_item_inner {
    margin: 0px 5px;
    padding: 15px;
    border-radius: 8px;
    background: #191919;
    text-align: center;
    min-height: 150px;
}

.pricing_item h4 {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
}

.pricing_item h3 {
    color: #00A14B;
    margin: 5px 0px;
    font-size: 20px;
    line-height: 1.2;
}

.pricing_item .hyphen {
    color: #444;
}

.pricing_item p {
    color: #777;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
}

.pricing_inner_clear, .print_inner_clear {
    clear: both;
}





.print_pricing {
    background: #F05A28;
    color: white;
    padding-bottom: 90px;
}

.print_pricing h2 {
    color: #111;
}

.print_item {
    float: left;
    width: 24.9%;
    padding: 0px 0px;
}

.print_item_inner {
    padding: 15px 20px;
    text-align: center;
    overflow: auto;
}

.print_item_inner_middle {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.print_item h4 {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    clear: both;
}

.print_item h3 {
    color: #222;
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    line-height: 1.4;
    float: right;
    text-align: right;
}

.print_item h5 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0px 0px 8px 0px;
    color: #222;
}

.print_item p {
    color: #222;
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    line-height: 1.4;
    float: left;
    clear: left;
}

.print_item_right p {
    float: none;
    margin: 0px;
}

.print_item_special {
    background: #111;
    padding: 42px 20px 44px 20px;
    text-align: center;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 10px;
}

/*
.print_item_special sup {
    font-size: 18px;
    margin: 0px;
}

.print_item_special h2 {
    color: #F05A28;
    margin: 0px;
    padding: 0px;
}
*/

.print_item_special p {
    color: #F05A28;
    margin: 0px;
    font-size: 14px;
    padding: 0px;
    float: none;
}



.info_contact {
    background-color: #f1f1f1;
    background-image: url(/v10/images/info_white_bg6.jpg);
    color: #222;
}

.info_contact h2 {
    color: #222;
    margin: 0px auto 0px auto;
    padding: 60px 50px;
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
}

.contact_wrapper {
    margin: 0px auto;
    max-width: 900px;
    padding-bottom: 70px;
}

.contact_item {
    width: 33.2%;
    float: left;
    text-align: center;
}

.contact_item img {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.contact_item p {
    font-size: 20px;
    margin: 0px;
    line-height: 1.3;
}

.contact_item a {
    color: #217ac1;
}

.contact_item a:hover {
    text-decoration: underline;
}



#footer {
    background: #181818;
    color: #888;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
}

#footer_inner {
    padding: 30px 0px 0px 35px;
}

#footer_logo img {
    width: 180px;
    height: 40px;
    margin-bottom: 10px;
}

#footer a {
    color: #eee;
    font-weight: bold;
}

#footer a:hover {
    text-decoration: underline;
}

#footer_address {
    margin-top: 10px;
    font-size: 11px;
}

.nowrap {
    white-space: nowrap;
}

a {
    text-decoration: none;
}





@media screen and (max-width: 680px) {
    
    body {
        background: #000;
        -webkit-text-size-adjust: none;
    }
    
    #header_logo {
        width: auto;
        height: 60px;
        text-align: center;
        position: relative;
    }
    
    #header_nav_bar {
        position: relative;
        margin-left: 0px;
        height: 43px;
        background: #111;
    }
    
    #header_nav_bar a {
        padding: 15px 0px 16px 0px;
        min-width: auto;
        width: 20%;
        font-size: 12px;
        line-height: 1;
    }
    
    #left_nav_bar {
        text-align: center;
        float: none;
        position: relative;
        width: 100%;
        padding: 12px 0px;
        background: #222;
    }
    
    #left_nav_bar a, #left_nav_bar a:hover {
        background: none;
    }
    
    #left_nav_bar .selected, #left_nav_bar .selected:hover {
        background: none;
        font-weight: bold;
        color: white;
    }
    
    #left_nav_bar h1 {
        display: none;
    }
    
    #left_nav_bar a {
        display: inline-block;
        padding: 0px 15px;
        font-size: 12px;
        color: #bbb
    }
    
    #cover {
        margin-left: 0px;
    }
    
    #cover_inner {
        padding: 15px 45px 35px 45px;
    }
    
    #cover h1 {
        font-size: 44px;
        margin-bottom: 0px;
    }

    #cover p {
        margin-top: 0px;
        font-size: 16px;
    }
    
    #photo_wrapper {
        margin-left: 0px;
    }
    
    
    
    .info_about img {
        width: 252px;
        height: 66px;
        margin: 25px auto 20px auto;
    }

    .info_about p {
        padding: 0px 30px 40px 30px;
        font-size: 18px;
    }
    
    
    
    .info_pricing, .print_pricing {
        padding-bottom: 20px;
    }
    
    
    
    .pricing_item {
        margin: 0px 10px 10px 10px;
        float: none;
        width: auto;
    }
    
    .pricing_item_inner {
        padding: 10px;
        min-height: 50px;
    }
    
    .pricing_item h3 {
        margin-bottom: 0px;
    }
    
    
    .info_pricing h2, .print_pricing h2, .info_contact h2 {
        padding: 20px 20px;
        font-size: 28px;
    }
    
    
    
    .print_item {
        margin: 0px 10px 10px 10px;
        float: none;
        width: auto;
    }
    
    .print_item_inner {
        padding: 0px 10px;
        max-width: 250px;
        margin: 0px auto;
    }
    
    .print_item_inner_middle {
        border-left: none;
        border-right: none;
    }
    
    .print_item_special {
        padding: 23px 30px 28px 30px;
        margin: 15px 0px 0px 0px;
    }
    
    
    /*
    .print_item_special sup {
        font-size: 13px;
        margin: 0px;
    }

    .print_item_special h2 {
        margin: 0px;
        padding: 0px;
    }
    */
    
    .print_item_special p {
        margin: 0px;
        font-size: 14px;
        padding: 0px;
    }
    
    
    .contact_item {
        float: none;
        width: auto;
        margin: 0px;
        padding-bottom: 20px;
    }
    
    .contact_item img {
        width: 100px;
        height: 100px;
        margin-bottom: 2px;
        margin-top: 10px;
    }

    
    .contact_wrapper {
        padding-bottom: 15px;
    }
    
    .bg_scroll {
        /*background-position: 0px 0px !important;*/
        background-position: center center !important;
    }

    
}