@font-face {
   font-family: 'Century Gothic';
   src: url('../fonts/GOTHIC.ttf');
}



hr {
    clear: both;
    background-color: #7C4952;
    height: 1px;
    border-width: 0;
}
.whiteLine hr {
    clear: both;
    background-color: white;
    height: 1px;
    border-width: 0;
}
.redLine hr {
    clear: both;
    background-color: #9E171D;
    height: 1px;
    border-width: 0;
}
.aboutBgWrapper { 
    background-image: url(../img/index/about/mainImg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.darkRedBgWrapper {
    background-color: #9E171D;  
}
.lightRedBgWrapper {
    background-color: #DE2B27;
}
.darkGrayBgWrapper {
    background-color: #606062;
}
.blackBgWrapper {
    background-color: black;
}
.whiteBgContainer {
    background-color: white;
}





.cornerRound {
    -webkit-border-radius: 10px;
    border-radius: 10px;   
}


.opacity50 {
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
}
.opacity80 {
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
}

.insetShadowTop {
     box-shadow: inset 0px 6px 15px -4px #000000;
    -webkit-box-shadow: inset 0px 6px 15px -4px #000000;
    -moz-box-shadow: inset 0px 6px 15px -4px #000000;
    -o-box-shadow: inset 0px 6px 15px -4px #000000;
}

.insetShadowAround {
    -webkit-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 31px 2px rgba(0,0,0,0.6);   
}


.paddingTop40 {
    padding-top: 40px;   
}
.padding20 {
    padding: 20px;   
}
.padding30 {
    padding: 30px;   
}
.padding50 {
    padding: 50px;   
}
.padding120 {
    padding: 120px;   
}
.paddingTopBtmXS {
    padding: 10px 0 10px 0;   
}
.paddingTopBtmS {
    padding: 20px 0 20px 0;   
}
.paddingTopBtmM {
    padding: 30px 0 30px 0;   
}
.paddingTopBtmL {
    padding: 80px 0 80px 0;   
}





.paddingLeftRightS {
    padding: 0 10px 0 10px;   
}
.paddingLeftRightM {
    padding: 0 30px 0 30px;   
}

.marginLeftS {
    padding: 0 0 0 50px;   
}
.marginRightS {
    padding: 0 50px 0 0;   
}
.marginTopBtmL {
    margin-top: 50px;
    margin-bottom: 50px;
}


.fontItalic {
    font-style: italic;   
}


.myH2 {
    color: white;   
    opacity: 0;
}

.CenturyGothicWhiteXS {
    font-family: 'Century Gothic';
    font-size: 12px;
    color: white;
}
.CenturyGothicWhiteS {
    font-family: 'Century Gothic';
    font-size: 14px;
    color: white;
}
.CenturyGothicWhiteM {
    font-family: 'Century Gothic';
    font-size: 16px;
    color: white;
}
.CenturyGothicWhiteXL {
    font-family: 'Century Gothic';
    font-size: 20px;
    color: white;
}
.CenturyGothicWhiteXXL {
    font-family: 'Century Gothic';
    font-size: 30px;
    color: white;
}
.CenturyGothicWhiteXXXL {
    font-family: 'Century Gothic';
    font-size: 40px;
    color: white;
}
.CenturyGothicGrayXS {
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #333333;
}
.CenturyGothicGrayS {
    font-family: 'Century Gothic';
    font-size: 14px;
    color: #333333;
}
.CenturyGothicGrayM {
    font-family: 'Century Gothic';
    font-size: 16px;
    color: #333333;
}
.CenturyGothicGrayXL {
    font-family: 'Century Gothic';
    font-size: 20px;
    color: #333333;
}
.CenturyGothicGrayXXL {
    font-family: 'Century Gothic';
    font-size: 30px;
    color: #333333;
}
.CenturyGothicGrayXXXL {
    font-family: 'Century Gothic';
    font-size: 40px;
    color: #333333;
}




.CenturyGothicDarkRedXL {
    font-family: 'Century Gothic';
    font-size: 20px;
    color: #9E171D;
}
.CenturyGothicDarkRedXXL {
    font-family: 'Century Gothic';
    font-size: 30px;
    color: #9E171D;
}
.CenturyGothicDarkRedXXXL {
    font-family: 'Century Gothic';
    font-size: 40px;
    color: #9E171D;
}



.textAlignLeft {
    text-align: left;
}
.textAlignRight {
    text-align: right;
}
.textAlignCenter {
    text-align: center;
}

.textNormal {
    font-weight: normal;   
}
.textBold {
    font-weight: bold;   
}
.textBolder {
    font-weight: bolder;   
}

.vertAlignTop {
    vertical-align: top;    
}
.vertAlignMiddle {
    vertical-align: middle;    
}

.lineHeight20 {
    line-height: 20px;   
}


.navbar {
    margin-bottom: 0;  
    border: 0;
}

.navbar .navbar-collapse {
    text-align: center;
} 
.navbar-default{  
    background-color: transparent;
    border: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    border-bottom: solid;
    border-width: 6px;
    border-color: #E2D8CF;
    color: #D0A9AF;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #D0A9AF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar-default .navbar-nav > li {
    padding-right: 10px;   
}
.navbar-default .navbar-nav > li > a {
    color: #D0A9AF;
    font-family: 'Century Gothic';   
    font-size: 14px;
    letter-spacing: 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: #B7888F;
}


@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
    color: white;
    font-family: 'Century Gothic';   
    font-size: 10px;
    letter-spacing: 2px;
    }
    .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
    color: white;
    font-family: 'Century Gothic';   
    font-size: 14px;
    letter-spacing: 5px;
    }
    .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 130px;
    }
}







