#pBar {
	border: solid 1;
	margin: 0px;
	width: 200px;height: 8px;
}

.aaaLegend {
	font-family: Arial, Verdana, san-serif;
	font-size: 13pt;
	line-height: 70%;
	font-weight: normal;
	text-align:center;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
	color: #e9ab56;
}

.textShadowGold {
	text-shadow: 1px 1px 2px #d08b04, -1px -1px 2px #4b3201;
}

body {
	margin: auto;
	max-width: 800px;
}

#arch {

	width: 100%;
	transform:translateY(-60px);
	z-index: 1;
}

#domino {

	width: 100%;
	transform:translateY(-10px);
	z-index: 1;
}

.D-leap { 
  animation-name: leap;
  animation-duration: 10s; 
  animation-delay: 0;
  animation-iteration-count:infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}	
	
@keyframes leap {
  0% {
	  transform:rotate(-5deg);
  } 
  50% {    
	transform:rotate(5deg);
  }
  100% {    
	transform:rotate(-5deg);
  }
}
    
.balloon { 
  animation-name: stretch;
  animation-duration: 10s; 
  animation-delay: 0;
  animation-iteration-count:infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}	
	
@keyframes stretch {
  0% {
	  transform:rotate(-10deg);
  } 
  50% {    
	transform:rotate(-30deg);
  }
  100% {    
	transform:rotate(-10deg); 
  }
}/**/
	
.blurb {
	font-family: Arial, Helvetica, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 11pt;
	line-height: 120%;
	color: #000;
	text-align: justify;	
	width: 340px;
}

.blurbWhite {
	font-family: Arial, Helvetica, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 11pt;
	line-height: 120%;
	text-align: justify;	
	width: 340px;
	color: white;
			}
	
.blurbSM {
	font-family: Arial, Helvetica, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 9pt;
	line-height: 120%;
	text-align: center;
	color: #1bafb4;
}
	
.blurbSMblack {
	font-family: Arial, Helvetica, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 9pt;
	line-height: 120%;
	text-align: justify;
	color: #000;
	width: 80%;
}

.blurbSMwhite {
	font-family: Arial, Helvetica, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 9pt;
	line-height: 120%;
	text-align: justify;
	color: white;
}

.blurbSMwhiteCentered {
	font-family: Arial, Helvetica, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 9pt;
	line-height: 120%;
	text-align: center;
	color: white;
}

.policy {
	font-family: Arial, Helvetica, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 8pt;
	line-height: 120%;
	text-align: center;
	align-self: center;
	color: #e9ab56;
	width: 290px;
}

.bookShadow {
  box-shadow: 6px 6px 10px 0px rgba(256, 256, 256, 0.55);
}

.btn-activities {
  width: 200px;
  background-color: #1bafb4;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 3px 0px 3px 0px ;
    border: 1px solid #1bafb4; 
  margin-top: 4px; 
	text-decoration: none; 
	cursor: pointer;
}
  
.btn-activities:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #1bafb4; 
	text-decoration: none;
	transform: scale(1.1,1.1);
}
.btn-home {
  width: 250px;
  background-color: #1bafb4;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 5px 0px 5px 0px ;
    border: 1px solid #1bafb4; 
  margin-top: 4px; 
	text-decoration: none; 
	cursor: pointer;
	
}
  
.btn-home:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #1bafb4; 
	text-decoration: none;
	transform: scale(0.98,0.98);
}

.btn-homeRed {
  width: 250px; 
  background-color:crimson;
  text-shadow: 1px 1px 2px #fa8678, -1px -1px 2px #690d02;
  box-shadow: 3px 3px 2px #fa8678 inset, -1px -1px 2px #690d02 inset;
  border-radius: 15px;
  border: 1px solid #000; 
  color: #fff;
  font-size: 14px;
  padding: 5px 0px 5px 0px ;
  cursor: pointer;
  margin-top: 4px; 
  text-decoration: none; 
  cursor: pointer;
}
  
.btn-homeRed:hover {
    background-color: crimson;
    color: #fff;
    border: 1px solid #000;  
	text-decoration: none;
	transform: scale(0.98,0.98);
}

.btn-gold {
  	width: 250px;
  	background-color:black;
  	border-radius: 15px;
  	border: none;
	color: #000;
	text-shadow: 1px 1px 2px #e1af4f, -1px -1px 2px #4b3201;
	box-shadow: 3px 3px 2px #e1af4f inset, -1px -1px 2px #4b3201 inset;
	font-size: 14px;
	padding: 5px 0px 5px 0px ; 
	margin-top: 4px; 
	text-decoration: none; 
	cursor: pointer;
	background-image:url("../grcs/brass.jpg");
    border: 1px solid #000;
}
  
.btn-gold:hover {
    background-color: #fff;
    color: 000;
    border: 1px solid #000; 
	text-decoration: none;
	transform: scale(0.98,0.98);
}


