 
/*
 * Globals
 */

/* Links */
 
 @font-face {
font-family: 'Gotham-Light';
src: url('../../fonts/gotham-light.ttf'); 
}

@font-face {
font-family: 'Gotham Light IE';
src: url('../../fonts/gotham-light.woff');
}

a,
a:focus,
a:hover {
  color: #fff;
  text-decoration:none;
}

/*
 * Base structure
 */

html,
body {
   background-color: #fff;
}
body {
  color: #fff;
   font-family: "Gotham-Light";
   font-size:14px;
}
div::-webkit-scrollbar { width: 10px; height: 10px;}
div::-webkit-scrollbar-button {  background-color: #666; }
div::-webkit-scrollbar-track {  background-color: #999;}
div::-webkit-scrollbar-track-piece { background-color:#B1B1B1;}
div::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
div::-webkit-scrollbar-corner { background-color: #999;}}
div::-webkit-resizer { background-color: #666;}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
 
 
.more-btn:hover{ background-color:#AFAFAF; color:#333;}
.addmargintop{margin-top:10%;}
.header-text { font-family:'ArtDeco'; color:#C59D8A; font-size:4em; letter-spacing:1px; margin-bottom:20px;  text-transform: uppercase;}
 
#panel1{ background:url(../../images/index_2.png);  width: 100% ;  vertical-align:top; height:111px;  }

#panel12{ background:url(../../images/index_02.gif) no-repeat  ; width: 100%;   vertical-align:top;
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover;	color:#fff;}


#panel13{ background:url(../../images/index_2.png);  width: 100% ;  vertical-align:top; height:111px;   }

 
#circle{ padding-top:15px; vertical-align:middle; }
 
#panel14{ background:url(../../images/text500.png) no-repeat ; height:490px; width:1030px;  vertical-align:top;    background-size:100% auto;  }

#panel14new{ background:url(../../images/translucent_bg.png)   ;  width: 100%;     vertical-align:top;     }
#panel15new{ background:url(../../images/translucent_bg.png) ;  width: 100%;     vertical-align:top;     }

#panel14new2{  background:url(../../images/new1.png) no-repeat  ; width: 100%; vertical-align:top;    background-size:100% auto;  }

#panelterms{ background:url(../../images/bg550.png)    ; width: 100%;      vertical-align:top;     }
#panel15{  padding-left:30px;   font-size:15px;  font-family: "Gotham-Light"; padding-right:10px;  }

#panel16{  height:55px;  font-size:20px; font-weight:800;    }
#panel17{ background:url(../../images/transparentbg.png) no-repeat ;  vertical-align:top;    background-size:100% auto;  }
#panel18{  width:100%; padding-left:50px; padding-top:30px; font-size:15px;   font-family: "Gotham-Light"; }
#panel19{ background:url(../../images/contactbg.png)no-repeat ; height:470px;  vertical-align:top;    background-size:100% auto;  }
#contact_top{   font-size:20px;  color:#000000; }
#contact_requre{  font-size:14px;  color:#ffffff; }
.footer_links{
	color:#ffffff;
}
 .myButton {
    background:url(../../images/sBtn.png) no-repeat;
    cursor:pointer;
    width: 125px;
    height: 34px;
    border: none;
}
.myButton:hover {
    background:url(../../images/sBtn_hover.png) no-repeat;
    cursor:pointer;
    width: 125px;
    height: 34px;
    border: none;
}
.footer_links:hover{
	color:#ffffff;
}
 footer{ font-size:13px; padding:5px;}	
 
/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}
/* mobileversion */
#mobile-panel1{ background:url(../../images/index_2.png);  width: 100% ;  vertical-align:top; height:71px;  }
#mobile-panel15{  padding-left:30px; padding-right:10px;  font-size:15px;  font-family: "Gotham-Light";  }
#mobile-panel15new{ background:url(../../images/translucent_bg.png) ;  width: 100%;   padding-left:30px; padding-right:10px;    vertical-align:top;     }
