/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #FFF;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #726E5F;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles
h1,  */h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #120801;
}
h1 {
	padding:0;
	margin:0;}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
	font-weight: 600;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-inverse {
	background: #fff4e0;
	border-color: #fff4e0;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #6A5912
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

/* FB, Language */
.navbar-sub{
	float:right;
	margin-top:10px;}
.navbar-sub ul{}
.navbar-sub li{
	float:left;
	list-style:none;
	padding:0 5px;}
@media (max-width: 993px) {
.navbar-sub{
	position: absolute;
	top:15px;
	left: 65%}
}
@media (max-width: 780px) {
.navbar-sub{
	position: absolute;
	top:15px;
	right: 70px;
	left: auto}
}


/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}*/

#headerwrap h2 {
	margin-top: 148px;
	color: #120801;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 3px;
}
@media (max-width: 768px) {
#headerwrap img{
	width: 100%;
	height: 100%;
}
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Yellow */
#ly {
	background: #fff4e0;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 35px;
	padding-bottom: 35px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}
#brown {
	padding-top: 35px;
	padding-bottom: 35px;
	color: white;
}



/* Footer Wrap */
#f {
	width:100%;
	background: #120801;
	padding-top: 30px;
	padding-bottom: 30px;
}

#f a{
	color: #FFF;
	padding: 20px;
}
@media (max-width: 768px) {
#f a{
	color: #FFF;
	display: block;
	padding:5px;}
}

#f i:hover {}

/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #A89B61;
	font-size: 15px;
	padding: 5px;
}

.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #A89B61;
	font-size: 15px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}

/* ==========================================================================
   ADD TOP
   ========================================================================== */
.spc01 {margin-bottom: 50px;}
.spc02 {margin: 5px 0;}
.spc03 {margin: 50px 0;}
.spc04 {margin-bottom: 100px;}
.spc05 {margin-bottom: 20px;}
.spc06 {margin-bottom: 180px;}
.spc07 {padding: 20px 0;}
.spc08 {margin-top: 120px;}
.spc09 {padding: 0 50px;}
.spc10 {margin-top: 30px;}
.spc11 {padding: 10px 0;}
.spc12 {margin-bottom: 20px;}
.spc13 {margin-top: 20px;}

.p_spc_left {
	float:left;
	margin: 0 20px 20px 20px;}

.p_spc_center {
	text-align: center;
	display:block;
	margin: 0 20px 20px 20px;}
@media (max-width: 768px) {
.p_spc_left{
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	float:none;}

.p_spc_center {
	text-align: center;
	display:block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;}}

.p_spc_right {
	float:right;
	margin: 20px 0 20px 20px;}
.p_spc_center {margin: 20px auto;}