.btn-homeDark {
  width: 250px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 5px 0px 5px 0px ;
    border: 0px solid #000; 
  margin-top: 4px; 
	text-decoration: none; 
	cursor: pointer;
	border: 2px solid #fff;
	box-shadow: 2px 2px 4px #000;
}
  
.btn-homeDark:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000; 
	text-decoration: none;
	transform: scale(0.98,0.98);
}

.collapsible {
  width: 300px;
  background-color: #1bafb4;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 2px 0px 2px 0px ;
  margin-top: 8px; 
	cursor: pointer;
}

.collapsible:hover {
  	background-color: #fff;
    color: #000;
    border: 1px solid #1bafb4; 
}


.collapsible:visited {
  	background-color: #fff;
    color: #000;
    border: 1px solid #1bafb4;
}

.collapsible2 {
	 width: 100%;
  background-color: #1bafb4;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 2px 0px 2px 0px ;
  margin-top: 8px; 
	cursor: pointer;
}

.collapsible2:hover {
  	background-color: #fff;
    color: #000;
    border: 1px solid #1bafb4; 
}


.collapsible2:visited {
  	background-color: #fff;
    color: #000;
    border: 1px solid #1bafb4;
}

.cContent {
  	padding: 0px 0px;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 	1.0s ease-out;
	width: 400px;
}

.cContent2 {
  	padding: 0px 0px;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 	1.0s ease-out;
	width: 400px;
}

hr {
	width: 50%;
	color: black;
	margin: 3px;
}



.h1 {
	color: #000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 36pt;
	font-weight:bold;
	font-style: normal;
	
	line-height: 50%;
}

.audienceHead {
	color: #1bafb4;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 24pt;
	line-height: 120%;
	font-weight:bolder;
	font-style: normal;
}

.headline {
	color: #fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 24pt;
	line-height: 120%;
	font-weight:bolder;
	font-style: normal;
}
.headlineDark {
	color: #1bafb4;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 24pt;
	line-height: 120%;
	font-weight:bold;
	font-style: normal;
	text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
}
.headline2 {
	color: #1bafb4;
	font-family:"ImpactRegular", "sans-serif";
	font-size: 23pt;
	line-height: 120%;
	font-weight:normal;
	font-style: normal;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}

.notation {
	color: #1bafb4;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	line-height: 120%;
	font-weight:normal;
	font-style: normal;
}

.notationMedium {
	color: #1bafb4;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14pt;
	line-height: 120%;
	font-weight:normal;
	font-style: bold;
}
.notationMediumWhite {
	color: #fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14pt;
	line-height: 120%;
	font-weight:normal;
	font-style: bold;
}


.notationBlack {
	color: #000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif;
	font-size: 10pt;
	line-height: 120%;
	font-weight:normal;
	font-style: normal;
	text-align: justify;
}

.notationBlackCentered {
	color: #000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	line-height: 120%;
	font-weight:normal;
	font-style: normal;
	text-align: center;
}

.notationWhite {
	color: #fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	line-height: 120%;
	font-weight:lighter;
	font-style: normal;
}

.notationWhitejustified {
	color: #fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	line-height: 120%;
	font-style: bold;
	text-align: justify;
}

.notationWhitejustified p{
	margin: 0px;
}


.notationWhiteright {
	color: #fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	text-align: right;
	line-height: 150%;
	font-weight: lighter;	
}


.notationSMright {
	color: #1bafb4;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 9pt;
	text-align: right;
	line-height: 150%;	
}

.offset {
transform: translate(0px, -100px);
}

.aQuoteSM{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 11pt;
	text-align:justify;
	color: #fff;
	line-height: 120%;
}

.aQuoteCut{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 11pt;
	font-weight: bold;
	color:#1bafb4;
	line-height: 120%;
}

.aQuoteCitation {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 10pt;
	font-weight:bold;
	font-style: italic;
	color:#aaa;
	line-height: 100%;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

a:focus,


a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

.section {
  padding: 30px 0px 0px 0px; }








/*Preloader*/

#preloader {
  	background-color: #fff;
  /*background-image: url("../backgrounds/BkgBrGreen.jpg");*/
	width: 100%;
	bottom: auto;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;	
	z-index: 9999;
	align-content: center;
}

