/* border: solid 1px #f00; For Testing*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,500);

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'New Century Schoolbook', serif;
  color: #262f6e;
}

h2 {
  font-weight: 600;
  font-family: 'New Century Schoolbook', serif;
  color: #262f6e;
  font-style: italic;
}

/* New Typography 3-7-19 */

p {
  font-size: 1.2em;
  line-height: 1.618em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  
  @media screen and (min-width: 600px){ 
    font-size: 1.3em;
    line-height: 30px;
  }
}

h1 {
  font-size: 3.1em;
  font-family: 'New Century Schoolbook', serif;
}

h2 {
  font-size: 2.3em;
  font-family: 'New Century Schoolbook', serif;
}

h3 {
  font-size: 1.85em;
  font-family: 'New Century Schoolbook', serif;
}

h4 {
  font-size: 1.2em;
  font-family: 'New Century Schoolbook', serif;
}


a {
  color: #262f6e;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  font-weight: 600;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #cb9700;
}

/* Font Sizes */

@media only screen and (max-width: 900px) {
   h1 {
      font-size: 2.6em;
    }
   h2 {
      font-size: 2.1em;
    }
    h3 {
      font-size: 1.6em;
    }
    h4 {
      font-size: 1.3em;
    }
}

@media only screen and (max-width: 700px) {
   h1 {
      font-size: 2.1em;
    }
   h2 {
      font-size: 1.65em;
    }
    h3 {
      font-size: 1.38em;
    }
    h4 {
      font-size: 1.3em;
    }
    
    p, ul, ol (
      font-size: 1.1em;
    )
}


.header-top	{
	padding-top: 10px;
	color: #fff;
	width: 100%;
	background: #262f6e;
	}
	
.header-top a {
	color: #fff;
	}
	
.header-top a:hover {
	color: #cb9700;
	}  

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

#staff {
	padding: 40px 0 50px 0;
	background-color: #ecf0f1;
}

#bod {
	margin: 40px 70px 50px 70px;
	padding-left: 60px;
	background-color: #ecf0f1;
}

#staff h3, h4 {
  text-align: center;
}

.centered	{
    text-align:center;
}

.headline	{
	font-weight: 600;
	font-size: 1.2em;
	text-align: center;
	}

#formsinput {
	display: none;
	}
	
#myModal .form-control {
	width: 350px;
}

.well {
	margin: 10px 0;
	font-size:24px;
}

.well-lg {
	font-size:24px;
}

/* PLAYER */

.audioplayer {
	height: 2.5em; /* 40 */
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
	background: #333;
}

/* mini mode (fallback) */

.audioplayer-mini {
	width: 2.5em; /* 40 */
	margin: 0 auto;
}

/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

.audioplayer > div {
	position: absolute;
}

/* play/pause button */

.audioplayer-playpause {
	width: 2.5em; /* 40 */
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
}
.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
	background-color: #222;
}
.audioplayer-playpause a {
	display: block;
}
.audioplayer-stopped .audioplayer-playpause a {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-right: none;
	border-left-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.audioplayer-playing .audioplayer-playpause a {
	width: 0.75em; /* 12 */
	height: 0.75em; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.375em 0 0 -0.375em; /* 6 */
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
	width: 40%;
	height: 100%;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}

/* timers */

.audioplayer-time {
	width: 4.375em; /* 70 */
	height: 100%;
	line-height: 2.375em; /* 38 */
	text-align: center;
	z-index: 2;
	top: 0;
}
.audioplayer-time-current {
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	left: 2.5em; /* 40 */
}
.audioplayer-time-duration {
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	right: 2.5em; /* 40 */
}
.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}

/* progress bar of loaded/played */

.audioplayer-bar {
	height: 0.875em; /* 14 */
	background-color: #222;
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 6.875em; /* 110 */
	left: 6.875em; /* 110 */
	margin-top: -0.438em; /* 7 */
}
.audioplayer-novolume .audioplayer-bar {
	right: 4.375em; /* 70 */
}
.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.audioplayer-bar-loaded {
	background-color: #333;
	z-index: 1;
}
.audioplayer-bar-played {
	background: #007fd1;
	z-index: 2;
}

/* volume button */

.audioplayer-volume {
	width: 2.5em; /* 40 */
	height: 100%;
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}
.audioplayer-volume:hover,
.audioplayer-volume:focus {
	background-color: #222;
}
.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}
.audioplayer-volume-button a {
	width: 0.313em; /* 5 */
	height: 0.375em; /* 6 */
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
	content: '';
	position: absolute;
}
.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: 0.5em solid transparent; /* 8 */
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -0.25em;
	margin-top: -0.5em; /* 8 */
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
	width: 0.313em; /* 5 */
	height: 0.313em; /* 5 */
	border: 0.25em double #fff; /* 4 */
	border-width: 0.25em 0.25em 0 0; /* 4 */
	left: 0.563em; /* 9 */
	top: -0.063em; /* 1 */
	-webkit-border-radius: 0 0.938em 0 0; /* 15 */
	-moz-border-radius: 0 0.938em 0 0; /* 15 */
	border-radius: 0 0.938em 0 0; /* 15 */
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}

