/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
 body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */	
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 100%; 
	

	
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%; 
} 

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;  
} 

/* heading */

#heading {
  display: block;
  width: 100%;
  height: 380px;
  padding: 20px 0;
  background: url('/crts/img/header/hdr1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0 -4px 9px -3px #000;
  -moz-box-shadow: inset 0 -4px 9px -3px #000;
  box-shadow: inset 0 -4px 9px -3px #000;
}
#heading h1, #heading h2, #heading h3, #heading h4, #heading h5, #heading p {
  text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 0 30px rgba(0,0,0,0.25);
}

#heading h1 {
  font-size: 70px;
  line-height: 105px;
  letter-spacing: -1px;
  color: #93C54B;
}

#heading h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 25px;
}
#header-caption h1 { 
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 25px;
		font-weight: 700;		
		margin: 0 0 0;
		text-align: center; 
		text-transform: uppercase; 
}
#header-caption h2 { 
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 18px;
		font-weight: 600;		
		margin: 0 0 10;		
		text-align: center; 
		text-transform: uppercase; 
}	

/* Test */
.nine h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.nine h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.nine h1 em {
  font-style: normal;
  font-weight: 600;
}
.nine h1 {
  text-align:center; font-size:50px; text-transform:uppercase; color:#222; letter-spacing:1px;
  font-family:"Playfair Display", serif; font-weight:400;
}
.nine h1 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
  background-color:#f8f8f8;
}

/* End Test */

.red { color: #D51B26; }
h1.home-title {
	color: #0073ae;
}
.button { 
	text-align: center;
	margin: 1em 0;
}
.button a {
	border-radius: 8px; 
	display: inline-block;
	padding: 8px 12px;
	margin: 4px 12px;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	background: #0073ae;
	background: -moz-linear-gradient(top,  #21A1AD 0%, #002a5c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21A1AD), color-stop(100%,#002a5c));
	background: -webkit-linear-gradient(top,  #21A1AD 0%,#002a5c 100%);
	background: -o-linear-gradient(top,  #21A1AD 0%,#002a5c 100%);
	background: -ms-linear-gradient(top,  #21A1AD 0%,#002a5c 100%);
	background: linear-gradient(to bottom,  #21A1AD 0%,#002a5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21A1AD', endColorstr='#002a5c',GradientType=0 );
}
.button a:hover, .button a:focus, .button a:active {
	box-shadow: 0 2px 7px rgba(0,0,0,.8);
}
/* Start Countdown Clock */
#countdown {
	margin: 1em auto;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
}
#countdown img.medal-preview { padding: .25em 2em; }
.clockholder {
	display: inline-block;
	vertical-align: middle;
	border-top: 5px solid #93C54B;
	padding: 10px 18px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	background: #fff;	
}
#countdown h4 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 10px;
}
#countdown .digits {
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 8px 30px;
	background: rgba(0,43,92,.8);
	text-align: center;
}
#countdown .digits em {
	font-style: normal;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #72AFB6;
}
#countdown .cd-sponsors {
	clear: both;
	padding: 10px 8px 5px;
}
#countdown img {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0 5px 12px;
}
#countdown img.first {
	padding: 5px 14px 5px 0;
}
/* End Countdown Clock */
/* 404 Page Styles */

.error-404 {
    font-size: 70px;
}

/* Portfolio */
.deco{
	font-family: 'Satisfy', cursive;

}

.grid-padding{
	padding: 0 8px;
}
.grid-padding img{
	margin-bottom: 15px;
}
#myGrid{
	margin-top: 50px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.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%;
}
* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(min-width:375px) {
    header.carousel {
		height: 30%;        
    }	
}
@media(min-width:400px) {
    header.carousel {
		height: 50%;
        
    }
}
@media(min-width:768px) {
    header.carousel {
        height: 70%;
    }
}
@media(min-width:992px) {
    header.carousel {
        height: 90%;
    }
}
@media(min-width:1200px) {
    header.carousel {
        height: 100%;
    }
	#header-caption h1 { color: #fff; font-family: 'Open Sans Condensed', sans-serif; font-size: 64px; font-weight: 700; line-height: 60px; margin: 0 0 0; text-align: center; text-transform: uppercase; }
	#header-caption h2 { color: #fff; display: block; font-family: 'Open Sans', sans-serif; font-size: 32px;	position: relative; text-align: center; z-index: 1; }
}