.book {
  top: 0%;
 /*- webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  position: relative;
  margin: 0 auto;
  border: 0px solid #fff;
  width: 250px;
  height: 60px; }

.book__page {
  /*position: absolute;
  left: 50%;
  top: -5px;*/
  margin: 0 auto;
  border-top: 0px solid #0f0;
  border-bottom: 0px solid #0f0;
  border-right: 0px solid #0f0;
  
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: pulse 0.5s infinite linear;
  animation: pulse 0.5s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/*.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }*/

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #000; }
  29.9% {
    background: #000; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #000; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #000; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #000; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #000; }
  29.9% {
    background: #000; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #000; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #000; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #000; } }

/*--
    .hero-area start
--*/
.bg-1 {
	background-image: url("../backgrounds/BkgBrGreen.jpg");
	background-size:cover;
	}

.bg-2 {
	background-image: url("../backgrounds/BkgBlueSatin.jpg");
	background-size: cover; }

.bg-blacksatin {
	background-image:url("../Domino/blacksatin.jpg");
	background-size: 100%; }

.bg-whitesatin {
	background-image:url("../Domino/whitesatin.jpg");
	background-size: 100%; }

.bg-gray {	
  background: #eee; }

.hero-area {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero-area h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 19px;
    margin-top: 30px; }
  .hero-area p {
    color: #fff;
    font-size: 20px;
    line-height: 1.3; }
  .hero-area .counter {
    background: rgba(255, 255, 255, 0.2);
    padding: 18px; }
    .hero-area .counter ul li {
      background-color: rgba(255, 255, 255, .3);
      color: #fff;
      display: inline-block;
      line-height: 25px;
      padding: 25px 28px 20px;
      text-align: center;
      width: 49%;
      margin-bottom: 3px; }
      .hero-area .counter ul li span {
        display: block;
        font-size: 16px;
        font-weight: 600; }
      .hero-area .counter ul li .digit {
        display: inline-block;
        font-size: 50px;
        font-weight: bold;
        line-height: 50px;
        position: relative;
        overflow: hidden;
        height: 60px; }

/* .hero-area  */
.navigation {
	
	margin: auto;
	max-width: 800px;
	height: 40px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 7px 15px;
 
  border: 0; }
  .navigation .navbar-brand {
    
    display: inline-block; }
  .navigation .navbar-toggler {
    background: transparent;
	transform: translateY(-6px);
    outline: none;
    border-radius: 0;
    float: right; }
    .navigation .navbar-toggler i {
      font-size: 22px;
	  color: #fff
}

.navigation.animated {
  background-color: #000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.55);
}
  .navigation.animated .menu a {
    color: #fff; }

.menu li a {
	background-color: black;
  color: #fff;
  font-size: 14px;
  font-weight: normal; }
  .menu li a:hover, .menu li a:focus {
    background-color: black; }

/*--
    service start
--*/
.service {
  text-align: center; }
  .service .block {
    margin-bottom: 0px; }
    .service .block i {
      font-size: 30px;
      display: inline-block;
      margin-bottom: 15px;
      color: #1bafb4; }
    .service .block h3 {
      color: #333333;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 15px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .service .block p {
      color: #666; }

/*--
    About start
--*/
.about .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.about .about-slider img {
  width: 100%;
  height: auto; }



.about1 {
	background-image: url("../backgrounds/BkgBlack.jpg")
}

.about1 .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.about1 .about1-slider img {
  width: 100%;
  height: auto; }

.about2 {
	background-image: url("../backgrounds/BkgBrown.jpg")
}

.about2 .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.about2 .about2-slider img {
  width: 100%;
  height: auto; }

.about3 {
	background-image: url("../backgrounds/BkgMaroon.jpg")
}

.about3 .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.about3 .about3-slider img {
  width: 100%;
  height: auto; }


.light {
	background-image: url("../backgrounds/BkgWhite.jpg")
}

.light .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.light .light-slider img {
  width: 100%;
  height: auto; }

/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px;
  background-image: url(../images/call-to-action.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative; }
  .call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .call-to-action .block h2 {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 600; }
  .call-to-action .block p {
    padding-right: 30px;
    color: #fff; }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none; }
    .call-to-action .block .input-group .btn-subscription {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: #1bafb4;
      padding: 0px 35px;
      color: #fff;
      font-weight: bold; }

.input-field .form-control {
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  border-radius: 0; }

.btn-send {
  line-height: 48px;
  border: 2px solid #1bafb4;
  background: #1bafb4;
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 10px; }
  .btn-send:hover {
    color: #fff; }

.input-field label {
  color: rgba(237, 28, 36, 0.7); }

.form-group .input-field + .input-field {
  margin-top: 10px; }

.input-field textarea.form-control {
  height: 160px;
  box-shadow: none; }

.form-group {
  margin-top: 10px; }

#success,
#error {
  display: none; }

.footer {
  text-align: center;
  background-color: #000;
  color: "fff";
}

#issueACTIVE {
	background:#ffe012;
	width:25%;
	height:auto;
	text-align:center;
	float:left;
	margin-bottom:10px;
}


#issue {
	width:25%;
	height:auto;
	text-align:center;
	float:left;
	margin-bottom:10px;
}
.pulse {
	width:85%;
	height:auto;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.4);
	transition: all .5s ease-in-out;
	}

.pulse:hover {
	transform: scale(1.05);
	}

.pulse2 {
	border-bottom-top: none;
	border-bottom-left: none;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color:antiquewhite;
	border-right-style: solid;
	border-right-width:medium;
	border-right-color:antiquewhite;
	box-shadow: 6px 6px 4px rgba(0,0,0,0.3);
	transition: all .5s ease-in-out;
	}

.pulse2:hover {
	transform: scale(1.07);
	}

@font-face {
    font-family: 'ImpactRegular';
    src: url('/fonts/impact-webfont.eot');
    src: url('/fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/impact-webfont.woff') format('woff'),
         url('/fonts/impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}