/* volume dropdown */
.audioplayer-volume-adjust {
	height: 6.25em; /* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #333;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}
.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007fd1;
}
.audioplayer-novolume .audioplayer-volume {
	display: none;
}

.audioplayer {
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
}
.audioplayer-volume-adjust {
	-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}
.audioplayer-bar,
.audioplayer-volume-adjust > div {
	-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
	-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}
.audioplayer-playpause,
.audioplayer-volume a {
	-webkit-filter: drop-shadow( 1px 1px 0 #000 );
	-moz-filter: drop-shadow( 1px 1px 0 #000 );
	-ms-filter: drop-shadow( 1px 1px 0 #000 );
	-o-filter: drop-shadow( 1px 1px 0 #000 );
	filter: drop-shadow( 1px 1px 0 #000 );
}
.audioplayer,
.audioplayer-volume-adjust {
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( to bottom, #444, #222 );
}
.audioplayer-bar-played {
	background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( left, #007fd1, #c600ff );
	background: -moz-linear-gradient( left, #007fd1, #c600ff );
	background: -ms-radial-gradient( left, #007fd1, #c600ff );
	background: -o-linear-gradient( left, #007fd1, #c600ff );
	background: linear-gradient( to right, #007fd1, #c600ff );
}
.audioplayer-volume-adjust div div {
	background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
	background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
	background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
	background: -o-linear-gradient( bottom, #007fd1, #c600ff );
	background: linear-gradient( to top, #007fd1, #c600ff );
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.audioplayer {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.audioplayer-volume-adjust {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

/* GRADIENT */

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
  border: solid 1px #f00;
}
.section-header .section-title {
  font-size: 44px;
  color: #8a2741;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}

.btn {
  border-width: 0;
  border-radius: 5px;
}
.btn.btn-primary {
  background: #8a2741;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #e75c80;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #8a2741;
}
ul.nostyle {
  list-style: none;
  font-size: 1.2em !important;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #cb9700;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.navbar-toggle{
border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #45B1DA;
}
.navbar-nav>li>a {
text-transform: uppercase;
}

/* Required for Forms */

.required1  {  
    font-size: 24px;
    color: #d00;
    content: "&#42;";
    margin-left: 2px;
    position: absolute;
    top: 2px;
	}

.required {
    font-size: 12px;
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 2px;
    top: 2px;
}

.form-group.required .control-label:after { 
    color: #d00;
    font-size: 12px;
    content: "*";
    position: absolute;
    margin-left: 2px;
    top:2px;
}

.form-group.form-group-sm.required .control-label:after { 
    color: #d00;
    font-size: 12px;
    content: "*";
    position: absolute;
    margin-left: 2px;
    top:2px;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #262f6e;
}

#footer h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

#footer h4 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

#footer a {
  color: #fff;
}
#footer a:hover {
  color: #cb9700;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
 display: inline-block; 

 border: 1px solid rgba(255, 255, 255, 0.09);
padding: 3px 0;
width: 31px;
text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* Important for mobile forms */

input {
        max-width: 100%;
    }

.table-responsive {
    border: none;
  }
  
.table td {
    border: none !important;
  }
  
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
  
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/*************************
*******Header******
**************************/
#main-nav.navbar-default {
background: #FFFFFF;
}
#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
background: rgb(203, 151, 0);
color: #FFFFFF;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 7px 5px 6px;
}
@media only screen and (min-width: 768px) {
  #main-nav.navbar-default {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  }
  #main-nav.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-default .navbar-nav>li>a {
	color: #262f6e;
	}
  #main-nav.navbar-default .navbar-nav > li.active > a,
  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: rgb(203,151,0); 	
    color: #FFF;
  }
  #main-nav.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: #56596a;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-nav.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-nav.navbar-default .dropdown-menu > li > a { 
    padding: 5px 0;
    color:#fff; 
  }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-nav.navbar-default .dropdown-menu > li.active,
  #main-nav.navbar-default .dropdown-menu > li.open,
  #main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #cb9700;
  }
  #main-nav.navbar-default .dropdown-menu > li.active > a,
  #main-nav.navbar-default .dropdown-menu > li.open > a,
  #main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #cb9700;
    background-color: transparent;
  }
}

/* NAV BAR FOR IPAD OR TABLET
-------------------------------------------------- */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}
/* NAV BAR FOR IPAD OR TABLET
-------------------------------------------------- */

@media (max-width: 1150px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav> li.active > a {
      padding-top: 5px;
      padding-bottom: 5px;
      color: #db6c2d;
  }
  .collapse.in{
      display:block !important;
  }
}

