/* 
Theme Name: Theecho
Author: autor
Version: 1.0
*/

body {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #828282;
    background-color: #dbd5cd;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}



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

h1 {
    font-size: 60px;
}

h2 {
    color: #111;
    font-weight: 300;
    margin-bottom: 30px;
}


h3, h4, h5 {
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
}


a h4:hover {
    text-decoration: underline;
}


p {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #232323;
    padding-bottom: 15px;
}

@font-face { 
    font-family: 'FontAwesome'; 
    src: local('FontAwesome'); 
}

ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 27px;
    list-style-type: none;
    color: #828282;
}

a {
    color: #828282;
}

a:hover {
    color: #009be3;
}


img {
  max-width: 100%;
  height: auto;
}


.branding img#logo {
    max-width: initial;
    margin-left: -15px;
}


.clear {
    clear: both;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.caption {
    text-align: center;
    margin-bottom: 70px;
}

.btn-cta-primary {
    color: #ffffff !important;
    padding: 15px 30px 15px 30px !important;
    border-radius: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all .2s ease-in-out;
    position: relative;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-cta-blue {
    background-color: #0785f2;
}

.btn-cta-blue:hover {
    background-color: #fff;
    color: #0785f2 !important;
}



a.more {
    transition: all .2s ease-in-out; 
    font-size: 14px !important;
    margin-top: 10px;
    font-weight: 400;
}

a.more:hover * {
    color: #0785f2;
    padding-left: 10px;
}


a.more i.fa {
    font-size: 15px !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    transition: all .2s ease-in-out;
}


a.more i.fa:hover {
    color: #009be3;
    
}



/***************** NAV ***************/

 #top-nav {
    transition: all 0.2s linear 0s;

 }

.navbar-fixed-top {
    background-color: transparent;
    border: none;
}


.navbar-fixed-top li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    transition: color 0.3s, border 0.3s;
}

.navbar-default .navbar-nav .activenav a {
    border-bottom: 1px solid #0785f2;
}

.navbar-default .navbar-nav .activenav a:hover {
    border-bottom: 1px solid #0785f2;
}

.navbar-nav > li > a {
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border 0.3s;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
    border-bottom: 1px solid #fff;
}

 
.fixed-header {
    background: #fff !important;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
 }

 .fixed-header .navbar-nav > li > a {
     color: #828282;
     opacity: 1;
 }

.fixed-header .navbar-default .navbar-nav .activenav a { 
    opacity: 1;
}

.fixed-header .navbar-nav >li > a:hover {
    border-bottom: 1px solid #111;
}


#top-nav.navbar-scroll-changed {
    background: none;
    margin: 0 auto;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
 }

 


/***************** END NAV ***************/





/************ INDEX ***************/


.hero-overlay {
    background: rgba(0, 0, 0, 0.2);
    height: 1000px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.hero-overlay2 {
    background: rgba(0, 0, 0, 0.2);
    height: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.hero-image {
    margin-bottom: 70px;
}

.hero-image #home {   
    background: url("../images/home-hero-1.jpg");
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;  
}
.hero-image #cont {   
    background: url("../images/home-hero-2.jpg");
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;  
}


.main-message {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    width: 100%;
}

.main-message h1 {
    font-family: fot-udmincho-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
	font-weight: 400;
    font-size: 60px;
    color: #ffffff;
}


.title {
    text-align: center;
    margin-bottom: 70px;
    
}

.title p {
    font-size: 14px;
    color: #333;
}

.title h2 {
    margin-bottom: 15px !important;
    color: #b3b3b3;
}

p.description {
    font-size: 18px;
    font-weight: normal;
    text-align: center !important;
    padding-bottom: 5px;
    max-width: 450px;
    margin: 0 auto;
}

p.description-image {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 15px 230px;
    line-height: 25px;
}


.zig-zag {
    margin-bottom: 100px;
}


.zig-zag h2 {
    margin-top: 70px;
    font-weight: bold;
    
}
.zig-zag h3 {

    font-weight: bold;
    color: #716F6E;
}

.zig-zag-right {
      
}

.zig-zag-right p {
    text-align: right;

}

.zig-zag-right h2 {
    text-align: right;
}



#features { 
    margin-bottom: 70px;
    padding-top: 50px;
    background-color: #f6f8fa;
}


#features i.fa {
    font-size: 50px;
    color: #0785f2;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}


#features h3 {
    color: #222222;
}

#features .caption p {
    padding-left: 10px;
    padding-right: 10px;
}


#testimonials .carousel-indicators li {
  background-color: #000;
  background-color: rgba(70,70,70,.25);
}

