/*--common styles--*/
body {
	font-family:" -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #000;
    font-size:12px;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #212529;
    background-color: #fff;
    background-image: url(img/top02.png);
padding:5px;
    background-repeat: repeat;
background-attachment: fixed;
background-position: top center;
}

img.pc-t {
display: block;
}
img.sp-t {
display: none;
}

@media screen and (max-width: 767px) {
img.pc-t {
display: none;
}
img.sp-t {
display: block;
}
}

#main {

margin: 0 auto;
position: relative;
width: 100%;
min-height: 100%;
left: 0;
top: 0;
cursor: default;
overflow: hidden;
}
 /*
#wrap {
background: #FFFFFF;
box-shadow: 3px 0px 5px -5px #999, -3px 0px 5px -5px #999;
border: 0px solid transparent;
padding: 0px;
margin: 0% auto 0px auto;
position: relative;
cursor: auto;

z-index: auto !important;
}
*/
#wrap {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px 1px #ccc;
    -moz-box-shadow: 0px 0px 10px 1px #ccc;
    -webkit-box-shadow: 0px 0px 10px 1px #ccc;
}


::-moz-selection {
  background: #f8f5f1;
  color: #fff;
}

::-webkit-selection {
  background: #f8f5f1;
  color: #fff;
}

::selection {
  background: #f8f5f1;
  color: #000;
}

.section-title {
	font-weight: 400;
	font-size: 200%;
	text-align: center;
	color: #474e5e;
	padding-bottom: 20px;
}

.section-title-left {
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 25px;
	text-align: left;
	color: #474e5e;
}

.section-title-left a, .section-title a {
	font-size: 17px;
	font-weight: 300;
}

.section-title-left2 {
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	color: #474e5e;
}

.section-title-left2 a, .section-title2 a {
	font-size: 17px;
	font-weight: 300;
}

.section-subtitle{
	font-weight: 300;
	font-size: 17px;
	color: #626878;
}

.section-subtitle:before, .section-title-left a:before, .section-title-left2 a:before, .section-title a:before {
	content: " / ";
}