.jnzLink  {
	color: white;
	text-decoration:none;
}
.jnzLink:link, .jnzLink:visited {
	color: white;
	text-decoration:none;
}
.jnzLink:hover, .jnzLink:active {
	color: #AF853D;
	text-decoration:none;
}







.iconFooter {
    color: #DE2B27;
}
.iconFooter:link, .iconFooter:visited {
	color: #DE2B27;
	text-decoration:none;
}
.iconFooter:hover, .iconFooter:active {
	color: white;
	text-decoration:none;
}

.iconFooterInverse {
    color: white;
}
.iconFooterInverse:link, .iconFooterInverse:visited {
	color: white;
	text-decoration:none;
}
.iconFooterInverse:hover, .iconFooterInverse:active {
	color: #DE2B27;
	text-decoration:none;
}



.jnzLink:link, .jnzLink:visited {
	color: white;
	text-decoration:none;
}
.jnzLink:hover, .jnzLink:active {
	color: white;
	text-decoration:none;
}








.sendBtn {
    color: white;
    background-color: #808080;
    -webkit-box-shadow: 3px 3px 10px -3px rgba(36,32,36,1);
    -moz-box-shadow: 3px 3px 10px -3px rgba(36,32,36,1);
    box-shadow: 3px 3px 10px -3px rgba(36,32,36,1);
    font-family: 'Century Gothic';
}
.sendBtn:link, .sendBtn:visited {
	color: white;
	text-decoration:none;
    background-color: #808080;
}
.sendBtn:hover, .sendBtn:active {
	color: white;
	text-decoration:none;
    background-color: #333333;
}

.emailLink {
    font-family: 'Century Gothic';
    color: white;
}
.emailLink:link, .emailLink:visited {
	color: white;
	text-decoration:none;
}
.emailLink:hover, .emailLink:active {
	color: #DE2B27;
	text-decoration:none;
}



.formField {
    background-color: #666666; 
    border: 0; 
    color: #B3B3B3; 
    font-size: 12px; 
    font-family: 'Century Gothic'; 
    padding: 14px; 
    width: 100%;
}
.formFieldArea {
    background-color: #666666; 
    border: 0; 
    color: #B3B3B3; 
    font-size: 12px; 
    font-family: 'Century Gothic'; 
    padding: 14px;  
    width: 100%;
}
.formField::-moz-placeholder, .formFieldArea::-moz-placeholder {
  color: white;
  opacity: 1;
}
.formField:-ms-input-placeholder, .formFieldArea:-ms-input-placeholder {
  color: white;
}
.formField::-webkit-input-placeholder , .formFieldArea::-webkit-input-placeholder {
  color: white;
}

.noLinkEffect {
    color: #333333;
}
.noLinkEffect:link, .noLinkEffect:visited {
	text-decoration:none;
    color: #333333;
}
.noLinkEffect:hover, .noLinkEffect:active {
	text-decoration:none;
    color: #333333;
}

.subTitleText {
    width: 70%; 
    margin-left: auto; 
    margin-right: auto;
}

.processWrapper {
    margin-left: auto; 
    margin-right: auto; 
    width: 50%;
}





















