/*
 * 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: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -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: #333;
}


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

.centered {
    text-align: center;
}

/* Links */
a {
    color: #1e9bbf;
    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 {
    color: #1e9bbf;
	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;
}

#nav {

	background-color: #ffffff;
}


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

.navbar-inverse {
	background: #FFFFFF;
	border-color: #f2f2f2;
	padding-bottom: 10px;

}

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




.navbar-inverse .navbar-brand {
	color: #2f2c2a;
	font-weight: bolder;
	font-size: 45px;
	letter-spacing: 1px;

}

.navbar-inverse .navbar-brand2 {
	color: #2f2c2a;
	font-weight: bolder;
	font-size: 30px;
	letter-spacing: 1px;

}

.navbar-inverse .navbar-brand i {
	color: #2f2c2a;
	font-size: 45px;
	letter-spacing: 1px;
}

	



/*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/topback.gif) no-repeat center top;
	margin-top:10px;
	padding-top:20px;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	margin-bottom: -30px;
	
    -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: 50px;
	font-weight: 300;
	letter-spacing: 3px;
	text-align: right;
}


#headerwrap h3 {
	color: white;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: ;
	text-align: right;
}




#menu h4 {
	background-position: center center;
	margin-top:0px;
	background-color: #d3d300;
	font-size: 16px;
	color: white;
	font-weight: 300;
	letter-spacing: 0px;
        height:60px;
	padding-top:22px;
}


#menu h4:hover{

	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));

}

#menu a:hover{
	text-decoration:none;
}


#menu2 {
	margin-top:0px;
	background-color: #f2f2f2;
}


#menu2 h4 {
	background-position: center center;
	margin-top:23px;
	margin-bottom:20px;
	background-color: #d3d300;
	font-size: 17px;
	color: white;
	font-weight: 300;
	letter-spacing: 1px;
        height:60px;
	padding-top:20px;
}


#menu2 h5 {
	background-position: center center;
	margin-top:23px;
	margin-bottom:20px;
	background-color: #333;
	font-size: 17px;
	color: white;
	font-weight: 300;
	letter-spacing: 1px;
        height:60px;
	padding-top:20px;
}



#menu2 h4:hover{

	filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.2));

}

#menu2 a:hover{
	text-decoration:none;
}






/* Dark Grey Wrap */


#dg {
	background: #e0e0e0;
	margin-top:0px;
	padding-top: 50px;
	padding-bottom:100px;
	text-align: center;
}



#dg div#whiteback{
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 17px;
}



/* index.html */

#dg div#whiteback div#te_index{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10%;
	padding-left: 13%;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 2.5px;
}

#dg div#whiteback div#te_index h1{
	text-align: center;
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 20px;
	letter-spacing: 1.5px;
}

#dg div#whiteback div#te_index h2{
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
}



/* gaiyou.html */

#dg div#whiteback div#te{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10%;
	padding-left: 13%;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 1px;
}

#dg div#whiteback div#te h1{
	text-align: center;
	font-size: 25px;
	padding-bottom: 15px;
	padding-top: 20px;
	letter-spacing: 1.5px;
}

#dg div#whiteback div#te h2{
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
}


/* annai.html */


#dg div#whiteback div#te_annai{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 2.5px;
}

#dg div#whiteback div#te_annai h1{
	text-align: center;
	font-size: 25px;
	padding-bottom: 15px;
	padding-top: 20px;
	letter-spacing: 2.5px;
}


#dg div#whiteback div#te_annai h2{
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
}


/* link.html */

#dg div#whiteback div#te_link{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 2.5px;
}

#dg div#whiteback div#te_link ul{

}


#dg div#whiteback div#te_link li{
	text-align: left;
	font-size: 15px;
	letter-spacing: 1.1px;
	padding: 0.5em;
}

#dg div#whiteback div#te_link h1{
	text-align: center;
	font-size: 25px;
	padding-bottom: 15px;
	padding-top: 20px;
	letter-spacing: 2.5px;
}


#dg div#whiteback div#te_link h2{
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
}














.resizeimage img { width: 110%; }

.resizeimage2 img { width: 100%;}






#dg p {
	text-align: left;
	font-size: 15px;
	padding-left: 50px;
	letter-spacing: 2.5px;

}


#dg h4 {
	font-weight: 700;
	font-size: 30px;
}





.tablegaiyou{
        border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	padding:20px;
        margin-bottom:2em;
}

.tablegaiyou td {
        padding:0.5em;
        border: 1px #999999 solid;
	font-size:15px;
}



.tablegaiyou tr {

}

.tablesenmon{
	width:100%;
        border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	padding:20px;
        margin-bottom:2em;
}

.tablesenmon td {
        padding:0.3em;
        border: 1px #999999 solid;
	font-size:15px;
	text-align: center;
}




.tableannai{
        border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	padding:20px;
        margin-bottom:2em;
	letter-spacing:1px;
}

.tableannai td {
        padding:0.5em;
        border: 1px #999999 solid;
	font-size:14px;
	text-align: center;
}






/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}

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

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}


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

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}

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

}

.modal-header {
	background: #FFFFFF;
	color: #FFFFFF;
}

.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;
}


