@charset "UTF-8";
html, html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
body {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F2f2f2;
    clear: both;
}
.style-nav-sm ul {
    list-style-type: none;
}
.style-nav-sm ul li a {
    text-decoration: none;
    color: #b22816;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 10px;
}
.style-img-bk-page {
    display: block;
    height: 409px;
    max-width: auto;
    column-width: auto;
}
nav {
    background-color: #F2F2F2;
}
.navbar.navbar-default {
    background-color: #f2f2f2;
    overflow: hidden;
}
header {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
}
.style-credit{
	font-size: 11px;
}
.style-glyph ul li a {
    color: #000000;
    text-align: center;
    display: block;
    padding: 30px;
}
.style-icon {
    display: block;
    float: right;
    max-height: 25px;
    max-width: 25px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.style-logo {
    max-width: 251px;
    max-height: 82px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hero {
    background-image: url(#);
    background-size: cover;
    padding: 20px;
    text-align: center;
}
h1 {
    font-family: actor;
    font-size: 16px;
    float: none;
    text-align: center;
    font-weight: 100;
    color: #5B5B5B;
    text-transform: capitalize;
    font-style: italic;
}
img {
    display: block;
    width: 90;
    max-width: 90%;
    height: auto;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
}
.style-book-img {
    display: block;
    width: 80%;
    height: auto;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
}
.pan {
    display: block;
    width: 90%;
    max-width: 90%;
    height: auto;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
.vert {
    display: block;
    width: auto;
   vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
h3 {
    color: #000000;
    font-family: actor;
    font-size: 12px;
    text-transform: uppercase;
    float: none;
    text-align: center;
    font-weight: 400;
    padding: 4px;
}
h2 {
    color: #000000;
    font-family: actor;
    font-size: 14px;
    float: none;
    text-align: center;
    font-weight: 100;
}
.small {
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    font-family: "actor", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
    ;
    text-align: center;
}
.footer-text {
    font-size: small;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
    color: #575757;
}
.section {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    font-style: normal;
    font-family: cambo;
    font-weight: 400;
    font-size: 11px;
}
main .section p {
    font-size: large;
    text-align: justify;
    padding-top: 20px;
}
.col .style-nav .navbar.navbar-default.navbar-fixed-top {
    background-color: #F2f2f2;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
}
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
    font-size: large;
    margin-top: 20px;
}
.nav.navbar-nav li a {
    color: #474747;
    font-weight: 400;
	  font-style: normal;
    letter-spacing: 0.75px;
    text-transform: capitalize;
	
}
a {
    font-weight: 400;
    color: #b22816;
}
a:hover {
    text-decoration: underline;
    font-weight: 400;
    color: #644F4F;
}
.col {
    width: 98%;
}
.col-pan {
    clear: both;
    width: 98%;
}
.style-col-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.row .col-lg-6 {
	width: 80%;
margin-left: auto;
	margin-right: auto;
}

.hidden-xs {
    display: none;
}
.row {
    margin-left: auto;
    margin-right: auto;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.container-fluid {
    border: 1px #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
.navbar.navbar-default {
    border: 1px #F2f2f2;
    margin-bottom: 0px;
    padding: 0px;
}
.style-nav ul {
    list-style-type: none;
}
.style-nav ul li a {
    text-decoration: none;
    color: #B22816;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 8px;
}
.style-glyph ul li a {
    color: #000000;
}
main {
}
.row .col-lg-6 {
	width: 90%;
margin-left: auto;
	margin-right: auto;
}
header {
}


/*Tablet View*/

@media (min-width: 768px) {
body {
    max-width: 778px;
}
main {
}
	
.row .col-lg-6 {
	width: 70%;
margin-left: auto;
	margin-right: auto;
}

.col-md-one-half {
    width: 46%;
    float: left;
}
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    margin-top: 20px;
}
main .section p {
    font-size: 14px;
    text-align: justify;
    padding-top: 20px;
}
.row {
    margin-left: auto;
    margin-right: auto;
}
.img {
    width: 100%;
    height: auto;
}
.vert {
    display: block;
    width: auto;
    height: 600px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
.style-logo {
    max-width: 350px;
    max-height: 114px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.style-book {
    display: block;
    width: 50%;
    height: auto;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
}
.style-book-page {
    display: block;
    width: 40%;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}
.style-book-img-vert {
    display: block;
    width: auto;
    height: 100%;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
}
.style-bk-txt {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.style-nav ul li {
    display: inline-block;
}
.style-nav ul {
    text-align: center;
}
.style-nav-sm ul {
    list-style-type: none;
}
.style-nav-sm ul li a {
    text-decoration: none;
    float: left;
    color: #B22816;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 10px;
}
.col-lg-one-forth {
    width: 20%;
}
.col-lg-one-third {
    width: 30%;
}
.col-md-one-third {
    width: 30%;
}
.col-lg-12 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    margin-bottom: 16px;
}
.col-md-one-half {
    width: 48%;
}
.hidden-xs {
    display: none;
}
#carousel1 .carousel-inner .item {
}
.navbar-collapse.collapse {
  justify-content: center;
  display: grid;
}

/*Desktop*/

@media (min-width: 1024px) {
body {
    max-width: 1200px;
}
.navbar-default {
    margin-left: auto;
    margin-right: auto;
}
p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    margin-top: 20px;
}
.stats-img {
    padding-left: auto;
    padding-right: auto;
    min-width: 30%;
    max-width: 30%;
}

.col-lg-one-half {
    width: 48%;
}
.col {
    width: 31.3%;
    float: left;
    margin: 1%;
}

.vert {
    display: block;
    width: auto;
    height: 800px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
}
.meetagent {
    max-width: 205px;
}
.stats-img {
    width: 100%;
}
.strong {
    font-weight: bolder;
}
.img-vertical {
}

@media screen and (orientation:landscape) and (min-width:940px){
body header {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
body {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
}
}