.section-title-left .section-title-left2 a:hover::before, .section-title a:hover::before {
	color: #fb876b;
	text-decoration: none;
}
/*Wave-overlay, v1.0.0*/
/*Created by Roman Gryndii http://themeforest.net/user/gryndii*/
.wave-overlay {
	border-radius: inherit;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.wave-circle {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: red;
	border-radius: 100%;
	opacity: 0;
	transform: scale(1);
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
/*end wave overlay*/

a {
	color: #f8f5f1;
}

a:hover {
	color: #f8f5f1;
}

a:focus {
	color: #f8f5f1;
}

.button01a a:hover img {
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity = 70);
}

/*animations*/
@-webkit-keyframes rotate {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}

@keyframes rotate {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}



/*end animations*/


.form-text { 
    width:100%;
    font-size:1.8em;
    font-weight:bold; 
    border:4px solid #806a5d;
    border-radius: 5px;
    padding: 20px 10px 20px 65px;
    color: #000;
    background:#fff;
    margin-bottom:15px;
    background-image: url(/img/img-mail01.png) ;
    background-repeat: no-repeat;
    background-position:8px 20px;
}

.test-form-box {
    width:100%;
    margin:auto;
    text-align:center;
    background-color: #fff;
}

.form-button {
    text-align: center;
    margin-top: 0px;
}

form .form-button input {
    color: #fff;
    padding: 14px 48px;
    font-size: 320%;
    font-weight: bold;
    padding: 0.3em 1em 0.3em 1.5em;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#53ca24B4', endColorstr='#22b42b5C');
    border: none;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px #317911;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#53ca24), to(#22b42b));
    background-image: -webkit-linear-gradient(top, #53ca24, 0%, #22b42b, 100%);
    background-image: -moz-linear-gradient(top, #53ca24 0%, #22b42b 100%);
    background-image: linear-gradient(to bottom, #53ca24 0%, #22b42b 100%);
    background-repeat: repeat-x;
    border-color: #317911;
}

.form-b {
	border: 15px #3c0102 solid;
    background-color: #f5f5f5;
    margin: 3% auto 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 80%;
}

.form-b1 {
    border: 1px #fee19b solid;
}

.form-b2 {
	border: 15px #5b0308 solid;
    background-color: #f5f5f5;
    padding: 30px;
}

input:::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
input:focus, select:focus, textarea:focus {
background: #fffbf2;
}


.button01 {
    text-align: center;
    margin-top: 0px;
}

.button01 {
    color: #fff;
    padding: 14px 48px;
    font-size: 320%;
    font-weight: bold;
    padding: 0.3em 1em 0.3em 1.5em;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#53ca24B4', endColorstr='#22b42b5C');
    border: none;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px #317911;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#53ca24), to(#22b42b));
    background-image: -webkit-linear-gradient(top, #53ca24, 0%, #22b42b, 100%);
    background-image: -moz-linear-gradient(top, #53ca24 0%, #22b42b 100%);
    background-image: linear-gradient(to bottom, #53ca24 0%, #22b42b 100%);
    background-repeat: repeat-x;
    border-color: #317911;
}

.toku2 {
    border: 1px solid #14974e; 
    padding:3px 3px 3px 3px;
}

.toku img {
    border: 0.8em solid #14974e; 
    padding:1% 1% 1% 1%;
}






.kaisai {
	margin: 1em auto 2em;
	width: 100%;
}

.kaisai tr:nth-child(even) {
	background: #f8f5f1;
}

.kaisai tr:nth-child(odd) {
	background: #f8f5f1;
	background: #fff;
}

.kaisai th,
.kaisai td {
	padding: 1em;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
}

.kaisai thead th {
	background: #fbb849;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

.kaisai th,
.kaisai td,
.kaisai p {
	font-size: 160%;
	line-height: 1.5;
}

.kaisai p {
	margin-bottom: 0.4em;
}
	.kaisai p:last-child {
		margin-bottom: 0;
	}

.kaisai tbody th {
    font-size: normal;
}

.kaisai td {
}
.kaisai td span {

}

.kaisai s {
	color: #666;
	display: none;
}
.kaisai .zan {
	color: #cd283e;
	font-weight: bold;
	white-space: nowrap;
}

.kaisai .close {
	color: #666;
	font-weight: bold;
	margin-left: .75em;
	font-size: 18px;
	white-space: nowrap;
}

.kaisai tr.sold-out:nth-child(even),
.kaisai tr.sold-out:nth-child(odd) {
	background: #eee;
}

tr.sold-out * {
	color: #999;
}






.ten {
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
		-moz-animation:blink 1.0s ease-in-out infinite alternate;
		animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
}
@-moz-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
}
@keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
}



.kaisai2 {

	width: 100%;
}

.kaisai2 tr:nth-child(even) {
	background: #f8f5f1;
}

.kaisai2 tr:nth-child(odd) {
	background: #f8f5f1;
	background: #fff;
}

.kaisai2 th,
.kaisai2 td {
	padding: 0.5em;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
}

.kaisai2 thead th {
	background: #2e8b57;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

.kaisai2 th,
.kaisai2 td,
.kaisai2 p {
	font-size: 160%;
	line-height: 1.3;
}

.kaisai2 p {
	margin-bottom: 0.4em;
}
	.kaisai2 p:last-child {
		margin-bottom: 0;
	}

.kaisai2 tbody th {
    font-size: normal;
}


.kaisai2 s {
	color: #666;
	display: none;
}
.kaisai2 .zan {
	color: #cd283e;
	font-weight: bold;
	white-space: nowrap;
}

.kaisai2 .close {
	color: #666;
	font-weight: bold;
	margin-left: 0.7em;
	font-size: 18px;
	white-space: nowrap;
}

.kaisai2 tr.sold-out:nth-child(even),
.kaisai2 tr.sold-out:nth-child(odd) {
	background: #eee;
}

tr.sold-out * {
	color: #999;
}



ul.img-checklist > li {
    padding-left: 33px;
    background: url(img/img-checklist.png) no-repeat 0 0px;
    margin-bottom: 0.4em;
    min-height: 34px;
}

.img-checklist3  {
    padding-left: 38px;
    background: url(img/img-checklist3.png) no-repeat 0 0px;
    margin-bottom: 0.4em;
    min-height: 34px;
}



.box01 {
    margin: 3% 3% 3% 3%;
    padding: 2% 2% 2% 2%;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fdf8e0;
    border-radius: 5px;
}

.view01 {
    margin: 3% auto 3% auto;
    padding: 0.5em;
    border-top: 0px solid #009fe8;
    background-color: #f3f3f3;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
}

.stg {
  font-weight:bold;
}

.r01 {
    color: #ca1522;
}

.udl {
  text-decoration: underline;
}

.f120 {
    font-size:120%;
    line-height: 1.5;
}

.f145 {
    font-size:125%;
    line-height: 1.5;
}

.f145a {
    font-size:135%;
    line-height: 1.5;
}

.f145b {
    font-size:125%;
    line-height: 1.5;
}

.f150 {
    font-size:150%;
    line-height: 1.5;
}

.f160 {
    font-size:160%;
    line-height: 1.5;
}

.f165 {
    font-size:165%;
    line-height: 1.5;
}

.f170 {
    font-size:180%;
    line-height: 1.5;
}


.f180 {
    font-size:180%;
    line-height: 1.5;
}


.f190 {
    font-size:190%;
    line-height: 1.5;
}

.f240 {
    font-size:240%;
    line-height: 1.5;
}

.f280 {
    font-size:250%;
    line-height: 1.5;
}

.f280a {
    font-size:250%;
    line-height: 1.5;
}

.f285 {
    font-size:280%;
    line-height: 1.5;
}

.f300 {
    font-size:300%;
    line-height: 1.5;
}

.f300a {
    font-size:300%;
    line-height: 1.5;
}

.f380 {
    font-size:380%;
    line-height: 1.5;
}

.sp01 {
    border: 25px solid #B51700;
    padding:3% 0 3% 0;

}

.ul-red {
text-decoration-color: #EE220C !important;
}

.ul-br {
text-decoration-color: #000 !important;
}

.red5 {
    color:#B51700;
}

.red2 {
    color:#EE220C;
}

.red2b {
    color:#EE220C;
    font-weight:bold;
    font-size: 110%;
}

.bbu {
    text-decoration: underline;
    font-weight:bold;
}

.video {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video01 {
    margin-bottom: 1.5em;
}


.marker {
    background: linear-gradient(rgba(0,0,0,0) 0%,#fffd38 00%);
}

.marker01 {
    background: linear-gradient(rgba(0,0,0,0) 0%,#fffd38 00%);
}

.marker02 {
    background: linear-gradient(rgba(0,0,0,0) 50%,#fffd38 50%);
}

.v01 {
    background: #830309;
    padding: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.v01a {
	border: 1px #fee19b solid;
    background: #c6ac67;
    padding: 8px;
}

.v01b {
    background: #fff;
}

.v01 img {
	border: 1px #aaa solid;
}

table { width: 100%; }
.voice01 th, td  { padding: 2%; border: 1px solid #ddd; }
 
.voice01 th  { width: 70%; text-align: left; }

th, td  { padding: 2%; border: 1px solid #ddd; }
 
.count01  {

}

.count01 span {
    font-size:14px;
}


header {
height: 40px;

margin-top: 0px;
}

.top {
position: fixed;
top: 0;
text-align: center;
background: #fb9738;
width: 100%;
color: #FFF;
font-weight: bold;
z-index: 9999;
}



.pro {
	border: 20px #3c0102 solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.pro1 {
	border: 1px #fb7e27 solid;
}

.pro1a {
	border: 1px #feee5c solid;
    padding: 3px;
}

.pro1b {
	border: 1px #cc0f18 solid;
}

.pro2 {
	border: 20px #3c0102 solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.pro2a {
	border: 1px #eed19d solid;
}

.pro2b {
	border: 10px #560308 solid;
}

.pro3 {
	border: 20px #fb7e27 solid;
    background: #fffdf4;
}

.pro3b {
	border: 20px #cc0f18 solid;
    background: #fffdf4;
}

.pro4 {
	border: 7px #560308 solid;
    padding: 2% 2% 0% 2%;
}

.pro5 {
	border: 10px #3c0102 solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.pro5a {
	border: 10px #3c0102 solid;
    padding: 2% 2% 2% 2%;
}

.clip-box-a {
    position: relative;
    margin: 1% 0% 2% 0% ;
    padding: 20px 30px 15px 20px;
    width: 100%;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #acacac;
}

.clip-box-a::before {
    position: absolute;
    content: '';
    top: -15px;
    right: 10px;
    height: 55px;
    width: 15px;
    border: 3px solid #555;
    background-color: none;
    border-radius: 12px;
    box-shadow: 1px 1px 2px #999;
    transform: rotate(10deg);
    z-index: 1;
}

.clip-box-a::after {
    position: absolute;
    content: '';
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px #fff;
    z-index: 2;
}

.kakomi-box13 {
 position: relative;
 margin: 2% 0% 2% 0%;
 padding: 1.2em;
 width: 100%;
 color: #555555; 
 background-color: #fff;
 border: 2px solid #f09199; 
 box-shadow: 0 0 5px 2px #fce2c4 inset;
}
.title-box13 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 font-size:120%;
 background-color:  #fff; 
 color: #f09199; 
}

.kakomi-box14 {
 position: relative;
 margin: 2em auto 1px auto;
 padding: 1.2em;
 width: 95%;
 color: #555555; 
 background-color: #fff3de;
 border: 6px double #CC0033; 
 box-shadow: 2px 2px 2px #ccc;
        -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.title-box14 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color:  #fff; 
 color: #CC0033; 
}

.kakomi-tape1 {
 position: relative;
 margin: 3em auto;
 padding: 0px;
 width: 98%; /*ボックス幅*/
 color: #333; /* 文字色 */
border: 20px solid #fecd6a;
 background-color: #fff; /*背景色*/
 box-shadow: 0 3px 3px #ddd; /* 影 */
        -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.kakomi-tape1::before {
 position: absolute;
 top: -1.5em;
 left: 38%;
/*
 height: 40px;
 width: 240px; 
*/

content: "";
 border: 1px solid #ccc; /*枠太さ・色*/
 background-color: #FFF; /*テープ色*/
 opacity: 0.5; /*テープ透明度0～1*/
 transform: rotate( -5deg ); /*テープ角度*/
}

.kakomi-tape1 img {
	border: 1px #777 solid;
    margin-left: 10px !important;
    margin-top: 12px !important;
}

.inline-block1 {
    display: inline-block;      /* インラインブロック要素にする */
    width: 67%; 
}

.inline-block2 {
    display: inline-block;      /* インラインブロック要素にする */
    width: 27%;
}

.punch-box-b {
 position: relative;
 margin: 2em auto;
 padding: 20px 10px 30px 10px;
 width: 97%; /* ボックス幅 */
 background: #FFFAF0; /* ボックス背景色 */
 color: #666; /* 文章色 */
 border: 2px solid #FFDEAD; /* ボックス枠線 */
 border-radius: 5px;
 box-shadow: 0 0 3px #ccc; /* 影 */
}

.punch-box-b::before, 
.punch-box-b::after {
 position: absolute;
 content: '';
 top: 10px;
 width: 18px;
 height : 18px;
 background: #fff; /*穴背景色*/
 box-shadow: 0 0 8px #cccccc inset;
 border: 1px solid #FFDEAD; /*パンチ穴枠*/
 border-radius: 50%;
}
.punch-box-b::before { left: 60px;}
.punch-box-b::after { right: 60px;}


ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

li{
  margin: 4px 0 0 0;
}

#breadcrumbs-one{

  border-radius: 5px;

  overflow: hidden;
  width: 100%;
}
 
#breadcrumbs-one li{
  float: left;
}
 
#breadcrumbs-one span{
  padding: .5em 0.1em .5em 0.5em;
  float: left;
  text-decoration: none;
  color: #EE220C;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
}
 
#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}
 
 
#breadcrumbs-one span::after,
#breadcrumbs-one span::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  padding-top:0px;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -0.9em;
font-size: 94%;
      z-index: -1;
}
 
#breadcrumbs-one span::after{
  z-index: 1;
  border-left-color: #ddd;
}
 
#breadcrumbs-one span::before{
  border-left-color: #ddd;
  right: -.5em;
  z-index: -1;
}


#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;
}

.animation-bounce
	{
		animation:
			bounce 2s ease infinite normal 0s none running
		;
		-webkit-animation:
			bounce 2s ease infinite normal 0s none running
		;
		-ms-animation:
			bounce 2s ease infinite normal 0s none running
		;
	}
	@keyframes bounce {
		0%, 100%, 20%, 50%, 80% {
		    transform: translateY(0px);
		}
		40% {
		    transform: translateY(-30px);
		}
		60% {
		    transform: translateY(-15px);
		}
	}
	@-webkit-keyframes bounce {
		0%, 100%, 20%, 50%, 80% {
		    transform: translateY(0px);
		}
		40% {
		    transform: translateY(-30px);
		}
		60% {
		    transform: translateY(-15px);
		}
	}





.accordion-wrap .panel-group .panel + .panel {
	margin-top: 0;
}

.accordion-wrap .panel-group .panel {
	border-radius: 0;
	margin-bottom: 3px;
	box-shadow: none;
	border: none;
}

.accordion-wrap .panel-heading {
	padding: 0;
}

.accordion-wrap .panel-heading a {
	display: block;
	padding: 10px 15px;
    background-color: #f0f0f0;
    color: #fb876b;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.42857143;
}

.accordion-wrap .panel-heading a:before {
	float: right;
	transform: rotate(180deg);
    transition: transform .4s ease;
    color: #4f5668;
}

.accordion-wrap .panel-heading a:hover::before {
	color: #fb876b;
}

.accordion-wrap .panel-heading a.collapsed {
    color: #4f5668;
}

.accordion-wrap .panel-heading a.collapsed:before {
	transform: rotate(0deg);
    transition: transform .4s ease;
}

.accordion-wrap .panel-heading a.collapsed:hover {
	background-color: #e7e7e7;
}

.accordion-wrap .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	color: #626878;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
}

.accordion-wrap.light .panel-heading a {
	background-color: #f8f8f8;
}

.accordion-wrap.light .panel-heading a.collapsed:hover {
	background-color: #f0f0f0;
}

.accordion-wrap.light .panel-body {
	border: 1px solid #f8f8f8;
}

.tabs-wrap .nav-tabs > li.active > a, .tabs-wrap  .nav-tabs > li.active > a:focus, .tabs-wrap  .nav-tabs > li.active > a:hover {
	border: none;
}

.tabs-wrap .nav-tabs > li {
	background-color: #f0f0f0;
	margin-right: 3px;
	margin-bottom: 3px;
}

.tabs-wrap .nav-tabs > li:hover a {
	background-color: #e7e7e7;
	box-shadow: none;
}

.tabs-wrap .nav-tabs > li:last-child {
	margin-right: 0;
}

.tabs-wrap .nav-tabs > li a {
	color: #4f5668;
	padding: 10px 20px;
	margin: 0;
	border: 0;
	outline: none;
}

.tabs-wrap .nav-tabs > li.active {
	background-color: #fff!important;	
	margin-bottom: 0;
	padding-bottom: 3px;
}

.tabs-wrap .nav-tabs > li.active a {
	color: #fb876b;
}

.tabs-wrap .nav-tabs > li:hover.active a {
	background-color: #fff;
}

.tabs-wrap ul li a {
	border-radius: 0;
}

.tabs-wrap .nav-tabs {
	border-bottom: none;
}

.tabs-wrap .tab-content {
	background-color: #fff;
	padding: 10px 15px;
	line-height: 1.7;
	font-weight: 300;
	color: #626878;
}

.tabs-wrap.light .nav-tabs > li {
	background-color: #f8f8f8;
}

.tabs-wrap.light .nav-tabs > li:hover a {
	background-color: #f0f0f0;
}

.tabs-wrap.light .nav-tabs > li.active:hover a {
	background-color: #fff;
}

.tabs-wrap.light li.active {
	border: 1px solid #f8f8f8;
	border-bottom: none;
	
}

.tabs-wrap.light .tab-content {
	border: 1px solid #f8f8f8;
	position: relative;
	top: -1px;
	z-index: -1;
}

.bar-item .bar-title {
	color: #4f5668;
	font-size: 14px;
	margin-bottom: 10px;
}

.bar-item .progress {
	background-color: #e7e7e7;
	box-shadow: none;
	height: 16px;
	overflow: visible;
	margin-bottom: 15px;
}

.bar-item .progress-bar {
	box-shadow: none;
	border-radius: 2px;
	line-height: 16px;
	position: relative;
}

.bar-item .progress-bar-number {
	position: absolute;
	width: 39px;
	right: -19px;
	top: -30px;
	background-color: #fff;
	padding: 2px 4px;
	border-radius: 2px;
	color: #626878;
}

.bar-item .progress-bar-number:before {
	font-size: 25px;
	position: absolute;
	bottom: -15px;
	left: 12px;
	color: #fff;
}

.bar-item .progress-bar-info {
	background-color: #f8a693;
}

/*buttons*/
.btn.btn-lg {
	padding: 8px 15px;
	font-size: 16px;
}

.btn {
	border-radius: 3px;
	font-weight: 300;
}

.btn:active {
	box-shadow: none;
}

.btn.btn-sm {
	padding: 3px 9px;
}

.btn.btn-xs {
	
}

.btn-default, .btn-default:focus {
	border-color: #eaeaea;
	color: #626878;
	background-color: #fff;
	outline: none!important;
}

.btn-default:hover {
	background-color: #f8f8f8;
	border-color: #eaeaea;
	color: #626878;
}

.btn-default:active, .btn-default:active:focus {
	background-color: #f0f0f0!important;
	box-shadow: none;
	border-color: #eaeaea!important;
	color: #626878!important;
}
/*--end common styles--*/

/*--header--*/
header {
	height: 40px;

    margin-top: -1px;
}

.header-top {
	background-color: #f8f8f8;
	padding: 0px 0;
}

.contacts-top {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 12px;
	color: #626878;
}

.contacts-top li {
	display: inline-block;
	padding-right: 9px;
}

.contacts-top li:last-child {
	padding-right: 0;
}

.contacts-top i {
	padding-right: 3px;
	padding-left: 10px;
	border-left: 1px solid #eaeaea;
	line-height: 1;
	font-size: 18px;
	vertical-align: middle;
}

.contacts-top li:first-child i {
	border-left: none;
	padding-left: 0;
}

.social-top {
	cursor: pointer;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}

.social-top li {
	display: inline-block;
}

.social-top li a i:before {
	color: #abadbd;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	border-right: 1px solid #eaeaea;
	vertical-align: middle;
}

.social-top li:last-child a i:before {
	padding-right: 0;
	border-right: none;
}

.social-top li:first-child a i:before {
	padding-left: 0;
}

.social-top li i:hover::before {
	color: #fb876b;
}

.social-top .ion-social-vimeo-outline:hover::before {
	content: "\f245";
/*	color: #00b3ec;*/
}

.social-top .ion-social-instagram-outline:hover::before {
	content: "\f351";
/*	color: #171515;*/
}

.social-top .ion-social-github-outline:hover::before {
	content: "\f233";
/*	color: #171515;*/
}

.social-top .ion-social-facebook-outline:hover::before {
	content: "\f231";
/*	color: #3b5998;*/
}

.social-top .ion-social-twitter-outline:hover::before {
	content: "\f243";
/*	color: #1da1f2;*/
}

.social-top .ion-social-googleplus-outline:hover::before {
	content: "\f235";
}

.navbar.navbar-default {
	background-color: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	line-height: 100%;
}

.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 80px;
	height: 70px;
	position: relative;
}

.navbar-brand:hover {
}

.navbar-brand:focus {
	outline: none;
}

.navbar-brand img {
	max-height: 70px;
	position: absolute;
	margin: auto;
	top: 12px;
	bottom: 0;
	left: 7px;
	right: 0;
}

.nav.navbar-nav.navbar-right > li > a {
	background-color: transparent;
	font-weight: 300;
	color: #7b808e;
	border-bottom: 2px solid transparent;
	padding-top: 2px;
	padding-bottom: 0;
	line-height: 86px;
}

.nav.navbar-nav.navbar-right > li > a:hover {
	color: #fb876b;
	background-color: transparent; 
}

.nav.navbar-nav.navbar-right > li.active > a {
	border-color: #fb876b;
	background-color: transparent;
	color: #fb876b;
}

.nav.navbar-nav.navbar-right > li.active.open > a {
	border-color: transparent;
}

.nav.navbar-nav.navbar-right > li > a > span {
	font-size: 10px;
	padding-left: 3px;
	vertical-align: middle;
}

.nav.navbar-nav.navbar-right > li.open > a > span:before {
	transform: rotate(180deg);
	transition: transform .3s;
}

.navbar .dropdown-menu {
	left: 0;
	right: auto;
	border: none;
	border-top:1px solid #fb876b;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	padding: 0;
}

.navbar .dropdown-menu li a {
	padding: 7px 20px;
	border-bottom: 1px solid #eaeaea;
	font-weight: 300;
	color: #626878;
	font-size: 13px;
}

.navbar .dropdown-menu li:first-child a {
	padding-top: 9px;
}

.navbar .dropdown-menu li:last-child a {
	padding-bottom: 9px;
}

.navbar .dropdown-menu li a:hover {
	background-color: #f8f8f8;
	color: #fb876b;
}

.nav > li > a.search-open {
	padding-right: 0;
}

.search-open {
	font-size: 20px;
	position: relative;
	top: 33.65px;
	border-left: 1px solid #eaeaea;
	cursor: pointer;
}

.nav.navbar-nav.navbar-right > li > a.search-open {
	line-height: 1;
}

.search-open:before {
	color: rgb(173, 174, 194);
}

.search-open:hover::before {
	color: #fb876b;
}

.pos-rel {
	position: relative;
}

.nav > li.mobile-search {
	display: none;
}

.search-form-wrap {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	padding: 0 15px;
	display: none;
}

.search-form-wrap form {
	margin-bottom: 0;
	margin-right: 65px;
}

.search-form-wrap form input {
	padding: 0;
	border: none;
	height: 90px;
	line-height: 90px;
	font-size: 35px;
	font-weight: 300;
	color: #626878;
	width: 100%;
	outline: none;
}

.search-close {
	float: right;
	position: relative;
	top: 28px;
	font-size: 35px;
	border-left: 1px solid #eaeaea;
	padding-left: 20px;
	color: #626878;
	cursor: pointer;
}

.search-close:hover {
	color: #fb876b;
}

.navbar.navbar-default .search-close {
	line-height: 1;
}

.menu-fixed {
	position: fixed;
	z-index: 5;
	top: 0;
	width: 100%;
}

.menu-fixed.navbar.navbar-default {

}

.menu-fixed.navbar.navbar-default .navbar-brand  {
	line-height: 100%;
	height: 60px;
}

.menu-fixed.navbar.navbar-default .navbar-brand img {
	max-height: 50px;
    margin-top:-5px;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right > li > a {
	line-height: 56px;
	font-size: 13px;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right > li > a {
	padding-bottom: 1px;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right > li.dropdown > a {
	padding-bottom: 0;
}

.menu-fixed.navbar.navbar-default .nav.navbar-nav.navbar-right > li > a.search-open {
	top: 19px;
	font-size: 19px;
	line-height: 1;
}

.menu-fixed.navbar.navbar-default .search-form-wrap form input {
	line-height: 100%;
	font-size: 30px;
	height: 61px;
}

.menu-fixed.navbar.navbar-default .search-form-wrap .search-close {
	top: 13px;
}
/*--end header--*/

/*--top slider--*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
	
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
	
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}


.top-slider {
	height: 450px;
	position: relative;
	overflow: hidden;
}

.top-slider .owl-prev {
	background-color: rgba(0, 0, 0, .225);
	text-align: center;
	width: 45px;
	position: absolute;
	top: 50%;
	font-size: 30px;
	color: rgba(255,255,255,.5);
	left: 0px;
	margin-top: -21px;
	border-radius: 0 2px 2px 0;
}

.top-slider .owl-next {
	background-color: rgba(0, 0, 0, .225);
	text-align: center;
	width: 45px;
	position: absolute;
	top: 50%;
	font-size: 30px;
	color: rgba(255,255,255,.5);
	right: 0px;
	margin-top: -21px;	
	border-radius: 2px 0 0 2px;
}

.top-slider .owl-prev:hover, .top-slider .owl-next:hover {
	background-color: rgba(0, 0, 0, .385);
	color: rgba(255,255,255,.7);
}

.top-slider .owl-dots {
	position: absolute;
	bottom: 25px;
	text-align: center;
	width: 100%;
}

.top-slider .owl-dots .owl-dot {
	vertical-align: middle;
	opacity: .7;
	display: inline-block;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	margin: 5px;
	background-color: #fff;
}

.top-slider .owl-dots .owl-dot:hover {
	opacity: 1;
}

.top-slider .owl-dots .owl-dot.active {
	vertical-align: middle;
	opacity: 1;
	background-color: transparent;
	height: 12px;
	width: 12px;
	margin: 3px;
	border: 2px solid #fff;
}

.top-slider .owl-item.animated {
-webkit-animation-duration: .4s;
animation-duration: .4s;
} 

.top-slider-item {
	height: 450px;
	background-size: cover;
	background-position: top;
}

.top-slider-caption {
	padding-top: 62px;
}

.top-slider .btn-default {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 400;
}

.top-slider .btn-default:hover {
	background-color: #fff;
	color: #626878;
}

.top-slider-title {
	margin-top: 55px;
	opacity: 0;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	-webkit-animation-duration: .35s;
	-o-animation-duration: .35s;
	animation-duration: .35s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode: both;
    text-shadow: 1px  1px 5px grey,
            -1px  1px 5px grey,
             1px -1px 5px grey,
            -1px -1px 5px grey !important;
}

.top-slider .owl-item.active .top-slider-title {
	-webkit-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.top-slider-text {
	opacity: 0;
	margin-top: 20px;
	font-size: 18px !important;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	-webkit-animation-duration: .35s;
	-o-animation-duration: .35s;
	animation-duration: .35s;
	-webkit-animation-delay: .75s;
	-o-animation-delay: .75s;
	animation-delay: .75s;
	-webkit-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode: both;
    text-shadow: 1px  1px 5px grey,
            -1px  1px 5px grey,
             1px -1px 5px grey,
            -1px -1px 5px grey !important;
}

.top-slider .owl-item.active .top-slider-text {
	-webkit-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.top-slider-caption .btn {
    font-weight: 400;
	opacity: 0;
	margin-top: 30px;
	-webkit-animation-duration: .35s;
	-o-animation-duration: .35s;
	animation-duration: .35s;
	-webkit-animation-delay: 1.45s;
	-o-animation-delay: 1.45s;
	animation-delay: 1.45s;
	-webkit-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode: both;
    text-shadow: 1px  1px 1px grey,
            -1px  1px 1px grey,
             1px -1px 1px grey,
            -1px -1px 1px grey !important;
}

.top-slider-caption .btn:hover{
    font-weight: 600;
	opacity: 0;
	margin-top: 30px;
	-webkit-animation-duration: .35s;
	-o-animation-duration: .35s;
	animation-duration: .35s;
	-webkit-animation-delay: 1.45s;
	-o-animation-delay: 1.45s;
	animation-delay: 1.45s;
	-webkit-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode: both;
        text-shadow: 0px  0px 0px white,
            0px  0px 0px white,
            0px 0px 0px white,
            0px 0px 0px white !important;
}

.top-slider .owl-item.active .btn {
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.top-slider img {
	opacity: 0;
	-webkit-animation-duration: .35s;
	-o-animation-duration: .35s;
	animation-duration: .35s;
	-webkit-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode: both
}

.top-slider .owl-item.active img {
	opacity: 1;
	-webkit-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

.slide-1 {
	background-image: url(/img/slide02a.jpg);
    background-position: center;
    max-width: 1200px;
    margin:0 auto;
}

.top-slider .slide-1 .top-slider-caption {
	margin-left: 20px;
}

.top-slider .slide-1 img {
	max-width: 475px;
	margin-top: 55px;
	/*margin-right: 20px;*/
	float: right;
}

.slide-2 {
	background-image: url(/img/slide01b.jpg);
	background-position: center;
    max-width: 1200px;
    margin:0 auto;
}

.slide-2 img {
	max-width: 475px;
}

.top-slider .slide-2 .top-slider-caption {
	margin-left: 20px;
}
/*--
.slide-2 .top-slider-caption {
	max-width: 700px;
	margin:0 auto;
	padding-top: 90px;
	text-align: left;
}

.slide-2 .top-slider-caption .btn {
	-webkit-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
--*/

.slide-3 {
	background-image: url(/img/slide03a.jpg);
    background-position: center;
    max-width: 1200px;
    margin:0 auto;
}

.slide-3 img {
	max-width: 475px;
}

.top-slider .slide-3 .top-slider-caption {
	margin-left: 20px;
}


/*--end top slider--*/

/*--features section--*/
.features {
	padding-top: 50px;
	padding-bottom: 50px;
}

.features-item {
	
}

.features-icon {
	position: relative;
	background-color: #f8f8f8;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	text-align: center;
	display: table;
	border-radius: 100%;
	border: 1px solid #eaeaea;
}

.features-icon-overlay {
	border-radius: 100%;
	background-color: #fb876b;
	position: absolute;
	z-index: -1;
	margin: auto;
	position: absolute;
	width: 35%;
	height: 35%;
	top: 0; left: 0; bottom: 0; right: 0;
	transition: width .25s ease, height .25s ease;
}

.features-item:hover .features-icon-overlay {
	z-index: 0;
	width: 100%;
	height: 100%;
}

.features-icon i {
	position: relative;
	color: #9197a5;
	font-size: 35px;
	vertical-align: middle;
	display: table-cell;
}

.features-item:hover .features-icon i {
	color: #fff;
}

.features-title {
	color: #4f5668;
	margin-top: 15px;
	margin-bottom: 12px;
	text-align: center;
	font-size: 120%;
	font-weight: 400;
}

.features-text {
	color: #626878;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
}
/*--end features section--*/

/*--portfolio section--*/
.portfolio-section {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background-color: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0em;
	padding-right: 0em;
}


.portfolio-items-container {
	padding-top: 25px;
}

.portfolio-item {
	padding-bottom: 30px;
	position: relative;
}

.portfolio-item-inner {
	display: table;
	overflow: hidden;
	display: block;
	position: relative;
}

.portfolio-item img {
	width: 100%;
	transition: .35s;
}

.portfolio-item-overlay {
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	transition: .4s;
	z-index: 0;
}

.portfolio-ov-description {
	margin-top: -40px; 
	width: 100%;
	position: absolute;
	top: 50%;
}

.portfolio-ov-title {
	display: block;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
}

.portfolio-ov-category {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

.portfolio-item .popup-link {
	color: #fff;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	margin-left: -12px;
	margin-top: 0;
	outline: none;
	opacity: 0;
	transition: opacity .4s;
}

.portfolio-item .popup-link:hover {
	color: #fb876b;
}

.portfolio-item:hover .popup-link {
	z-index: 1;
	opacity: 1;
}

.portfolio-item:hover img {
	transform: scale(1);
}

.portfolio-item:hover .portfolio-item-overlay {
	opacity: 1;
}

.centered {
	text-align: center;
}

.mfp-img {
	max-height: 90vh!important;
}
/*--end portfolio section--*/

/*--testimonials section--*/
.testimonials-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.testimonials-about-page {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background-color: #f8f8f8;
}

.testimonials-about-page .testimonials-item {
	background-color: #fff;
}

.testimonials-carousel {
	clear: both;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.testimonials-section .owl-item {
	opacity: .5;
	-webkit-filter: url(#blur);
	filter: url(#blur);
	-webkit-filter: blur(1px);
	filter: blur(1px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	-webkit-transition: 1s -webkit-filter linear;
}

.testimonials-section .owl-item.active.center {
	-webkit-filter: none;
	filter: none;
	opacity: 1;

}

.testimonials-section .owl-dots {
	position: absolute;
	top: -55px;
	right: 0;
	cursor: default;
}

.testimonials-section .owl-dot {
	vertical-align: middle;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #e7e7e7;
	margin: 5px;
	cursor: pointer;
}

.testimonials-section .owl-dot:hover {
	background-color: #d7d2d2;
}

.testimonials-section .owl-dot.active {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 2px solid #e7e7e7;
}

.testimonials-item {
	max-width: 555px;
	background-color: #f8f8f8;
	min-height: 100px;
	padding: 25px 30px;
	border-radius: 4px;
}

.testimonials-section .owl-item {
	box-shadow: none;
	transform: scale(0.7);
	transition: transform .2s ease;
}

.testimonials-section .owl-item.active.center {
	transform: scale(1);
}

.owl-carousel .owl-item .testimonials-img, .testimonials-img {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 100%;
}

.testimonials-description {
	padding-left: 110px;
}

.testimonials-quote {
	position: relative;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 300;
	color: #626878;
}

/*.testimonials-quote:before {
	content: '"';
	font-size: 50px;
	float: left;
	margin-left: -20px;
	margin-top: -20px;
}*/

.testimonials-name {
	color: #4f5668;
	font-weight: 400;
}

.testimonials-position {
	font-size: 13px;
	font-weight: 300;
	color: #626878;
}

.testimonials-position:before {
	content: " / ";
}
/*--end testimonials section--*/

/*--statistics section--*/
.statistics-section {
	background: url(images/pattern-1.png) repeat; /* Background pattern from subtlepatterns.com */
	/*background-size: cover;*/
	padding-top: 60px;
	padding-bottom: 30px;
	background-attachment: fixed;
}

.statistics-item {
	text-align: center;
	margin-bottom: 30px;
}

.statistics-item i {
	font-size: 50px;
	color: #fb876b;
}

.statistics-number {
	margin-top: 10px;
	font-size: 25px;
	color: #626878;
	font-weight: 400;
}

.statistics-title {
	color: #626878;
	font-weight: 300;
	font-size: 16px;
}
/*--end statistics section--*/

.about-blog-wrap, .services-testiomonials-wrap {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}

/*--blog section--*/
.blog-section, .about-section {
	padding-top: 60px;
}

.blog-carousel {
	
}

.blog-item {
}

.blog-item img {
	width: 100%;
}

.blog-carousel .owl-nav {
	position: absolute;
	top: -60px;
	right: 0;
}

.blog-carousel .owl-nav div {
	display: inline-block;
	padding-left: 15px;
}

.blog-carousel .owl-nav i {
	font-size: 25px;
	color: #cbced8;
}

.blog-carousel .owl-nav i:hover {
	color: #a8abb3;
}

.blog-img-wrap {
	position: relative;
	display: block;
	overflow: hidden;
}

.blog-img-wrap img {
	transition: .35s;
}

.blog-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .35s;
	z-index: 1;
}

.blog-img-overlay i {
	margin-top: -12px;
	font-size: 25px;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.blog-description {
	background-color: #fff;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.blog-title {
	display: block;
	padding: 15px 20px 5px 20px;
	color: #4f5668;
	cursor: pointer;
    font-size: 120%;
	font-weight: 600;
}

.blog-title:hover {
	text-decoration: none;
	color: #fb876b;
}

.blog-text {
	color: #626878;
	font-size: 14px;
	font-weight: 300;
	padding: 0 20px 10px 20px;
}

.blog-text:after {
	content: "...";
}

.blog-bottom {
	border-top: 1px solid #f8f8f8;
	padding: 5px 20px;
	font-size: 12px;
	font-weight: 300;
	color: #626878;
	overflow: auto;
}

.blog-bottom span:before {
	color: #b8bcc9;
	padding-right: 3px;
}

.blog-item-date:after {
	content: " / ";
}

.blog-bottom .blog-item-views {
	float: right;
}

.blog-img-wrap:hover .blog-img-overlay {
	opacity: 1;
}

.blog-img-wrap:hover img {
	transform: scale(1.1);
}
/*--end blog section--*/

/*--about section--*/
.about-text {
	font-size: 14px;
	font-weight: 300;
	color: #626878;
	line-height: 1.7;
	clear: both;
	padding-bottom: 20px;
}

.progress-wrap {
	
}

.progress-item {
	display: inline-block;
	text-align: center;
	margin-right: 30px;
}

.progress-circle {
	position: relative;
}

.circle-value {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -17px;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
}

.circle-title {
	margin-top: 15px;
	font-weight: 400;
	color: #4f5668;
}
/*--end about section--*/

/*--services section--*/
.services-section {
	padding-top: 60px;
}

.services-section .accordion-wrap .panel-group {
	margin-bottom: 0;
}
/*--end services section--*/

/*--testimonials version 2--*/
.testimonials-section-2 {
	padding-top: 60px;
}

.testimonials-section-2 .testimonials-item {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 0;
}

.testimonials-section-2 .owl-item .testimonials-item:last-child {
	margin-bottom: 0;
}

.testimonials-section-2 .testimonials-item .testimonials-position {

}

.testimonials-section-2 .owl-nav {
	position: absolute;
	top: -60px;
	right: 0;
	cursor: pointer;
}

.testimonials-section-2 .owl-nav div {
	display: inline-block;
	padding-left: 15px;
}

.testimonials-section-2 .owl-nav i {
	font-size: 25px;
	color: #cbced8;
}
/*--end testimonials version 2--*/

/*--our clients section--*/
.our-clients-section {
	padding: 60px 0;
}

.clients-carousel a img {
	opacity: .75;
}

.clients-carousel a:hover img {
	opacity: .5;
}
/*--end our clients section--*/

/*--footer--*/
footer {
    margin-top: 0px;
	padding-top: 20px;
	background-color: #fd9827;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

footer a {
	color: #949597;
}

footer li {
    margin-top: 5px !important;
}

.footer-title {
	color: #C1C3C6;
	font-size: 19px;
	font-weight: 400;
	padding-bottom: 15px;
}

.footer-logo {
	max-width: 100%;
	max-height: 50px;
}

.footer-contacts {
	margin-top: 15px;
	list-style: none;
	padding-left: 0;
}

.footer-contacts li {
	margin-bottom: 5px;
}

.footer-contacts i {
	font-size: 14px;
	padding-right: 5px;
}

.footer-social {
	padding-top: 5px;
	padding-left: 0;
	list-style: none;
	cursor: pointer;
}

.footer-social li {
	display: inline-block;
	margin-right: 5px;
}

.footer-social i {
	font-size: 18px;
}

.footer-link {
	padding-left: 20px;
	list-style: none;
}

.footer-tweet:before {
	font-size: 18px;
	margin-left: -20px;
}

.footer-tweet:first-child {
	margin-bottom: 15px;
}

.tweet-link {
	display: block;
}

.tweet-time {

}

.flickr_badge_image {
	margin: 0px;
	display: inline;
}

.flickr_badge_image img {
	border: 0px solid #666666 !important;
	padding: 1px; 
	margin: 6px;
}

#flickr_badge_wrapper { 
	width: 100%;
	text-align: left;
}

#flickr_badge_image1 img,  #flickr_badge_image5 img {
	padding-left: 0;
	margin-left: 0;
}

#flickr_badge_image4 img,  #flickr_badge_image8 img {
	padding-right: 0;
	margin-right: 0;
}

#flickr_badge_wrapper:hover img {
	opacity: .5;
}

#flickr_badge_wrapper img:hover {
	opacity: 1;
}

.footer-bottom {
	background-color: #fd9827;
	line-height: 35px;
	margin-top: 4px;
    padding-bottom: 14px;
}

.footer-menu {
	list-style: none;
	float: right;
	margin-bottom: 0;
	padding: 0;
}

.footer-menu li {
	display: inline-block;
	padding-left: 5px;
}

.footer-menu li:after {
	content: "|";
	padding-left: 5px;
}

.footer-menu li:last-child:after {
	content: "";
}
/*--end footer--*/

/*----about us page----*/
/*--breadcrumbs section--*/
.breadcrumbs-section {
	height: 65px;
	background-image: url(images/pattern-2.png); /* Background pattern from subtlepatterns.com */
	background-repeat: repeat;
	line-height: 65px;
	background-attachment: fixed;
}

.breadcrumbs-sec-title {
	color: #626878;
	font-size: 20px;
	font-weight: 300;
}

.breadcrumbs-sec-crumbs {
	text-align: right;	
}

.breadcrumbs-sec-crumbs a {
	color: #626878;
	padding-left: 10px;
	font-weight: 300;
}

.breadcrumbs-sec-crumbs a:after {
	content: "/";
	padding-left: 10px;
}

.breadcrumbs-sec-crumbs a:hover {
	color: #fb876b;
	text-decoration: none;
}

.breadcrumbs-sec-crumbs a:hover:after {
	color: #626878;
	text-decoration: none;
}

.breadcrumbs-sec-crumbs span {
	padding-left: 10px;
	font-weight: 300;
	color: #fb876b;
}
/*--end breadcrumbs section--*/

/*--introduction section--*/
.introduction-section {
	padding: 60px 0;
}

.introduction-section img {
	width: 100%;
}

.introduction-text {
	font-size: 14px;
	font-weight: 300;
	color: #626878;
	line-height: 1.7;
}

.introduction-section ul {
	list-style: none;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 0;
}

.introduction-section ul li {
	line-height: 2;
	font-weight: 400;
	color: #626878;
}
		
.introduction-section ul li:before {
	color: #fb876b;
	font-size: 18px;
	vertical-align: middle;
	padding-right: 10px;
}

.skills-whatdo-wrap .progress-wrap {
	margin-top: 0;
}
/*--end introduction section*/

.skills-whatdo-wrap {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}

/*--skills section--*/
.skills-section {
	padding-top: 60px;
}

.skills-section p {
	margin-bottom: 30px;
	font-weight: 300;
	line-height: 24px;
}
/*--end skills section--*/

/*--skills what do--*/
.what-do-section {
	padding-top: 60px;
}
/*--end what do section--*/

/*--team section--*/
.team-section {
	padding-top: 60px;
	padding-bottom: 30px;
}

.team-item {
	background-color: #f8f8f8;
	text-align: center;
	margin-bottom: 30px;
}

.team-item img {
	max-width: 120px;
	border-radius: 100%;
	margin-top: 30px;
}

.team-name-pos {
	text-align: center;
	padding: 20px 20px 5px 20px;
}

.team-name {
	color: #4f5668;
	font-weight: 400;
}

.team-pos {
	font-size: 13px;
	font-weight: 300;
}

.team-desc {
	font-weight: 300;
	color: #626878;
	padding: 0px 15px 15px 15px;
}

.team-bottom {
	border-top: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.team-bottom i {
	font-size: 16px;
	padding: 0 3px;
	color: #b8bcc9;
}

.team-bottom a:hover i {
	color: #fb876b;
}
/*--end team section--*/
/*--story carousel section--*/
.story-section {
	padding: 60px 0;
}

.story-carousel {
	margin-top: 95px;
	line-height: 1.7;
	font-weight: 300;
	color: #626878;
	font-size: 14px;
}

.story-carousel img {
	max-width: 100%;
}

.story-carousel .owl-controls {
	width: 100%;
	border-bottom: 1px dashed #cecece;
	position: absolute;
	top: -65px;
}

.story-carousel .owl-dot {
	width: 18px;
	height: 18px;
	background-color: red;
	float: left;
	position: absolute;
	margin-top: -9px;
	border-radius: 100%;
	background-color: #eaeaea;
	color: #626878;
	font-weight: 400;
}

.story-carousel .owl-dot.active {
	background-color: #fb876b;
	border: 3px solid #fff;
}

.story-carousel .owl-dot.active span {
	color: #fb876b;
	left: -7px;
}

.story-carousel .owl-dot:nth-child(1) {
	left: 0;
	margin-left: 0;
}

.story-carousel .owl-dot:nth-child(2) {
	left: 25%;
	margin-left: -9px;
}

.story-carousel .owl-dot:nth-child(3) {
	left: 50%;
	margin-left: -9px;
}

.story-carousel .owl-dot:nth-child(4) {
	left: 75%;
	margin-left: -9px;
}

.story-carousel .owl-dot:nth-child(5) {
	left: 100%;
	margin-left: -18px;
}

.story-carousel .owl-dot span {
	position: relative;
	top: 25px;
	left: -4px;
}

.story-carousel .owl-dot:nth-child(1) span:before {
	content: "2001";
}

.story-carousel .owl-dot:nth-child(2) span:before {
	content: "2003";
}

.story-carousel .owl-dot:nth-child(3) span:before {
	content: "2006";
}

.story-carousel .owl-dot:nth-child(4) span:before {
	content: "2012";
}

.story-carousel .owl-dot:nth-child(5) span:before {
	content: "2016";
}
/*--end story carousel section--*/
/*----end about us page----*/


/*----services page----*/
.all-services-section {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-top: 60px;
	padding-bottom: 25px;
	background-color: #f8f8f8;
}

.all-services-item {
	padding-left: 45px;
	padding-bottom: 35px;
}

.all-services-item:before {
	font-size: 40px;
	color: #fb876b;
	position: absolute;
	left: 15px;
}

.all-services-title {
	color: #4f5668;
}

.all-services-desc {
	line-height: 1.7;
	font-weight: 300;
	color: #626878;
	font-size: 13px;
}

.pricing-tables-section {
	padding-top: 60px;
	padding-bottom: 30px;
}

.pricing-item {
	background-color: #f8f8f8;
	text-align: center;
	min-height: 425px;
	margin-bottom: 30px;
}

.pricing-top {
	min-height: 70px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
}

.pricing-title {
	font-size: 19px;
	font-weight: 400;
	color: #4f5668;
	padding-top: 20px;
}

.pricing-subtitle {
	font-weight: 300;
	color: #626878;
	font-size: 12px;
	padding-bottom: 10px;
}

.price {
	padding-top: 10px;
	font-size: 35px;
	color: #4f5668;
}

.pricing-per {
	font-size: 15px;
	font-weight: 300;
}

.pricing-item-feature {
	font-size: 12px;
	font-weight: 300;
	color: #626878;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.pricing-item-feature i {
	font-size: 16px;
	padding-right: 7px;
	color: #bec2cf;
	vertical-align: middle;
}

.pricing-item.active, .pricing-item:hover {
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

.pricing-item .btn {
	margin: 20px 0;
}

.have-question-section {
	background-image: url(images/pattern-1.png);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	padding: 60px 0;
}

.question-phone:before, .question-mail:before {
	vertical-align: middle;
	font-size: 30px;
	margin-right: 10px;
	color: #fb876b;
}

.question-phone, .question-mail {
	padding-bottom: 35px;
	font-size: 20px;
	display: inline-block;
	color: #626878;
	font-weight: 300;
}


.question-phone {
	margin-right: 20px;
}

.have-question-section .btn-default {
	border-color: transparent;
}
/*----end services page----*/


/*----contacts page----*/
.contactform-info-section {
	padding-bottom: 60px;
	border-top: 1px solid #eaeaea;
	background-color: #f8f8f8;
	border-top:0px;
}

.contact-form-section {
	padding-top: 60px;
}

.contact-form-section form {
	
}

.contact-form-section form input {
	margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #eee;
}

.contact-form-section form textarea {
	width: 100%;
    padding: 5px 10px;
    border: 1px solid #eee;
}

.contact-form-section form input:focus, .contact-form-section form textarea:focus {
	outline: 1px solid #eee;
}

.contact-form-section form .btn {
	margin-top: 20px;
}

.info-section {
	color: #626878;
	font-weight: 300;
	padding-top: 60px;
}

.info-section p {
	line-height: 1.7;
}

.info-section .footer-contacts {
	font-size: 13px;
}

.info-section .footer-contacts li i, .info-section .footer-social i {
	color: #b8bcc9;
}

.info-section .footer-social {
	margin-bottom: 0;
}

.info-section .footer-social i:after {
	content: ' /';
	font-size: 12px;
	position: relative;
	top: -2px;
	padding-left: 4px;
}

.info-section .footer-social li:last-child i:after {
	content: none;
}

.info-section .footer-social a:hover {
	text-decoration: none;
}

.info-section .footer-social a:hover i:before {
	color: #fb876b;
}

.map-section {
	padding: 60px 0;
}

#map {
	width: 100%;
	height: 400px;
}
/*----end contacts page----*/


/*----portfolio page----*/
.portfolio-page.portfolio-section {
	background-color: #fff;
}

.portfolio-filter {
	list-style: none;
	text-align: center;
	margin-bottom: 35px;
	padding-left: 0;
	font-weight: 300;
	font-size: 13px;
	cursor: pointer;
}

.portfolio-filter li {
	display: inline-block;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 2px 8px;
	margin-right: -3px;
}

.portfolio-filter li:hover, .portfolio-filter li.active {
	background-color: #f8f8f8;
}

.portfolio-filter li:first-child {
	border-radius: 3px 0 0 3px;
}

.portfolio-filter li:last-child {
	border-right: 1px solid #eaeaea;
	border-radius: 0 3px 3px 0;
}

.portfolio-item-wrap {
	
}
/*----end portfolio page----*/


/*----portfolio inner page----*/
.port-inner-proj-section {
	padding: 60px 0;
}

.default-carousel .owl-prev, .default-carousel .owl-next {
	font-size: 40px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 2;
	opacity: .4;
	padding: 5px;
	color: #fff;
}

.default-carousel img {
	width: 100%;
}

.default-carousel .owl-prev {
	left: 15px;
}

.default-carousel .owl-next {
	right: 15px;
}

.inner-portfolio-page .mfp-img {
	max-height: 100vh!important;
}

.default-carousel:hover .owl-prev, .default-carousel:hover .owl-next {
	opacity: .6;
}

.default-carousel .owl-prev:hover, .default-carousel .owl-next:hover {
	opacity: 1;
}

.port-inner-description {
	padding: 5px 10px;
}

.port-inner-title {
	font-size: 19px;
	color: #4f5668;
	margin-bottom: 15px;
}

.port-inner-description p {
	font-size: 14px;
	font-weight: 300;
	color: #626878;
	line-height: 1.7;
	margin-bottom: 20px;
}

.port-inner-description ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}

.port-inner-description ul li {
	border-bottom: 1px solid #f8f8f8;
	line-height: 1.9;
	font-weight: 300;
	color: #626878;
}

.port-inner-description ul li span {
	color: #4f5668;
	font-weight: 400;
	padding-right: 5px;
}

.port-inner-desc-bottom {

}

@-webkit-keyframes heartbeat {
0% {transform: scale(1);}
20% {transform: scale(1.1);}
40% {transform: scale(1);}
60% {transform: scale(0.9);}
80% {transform: scale(1.3);}
100% {transform: scale(0.8);}
}

@keyframes heartbeat {
0% {transform: scale(1);}
20% {transform: scale(1.1);}
40% {transform: scale(1);}
60% {transform: scale(0.9);}
80% {transform: scale(1.3);}
100% {transform: scale(0.8);}
}

.like, .share {
	display: inline-block;
	color: #626878;
	font-weight: 300;
	cursor: pointer;
}

.like:before, .share:before {
	padding-right: 3px;
	font-size: 18px;
	color: #b8bcc9;
	vertical-align: text-bottom;
}

.liked:before {
	animation: heartbeat .4s;
	content: "\f388";
	color: #fb876b;
}

.share {
	position: relative;
}

.share-hidden {
	display: none;
}

.share-hidden a:before {
	padding-right: 5px;
	font-size: 16px;
	color: #b8bcc9;
	vertical-align: middle;
}

.share:hover::before {
	content: none;
}

.share:hover .share-value {
	display: none;
}

.share:hover .share-hidden {
	display: inline-block;
}

.like:hover::before, .share:hover::before, .share-hidden a:hover::before {
	color: #fb876b;
}

.port-inner-desc-bottom .like:after {
	content: " / ";
}

.port-inner-desc-bottom .blog-nearby-proj {
	padding: 0;
	padding-top: 5px;
	margin-bottom: 20px;
}

.port-inner-desc-bottom .blog-nearby-proj i {
	position: static;
}

.port-inner-desc-bottom .blog-nearby-proj .ion-ios-arrow-left {
	padding-right: 0px;
	vertical-align: text-top;
}

.port-inner-desc-bottom .blog-nearby-proj .ion-ios-arrow-right {
	padding-left: 4px;
	vertical-align: text-top;
}
/*----end portfolio inner page----*/


/*----blog page----*/
.blog-sidebar-section {
	padding-top: 30px;
	padding-bottom: 60px;
}

.blog-items-wrap {
	padding-top: 30px;
}

.blog-items-wrap .blog-item {
	margin-bottom: 35px;
}

.blog-items-wrap .blog-description {
	background-color: #f8f8f8;
	cursor: auto;
}

.blog-items-wrap .blog-bottom {
	border-top: 1px solid #fff;
}

.sidebar {
	padding-top: 30px;
	color: #626878;
	font-weight: 14px;
}

.sidebar a {
	color: #626878;
	font-weight: 14px;
}

.sidebar a:hover {
	color: #fb876b;
}

.sidebar-title {
	padding-bottom: 15px;
	font-size: 17px;
	font-weight: 300;
	color: #4f5668;
}

.sidebar-search, .sidebar-category, .sidebar-text, .sidebar-tags {
	background-color: #f8f8f8;
	padding: 15px 20px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.sidebar-search form {
	position: relative;
	border-radius: 3px;
	border: 1px solid #ededed;
}

.sidebar-search input {
	width: 100%;
	font-weight: 300;
	padding-right: 29px;
	padding-left: 6px;
	border: 1px solid #ededed;
	box-shadow: none;
}

.sidebar-search input:focus {
	outline: none;
}

.sidebar-search input::-webkit-input-placeholder {
	text-align: center;
}
.sidebar-search input::-moz-placeholder {
	text-align: center;
}
.sidebar-search input:-moz-placeholder {
	text-align: center;
}
.sidebar-search input:-ms-input-placeholder {
	text-align: center;
}


.sidebar-search input:focus::-webkit-input-placeholder {
	text-align: left;
}
.sidebar-search input:focus::-moz-placeholder {
	text-align: left;
}
.sidebar-search input:focus:-moz-placeholder {
	text-align: left;
}
.sidebar-search input:focus:-ms-input-placeholder {
	text-align: left;
}

.sidebar-search button {
	position: absolute;
	right: 0;
	height: 100%;
}

.sidebar-category ul {
	padding-left: 0;
}

.sidebar-category ul li {
	list-style: none;
	line-height: 2.2;
	border-bottom: 1px solid #ededed;
}

.sidebar-category ul li:before {
	padding-right: 10px;
	color: #fb876b;
}

.sidebar-category ul li a {
	font-weight: 300;
}

.sidebar-text {
	font-weight: 300;
}

.sidebar-tags a {
	line-height: 2.1;
	margin-right: 5px;
	font-weight: 300;
	font-size: 12px;
	background-color: #fff;
	padding: 1px 5px;
	border-radius: 1px;
}

.sidebar-tags a:hover {
	color: #fff;
	background-color: #fb876b;
	text-decoration: none;
}

.pagination-wrap {
	text-align: center;
}

.blog-sidebar-section .pagination {
	margin: 0;
	margin-top: -5px;
}

.pagination {
	color: red;
	display: inline-block;
}

.pagination li a {
	padding: 3px 12px;
	position: static;
}

.pagination li a, .pagination li.active a, .pagination li.disabled a {
	border: 1px solid #eaeaea;
	color: #626878;
}

.pagination li a:hover, .pagination li.active a, .pagination li.active a:hover {
	background-color: #f8f8f8;
	border-color: #eaeaea;
	color: #626878;
}

/*----end blog page----*/


/*----blog inner page----*/
.blog-cover {
	position: relative;
	margin-top: 30px;
}

.blog-cover img {
	width: 100%;
}

.blog-cover-desc {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	padding: 10px 10px 0 10px;
}

.blog-cover-cat {
	color: #fff;
}

.blog-cover-cat:hover {
	text-decoration: none;
}

.blog-cover-cat:before {
	content: " / ";
}

.blog-cover-cat:hover::before {
	color: #fff;
}

.blog-cover-cat:first-child::before {
	content: none;
}

.blog-cover-title {
	margin: 5px auto;
	max-width: 500px;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.blog-cover-bottom {

}

.blog-cover-date {

}

.blog-cover-date:after, .blog-cover-views:after {
	content: " / ";
}

.blog-cover-author {
	margin-right: 55px;
}

.blog-cover-author:hover {
	text-decoration: none;
}

.blog-cover-views {

}

.blog-cover-date, .blog-cover-author, .blog-cover-views, .blog-cover-comments {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}

.blog-cover-date:before, .blog-cover-author:before, .blog-cover-views:before, .blog-cover-comments:before {
	padding-right: 3px;
	font-size: 14px;
}

.blog-inner-text {
	padding: 45px 45px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.72;
}

.lead {
	
}

blockquote {
	
}

.separator {
	font-size: 21px;
	text-align: center;
	position: relative;
}

.separator-inner {
	background-color: #fff;
	display: inline-block;
	padding: 20px;
}

.separator .separator-inner > span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #777;
}
.separator-line {
	border-top: 1px solid #eee;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	z-index: -1;
}

.blog-img-full {
	width: 100%;
	padding: 20px 0;
}

.blog-inner-text .default-carousel {
	padding: 20px 0;
}

.blog-tags-social {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin-bottom: 35px;
	padding: 10px 0;
}

.blog-tags {

}

.blog-tags:before {
	padding-right: 3px;
	font-size: 16px;
}

.blog-tags a {
	font-weight: 300;
	color: #626878;
}

.blog-tags a:hover {
	text-decoration: none;
	color: #fb876b;
}

.blog-tags a:before {
	content: " / ";
	color: #626878;
}

.blog-tags a:first-child::before {
	content: none;
}

.blog-social {
	text-align: right;
}

.blog-social .share:after {
	content: " / ";
}

.blog-nearby-proj {
	padding: 0 45px;
	color: #4f5668;
	margin-bottom: 35px;
}

.blog-nearby-proj a {
	color: #4f5668;
}

.blog-nearby-proj a:before {
	padding-left: -45px;
	vertical-align: middle;
}

.blog-nearby-proj a span {
	font-size: 12px;
	font-weight: 300;
	color: #626878;
}

.blog-nearby-proj a:hover {
	text-decoration: none;
	color: #fb876b;
}

.next-proj {
	text-align: right;
	position: relative;
}

.prev-proj {
	position: relative;
}

.next-proj i {
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	color: #626878;
}

.prev-proj i {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	color: #626878;
}

.blog-other-proj {
	background-color: #f8f8f8;
	padding: 35px 45px;
}

.blog-other-proj .blog-bottom {
	cursor: auto;
}

.comments {
	padding: 35px 0 0 0;
}

.comment {
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	min-height: 75px;
	border-top: 1px solid #eee;
}

.comment img {
	width: 65px;
	height: 65px;
	border-radius: 4px;
	position: absolute;
	left: 0;
}

.comment-name {
	color: #4f5668;
}

.comment-date {
	font-weight: 300;
	font-size: 12px;
}

.comment-date:before {
	content: " / ";
}

.comment-text {
	font-weight: 300;
	line-height: 24px;
}

.reply-link {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
}

.reply-link:hover {

}

.comment-reply .comment {
	padding-bottom: 0;
	margin-top: 15px;
}

.comment-form {
	margin-top: 35px;
}

.comment-form form {
	margin-bottom: 0;
}

.comment-form input {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #eee;
	background-color: #f8f8f8;
	margin-bottom: 15px;
}

.comment-form textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #eee;
	background-color: #f8f8f8;
}

.comment-form input:focus, .comment-form textarea:focus {
	outline: 1px solid #eee;
}

.comment-form .btn {
	margin-top: 30px;
}
/*----end blog inner page----*/

/*----shortcodes page----*/
.section {
	padding: 60px 0;
}

.section-gray {
	padding: 60px 0;
	background-color: #f8f8f8;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.marg-t-10 {
	margin-top: 10px;
}

.shortcodes .accordion-wrap .panel-group {
	margin-bottom: 0;
}

.icons-example {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: -15px;
	margin-left: -15px;
	list-style: none;
}

.icons-example li {
	display: inline-block;
	padding: 15px;
	font-size: 25px;
}
/*----end shortcodes page----*/

/*----media----*/
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    body {
	font-family: " -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #000;
    background-color: #fff;
    background: none;
}
    
    /*header*/
	.contacts-top {
		text-align: center;
	}
    
    header {
	height: 40px;

    margin-top: 0px;
}

    header img{
	max-height: 55px;
}


.count01  {

}

.count01 span {
    font-size:13px !important;
}

.top2 {
   margin: 0 -10px 0 -10px !important;
}


#wrap {
    width: 100%;
    margin: 0 auto;
    padding:0 1% 0 1%;
    background: #fff;
    /*box-shadow: 0px 0px 10px 1px #515151;*/
    /*-moz-box-shadow: 0px 0px 10px 1px #515151;*/
    /*-webkit-box-shadow: 0px 0px 10px 1px #515151;*/
}

ul.img-checklist > li {
    padding-left: 33px;
    background: url(img/img-checklist.png) no-repeat 0 0px;
    margin-bottom: 0.4em;
    min-height: 24px;
}

.img-checklist3  {
    padding-left: 38px;
    background: url(img/img-checklist3.png) no-repeat 0 0px;
    margin-bottom: 0.4em;
    min-height: 24px !important;
}
    
.sp01 {
    border: 10px solid #B51700;
    padding:3% 0 3% 0;
}


.button01 {
    color: #fff;
    padding: 14px 48px;
    font-size: 110% !important;
    font-weight: bold;
    padding: 0.3em 1em 0.3em 1.5em;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#53ca24B4', endColorstr='#22b42b5C');
    border: none;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px #317911;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#53ca24), to(#22b42b));
    background-image: -webkit-linear-gradient(top, #53ca24, 0%, #22b42b, 100%);
    background-image: -moz-linear-gradient(top, #53ca24 0%, #22b42b 100%);
    background-image: linear-gradient(to bottom, #53ca24 0%, #22b42b 100%);
    background-repeat: repeat-x;
    border-color: #317911;
}

    

    
        	.portfolio-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    
    	div.portfolio-section p {
        font-size: 75% !important;
        line-height: 1.6;
        padding: 0 0.5em 0 1em;
	}
    
    div.font140 {
    font-size: 90% !important;
    line-height: 1.2 !important;
    padding-left: 0.5em !important;
    }

div.youtube {
	position: relative;
	padding-bottom: 50%;
	margin-top: 5px;
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    border: 0px #e3ded1 solid !important;
}

div.youtube iframe {
	position: absolute;
	top: 0;
	left: 0%;
	width: 96%;
	height: 100%;
	max-width: 940px !important;
    max-height: 705px !important;
    border: 0px #e3ded1 solid !important;
    margin:0px 2% 0px 2% !important;
}

.video01 {
    margin-bottom: 0em;
}

.count01  {

}

.kaisai h4 {
		font-size: 18px;
	}
	.kaisai h5 {
		font-size: 15px;
		line-height: 1.333;
	}
	.kaisai th,
	.kaisai td {
		font-size: 12px;
	}
	.kaisai p {
		font-size: 15px;
	}

	.a-big ,
	p.a-big {
		font-size: 1.2em;
	}

	.a-big1 ,
	p.a-big1 {
		font-size: 1.4em;
	}

	.a-big2 ,
	p.a-big2 {
		font-size: 1.6em;
	}


	.kaisai2 h4 {
		font-size: 18px;
	}
	.kaisai2 h5 {
		font-size: 15px;
		line-height: 1.333;
	}
	.kaisai2 th,
	.kaisai2 td {
		font-size: 12px;
	}
	.kaisai2 p {
		font-size: 15px;
	}


    .voice01 { margin: 0 0px; }

    .voice01 th,
    .voice01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
    
  .voice01 tr:first-child th { border-top: 1px solid #ddd; }



.f120 {
    font-size:85%;
    line-height: 1.5;
}

.f145 {
    font-size:110%;
    line-height: 1.5;
}

.f145a {
    font-size:110%;
    line-height: 1.9;
}

.f145b {
    font-size:105%;
    line-height: 1.5;
}

.f150 {
    font-size:110%;
    line-height: 1.5;
}

.f160 {
    font-size:120%;
    line-height: 1.4;
}

.f165 {
    font-size:130%;
    line-height: 1.2;
}

.f170 {
    font-size:120%;
    line-height: 1.2;
}

.f180 {
    font-size:140%;
    line-height: 1.2;
}

.f240 {
    font-size:120%;
    line-height: 1.2;
}


.f190 {
    font-size:110%;
    line-height: 1.2;
}

.f280 {
    font-size:130%;
    line-height: 1.5;
}

.f280a {
    font-size:120%;
    line-height: 1.5;
}

.f285 {
    font-size:130%;
    line-height: 1.5;
}

.f300 {
    font-size:140%;
    line-height: 1.5;
}

.f300a {
    font-size:130%;
    line-height: 1.5;
}

.f380 {
    font-size:200%;
    line-height: 1.5;
}

.red5 {
    color:#B51700;
}

.red2 {
    color:#EE220C;
}

.red2b {
    color:#EE220C;
    font-weight:bold;
}

.bbu {
    text-decoration: underline;
    font-weight:bold;
}

.marker {
    background: linear-gradient(rgba(0,0,0,0) 50%,#fffd38 50%);
}

.v01 {
    background: #830309;
    padding: 8px;
    margin-top: 20px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.v01a {
	border: 1px #fee19b solid;
    background: #c6ac67;
    padding: 6px;
}

.v01b {
    background: #fff;
}

.v01 img {
	border: 1px #fee19b solid;
}



form .form-button input {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 0.3em 0.3em;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#53ca24B4', endColorstr='#22b42b5C');
    border: none;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px #317911;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#53ca24), to(#22b42b));
    background-image: -webkit-linear-gradient(top, #53ca24, 0%, #22b42b, 100%);
    background-image: -moz-linear-gradient(top, #53ca24 0%, #22b42b 100%);
    background-image: linear-gradient(to bottom, #53ca24 0%, #22b42b 100%);
    background-repeat: repeat-x;
    border-color: #317911;
}

.form-text { 
    width:90%;
    font-size:1em;
    font-weight:bold; 
    border:2px solid #aaa;
    border-radius: 5px;
    padding: 8px 5px 7px 36px;
    color: #000;
    background:#fff;
    margin-bottom:5px;
    background-image: url(/img/img-mail02.jpg) ;
    background-repeat: no-repeat;
    background-position:4px 7px;
}

.test-form-box {
    width:100%;
    margin:auto;
    text-align:center;
    padding-bottom: 5px;
}

.form-b {
	border: 3px #3c0102 solid;
    background-color: #fff;
    margin: 3% auto 0 auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 97%;
}

.form-b1 {
    border: 0px #eed19d solid;
}

.form-b2 {
	border: 5px #5b0308 solid;
    background-color: #f5f5f5;
    padding: 10px;
}

.pro {
	border: 5px #3c0102 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin:7% 1% 3% 1% !important;
}

.pro1 {
	border: 1px #eed19d solid;
}

.pro1a {
	border: 1px #feee5c solid;
    padding: 0px;
}

.pro2 {
	border: 5px #3c0102 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pro2a {
	border: 1px #eed19d solid;
}

.pro2b {
	border: 3px #560308 solid;
}

.pro3 {
	border: 5px #fb7e27 solid;
    padding: 2% 3px 2% 3px;
}

.pro3b {
	border: 5px #cc0f18 solid;
    padding: 2% 3px 2% 3px;
}


.pro4 {
	border: 4px #560308 solid;
    padding: 2% 2% 2% 2%;
}

.pro5 {
	border: 4px #3c0102 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pro5a {
	border: 4px #3c0102 solid;
    padding: 2% 2% 2% 2%;
}

.clip-box-a {
    position: relative;
    margin: 2% 0% 3% 0% ;
    padding: 10px 18px 7px 10px;
    width: 100%;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #acacac;
}

.clip-box-a::before {
    position: absolute;
    content: '';
    top: -10px;
    right: 5px;
    height: 45px;
    width: 15px;
    border: 3px solid #555;
    background-color: none;
    border-radius: 12px;
    box-shadow: 1px 1px 2px #999;
    transform: rotate(10deg);
    z-index: 1;
}

.clip-box-a::after {
    position: absolute;
    content: '';
    top: 0;
    width: 10px;
    right: 15px;
    border: solid 5px #fff;
    z-index: 2;
}

.kakomi-box13 {
 position: relative;
 margin: 2% 2% 2% 2%;
 padding: 0.4em 0.2em 0.2em 0.2em;
 width: 96%;
 color: #555555; 
 background-color: #fff;
 border: 2px solid #f09199; 
 box-shadow: 0 0 5px 2px #fce2c4 inset;
}
.title-box13 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 font-size:100%;
 background-color:  #fff; 
 color: #f09199; 
}

.kakomi-box14 {
 position: relative;
 margin: 5% auto 2px auto;
 padding: 0.2em 0.2em 0.2em 0.2em;
 width: 97%;
 color: #555555; 
 background-color: #fff3de;
 border: 4px double #CC0033; 
 box-shadow: 2px 2px 2px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.title-box14 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color:  #fff; 
 color: #CC0033; 
}

.kakomi-tape1 {
 position: relative;
 margin: 3em 5px;
 padding: 15px 15px 15px 15px;
 width: 98%; /*ボックス幅*/
 color: #555555; /* 文字色 */
 background-color: #fecd6a; /*背景色*/
 box-shadow: 0 2px 2px #ccc; /* 影 */
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.kakomi-tape1::before {
 position: absolute;
 top: -1.5em;
 left: 24%;
/*
 height: 40px;
 width: 160px; 
テープの幅*/
 content: "";
 border: 1px solid #ccc; /*枠太さ・色*/
 background-color: #FFF; /*テープ色*/
 opacity: 0.3; /*テープ透明度0～1*/
 transform: rotate( -5deg ); /*テープ角度*/
}

.kakomi-tape1 img {
	border: 1px #777 solid;
    margin-bottom: 20px;
}

.punch-box-b {
 position: relative;
 margin: 1em auto;
 padding: 50px 20px 15px;
 width: 97%; /* ボックス幅 */
 background: #FFFAF0; /* ボックス背景色 */
 color: #666; /* 文章色 */
 border: 2px solid #FFDEAD; /* ボックス枠線 */
 border-radius: 5px;
 box-shadow: 0 0 3px #ccc; /* 影 */
}
.punch-box-b::before, 
.punch-box-b::after {
 position: absolute;
 content: '';
 top: 5px;
 width: 12px;
 height : 12px;
 background: #fff; /*穴背景色*/
 box-shadow: 0 0 6px #cccccc inset;
 border: 1px solid #FFDEAD; /*パンチ穴枠*/
 border-radius: 50%;
}
.punch-box-b::before { left: 20px;}
.punch-box-b::after { right: 20px;}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
    
li{
  margin: 5px 0 0 0 !important;
}

#breadcrumbs-one{

  border-radius: 5px;

  overflow: hidden;
  width: 100%;
}
 
#breadcrumbs-one li{
  float: left;
}
 
#breadcrumbs-one span{
  padding: .5em 0.1em .5em 0.5em;
  margin-bottom: 5px;
  float: left;
  text-decoration: none;
  color: #EE220C;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
}
 
#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}
 
 
#breadcrumbs-one span::after,
#breadcrumbs-one span::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  padding-top:0px;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -0.9em;
font-size: 94%;
      z-index: -1;
}
 
#breadcrumbs-one span::after{
  z-index: 1;
  border-left-color: #ddd;
}
 
#breadcrumbs-one span::before{
  border-left-color: #ddd;
  right: -.5em;
  z-index: -1;
}


#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;
}


	.social-top {
		text-align: center;
		margin-top: 10px;
	}
	
	.navbar-collapse {
		/*position: absolute;
		z-index: 2;*/
	}

	.navbar-collapse {
		height: 100vh;
		padding-bottom: 109px;
		background-color: #f8f8f8;
	}

	.menu-fixed .navbar-collapse {
		padding-bottom: 50px;
	}

	.navbar-brand, .menu-fixed.navbar.navbar-default .navbar-brand {
		height: 50px;
	}
	
	.navbar-brand img, .menu-fixed.navbar.navbar-default .navbar-brand img {
		max-height: 40px;
        top: 0px;
        margin-top:5px !important;
	}

	button.navbar-toggle:focus {
		background-color: transparent;
	}

	header {

	}
	
	.nav.navbar-nav.navbar-right > li {
		margin: 0 15px;
	}

	.nav.navbar-nav.navbar-right > li > a, .nav.navbar-nav.navbar-right > li.active > a {
		line-height: 3.5;
		padding: 0;
		border-bottom: 1px solid #eaeaea;
	}

	.navbar-nav .open .dropdown-menu {
		border-bottom: 1px solid #eaeaea;
	}

	.navbar .dropdown-menu li a {
		border: none;
		color: #7b808e;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:active {
		color: #fb876b;
	}

	.search-open {
		display: none!important;
	}

	.nav > li.mobile-search {
		display: block;
	}

	.nav > li.mobile-search input {
		margin-top: 7px;
		line-height: 2;
		width: 100%;
		border-radius: 3px;
		border: 2px solid #ededed;
		padding: 0 6px;
	}

	.nav > li.mobile-search input:focus {
		outline: none;
	}

	.nav > li.mobile-search input::-webkit-input-placeholder {
	text-align: center;
	}
	.nav > li.mobile-search input::-moz-placeholder {
		text-align: center;
	}
	.nav > li.mobile-search input:-moz-placeholder {
		text-align: center;
	}
	.nav > li.mobile-search input:-ms-input-placeholder {
		text-align: center;
	}

	.nav > li.mobile-search input:focus::-webkit-input-placeholder {
	text-align: left;
	}
	.nav > li.mobile-search input:focus::-moz-placeholder {
		text-align: left;
	}
	.nav > li.mobile-search input:focus:-moz-placeholder {
		text-align: left;
	}
	.nav > li.mobile-search input:focus:-ms-input-placeholder {
		text-align: left;
	}

	/*main slider*/
	.top-slider-caption {
		padding-top: 90px;
		text-align: center;
	}


	.top-slider-caption .btn {
		-webkit-animation-delay: 1.1s;
		-o-animation-delay: 1.1s;
		animation-delay: 1.1s;
	}
/*--
	.top-slider .slide-2 .top-slider-caption {
		margin-left: 0;
	}
--*/
	.top-slider-title {
		font-size: 27px;
	}

	.top-slider-text {
		font-size: 14px;
	}
/*--
	.top-slider .slide-2 img {
		margin-top: 20px;
	}
--*/
	.top-slider .slide-2 img, .top-slider .slide-3 img {
		display: none;
	}

	/*features section*/
	.features-item {
		margin-top: 30px;
	}

	.features-item:first-child {
		margin-top: 0;
	}

	/*testimonials section*/
	.testimonials-section .owl-dots {
		top: auto;
		right: auto;
		width: 100%;
		margin-top: 5px;
		text-align: center;
	}
    
    	.testimonials-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    
    	div.testimonials-section p {
        font-size: 75% !important;
        line-height: 1.6;
        padding: 0 0.5em 0 1em;
	}


	.testimonials-item {
		padding: 25px 15px;
	}
	
	.testimonials-description {
		padding-left: 100px;
	}

	/*about us section*/

	.progress-item {
		display: block;
		margin-right: 0;
		margin-top: 30px;
	}

	.progress-item:first-child {
		margin-top: 0;
	}
	
	.footer-title {
		margin-top: 20px;
	}

	.flickr_badge_image img  {
		margin: 6px!important;
		padding: 1px!important;
	}

	.flickr_badge_image:nth-child(7), .flickr_badge_image:nth-child(8) {
		display: none;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-menu {
		float: none;
	}

	/*about us page*/
	.breadcrumbs-section {
		line-height: 45px;
	}
	
	.breadcrumbs-sec-title {
		margin-top: 10px;
        margin-bottom: 10px;
	}

	.breadcrumbs-sec-title, .breadcrumbs-sec-crumbs {
		text-align: center;
	}

	.introduction-section img {
		margin-bottom: 30px;
	}

	/*about us 2 page*/
	.story-section img {
		margin-bottom: 30px;
	}

	/*services page*/
	.all-services-item {
		padding-left: 45px;
	}

	.all-services-item:before {
		left: 15px;
	}

	/*portfolio inner page*/
	.port-inner-title {
		margin-top: 15px;
	}

	/*blog grid page*/
	.sidebar {
		margin-top: 30px;
	}
	
	/*blog inner page*/
	.blog-cover-desc {
		bottom: 10px;
	}

	.blog-cover-title {
		font-size: 20px;
	}

	.blog-cover-author {
		margin-right: 20px;
	}

	.blog-other-proj {
		padding: 30px 15px 0 15px;
	}

	.blog-other-proj .blog-item {
		margin-bottom: 30px;
	}

	.shortcodes .accordion-wrap .panel-group {
		margin-bottom: 30px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.progress-item {
		margin-right: 15px;
	}

	.progress-item canvas {
		width: 70px;
	}

body {
	font-family: " -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #000;
    background-color: #fff;
    background: none;
}

    header {
	height: 40px;

    margin-top: -1px;
}


   

#wrap {

    width: 100%;
    margin: 0 auto;
    padding:0 1% 0 1%;
    background: #fff;
    /*box-shadow: 0px 0px 10px 1px #515151;*/
    /*-moz-box-shadow: 0px 0px 10px 1px #515151;*/
    /*-webkit-box-shadow: 0px 0px 10px 1px #515151;*/
}

.top2 {
   margin: 0 -10px 0 -10px !important;
}

.count01  {

}

.count01 span {
    font-size:18px;
}

.f280 {
font-size: 200%;
line-height: 1.5;
}



	.flickr_badge_image img  {
		margin: 6px!important;
		padding: 1px!important;
		max-width: 60px;
		max-height: 60px;
	}

	.flickr_badge_image:nth-child(7), .flickr_badge_image:nth-child(8) {
		display: none;
	}
    
    div.youtube {
	position: relative;
	padding-bottom: 52%;
	margin-top: 10px;
	height: 0;
	margin-bottom:0px;
	overflow: hidden;
    border: 0px #e3ded1 solid !important;
}

    div.youtube iframe {
	position: absolute;
	top: 0;
	left: 1%;
	width: 100%;
	height: 100%;
	max-width: 940px !important;
    max-height: 705px !important;
    border: 0px #e3ded1 solid !important;
}
    
    .navbar-brand img {
	max-height: 60px;
	position: absolute;
	margin: auto;
	top: 12px;
	bottom: 0;
	left: 7px;
	right: 0;
}

	/*portfolio inner page*/
	.port-inner-title {
		margin-top: 15px;
	}
	
	/*blog grid*/
	.blog-items-wrap > .row {
		margin: 0 -10px;
	}

	.blog-items-wrap > .row .col-sm-6, .blog-items-wrap > .row .col-md-4 {
		padding: 0 10px;
	}
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/*blog grid*/
	.blog-items-wrap > .row {
		margin: 0 -10px;
	}

	.blog-items-wrap > .row .col-sm-6, .blog-items-wrap > .row .col-md-4 {
		padding: 0 10px;
	}

}

.count01  {

}

.count01 span {
    font-size:22px;
}

.button01 {
    color: #fff;
    padding: 14px 48px;
    font-size: 320%;
    font-weight: bold;
    padding: 0.3em 1em 0.3em 1.5em;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#53ca24B4', endColorstr='#22b42b5C');
    border: none;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px #317911;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#53ca24), to(#22b42b));
    background-image: -webkit-linear-gradient(top, #53ca24, 0%, #22b42b, 100%);
    background-image: -moz-linear-gradient(top, #53ca24 0%, #22b42b 100%);
    background-image: linear-gradient(to bottom, #53ca24 0%, #22b42b 100%);
    background-repeat: repeat-x;
    border-color: #317911;
}



/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/*----end media----*/

.gmap {
position: relative !important;
padding-top: 75% !important;
height: 0 !important;
overflow: hidden !important;
}
.gmap iframe{
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}

p {
margin: 0 0 1em !important;
}

header {
height: 40px;

margin-top: 0px;
}

.count01  {

}

.count01 span {
    font-size:24px;
}



.ind01 {
    text-indent: -2em;
    padding-left: 1em;
}

.ind02 {
    text-indent: -1em;
    padding-left: 0em;
}



.ma01 {
 margin: 3% 2em 1% 2em;
}


.pa01 {
 padding: 2% 1.5em 1% 2em;
}

.pa01a {
 padding: 2% 1em 1% 1.5em;
}

.tes01 {
 text-shadow: 3px 3px 2px #ccc;
}

.cl-pi {
 color: #fec0cb;
}

.cl-re {
 color: #d95b55;
}

.bd-rd {
 border-width: 1px;
 border-color: #d95b55;
 border-style: solid;
 border-radius: 15px;
 margin: 1em 2em 1em 2em;
 background: #ffffff;
}


.side {
position: fixed;
right: 0;
bottom: 0px;
z-index: 2;
}


.alpha:hover {
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity = 70);
}

#tel-bottom img {
display: none !important;
visibility: visible !important;
margin: 0 0 0 0px;
width:100%;
max-width: 480px;
}
    
#tel-bottom {
visibility: none !important;
z-index: 99 !important;
position: fixed !important;
bottom: 0px !important;
margin: 0 0px 0 0px !important;
width: 100% !important;
}

#head2 {
background: url("img/header_02d.png") no-repeat top center;
height: 160px;
}

#head4 {
background: url("img/header_08.png") no-repeat top center;
height: 178px;
}

#head5 {
background: url("img/header_06d.png") no-repeat top center;
height: 294px;
}

#head7 {
background: url("img/header_07a.jpg") no-repeat top center;
height: 240px;
}

.hi01 {
padding:3%;
}

.hi02 {
padding:1%;
}


/* smart devices */
@media (max-width: 767px) {

.ma01 {
 margin: 3% 3px 1% 3px;
}


.pa01 {
 padding: 2% 3px 1% 3px;
}

.side {
display: none;
position: fixed;
right: 0;
bottom: 0px;
z-index: 2;
}

#tel-bottom img {
display: block !important;
visibility: visible !important;
margin: 0 0 0 0px;
width:100%;
max-width: 480px;
}
    
#tel-bottom {
visibility: visible !important;
z-index: 99 !important;
position: fixed !important;
bottom: 0px !important;
margin: 0 0px 0 0px !important;
width: 100% !important;
}

footer {
margin-top: 0px;
padding-top: 10px;
padding-bottom: 0px;
background-color: #fd9827;
color: #fff;
font-weight: 500;
font-size: 14px;
}

#head2 {
background: url("img/header_02f_sp.jpg") no-repeat top center;
height: 55px;
}

#head4 {
background: url("img/header_08_sp.png") no-repeat top center;
height: 50px;
}

#head5 {
background: url("img/header_06d_sp.png") no-repeat top center;
height: 120px;
}

#head7 {
background: url("img/header_07a_sp.jpg") no-repeat top center;
height: 115px;
}