.fontR {color: #d7000f;}
.fontL {font-size: 200%;}

.pageTtlh2 {
	font-size: 25px;
	font-weight: bold;
	color:#FFF;
	display:block;
	line-height:25px;
	margin:17px 0 7px 0;}

.pageSubTtlh3 {
	font-size: 19px;
	font-weight: bold;
	display:block;
	line-height:19px;
	margin-top:0;
	padding-bottom: 5px;}

.topCptTtl01 {
	height: 249px;
	background: url(../img/bg_top01.jpg) no-repeat center;
	display: block;
	padding-top:213px;
	text-elign: center;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;}
.topCptTtl02 {
	height: 249px;
	background: url(../img/bg_top02.jpg) no-repeat center;
	display: block;
	padding-top:213px;
	text-elign: center;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;}
.topCptTtl03 {
	height: 249px;
	background: url(../img/bg_top03.jpg) no-repeat center;
	display: block;
	padding-top:213px;
	text-elign: center;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;}

	
.btnMore {
	width: 190px;
	background:#d7000f;
	padding: 10px 0;
	margin: 0 auto;
	color: #FFF;
	text-align:center;
	display: block;}

.col-lg-6Img img{margin:0 auto;}
@media (max-width: 768px) {
.col-lg-6Img img{
	display: block;
	height: auto;
	max-width: 100%;}}
	
/* NEWS */
.topttl2clm {
	font-size: 19px;
	font-weight: bold;
	display:block;
	line-height:19px;
	margin-top:0;
	padding-bottom: 5px;
	border-bottom: #120801 1px solid;}

.topNews {
	overflow:hidden;}
.topNewsBox {
	margin:15px 0;
	overflow:hidden;}
.topNews img{
	margin-right: 10px;}
.topNews .topNewsDtl{
	width:61%;
	float: right;}
.topNews .topNewsDtlfl{
	width:100%;
	float: none;}
.topNews .date{
	font-size: 90%;
	background:#6A5912;
	color:#FFF;
	padding: 5px 10px;
	line-height: 29px;}
.topNews .ttl {
	padding: 5px 0;
	font-weight:bold;}
.topNews .ttl a{color: #120801;}

@media (max-width: 1200px) {
.topNews .topNewsDtl{
	width:77%;
	float: right;}
}
@media (max-width: 993px) {
.topNews .topNewsDtl{
	width:70%;
	float: right;}
}
@media (max-width: 768px) {
.topNews .topNewsDtl{
	width:100%;
	margin-left: 0;
	margin-bottom: 5px;}	
}

.topAbout {
	min-height:316px;
	background: url(../img/img_topabout.jpg) no-repeat right bottom;
	overflow:hidden;}
@media (max-width: 1200px) {
.topAbout {
	margin-top:90px;
	clear:both;}
}
@media (max-width: 768px) {
.topAbout {
	min-height:600px;
	background: url(../img/img_topabout.jpg) no-repeat right center;
	background-size:60%;
	margin:50px 0 -220px 0;}
}

/* RECRUIT */
.topttlh2 {
	font-size: 19px;
	font-weight: bold;
	display:block;
	line-height:19px;
	margin-top:0;
	padding-bottom: 5px;}
	
.copy {
	color:#f4e2db;
	padding-top:20px;}

/* ==========================================================================
   ADD SHOP LIST
   ========================================================================== */

.bgTtlShop {
	background:#230400 url(../img/ttl_shoplist.jpg) no-repeat top right}
	
.listTtlh3 {
	font-size: 18px;
	font-weight: bold;
	color:#120801;
	display:block;
	line-height:25px;
	margin:12px 0;}

dl.list{}
dl.list dt{
	padding: 5px 0;
    float: left;
    width:35%;}
dl.list dd{
	padding: 5px 0;
     margin-left: 35%;}
dl.list dt:first-child{
     border-top:none;}
dl.list dt:first-child + dd{
     border-top:none;}
@media (max-width: 768px) {
dl.list dt{
	padding: 0 ;
	float: none;
	width:100%;}
dl.list dd{
	padding: 0 0 5px 26px;
	margin-left: 0;}
}

/* ==========================================================================
   ADD Menu
   ========================================================================== */

.bgTtlPdt {
	background:#230400 url(../img/ttl_products.jpg) no-repeat top right}

.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lines-on-sides:after {
  border-left: 1em solid transparent;
}
.lines-on-sides:before {
  border-right: 1em solid transparent;
}

/* ==========================================================================
   ADD NEWS
   ========================================================================== */
.bgTtlNews {
	background:#230400 url(../img/ttl_news.jpg) no-repeat top right}
	
.newsCtg {}

.newsTtlh3 {
	font-size: 18px;
	font-weight: bold;
	color:#120801;
	display:block;
	line-height:25px;
	margin:12px 0;}
	
.newsTtlh3 a{color:#120801;}

.newsCtg .date{
	background:#6A5912;
	color:#FFF;
	padding: 5px 10px;
	line-height: 29px;
	display:inline-block}
@media (max-width: 1200px) {
.newsCtg .date{
	background:#6A5912;
	color:#FFF;
	padding: 5px 10px;
	line-height: 29px;}
}

.newsDtl {min-height: 400px;}
.newsDtl .date{
	float:left;
	background:#6A5912;
	color:#FFF;
	padding: 5px 10px;
	line-height: 29px;
	display:inline-block;
	margin-right: 10px;}

.newsDtl .newsTtlDtl {
	font-size: 22px;
	font-weight: bold;
	color:#120801;
	margin:10px 0;}
@media (max-width: 768px) {
.newsDtl .date{
	float:none;
	background:#6A5912;
	color:#FFF;
	padding: 5px 10px;
	line-height: 29px;
	display:inline-block;
	margin-right: 10px;}
}
	
/* ==========================================================================
   ADD RECRUIT
   ========================================================================== */

.bgTtlRct {
	background:#230400 url(../img/ttl_recruit.jpg) no-repeat top right}
	
.conrainerRct {min-height: 650px;}
.spRct {}
@media (max-width: 993px) {
.spRct {margin-bottom: 300px;}
}

.bgRct {
	background: url(../img/bg_recruit.jpg) no-repeat right bottom;}

.RctTtlh3 {
	font-size: 18px;
	font-weight: bold;
	color:#120801;
	display:block;
	line-height:18px;}

.RctTbl {
	width: 100%;
	border: 1px solid #e9e6da;}
.RctTbl th {
	width:30%;
	vertical-align:top;
	border-top: 1px solid #e9e6da;
	padding: 5px 10px;}
.RctTbl td{
	border-top: 1px solid #e9e6da;
	padding: 5px 10px;}
@media (max-width: 768px) {
.RctTbl th {
	width:35%;
	vertical-align:top;
	border-top: 1px solid #e9e6da;
	padding: 5px;}
.RctTbl td{
	border-top: 1px solid #e9e6da;
	padding: 5px;}
.RctTbl i{font-size:50%; vertical-align: text-top}
}

/* ==========================================================================
   ADD ABOUT US
   ========================================================================== */
.bgTtlAbout {
	background:#230400 url(../img/ttl_about.jpg) no-repeat top right}
.bgAbout {
	background: url(../img/bg_about.jpg) no-repeat right bottom}
	
.AbtTbl {
	margin: 0 auto;
	border: 1px solid #e9e6da;
	text-align:left;
	background:#FFF;}
.AbtTbl th {
	width:35%;
	vertical-align:top;
	border-top: 1px solid #e9e6da;
	padding: 10px 30px;}
.AbtTbl td{
	border-top: 1px solid #e9e6da;
	padding: 10px 30px;}
@media (max-width: 768px) {
.AbtTbl th {
	width:35%;
	vertical-align:top;
	border-top: 1px solid #e9e6da;
	padding: 10px 10px;}
.AbtTbl td{
	border-top: 1px solid #e9e6da;
	padding: 10px 10px;}
}

/* ==========================================================================
   ADD CONTACT US
   ========================================================================== */
.bgTtlContact {
	background:#230400 url(../img/ttl_contact.jpg) no-repeat top right}
.bgContact {
	background: url(../img/bg_contact.jpg) no-repeat right bottom}

.CntBox {
	min-height:130px;
	text-align:center;
	line-height: 150%;
	padding:15px;
	background:#fefdfb;
	border: 1px solid #e9e6da;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom:20px;}

.ctnBox {font-size:90%;}
@media (max-width: 993px) {
.ctnBox {
	font-size:90%;
	margin-bottom: 300px;}
}