#hero-banner{
  overflow: hidden;
  color:#000;
}
#hero-banner.item {
  height: 538px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#hero-banner.banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  z-index: 20;
}
#hero-banner h2 {
  margin-top: 180px;
  font-size: 39px;
  line-height: 49px;  
}
#hero-banner.banner-inner h2 > span {
  color: #cb9700;
}
#hero-banner.banner-inner .btn {
  margin-top: 10px;
} 
 
#hero-text {
  padding: 50px 0;
  border-top: 1px solid #FFFFFF;
}
#hero-text h2 {
  margin-top: 0;
}
#hero-text .btn {
  margin-top: 40px;
}

.social a {
	display:inline-block;
	margin:20px 0 0 0;
	width:18px;
	height:18px;	
	color: #fff;
	text-align: right;
}
.social a:hover {
	background-color:#30a8d4;
}
.social a i {
	display:block;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:#fff;	
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#logo {
	display:inline-block;
	width: 100%;
	padding: 10px 0px;
   	color: #fff;
   	font-size: 14px;	
}

#logo a {display:block;}

#phone a:link, #phone a:visited {
	color: #fff;
	text-decoration: none;
	font-style:normal;
}

#phone a:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}




/* RESPONSIVE SLIDE SHOW
-------------------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel, .item, .active {
	height:100%;
}
.carousel-inner {
	height:100%;
}
.carousel {
	margin-bottom: 10px;
}
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
carousel .item {
   left: 0 !important;
   -webkit-transition: opacity .4s;
    /*adjust timing here */ 
   -moz-transition: opacity .4s; 
   -o-transition: opacity .4s; 
   transition: opacity .4s; 
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel .carousel-inner .bg {
	background-repeat:no-repeat;
	background-size:cover;
}
.carousel .carousel-inner .bg1 {
	background-position: center bottom; 
}
.carousel .carousel-inner .bg2 {
	background-position: center bottom; 
}
.carousel .carousel-inner .bg3 {
	background-position: center bottom; 
}
.carousel .carousel-inner .bg4 {
	background-position: center bottom; 
}

/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2, h3, h4 {
  font-family: 'New Century Schoolbook', serif;
  font-weight: 600;
  color: #262f6e;
  text-align: left;
}
.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing li {
  font-size: 1.2em;
}

.thumbnail h2, h3 {
  font-family: 'New Century Schoolbook', serif;
  font-weight: 600;
  color: #262f6e;
}

.thumbnail h4 {
  font-family: 'New Century Schoolbook', serif;
  font-weight: 600;
  font-size: 1.4em;
  font-style: bold;
  color: #cb9700;
}

/* Featurettes
------------------------- */

.divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}
	
	#table {
 	font-size: 85%;
 	}
 	
	.form-group {
  	max-width: 300px;
  	padding-left: 30px;
	}
	
}


@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* Responsive CSS */


@media (min-width: 576px) and (max-width: 3499px) {
    
    #bigCallout {
        display:none;
    }
}

@media (max-width: 1023px) {
    
   .popular {
        display: none;
    }

}

@media only screen and (max-width: 1396px) {
    .header-top {
        font-size: .9em;
    }
    
    .carousel-caption h2 {
    font-size: 30px;
    }

    .form-group {
    font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .header-top {
        font-size: .8em;
    }
}

@media only screen and (max-width: 1210px) {
    
    .navbar {
    background: #842817;   
    }
    
    .navbar .nav-item .nav-link {
    padding-left: 15px;
    background: #842817;
    }
    
    .white-text {
    margin-right: 30px;
    }
}

@media only screen and (max-width: 990px) {
    
    #footer {
        text-align: center;
    }
    
    #footer h4 {
      text-align: center;
    }
    
    #footer img {
      margin-left: auto;
      margin-right: auto;
    }
    
    .infosection {
        margin-bottom: 25px;
    }
    
    #main {
    padding-left: 15px;
    padding-right: 15px;
    }
	
}

@media only screen and (max-width: 576px) {
 	
	.form-group {
  	max-width: 300px;
  	padding-left: 30px;
	}
	
	#header-top{
    display: none;
	}
	
	#recent-works{
    display: none;
	}
	
	.navbar-brand {
    	margin-right: 0px; 
    	max-width: 60%;  
    	margin-left: 5px;
    }
    
}

@media only screen and (max-width: 476px) {
    
    .navbar-brand img {
    max-width:220px;
    height:auto;
    }
    
    .infosection {
        padding: 10px 10px 10px 25px;
    }
    
    #footer {
      margin-left: 10px;
      padding-right: 10px;
    }
    
    #footer p {
      font-size: 1em; 
    }
    
    #footer {
      text-align: center; 
    }
    
    .navbar .nav-item .nav-link {
    color: #fffcee;
    font-size: .9em !important; 
    background: #842817;
    }
    
    .amazon {
      display: none;
    }
    
}