.ind01 {
    text-indent: -1em;
    padding-left: 1em;
}

.hi01 {
padding:1%;
}

.bd-rd {
 border-width: 1px;
 border-color: #d95b55;
 border-style: solid;
 border-radius: 10px;
 margin: 1em 5px 1em 5px;
}

.pa01a {
 padding: 1em 5px 1% 5px;
}

p {
margin: 0 0 1em 3px !important;
}

.ind02 {
    text-indent: -1em;
    padding-left: 0.5em;
}

.box01 {
    margin: 3% 3px 3% 3px;
    padding: 2% 2% 2% 2%;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fdf8e0;
    border-radius: 5px;
}

}


.checkmark001{
	padding-left:24px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:6px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.y2-2::before{
    width: 12px;
    height: 2px;
    background: #7a0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.y2-2::after{
    left: 1px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
}

.link01 a {
    padding:10px 10px 10px 0px;
    font-size: 120%;
    color:#fb9738 !important;
}

.s01 a {
display: block;
width: 100%;
color: #ff5;
font-weight: bold;
text-align: center;
text-decoration: none;
background-color: #2a3;
background: -webkit-gradient(linear, center top, center bottom, from(#0a0), to(#080));
background: linear-gradient(to bottom, #0a0, #080);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00aa00', endColorstr='#008800');
margin: 20px 0 0;
padding: .5em;
position: relative;
top: 0;
border-radius: 8px;
text-shadow: 1px 1px 0 rgba(0,0,0,.2);
box-shadow: 0 5px 0 #060;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.s01 a::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 3px solid #ff5;
    border-right: 3px solid #ff5;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.s01  a:hover {
    top: 5px;
    box-shadow: 0 0 0 #060;
}

.s01 a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

.bg01 {
background: url(img/img_bg01.png);
padding: 30px 0 0;
}

.bg02 {
background: url(img/img_bg02.png);
padding: 30px 0 0;
}

.bg03 {
background: url(img/img_bg03.png);
padding: 10px 0 0;
}


/*ACCORDION*/
div.accordion {
	width: 100%;
}

.q1 {
     border: 1px solid #eaeaea;
    -webkit-border-top-left-radius: 15px;  
    -webkit-border-top-right-radius: 15px;   
    -moz-border-radius-topleft: 15px;  
    -moz-border-radius-topright: 15px;  
}

.q2 {
     border: 1px solid #eaeaea;  
    -webkit-border-bottom-right-radius: 15px;  
    -webkit-border-bottom-left-radius: 15px;  
    -moz-border-radius-bottomright: 15px;  
    -moz-border-radius-bottomleft: 15px;
}

div.accordion > ul > li > a {
	display: block;
	color: #333;
	text-decoration: none;
    background: url(http://riakon.jp/images/icon_q.png) no-repeat left;
    background-position:15px 20px;
	background-color: #e9eff0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 20px 24px 10px 90px;
	position: relative;
    font-size: 160%;
    height: auto;
    min-height: 100px;
}

@media (max-width: 767px) {
div.accordion > ul > li > a {
	display: block;
	color: #333;
	text-decoration: none;
    background: url(http://riakon.jp/images/icon_q.png) no-repeat left;
    background-position:15px 15px;
	background-color: #e9eff0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 20px 24px 10px 90px;
	position: relative;
    font-size: 120%;
    height: auto;
    min-height: 95px;
}
}

div.accordion > ul > li > a:hover{
	background-color: #eaeaea;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size: 12px;
	position: absolute;
	right: 12px;
	top: 16px;
	color: #95b8d9;
}
div.accordion > ul > li > a:after{
	content: "▼";
}
div.accordion > ul > li > a.active:after{
	content: "▲";
}
div.accordion > ul > li > ul {
	display: none;
}

div.accordion > ul > li > ul > li > a{
	display: block;
	color: #fff;
	font-size: 14px;
	background-color: #79c9b8;
	border-bottom: 1px solid #fff;
	padding: 6px 12px;
	position: relative;
}

@media (max-width: 767px) {
div.accordion > ul > li > ul > li > a{
	display: block;
	color: #fff;
	font-size: 12px;
	background-color: #79c9b8;
	border-bottom: 1px solid #fff;
	padding: 6px 12px;
	position: relative;
}
}

div.accordion > ul > li > ul > li > a:hover{
	background-color: #67ab9c;
}

p.qa {
	font-size: 160%;
    padding: 20px 24px 10px 90px;
    margin-bottom: 20px;
    background: url(http://riakon.jp/images/icon_a.png) no-repeat left;
    background-position:15px 20px;
	background-color: #fafafa;
    height: auto;
    min-height: 100px;
}

@media (max-width: 767px) {
p.qa {
	font-size: 120%;
    padding: 20px 24px 10px 90px;
    margin-bottom: 20px;
    background: url(http://riakon.jp/images/icon_a.png) no-repeat left;
    background-position:15px 20px;
	background-color: #fafafa;
    height: auto;
    min-height: 100px;
}
}


/* for table */
table.form {
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin-top: 1em;
}
table th {
	text-align: left;
	border: 1px solid #ddd;
	padding: 1px;
	font-weight: normal;
}
table td {
	text-align: left;
	border: 1px solid #ddd;
	padding: 7px !important;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #f8b617;
    width: 20%;
}
table.form td {
	background: #fcfcfc;
}

/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 1px 5px;
	margin: 0.5em 0 1em -0.5em;
    font-size: 120%;
}

/* for message */
p.msg {
	color: #777;
	margin: 0.5em 0 0.5em 0;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}


div.form01 {
	margin: 10px 0px 20px 0px;
}

div.label02 {
display: inline;
padding: 1px 2px 2px 2px;

font-weight: bold;
color: #fff;
border-radius: 2px;
margin: 0px 0 0px 7px;
vertical-align: top;
background-color: #7b1820;
line-height: 1.9;
}


.label03 {
display: block;
width: 100%;
height: 20px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.label03:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.label03::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.label03:-ms-input-placeholder {
    color: #999;
}

.label03::-webkit-input-placeholder {
    color: #999;
}

.label03[disabled], .label03[readonly], fieldset[disabled] .label03 {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.label03 {
    height: auto;
}

.sp01 {

}

.btn-sp01 {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}

.btn-sp01:hover, .btn-sp01:focus, .btn-sp01:active, .btn-sp01.active {
    color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}


.btn {display: inline-block !important;
margin-bottom: 0 !important;
text-align: center !important;
vertical-align: middle !important;
cursor: pointer !important;
border: 1px solid transparent !important;
white-space: nowrap !important;
padding: 6px 12px !important;
font-size: 14px !important;
line-height: 1.4 !important;
border-radius: 4px !important;
text-decoration: none !important;
}

div.control-label {
font-size: 110%;
font-weight: bold;
}

.ta-c {
width: 100%; max-width: 680px; display: block; margin-left: auto; margin-right: auto;
}

.ta-c01 {
display: block; margin-left: auto; margin-right: auto;
border: 0px;
}

.menu-ttl {
font-size: 120%;
font-weight: bold;
margin-bottom: -10px;
}

.cart-item {
font-size: 130%;
}

.cart-tbl {
font-size: 140%;
}

 .responsive.responsive-phone .cart-tbl {
font-size: 130%;
}

.cart-tbl01 {
font-size: 130%;
}

 .responsive.responsive-phone .cart-tbl01 {
font-size: 130%;
}

/* 入力必須 */
div.req {
	background-image: url(red.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}

/* テーブル項目[入力内容] */
td.tbl-val {
	width: 70%;
}

/* テーブル項目[タイトル] */
th.tbl-key {
	width: 30% !important;
	text-align: left !important;
}


.btn-t {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px #bdbdbd;
  -moz-box-shadow: 1px 1px 3px #bdbdbd;
  box-shadow: 1px 1px 3px #bdbdbd;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 12px 5px 12px;
  border: solid #1f628d 0px;
  text-decoration: none;
}

.btn-t:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn-o {
  background: #ffa442;
  background-image: -webkit-linear-gradient(top, #ffa442, #ff7c40);
  background-image: -moz-linear-gradient(top, #ffa442, #ff7c40);
  background-image: -ms-linear-gradient(top, #ffa442, #ff7c40);
  background-image: -o-linear-gradient(top, #ffa442, #ff7c40);
  background-image: linear-gradient(to bottom, #ffa442, #ff7c40);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 3px #bdbdbd;
  -moz-box-shadow: 1px 1px 3px #bdbdbd;
  box-shadow: 1px 1px 3px #bdbdbd;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 3px 15px 3px 15px;
  border: solid #1f628d 0px;
  text-decoration: none;
    margin-left: 0.5em;
}

.btn-o:hover {
  background: #ffb05c;
  background-image: -webkit-linear-gradient(top, #ffb05c, #ff824c);
  background-image: -moz-linear-gradient(top, #ffb05c, #ff824c);
  background-image: -ms-linear-gradient(top, #ffb05c, #ff824c);
  background-image: -o-linear-gradient(top, #ffb05c, #ff824c);
  background-image: linear-gradient(to bottom, #ffb05c, #ff824c);
  text-decoration: none;
}

/* 進行パネル */
#prog-tbl {
	margin: 8px 0;
}
#prog-tbl td {
	text-align: center;
}
#prog-tbl td.act {
	background: #F2AB00;
	color: #fff;
	font-weight: bold;
	padding: 6px 20px;
}
#prog-tbl td.ina {
	background: #A8A8A8;
	color: #eee;
	padding: 6px 20px;
}

div.cart {
	max-width: 680px;
	float: left;
	border-bottom: 1px solid #e4ded0;
	margin: 2% 3px 2% 3px !important;
	padding: 5% 5% 2% 5% !important;
}

input.spin {
	width: 35px;
	margin-right: 6px;
}

.bxslider img {
	margin: 0 auto;
	display: block;
}

input.spinner {
	padding: 3px;
	width: 40px;
	margin-right: 6px;
}

div.bx-viewport {
width: 100% !important;
overflow: hidden !important;
position: relative !important;
height: 192px !important;
}

.bx-img img {
	width: 95%;
}

p {
  font-size: 14px;
  text-align: left;
  padding: 0.5em 0 0 0.5em;
  margin: 0.5em 0 0.5em 0;
}
table {
  margin: 20px auto;
    table-layout: fixed;
}
.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  font-weight:bold;
  font-size: 120%;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
table.form th {
	white-space: nowrap;
	background: #f8b617;
    width: 100%;
}
p {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0.5em 0 0 0em;
  margin: 60px auto 20px;
}
}

input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";

    border: 1px solid #999999;
    -webkit-border-radius: 20px;
    border-radius: 20px;

    vertical-align: middle;
    cursor: pointer;
    margin-top: -4px;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 13px;
    height: 13px;
    background: #CC0000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
