/* 
Theme Name: Theecho
Author: autor
Version: 1.0
*/

body {
    font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #828282;
    background-color: #ffffff;
    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: #333c4d;
    font-weight: 400;
    margin-bottom: 20px;
}


a h4:hover {
    text-decoration: underline;
}


p {
    font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    padding-bottom: 15px;
}

@font-face { 
    font-family: 'FontAwesome'; 
    src: local('FontAwesome'); 
}

ul li {
    font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",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;
}

.title {
    color: #333;
    font-weight: bold;
}

/***************** 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: 14px;
    font-weight: 400;
    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 ***************/



/************ BANNER ***************/


#banner .title {
    text-align: center;
    margin: 30px 0 0;
}


/************ BANNER ***************/



/************ INDEX ***************/


.hero-image {
    margin-bottom: 0px;
}

.wideslider .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: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 400;
    font-size: 45px;
    line-height: 1.5em;
    color: #ffffff;
    text-shadow: 2px 2px 1px #999999;
}

.title {
    text-align: center;
    margin: 70px 0 50px;
}

.title p {
    font-size: 14px;
    color: #9d9d9d;
}

.title h2 {
    margin-bottom: 15px !important;
}

p.description {
    font-size: 14px;
    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: 10px;
}

.zig-zag-right {
      
}

.zig-zag-right p {
    text-align: right;
}

.zig-zag-right h2 {
    text-align: right;
}

/************ INDEX ***************/




/********MAIN SLIDE ************/

#container {
	width: 100%;
	text-align: center;
}

.wideslider {
	width: 100%;
	text-align: left;
    margin-top: 70px;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}

.pagination {
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 8px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/********MAIN SLIDE ************/



/********FACEBOOK ************/

.btn2 {
    display: inline-block;
    padding: 16px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn-facebook {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    background-image: none
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

/********FACEBOOK ************/





/********TESTIMONIALS ************/

#testimonials{

}

#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 p {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin: 0px;
    font-weight: 300;
    color: #111;
}

.carousel-inner .item {
    min-height: 320px;
}

.carousel-indicators {
    top: 110%;
}

.item img{
    text-align: center;
    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;
}


/********TESTIMONIALS ************/



/********SERVICES ************/

#services a img {
    transition: all .2s ease-in-out;
}

#services a img {
    border: 2px solid #fff;
}

#services a img:hover {
    border: 2px solid #0785f2;
}

#services { 
    margin-bottom: 70px;
}

#services .table td,
#services .table th {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#services .table th {
    width: 25%;
}


/******** SERVICES ************/



/******** FEATURES ************/


#features { 
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #fff7cc;
}


#features i.fa {
    font-size: 50px;
    color: #0785f2;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}


#features h4 {
    color: #222222;
    padding-top: 20px;
}

#features .caption p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#features .table td,
#features .table th {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#features .table th {
    width: 25%;
}


/******** FEATURES ************/



/************ PRICE TABLE ***************/


#class-price {
    padding-bottom: 70px;
    background-color: #fff7cc;
}

.price-table1 {
    padding-top: 40px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #ccf3ff;
    border: 1px solid #ccf3ff;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0px;
}

.price-table2 {
    padding-top: 40px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #ffe0ac;
    border: 1px solid #ffe0ac;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0px;
}

.price-table3 {
    padding-top: 40px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #e4ef9b;
    border: 1px solid #e4ef9b;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0px;
}

.price-table4 {
    padding-top: 40px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #ffd5e2;
    border: 1px solid #ffd5e2;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0px;
}

.price-table5 {
    padding-top: 40px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #ffd5e2;
    border: 1px solid #ffd5e2;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0px;
}

.price-table6 {
    padding-top: 40px;
    padding-bottom: 30px;  
    text-align: center;
    background-color: #ffd5e2;
    border: 1px solid #ffd5e2;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0px;
}


.price-table1 h6,
.price-table2 h6
.price-table3 h6
.price-table4 h6
.price-table5 h6
.price-table6 h6 {
    color: #828282;
}

.price {
    font-size: 30px;
	font-weight: bold;
    color: #333c4d;
}

.price-table1 ul.features,
.price-table2 ul.features
.price-table3 ul.features
.price-table4 ul.features
.price-table5 ul.features 
.price-table6 ul.features   {
    margin-top: 10px;
}


.price-table1 ul.features li,
.price-table2 ul.features li 
.price-table3 ul.features li
.price-table4 ul.features li
.price-table5 ul.features li
.price-table6 ul.features li{
    font-size: 14px;
    line-height: 37px;
}