#testimonials .carousel-indicators .active {
  background-color: transparent;
  border: 2px solid #0785f2 ;
}


#testimonials .carousel-inner blockquote {
    font-size: 30px;
    line-height: 40px;
    margin: 0px;
    font-weight: 300;
    color: #111;
}

.carousel-indicators {
    top: 110%;
}

a.company img{
    margin: 0 auto 10px;
    margin-bottom: 30px;
    width: auto;
}

span.author {
    font-size: 13px;
    color: #828282 !important;
    font-weight: 500;

}

span.author img {
    display: block;
    height: 54px;
    margin: 0 auto 10px;
    margin-top: 30px;
    width: auto;
}

#services a img {
    transition: all .2s ease-in-out;
}

#services a img {
    border: 2px solid #fff;
    display: block;
     margin:auto;
}

#services a img:hover {
    border: 2px solid #0785f2;
}




/************ INDEX ***************/



/************ PRICE TABLE ***************/


#plan {
    padding-bottom: 70px;
}

.price-table {
    padding-top: 40px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0px;
}

.price-table i.fa {
    color: #d6d6d6;
    font-size: 40px;
}


.price-table h6 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
}

span.price {
    font-size: 70px;
    font-weight: 300;
    color: #333c4d;
}


span.dollar {
    vertical-align: top;
    font-size: 17px !important;
    display: inline-block;
    margin-top: 15px;
    color: #222;
}


.price-table ul.features  {
    margin-top: 10px;
}


.price-table ul.features li {
    font-size: 14px;
    line-height: 37px;
}


.price-table:hover {
    background-color: #0785f2;
    margin-top: -20px;
    z-index: 10;
    border: none;
}

.price-table:hover * {
    color: #fff !important;  
}

/************ PRICE TABLE ***************/





/**************** MEDIA QUERIES ******************/


@media (max-width: 768px) {
    .hero-overlay {
	   height: 600px;
    }
    .navbar-fixed-top {
        background: #fff !important;
        box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
    }
    
    .navbar-default .navbar-nav >li >a {
        color: #828282;
        opacity: 1;
        line-height: 20px !important;
    }
    
    .navbar-fixed-top .navbar-toggle .icon-bar {
        background-color: #222 !important;
    }
}

@media (max-width: 990px) {
    p.description-image {
        padding: 0px !important;
    }
    
}



@media (max-width: 990px) {
    .zig-zag {
    	/*text-align: center;*/
    	margin-bottom: 40px;
     }
    
    .zig-zag-right * {
        text-align: center !important;
    	margin-bottom: 20px;
    }

    
    .carousel-indicators {
        position: relative;
        clear: both;
        margin-bottom: 30px;
        left: 50%;
    }
}


@media (max-width: 450px) {
    .social {
        float: left !important;
        margin-bottom: 20px;
        margin-top: -15px;
    }
}

@media (max-width: 650px) {
    .footer-section {
        text-align: center !important;
    }
    
    
    .social {
        float: none !important;
    }
    
    .marketing-action h1 {
        font-size: 35px;
        font-weight: 400;
    }
}

@media(max-width: 768px) {
    .price-table {
        margin: 30px!important;
    }
}




/******** HERO IMAGE ************/


@media (max-width: 600px) {
    .main-message h1 {
        font-size: 40px !important;
    }
}



/******** HERO IMAGE ************/




/**************** END MEDIA QUERIES **************/


.marketing-action {
    position: relative;
    background: url('../images/people.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.marketing-action .overlay {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 360px;
}


.marketing-action .text{
    position: absolute;
    text-align: center;
    top: 48%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


.marketing-action h1{
    margin-bottom: 15px !important;
    margin-top: 0px;
}

.marketing-action .text h1 {
    color: #ffffff;
}

.btn-cta-buy {
    background-color: #0185c3;
    margin-top: 0px;
}

.btn-cta-buy:hover {
    background-color: #fff;
    color: #009be3 !important;
    margin-top: 0px;
}


/************ FOOTER ***************/


#footer {
     margin-bottom: 0px;   
     background-color: #bbb5ad;
     padding-top: 50px;
}

#footer p {
    color: #000000;
}

.footer-section {
    margin-bottom: 30px;   
}


img.logo-footer {
    margin-top: -15px;   
}

p.copyright {
    float: left;
    color: #000000; 
    /*margin-left: -30px;*/
}

.social {
    float: right;
    margin-right: -15px;
}

.social a {
    padding-right: 15px;  
    font-size: 19px;
}



/************ FOOTER ***************/