.price-table1:hover {
    background-color: #7ee3ff;
    margin-top: -5px;
    z-index: 10;
    border: none;
}

.price-table2:hover {
    background-color: #ffc55b;
    margin-top: -5px;
    z-index: 10;
    border: none;
}

.price-table3:hover {
    background-color: #d9ea65;
    margin-top: -5px;
    z-index: 10;
    border: none;
}

.price-table4:hover {
    background-color: #ffb1cd;
    margin-top: -5px;
    z-index: 10;
    border: none;
}

.price-table5:hover {
    background-color: #ffb1cd;
    margin-top: -5px;
    z-index: 10;
    border: none;
}

.price-table6:hover {
    background-color: #ffb1cd;
    margin-top: -5px;
    z-index: 10;
    border: none;
}

.price-table:hover * {
    color: #fff !important;  
}

#class-price h3 {
	margin: 0 0 10px 0;
	text-align: center;
}

@media screen and (max-width: 990px) {
	#class-price h3 img {
		width: 90%;
		height: 90%;
		padding: 0 20px 0;
		text-align: center;
	}
}

/************ PRICE TABLE ***************/




/******** LIST ************/

#list { 
    margin-bottom: 70px;
}

#list .table td,
#list .table th {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/******** LIST ************/



/********PRICE ************/

#price { 
    background-color: #fff7cc;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

#price .table td,
#price .table th {
    text-align: left;
    padding-top: 20px;
}

#price .table th {
    width: 25%;
}

#price .table td p {
    margin-top: 20px;
    padding-bottom: 0px;
}

#price .table td p.column {
    background-color: #ffe0a4;
    color: #333;
    font-weight: bold;
	padding: 10px;
    margin-top: 10px;
}

/******** PRICE ************/



/********ACCESS ************/

#access { 
    background-color: #dbf59e;
    padding-bottom: 10px;
}

/********ACCESS ************/



/********CONTACT ************/

#contact { 
    background-color: #7ee2ff;
    padding-bottom: 30px;
}

#contact2 { 
    background-color: #7ee2ff;
    padding-top: 50px;
    padding-bottom: 30px;
}

#contact .w150 { 
    width: 150px;
}

#contact .mb5 { 
    margin-bottom: 5px;
}

#contact span,
#contact2 span { 
    color: #ff1e1e;
}

#contact .btn-default,
#contact2 .btn-default {
    background-color: #0785f2;
    color: #fff;
	padding: 10px 50px;
    margin: 20px 5px 0 !important;
}

#contact .btn_area,
#contact2 .btn_area {
    text-align: center !important;
}


/********CONTACT ************/




/**************** MEDIA QUERIES ******************/

@media (max-width: 1200px) {

	#access .zig-zag .map_area { 
        width: 540px !important;
    }

}


@media (max-width: 768px) {
    .hero-overlay {
	   height: 450px;
    }
    .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;
    }

	#features .caption p {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
	#testimonials .carousel-inner blockquote p {
        font-size: 14px;
        text-align: left;
        line-height: 30px;
        margin: 0px;
        font-weight: 300;
        color: #111;
	}

	.title {
	    text-align: center;
 	   margin: 30px 0 30px;
	}

}

@media (max-width: 990px) {
    p.description-image {
        padding: 0px !important;
    }
	
	.branding img#logo {
        width: 240px;
        padding: 7px !important;
        margin-left: -25px;
    }

	#features .caption p {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    
}



@media (max-width: 990px) {
    .zig-zag {
    	text-align: center;
    	margin-bottom: 40px;
     }
    
    .zig-zag-right * {
        text-align: center !important;
    	margin-bottom: 20px;
    }
	
	.zig-zag p {
        text-align: left;
    	margin-top: 20px;
    }
    
    .carousel-indicators {
        position: relative;
        clear: both;
        margin-bottom: 30px;
        left: 50%;
    }


	#access .zig-zag .map_area { 
        width: 100% !important;
    }

	.price-table1 img,
	.price-table2 img { 
        width: 100% !important;
    }

}


@media (max-width: 450px) {
    .social {
        float: left !important;
        margin-bottom: 20px;
        margin-top: -15px;
    }

	#features .caption p {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 650px) {
    .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 {
        line-height: 1.5em;
        font-size: 20px !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: #0785f2;
     padding-top: 50px;
}

.footer-section {
    text-align: center !important;
    font-size: 12px;
    color: #fff !important;
    margin-bottom: 30px;   
}

img.logo-footer {
    max-width: initial;
}


/************ FOOTER ***************/