/************************
Designed by : http://responsivewebinc.com
************************/
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* Basic CSS starts */

body{
	background:#fff;
    font-family:  "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	letter-spacing:0.5pt
}

h1,h2,h3,h4,h5,h6{
    font-family:  "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-weight:400;
	color:#333333;
	margin:0;
}

p{
	margin:0;
	padding:0;
}

a{
	color: #000000;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

a:hover,a:active,a:focus {
	outline: 0;
	color: #06C;
	text-decoration: underline;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

/* Colors */

.white{
	color:#fff !important;
}

.black{
	color:#444 !important;
}

.grey{
	color:#bbb !important;
}

.red{
	color:#e63131 !important;
}

.green{
	color:#6fae26 !important; 
}

.lblue{
	color:#14b9e8 !important;
}

.blue{
	color:#0275d7 !important;
}

.brown{
	color:#c27256 !important;
}	

.orange{
	color:#ed450c !important;
}

.purple{
	color:#702583 !important;
}

.pink{
	color: #fb226f !important;
}

.yellow{
	color: #ffb800 !important;
}

/* Backgrounds */

.br-white{
	background:#fff !important;
}

.br-black{
	background: #7F7F7F !important;
}

.br-red{
	background:#e63131 !important;
}

.br-green{
	background:#86BE11 !important;
}

.br-lblue{
	background:#69c6e8 !important;
}

.br-blue{
	background:#0275d7 !important;
}

.br-gblue{
	background:#0A3255 !important;
}

.br-brown{
	background:#c27256 !important;
}

.br-orange{
	background:#b5cc60 !important;
}

.br-purple{
	background:#702583 !important;
}

.br-pink{
	background: #fb226f !important;
}

.br-yellow{
	background: #ffb800 !important;
}

.br-gray{
	background:#C0C0C0 !important;
}

.br-gray2{
	background:#E0E0E0 !important;
}

.br-lgray{
	background:#E6EAEE !important;
}

.br-dgray{
	background:#404040 !important;
}

.br-beige{
   background: #E7E7E7 !important;
}


.mb10 {
	margin-bottom:10px;
}

.mr10 {
	margin-right:10px;
}

.mrl0 {
	margin-left:0;
	margin-right:0;
}

.p00 {
	padding:0 !important;
}

.prl0 {
	padding-left:0;
	padding-right:0;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.pt10 {
	padding-top:10px;
}

.ptl3 {
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
}
.ptl3a {
	padding-top:0;
	padding-left:3px;
	padding-bottom:3px;
}


.ptl3b {
	padding-top:5px;
	padding-left:3px;
	padding-bottom:3px;
	font-size:95% !important;
	height:40px;
}

.MH500 {
	min-height: 570px;
	height: auto !important;
	height: 570px;
}

.MR-T5 {
   margin:5px 0 0;
}

.fl_R {
	float:right;
}

.OFL{
    overflow: hidden;
}

.SM_only {
	display:none;
}

.w100 {
	width:100% !important;

}

.tblcell {
	display:table-cell;
	width: 100%;
}

.ctr {
	text-align:center;
	margin: 0 auto;
	padding:0 2px;
}

.clb{
	clear:both;
}

.fsz90 {
	font-size:0.9em;
}
/* Progress Bar Color */

.progress-bar-success{
	background: #6fae26 !important;
}

.progress-bar-info{
	background: #14b9e8 !important;
}

.progress-bar-danger{
	background: #e63131 !important;
}

.progress-bar-warning{
	background: #ed450c !important;
}

.progress-bar-primary{
	background: #0275d7 !important;
}

/* Button */

.btn{
	border: 0px !important;
	font-weight: 400;
}

.btn-default{
	color: #fff !important;
	border:1px solid #7D7D7D !important;
	background: #7D7D7D !important;
}

.btn-default:hover{
	color: #ffffff !important;
	text-decoration: none !important;
	border:1px solid #85BE42 !important;
	background: #85BE42 !important;
}

.btn-red {
	color: #ffffff;
	background: #ed5441;
	border: 1px solid #e52d16 !important;
	}
	
.btn-red:hover,
.btn-red:focus,
.btn-red.active,
.btn-red:active {
	color: #ffffff;
	background: #e52d16;
}
.btn-red.btn-outline {
	background: transparent !important;
	border: 1px solid #e52d16 !important;
	color: #e52d16;
}


.btn-lg{
	font-size: 15px !important;
}


form label{
	font-size: 13px !important;
	font-weight: 300 !important;
}

form input,
form textarea{
	font-size: 13px !important;
	font-weight: 400 !important;
	box-shadow: none !important;
}


/* Box Hover Background */

.box-hover-black{
	background: rgba(0,0,0,0.45);
}

.btn.btn-black{
	color:#fff;
	background:#555;
}

.btn.btn-black:hover{
	color:#fff;
	background:#444;
}

/* Social CSS */

.social a i{
   display:inline-block;
   width:40px;
   height:40px;
   font-size:15px;
   line-height:40px;
   text-decoration:none;
   text-align:center;
   color:#fff;
   -webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
   -ms-transition: all 1.5s ease;
   -o-transition: all 1.5s ease;
   transition: all 1.5s ease;
}

.social a.facebook i{
	background:#1e78ae;
}

.social a.twitter i{
	background:#1ba1e2;
}

.social a.google-plus i{
	background:#f22d0c;
}

.social a.linkedin i{
	background:#2d93cf;
}

.social a.pinterest i{
	background:#dd1617;
}

.social a:hover i{
   background:#000;
}

/* Basic CSS ends */

.container{
	width: 100%;
}

.col-inner{
	margin: 5px 10px;
}

.wrapper{
	max-width:1250px;
	margin:0 auto;
}


#shop_cnt {
	width: 100%;
}

#shop_cnt h1{
	margin:0;
	color:#000;
	font-size:10px;
}



.form-control {
  border: none;
}

.panel-group {
  margin-bottom: 5px;
}

.form-control2 {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 10px;
  font-size: 0.9em;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #3D3F44;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-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;
}
.form-control2:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.form-control2::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control2:-ms-input-placeholder {
  color: #999999;
}
.form-control2::-webkit-input-placeholder {
  color: #999999;
}
.form-control2[disabled],
.form-control2[readonly],
fieldset[disabled] .form-control2 {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control2 {
  height: auto;
  font-size: 0.9em;
}


/* Header */

.header{
	margin: 0;
}

.header .header-info{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: #fff;
}

.header .header-info .social a i{
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 1px;
	margin-left: 1px;
	border-radius: 40px;
}

.header .header-info .search{
	float:right;
	border: 1px solid #C8C8C8;
	max-width: 250px;
	margin: 10px auto 0;
	background: #fff;
}

.header .header-info .search > form > .input-group > input,
.inner-page .sidebar-link .search > form > .input-group > input{
	background: #fff;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	color: #999;
} 

.header .header-info .search > form > .input-group > input:focus,
.inner-page .sidebar-link .search > form > .input-group > input:focus{
	box-shadow: none;
}

.header .header-info .search > form > .input-group > input::-webkit-input-placeholder { 
    color:#888;
	border: 0;
}

.header .header-info .search > form > .input-group > input::-moz-placeholder { 
    color:#888;
	border: 0;
}

.header .header-info .search > form > .input-group > input::-ms-input-placeholder { 
    color:#888;
	border: 0;
}

.header .header-info .search > form > .input-group > .input-group-btn > button,
.inner-page .sidebar-link .search > form > .input-group > .input-group-btn > button{
	background: #fff;
	border: 0;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ccc;
}

.header .header-info .search > form > .input-group > .input-group-btn > button:hover,
.header .header-info .search > form > .input-group > .input-group-btn > button i:hover,
.inner-page .sidebar-link .search > form > .input-group > .input-group-btn > button:hover,
.inner-page .sidebar-link .search > form > .input-group > .input-group-btn > button i:hover{
	color: #F81F00;
} 

.header .header-info .contact-info span{
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 32px;
}

.header .header-info .contact-info span i{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 33px;
	text-align: center;
	border-radius: 40px;
	margin-right: 3px;
}


.header .logo{
	margin-top:10px;
	padding-left:10px;
	vertical-align: middle;
 	height:32px;
 	line-height:32px;
}

.header .logo h1{
	margin: 0px;
	padding:0;
	font-size: 30px;
	font-weight:700;
	background:url(../img/top_logow.png) no-repeat;
	font-family: WebWadaFont;
	height: 32px !important;
	line-height: 32px !important;
	vertical-align: middle !important;
}

.header .logo h1 a{
	padding-left:32px;
	color: #3D3F44;
}


.header .logo h1 a:hover{
	padding-left:32px;
	color: #3D3F44;
	text-decoration:none;
}

.header .logo h1 a i{
	position: relative;
	top: -8px;
	display: inline-block;
	width: 50px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 24px;
	border-radius: 4px;
}

span.small {
	font-size:16px;
	padding-left:15px;
	margin:0;
	color: #3D3F44;
	font-family: SmartFont;
}

/* Bootstrap Nav Menu */

.header .navbar-default{
	background: none;
	border: 0px;
}

.header .navbar-default .navbar-collapse{
	border: 0px;
	box-shadow: none;
}

.header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: #ed450c;
}

.header .navbar-default .navbar-toggle{
	border: 0px;
	margin-top: -40px;
	margin-right:0;/*04-12*/
	border-radius: 2px;
	padding: 13px 15px;
}

.header .navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}

.header .navbar-default .navbar-nav {
	text-align:center;
}

.header .navbar-default .navbar-nav > li > a{
	position: relative;
	min-width: 80px;
	height: 38px;
	margin-top: 1px;
	margin-right: 6px;
	margin-bottom: 0;
	font-size: 100%;
	color: #3D3F44;
	background: #fff !important;
  	border: 1px solid #3D3F44;
  	-webkit-border-radius: 3px;  
  	-moz-border-radius: 3px;  
  	border-radius: 3px;  
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #333333;
	text-decoration: none;
	background: #DBD5CD !important;
	border: 1px solid #DBD5CD;
}

.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav> .open > a:focus{
	color: #0AA0D2;
}

.navbar-default .navbar-nav > li > a i.link-icon{
	position: absolute;
	left: 10px;
	font-size: 20px;
}

.header .navbar-default .navbar-nav > li > a span.link-title{
	position: absolute;
	right: 10px;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.header .navbar-nav>li>.dropdown-menu {
	right: -1px;
	margin-top: 9px;
	border-radius: 5px !important;
}

.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 10px;
	right: 25px;
	border-bottom-color: #fff;
}

.header .navbar-default .navbar-nav > li ul.dropdown-md{
	width: 750px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm{
	width: 500px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm,
.header .navbar-default .navbar-nav > li ul.dropdown-md{
	padding: 3px;
	color: #878787;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm li,
.header .navbar-default .navbar-nav > li ul.dropdown-md li{
	padding: 10px 5px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm img,
.header .navbar-default .navbar-nav > li ul.dropdown-md img{
	margin-bottom: 5px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm p,
.header .navbar-default .navbar-nav > li ul.dropdown-md p{
	font-size: 13px;
	line-height: 23px;
	color: #9a9a9a;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm h4, 
.header .navbar-default .navbar-nav > li ul.dropdown-md h4{
	margin: 0px;
	margin-bottom: 8px;
	padding: 6px 7px 3px;
	font-size: 22px;
	color: #fff;
	border-radius: 2px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm h4 i.heading-icon, 
.header .navbar-default .navbar-nav > li ul.dropdown-md h4 i.heading-icon{
	position: relative;
	top: -4px;
	display: inline-block;
	margin-right: 2px;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #fff;
	border-radius: 40px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm ul li,
.header .navbar-default .navbar-nav > li ul.dropdown-md ul li{
	padding: 0px;
	margin-bottom:3px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm ul li a,
.header .navbar-default .navbar-nav > li ul.dropdown-md ul li a{
	display: block;
	background: #14b9e8;
	padding: 5px 8px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-radius: 2px;
}

.header .navbar-default .navbar-nav > li ul li a i.dd-link-icon{
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #fff;
	border-radius: 40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.header .navbar-default .navbar-nav > li ul li a:hover i.dd-link-icon{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.header .navbar-default .navbar-nav > li ul.dropdown-sm ul li a:hover,
.header .navbar-default .navbar-nav > li ul.dropdown-md ul li a:hover{
	background: #069ec9;
}

.header .navbar-default .navbar-nav > li ul.dropdown-md .view-button{
	position: static;
}

.header .navbar-default .navbar-nav > li ul.dropdown-md .view-button a{
	margin-top: 8px;
	font-size: 12px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-md .view-button a i{
	width: 15px;
	height: 15px;
	line-height: 13px;
	font-size: 10px;
}

.header .navbar-default .navbar-nav > li ul.dropdown-default li a{
	padding: 5px 12px;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}

.header .navbar-default .navbar-nav > li ul.dropdown-default li a i{
	border-color: #898989;
}



.panel-default {

	/*background:#fff;*/
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
	background: #343434;
}

.tp-banner{
	width:100%;
	position:relative;
	overflow: hidden;
}

.tp-bannertimer{
	visibility: visible !important;
	height: 2px;
}

.tp-banner ul{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tp-banner .tp-caption a.btn{
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.2);
}

.tp-banner .tp-caption.paragraph{
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

/* Box Navigation */

.box-wrapper{
	margin-top: 30px;
}

.box{
	position: relative;
	margin-top: 7px;
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
	border-radius: 6px;
	z-index: 20;
	border: 0px;
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   -ms-transition-duration: 0.8s;
   -o-transition-duration: 0.8s;
   transition-duration: 0.8s;
}

.box{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	animation-duration: 1s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1s;    
    -o-animation-delay:  0s; 
}

.box.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.box.box-md{
	height: 200px;
}

.box.box-lg{
	height: 407px;
}

.pull-up{
	margin-top: -200px;
}

.box-hover{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 6px;
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
	
.box:hover .box-hover{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.box-hover span.hover-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100px;
	font-size: 20px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
	z-index: 25;
}

.box:hover .box-hover span.hover-icon{
	opacity: 1;
}

.box .box-content{
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.box .box-content.padd-zero{
	padding: 0px;
}

.box .box-content.navigation{
	padding: 25px;
}

.box .box-content.navigation i{
	display: inline-block;
	font-size: 55px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.box:hover .box-content.navigation i{
	font-size: 70px;
}

.box .box-content.navigation span.box-title{
	position: absolute;
	bottom: 20px;
	right: 25px;
	font-size: 18px;
	color: #fff;
}

/* Box Default Heading */

.box .box-default h4{
	margin: 0px;
	margin-bottom: 2px;
	font-size: 25px;
	line-height: 30px;
}

.box .box-default h4 i{
	position: relative;
	top: -3px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
}

/* plot chart [ Box 20 ] */

.box .box-chart p{
	font-size: 13px;
	line-height: 23px;
}

.plot-chart{
	margin-top: 10px;
	width: 100%;
	height: 200px;
}

.box .box-chart .view-button{
	position: static;
	display: inline-block;
	margin-top: 15px;
	margin-right: 4px;
}


/* Box Gallery [ Box 4 ] */

.box .box-gallery img.box-gallery-img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
	border-radius: 6px;
}

.box:hover .box-gallery img.box-gallery-img{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.box .box-gallery .img-details{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
	z-index: 20;
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

.box:hover .box-gallery .img-details{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.box .box-gallery .img-details h3{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 22px;
}

.box .box-gallery .img-details p{
	font-size: 13px;
	line-height: 23px;
	color: #fff;
}

/* [ Box 12 ] */

.box .box-gallery{
	cursor: pointer;
}

.box .box-gallery .image-gallery-caption{
	position: absolute;
	width: 100%;
	padding: 10px;
}

.box .box-gallery .image-gallery-caption h4{
	margin: 0px;
	font-size: 18px;
	line-height: 23px;
}

.box .box-gallery .image-gallery-caption p{
	margin-top: 6px;
	font-size: 13px;
	line-height: 23px;
}

.box .box-gallery .image-gallery-caption a.btn{
	margin-top: 10px;
}

.movetoup{
	display: none;
	bottom: 0px;
	left: 0px;
}

.movetodown{
	display: none;
	top: 0px;
	left: 0px;
}

/* View Button CSS */

.view-button{
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.view-button a{
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
}

.btn-circle {
	background:#EBEAEA;
}

a.btn-circle i,
.view-button a i{
	display: inline-block;
	margin-left: 3px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 40px;
}

a.btn-circle i:hover,
.view-button a i:hover{
	display: inline-block;
	margin-left: 3px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #fff;
	color:#fff;
	border-radius: 40px;
}

a.btn-default i{
	border: none;
	font-size: 1.2em;
}

p.notice404 {
    margin:20px 20px;
       line-height: 2em;
    font-size: 110%;
}


/* index page Cycle Slider [ Box-5 ] */

.pics {  
	position: relative;
    height:  200px !important;  
    width:   100%;  
    padding: 0;  
    margin:  0;  
	border-radius: 6px;
} 

.pics img{
	width: 100% !important;
}

/* Box CTA [ Box 10 ] */

.box .box-cta img{
	max-width: 120px;
	margin-top: 20px;
	float: left;
}

.box .box-cta .box-cta-info{
	margin-left: 140px;
}

.box .box-cta h4{
	margin: 0px;
	margin-top: 12px;
	font-size: 30px;
	margin-bottom: 6px;
}

.box .box-cta p{
	font-size: 13px;
	line-height: 23px;
}

.box .box-cta .view-button{
	position: static;
	margin-top: 12px;
}

/* Box Service [ Box 3 ] */

.box .box-service p{
	font-size: 13px;
	line-height: 23px;
}

.box .box-service ul{
	margin-top: 15px;
}

.box .box-service ul li{
	margin-bottom: 10px;
	font-size: 15px;
}

.box .box-service ul li i{
	display: inline-block;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 40px;
}

.box .box-service .view-button{
	position: static;
	display: inline-block;
	margin-top: 10px;
	margin-right: 4px;
}

/* Box Features [ Box 14 ] */

.box .box-feature p{
	font-size: 13px;
	line-height: 23px;
}

.box .box-feature .view-button{
	position: static;
	display: inline-block;
	margin-top: 10px;
}

/* Box Testimonial [ Box 19 ] */

.box .box-testimonial .carousel.testimonial .item{
	height: 200px !important;
}
	
.box .box-testimonial .carousel.testimonial .item img.item-back{
	height: 100% !important;
}

.box .box-testimonial .carousel.testimonial .item .carousel-caption{
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: left;
	padding:0;
	padding-top: 20px;
}

.box .box-testimonial .carousel.testimonial .item .carousel-caption img{
	display: inline-block;
	max-width: 45px;
	margin-right: 15px;
	border-radius: 3px;
}

.box .box-testimonial .carousel.testimonial .item .carousel-caption h3{
	margin: 0px;
	margin-bottom: 25px;
	margin-left: 20px;
	font-size: 20px;
	text-shadow: none;
}

.box .box-testimonial .carousel.testimonial .item .carousel-caption blockquote{
	position: relative;
	padding: 8px 12px;
	margin: 0px 20px;
	border: 2px;
	border-radius: 3px;
	background: rgba(0,0,0,0.25);
}

.box .box-testimonial .carousel.testimonial .item .carousel-caption blockquote:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.box .box-testimonial .carousel.testimonial .item .carousel-caption blockquote:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 10px;
	left: 15px;
	border-bottom-color: rgba(0,0,0,0.25);
}

.box .box-testimonial .carousel.testimonial .item .carousel-caption blockquote p{
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	text-shadow: none;
	color: #fff;
}

.box .box-testimonial .carousel.testimonial .c-control{
	position: absolute;
	top: 10px;
	z-index: 100;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 21px;
	text-align: center;
	font-size: 20px;
	border-radius: 40px;
	border: 1px solid #fff;
	color: #fff;
}

.box .box-testimonial .carousel.testimonial .c-control.left{
	right: 40px;
}

.box .box-testimonial .carousel.testimonial .c-control.right{
	right: 10px;
}

/* Box Team [ Box 17 ] */

.box .box-team img.box-team-img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.box .box-team .box-team-details{
	position: absolute;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.box .box-team .box-team-details h4{
	margin: 0px;
	margin-bottom: 4px;
	font-size: 22px;
}

.box .box-team .box-team-details span{
	font-size: 13px;
}

.box .box-team .box-team-details .social{
	margin-top: 2px;
}

.box .box-team .box-team-details .social a i{
	margin-top:4px;
	margin-right: 1px;
	margin-left: 1px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50px;
	background: transparent;
	border: 1px solid #fff;
}


/* Box Login [ Box 15 ] */

.box .box-login h4{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 22px;
}

/* Box Subscribe [ Box 21 ] */

.box .box-subscribe p{
	font-size: 13px;
	line-height: 23px;
}

.box .box-subscribe form{
	margin-top: 8px;
}

.box .box-subscribe form button{
	padding: 7px 12px;
}

.box .box-subscribe form button i{
	font-size: 16px;
}

.box .box-subscribe .social{
	margin-top: 6px;
}

.box .box-subscribe .social a {
	margin-right: 8px;
}

.box .box-subscribe .social a i{
	margin-top: 8px;
	border-radius: 50px;
	border: 1px solid #fff;
	background: transparent;
}

/* Box Pricing [ Box 22 ] */

.box .box-pricing h4 span.price{
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

.box .box-pricing p{
	font-size: 13px;
	line-height: 23px;
}

.box .box-pricing .pricing-details{
	margin-top: 8px;
}

.box .box-pricing .pricing-details li{
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
}		

.box .box-pricing .pricing-details i{
	display: inline-block;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 40px;
}

.box .box-pricing .view-button{
	position: static;
	margin-top: 6px;
}


/* Box Quote [ Box 23 ] */

.box .box-quote .box-quote-icon{
	position: relative;
	top: -30px;
	display: inline-block;
	font-family: 'Georgia', 'Times New Roman', serif;
	text-shadow: none !important;	
	font-size: 130px;
	text-align: center;
	float: left;
}

.box .box-quote p{
	margin-left: 65px;
	font-size: 22px;
	line-height: 30px;
}

.box .box-quote span.meta{
	display: block;
}

/* Box Service Counter [ Box 11 ] */

.box .box-service-counter .service-item{
	margin-top: 20px;
	text-align: center;
}

.box .box-service-counter .service-item span{
	display: block;
	margin: 0px auto;
	width: 90px;
	height: 90px;
	line-height: 80px;
	font-size: 25px;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 100px;
}

.box .box-service-counter .service-item h3{
	font-size: 20px;
}

/* ************************************** */
/* *********** Inner Page CSS *************/
/* ************************************** */

.inner-page .page-title{
	padding: 10px 10px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	text-align:center;
	position: relative; 
	overflow: hidden;
}

.inner-page .page-title h2{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 35px;
	line-height: 45px;
}

.inner-page .page-title h3{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
}

.inner-page .page-title p{
	font-size: 14px;
	line-height: 30px;
	margin:3px 0 ;
}

.inner-page .page-mainbar{
	padding-left: 0px;
}

.inner-page .page-mainbar .column-index{
	margin:0;
	padding-left: 0px;
}


/*.inner-page .page-mainbar h3{
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: 25px;
	border-bottom: 1px solid #2a2a2a;
}*/

.inner-page  .sidebar-link{
	margin-top: 40px;
}

.inner-page  .sidebar-link .search{
	border: 1px dashed #777;
}

.inner-page  .sidebar-link ul{
	margin-top: 20px;
	text-align: right;
}

.inner-page  .sidebar-link ul li {
}

.inner-page  .sidebar-link ul li a{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #eaeaea;
	text-transform: capitalize;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.inner-page  .sidebar-link ul li a:hover{
	color: #fff;
	padding-right: 15px;
	background: #e63131;
}

.inner-page  .sidebar-link ul li a{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	animation-duration: 1.2s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1.2s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1.2s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1.2s;    
    -o-animation-delay:  0s; 
}

.inner-page  .sidebar-link ul li a.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inner-page  .sidebar-link ul li a i{
	display: inline-block;
	margin-left: 2px;
	height: 22px;
	line-height: 22px;
	font-size: 15px;
	color: #9a9a9a;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.inner-page  .sidebar-link ul li a:hover i{
	color: #fff;
}


/**** Isotope Filtering ****/

.isotope-item {
   z-index: 2;
}

.isotope-hidden.isotope-item {
   pointer-events: none;
   z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   -ms-transition-duration: 0.8s;
   -o-transition-duration: 0.8s;
   transition-duration: 0.8s;
}

.isotope {
   -webkit-transition-property: height, width;
   -moz-transition-property: height, width;
   -ms-transition-property: height, width;
   -o-transition-property: height, width;
   transition-property: height, width;
}

.isotope .isotope-item {
   -webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
   -ms-transition-property:     -ms-transform, opacity;
   -o-transition-property:      -o-transform, opacity;
   transition-property:         transform, opacity;
}

#filters{
   margin-left:0px;
   margin-bottom: 15px;
}

#filters li{
   display:inline;
   padding:0px;
   background:none;
}

#filters a{
	font-size:13px;
	padding: 6px 14px;
	display: inline-block;
	margin-bottom: 6px;
}

#filters .btn{
   border-radius:2px !important;
}


/* PrettyPhoto */

div.ppt {
   display:none !important;
}



/* Inner Page Product */

.inner-page .product .carousel{
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.inner-page .product .carousel .carousel-control{
	top: 50%;
	background: none;
}

.inner-page .product .carousel .carousel-control span{	
	width: 40px;
	height: 40px;
	line-height: 37px;
	border-radius: 2px;
	border: 2px solid #fff;
}

.inner-page .product-sidebar{
	margin-top: 30px;
	margin-left: 10px;
}

.inner-page .product-sidebar .sidebar-widget{
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 6px;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
}

.inner-page .product-sidebar .sidebar-widget h4{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 18px;
}

.inner-page .product-sidebar .sidebar-widget h4 i{
	display: inline-block;
	margin-right: 7px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 50px;
}

.inner-page .product-sidebar .sidebar-widget p{
	font-size: 13px;
	line-height: 23px;
	text-align: justify;
}

.inner-page .product-sidebar .sidebar-widget ul li{
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.inner-page .product-sidebar .sidebar-widget a.btn{
	margin-top: 10px;
	padding: 10px 14px;
}

.inner-page .product .recent-product{
	margin-top: 25px;
}

.inner-page .product .recent-product h4{
	font-size: 22px;
	margin-bottom: 10px;
}

.inner-page .product .recent-product a img{
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin-right: 10px;
	margin-top: 15px;
}

/* Inner Page Blog and Single Blog */

.inner-page .blog .blog-content{
	margin-top: 30px;
}

.inner-page .blog-post .entry{
	margin-bottom: 40px;
}

.inner-page .blog-post .entry{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	animation-duration: 1.5s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1.5s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1.5s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1.5s;    
    -o-animation-delay:  0s; 
}

.inner-page .blog-post .entry.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inner-page .blog-post .entry .meta{
	padding: 20px 25px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
	float: left;
}

.inner-page .blog-post .entry .meta .post-date{
	font-size: 18px;
	text-align: center;
}

.inner-page .blog-post .entry .meta .post-date span{
	display: block;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}

.inner-page .blog-post .entry .meta .meta-info{
	margin-top: 10px;
}

.inner-page .blog-post .entry .meta .meta-info a{
	color: #fff;
}

.inner-page .blog-post .entry .meta .meta-info a:hover{
	color: #f1f1f1;
}

.inner-page .blog-post .entry .meta .meta-info i{
	display: inline-block;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	border-radius: 30px;
	border: 1px solid #fff;
}

.inner-page .blog-post .entry .meta .meta-info span{
	font-size: 14px;
	line-height: 23px;
}

.inner-page .blog-post .entry h4,
.inner-page .blog-post .entry p{
	margin: 0px;
	margin-left: 183px;
}

.inner-page .blog-post .entry h4{
	margin-bottom: 10px;
	font-size: 35px;
}

.inner-page .blog-post .entry h4 a{
	color: #fff;
}

.inner-page .blog-post .entry p{
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}

/* Inner page Careers */
.inner-page ul.nav{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border: 0px;
	background: #ffffff;
}

.inner-page ul.nav > li > a {
  padding: 7px 3px !important;
}

.inner-page .nav-tabs li{
	margin-bottom: 0;
	border-radius: 2px 3px 0 0 !important;
	margin-right: 2px;
}

.inner-page .nav-tabs li a{
	margin-right: 0;
	font-size: 0.8em;
	padding: 15px 25px;
	color: #444444;
	background: #fff;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}


.inner-page .nav-tabs .active a{
	border-radius: 2px 3px 0 0 !important;
	background: #b0b0b0 !important;
	color: #fff;
}

.inner-page .nav-tabs li a:hover{
	background: transparent !important;
	color: #000;
}

.inner-page .nav-tabs li:first-child a{
	border-top-left-radius: 3px !important;
}

.inner-page .nav-tabs li:first-child a:hover{
	border-top-left-radius: 2px;
}

.panel-default {
    border: #3D3F44 1px solid !important;
}

/* Pagination */

.paging {
	margin-left: 183px;
	width:270px;
	clear:both;
	line-height:17px;
	font-size:13px;
}
 
.paging span, .paging a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding: 8px 12px;
	text-decoration:none;
	width:auto;
	color:#565656;
	background: #fff;
	border:1px solid #292929;
	border-radius: 2px;
	font-weight: 300;
}

.paging a:hover{
	color: #fff;
	background: #0f98db;
}
 
.paging .current{
	padding: 8px 12px;
	color:#fff;
	background: #0f98db;
}

/* Blog SideBar */

.inner-page .blog-sidebar .side-widget{
	margin-bottom: 20px;
	margin-left: 10px;
	border-radius: 2px;
	overflow: hidden;
}

.inner-page .blog-sidebar .side-widget h4{
	margin: 0;
	padding: 15px;
	padding-bottom: 11px;
	color: #fff;
	background: rgba(0,0,0,0.1);
}

.inner-page .blog-sidebar .widget-content{
	padding: 20px;
	font-size: 13px;
	line-height: 24px;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
}

.inner-page .blog-sidebar .widget-content button{
	padding: 7px 12px;
}

.inner-page .blog-sidebar .widget-content ol{
	padding-left: 20px;
}

.inner-page .blog-sidebar .widget-content ol li a{
	color: #fff;
}

.inner-page .blog-sidebar .widget-content ol li a:hover{
	color: #f1f1f1;
}

.inner-page .blog-sidebar .widget-content p{
	font-size: 13px;
	line-height: 23px;
	font-weight: 300;
	color: #fff;
}

.inner-page .blog-sidebar .widget-content a.btn{
	margin-bottom: 10px;
	margin-right: 5px;
}

.inner-page .blog-sidebar .widget-content .social{
	margin-top: 10px;
}

.inner-page .blog-sidebar .widget-content .social a i{
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 50px;
	margin-right: 3px;
	border: 1px solid #fff;
}

/* Blog-single Comments CSS */

.inner-page .blog-post .comments .title h5{
	margin-bottom: 15px;
	font-size: 20px;
}

.inner-page .blog-post .comments .comment-list{
	list-style-type: none;
	padding-left: 0;
}

.inner-page .blog-post .comments .comment-list li{
	margin-bottom: 20px;
	padding: 20px;
	background: #292929;
	border-left: 3px solid #393939;
}

.inner-page .blog-post .comments .comment-list li.reply{
	margin-left: 30px;
}

.inner-page .blog-post .comments .comment-list .avatar{
	margin-right: 10px;
	width: 100%;
	max-width: 50px;
	border-radius: 2px;
}

.inner-page .blog-post .comments .comment-list .comment-author a{
	font-size: 15px;
	color: #fff;
}

.inner-page .blog-post .comments .comment-list .cmeta{
	font-size: 11px;
	color: #ddd;
}

.inner-page .blog-post .comments .comment-list p{
	margin-top: 7px;
	margin-left: 60px;
	font-size: 13px;
	line-height: 23px;
}

/* Blog respond Form */

.inner-page .blog-post .respond.well{
	padding: 10px 20px;
	background: #292929;
	border: 1px solid #393939;
	border-radius: 2px;
}

.inner-page .blog-post .respond .title h5{
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #393939;
	font-size: 20px;
}

.inner-page .blog-post .respond .form{
	width: 100%;
}

.inner-page .blog-post .navigation.button a.btn{
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-shadow: none;
}

/* Inner sitemap page CSS */

.inner-page .site-map-content{
	margin-top: 10px;
}

.inner-page .site-map-content h5{
	margin: 0;
	margin-top: 10px;
	font-size: 18px;
}

.inner-page .site-map-content hr{
	border-top: 1px solid #292929;
}

.inner-page .site-map-content ul li a{
	font-size: 13px;
	line-height: 23px;
	color: #dedede;
}

.inner-page .site-map-content ul > li > a:hover{
	color: #bbb;
}

/* Inner Page FAQ */

.inner-page .faq .panel{
	border: 0;
	margin-bottom: 10px;
	background: transparent;
}

.inner-page .faq .panel .panel-heading{
	padding: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.inner-page .faq .panel .panel-heading .panel-title h5{
	margin: 0;
	padding: 15px;
	padding-bottom: 13px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	background: rgba(0,0,0,0.1);
}

.inner-page .faq .panel .panel-heading h5 i{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #fff;
}

.inner-page .faq .panel .panel-body{
	border: 0px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.inner-page .faq .panel .panel-body p{
	font-size: 12px;
	line-height: 23px;
	font-weight: 300;
	color:#444
}

/* Inner Page Landing */

.inner-page .landing .landing-logo{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.inner-page .landing .landing-logo i{
	display: block;
	width: 150px;
	height: 150px;
	margin: 0px auto;
	line-height: 150px;
	text-align: center;
	font-size: 80px;
	border-radius: 6px;
}

.inner-page .landing .landing-logo a{
	color: #fff;
}

.inner-page .landing .landing-logo h2{
	margin-top: 30px;
	font-size: 60px;
}

.inner-page .landing .landing-logo img{
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	margin-top: 20px;
}

.inner-page .landing .landing-button{
	margin-top: 25px;
	text-align: center;
}

.inner-page .landing .landing-button a.btn{
	margin-bottom: 10px;
}

.inner-page .landing .landing-button a i{
	display: inline-block;
	margin-right: 4px;
}

.inner-page .landing .landing-item{
	max-width: 390px;
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px;
	border-radius: 6px;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
}

.inner-page .landing .landing-item{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	animation-duration: 1.6s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1.6s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1.6s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1.6s;    
    -o-animation-delay:  0s; 
}

.inner-page .landing .landing-item.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inner-page .landing .landing-item img{
	max-width: 55px;
	float: left;
}

.inner-page .landing .landing-item h4,
 .inner-page .landing .landing-item p{
	margin: 0px;
	margin-left: 75px;
 }
 
.inner-page .landing .landing-item h4{
	margin-bottom: 10px;
	font-size: 22px;
}
 
.inner-page .landing .landing-item p{
	font-size: 13px;
	line-height: 23px;
}

/* Inner Page Time Line */

.inner-page .time-line .panel{
	border: 0;
	margin-bottom: 10px;
	background: transparent;
}

.inner-page .time-line .panel .panel-heading{
	padding: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.inner-page .time-line .panel .panel-heading .panel-title h5{
	margin: 0;
	padding: 15px;
	padding-bottom: 13px;
	color: #fff;
	font-size: 15px;
	background: rgba(0,0,0,0.1);
}

.inner-page .time-line .panel .panel-heading .panel-title h5 i{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #fff;
}

.inner-page .time-line .panel .panel-body{
	border: 0px;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.inner-page .time-line .panel .panel-body p{
	font-size: 13px;
	line-height: 23px;
	font-weight: 300;
}


.panel-body h4 {
	font-weight:bold;
}


/* Inner Page Resume */

.inner-page .resume{
	margin-top: 30px;
}

.inner-page .resume-header{
	text-align: center;
}

.inner-page .resume-header img{
	max-width: 120px;
	margin: 0px auto;
	border-radius: 2px;
}

.inner-page .resume-header h2{
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 25px;
}

.inner-page .resume-header p{
	font-size: 13px;
	line-height: 23px;
}

.inner-page .resume h3 i{
	position: relative;
	top: -4px;
	display: inline-block;
	margin-right: 2px;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	font-size: 17px;
	border: 1px solid #fff;
	border-radius: 30px;
}

.inner-page .resume .resume-content{
	margin-top: 30px;
}

.inner-page .resume .resume-details{
	padding: 15px 20px;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
	border-radius: 2px;
}

.inner-page .resume .resume-details{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	animation-duration: 1.6s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 1.6s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 1.6s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 1.6s;    
    -o-animation-delay:  0s; 
}

.inner-page .resume .resume-details.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inner-page .resume .resume-details h4{
	margin: 0px;
	margin-bottom: 8px;
	font-size: 22px;
}

.inner-page .resume .resume-details h5{
	margin: 0px;
	margin-bottom: 8px;
	font-size: 16px;
}

.inner-page .resume .resume-details span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
}

.inner-page .resume .resume-details p{
	font-size: 14px;
	line-height: 24px;
}

.inner-page .resume .resume-details .social{
	margin-top: 15px;
	margin-bottom: 5px;
}

.inner-page .resume .resume-details .social a i{
	margin-right: 3px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	border-radius: 40px;
}

.inner-page .resume .resume-details span.label{
	display: inline-block;
	margin: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom:5px;
	background: #444;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 400;
	border-radius: 2px;
}


/* Inner Page Pricing */

.inner-page .pricing-table .pricing-item{
	position: relative;
	max-width: 290px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;	
	text-align: center;
	border-radius: 6px;
	box-shadow: inset 0px 0px 0px 1px rgba(117, 121, 121, 1);
}

.inner-page .pricing-table .pricing-item span.p-tag{
	position: absolute;
	top: -10px;
	right: -5px;
	padding: 6px 10px;
	font-size: 15px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1), -1px 1px 5px rgba(0,0,0,0.2);
	border-radius: 2px;
}

.inner-page .pricing-table .pricing-item span.p-price{
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
}

.inner-page .pricing-table .pricing-item span.p-price span{
	font-size: 20px;
}

.inner-page .pricing-table .pricing-item h4{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 300;
}

.inner-page .pricing-table .pricing-item ul{
	text-align: left;
}

.inner-page .pricing-table .pricing-item ul li{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}

.inner-page .pricing-table .pricing-item ul li:first-child{
	padding-top: 10px;
	/*border-top: 1px dashed rgba(0,0,0,0.2);*/
}

.inner-page .pricing-table .pricing-item ul li i{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 40px;
}

.inner-page .pricing-table .pricing-item a.btn{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 16px;
}

.inner-page .pricing .p-plan-item{
	max-width: 430px;
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px;
	border-radius: 6px;
	box-shadow: inset 0px 0px 0px 4px rgba(0,0,0,0.1);
}

.inner-page .pricing .p-plan-item{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	animation-duration: 2s;
    animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay:  0s;
    -moz-animation-duration: 2s;
    -moz-animation-delay:0s;
    -ms-animation-duration: 2s;
    -ms-animation-delay:  0s;
    -o-animation-duration: 2s;    
    -o-animation-delay:  0s; 
}

.inner-page .pricing .p-plan-item.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inner-page .pricing .p-plan-item span.plan-price{
	font-size: 30px;
	line-height: 22px;
}

.inner-page .pricing .p-plan-item h4{
	margin: 0px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 22px;
}

.inner-page .pricing .p-plan-item  li{
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px;
}		

.inner-page .pricing .p-plan-item ul li  i{
	display: inline-block;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 40px;
}

.inner-page .pricing .p-plan-item a.btn{
	margin-top: 8px;
}


/** Column Index **/
/***/

#container{
	margin: 0px auto;
	/*margin-top: 10px;*/
}

#container2{
	margin: 0px auto;
	/*margin-top: 10px;*/
}

.grid .item { 
	padding: 5px 5px 5px 0;
	width: 25%;
}


.grid .item .grid-entry{
	padding: 1px;
	border-radius: 3px;
	overflow: hidden;
	/*border:1px solid #3D3F44;*/
	/*border-radius: 4px;*/
    /*color: #222222;*/
	box-shadow: inset 0px 0px 0px 1px rgba(117,121,126,1);
	#F6F6F6
}

.grid .item .grid-entry{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -ms-animation-duration: 0.1s;
    -o-animation-duration: 0.1s; 
	animation-duration: 0.1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay:0s;
    -ms-animation-delay: 0s;   
    -o-animation-delay: 0s; 
    animation-delay: 0s;
}

.grid  .grid-entry h2{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	background:#F6F6F6;
}

.grid .item .grid-entry.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.grid .item .grid-entry .grid-img{
	position: relative;
	overflow: hidden;
}

.grid .item .grid-entry img{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.grid .item .grid-entry .grid-img:hover img{
  -webkit-filter: saturate(30%);
  filter:saturate(30%);  
}

.grid .item .grid-entry .grid-img .grid-img-hover{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0%;
	background: rgba(0,0,0,0.5);
  -webkit-filter: saturate(30%);
  filter:saturate(30%);  
	z-index: 20;
}

.grid .item .grid-entry .grid-img:hover .grid-img-hover{
	top: 0%;
}

.grid .item .grid-entry .grid-img a{
	color: #fff;
}

.grid .item .grid-entry .grid-img i.hover-icon{
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 50px;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
	z-index: 25;
}

.grid .item .grid-entry .grid-img i.icon-left{
	right: 100%;
	margin-right: 10px;
}

.grid .item .grid-entry .grid-img i.icon-right{
	left: 100%;
	margin-left: 10px;
}

.grid .item .grid-entry .grid-img:hover i.icon-left{
	right: 50%;
}

.grid .item .grid-entry .grid-img:hover i.icon-right{
	left: 50%;
}

.grid  .grid-entry .entry-info{
	padding: 15px 5px;
	color: #000;
	background:#F6F6F6;
}

.grid  .grid-entry .entry-info h2{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #000;
}

.grid  .grid-entry .entry-info p{
	font-size: 14px;
	line-height: 23px;
	letter-spacing:0;
}

.grid  .grid-entry .entry-info .share{
	margin-top: 7px;
}

.grid  .grid-entry .entry-info .share span,
.grid  .grid-entry .entry-info .share span a{
	color: #fff;
}

.grid  .grid-entry .entry-info .share span{
	display: inline-block;
	margin-right: 7px;
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
}

.grid  .grid-entry .entry-info .share span i{
	display: inline-block;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 40px;
}

/***/

/* ************************************** */
/* *********** Inner Page End *************/
/* ************************************** */


.newer_shop{
	padding: 10px 10px;
	border:1px solid #3D3F44;
	border-radius: 4px;
	text-align:left;
	position: relative; 
	overflow: hidden;
	background:#FAFAFA;
}


.newer_shop h3{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
	text-align:center;
}

/* Footer */

.footer{
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #3D3F44;
	max-width:1250px;
}

.footer.padd-zero{
	padding: 0px;
}

.footer .footer-widget{
	margin: 0px 5px;
}

.footer .footer-widget h2{
	margin: 0px;
	font-size: 30px;
	font-family: WebWadaFont;
}

.footer .footer-widget h2 a{
	color: #ffffff;
}

.footer .footer-widget h2 i.logo-icon{
	position: relative;
	top: -8px;
	display: inline-block;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	border-radius: 4px;
}

.shop_cnt{
	margin-top:20px !important;
	padding-left: 15px !important;
}

.footer .footer-widget h5{
	margin-bottom: 12px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
}

.footer .footer-widget h5 a{
	color: #ffffff;
}

.footer .footer-widget h5 i{
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
}

.footer .footer-widget ul li{
	margin-bottom: 8px;
}

.footer .footer-widget ul a{
	display: block;
	padding-bottom: 6px;
	color: #636363;
	font-size: 13px;
	line-height: 20px;
}

.footer .footer-widget ul a:hover{
	color: #fff;
}

.footer .footer-widget ul a i{
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
	color: #fff;
}

.footer .footer-widget p{
	font-size: 13px;
	line-height: 23px;
	color: #fff;
}

.footer .footer-widget address{
	font-size: 13px;
	line-height: 25px;
	color: #fff;
}

.footer .footer-widget address i{
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
	color: #fff;
}

.footer .footer-widget address a,
.footer .footer-copyright p a{
	display: inline-block;
	color: #fff;
}

.footer .footer-widget address a:hover,
.footer .footer-copyright p a:hover{
	color: #fff;
	border-bottom: 0px;
	padding-bottom: 1px;
}

.footer .footer-widget address span{
	display: block;
	margin-top: 5px;
	margin-bottom: 8px;
}

.footer .footer-widget .social{
	margin-top: 20px;
}

.footer .footer-widget .social a i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	border-radius: 2px;
}

.footer .footer-widget .map{
	position: relative;
}

.footer .footer-widget .map i.marker{
	position: absolute;
}

.footer .footer-widget .map i.india{
	top: 43%;
	left: 66%;
}

.footer .footer-widget .map i.usa{
	top: 35%;
	left: 18%;
}

.footer .footer-widget .map i.africa{
	top: 45%;
	left: 46%;
}

.footer .footer-widget span.location-name{
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}

.footer .footer-widget span.location-name i{
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
}

.footer .footer-copyright{
	margin-top: 20px;
	padding-top: 35px;
	text-align: center;
	color: #fff;
}

.footer.padd-zero .footer-copyright{
	margin: 0px;
	padding: 30px 0px;
	border: 0px;
}

.footer .footer-copyright p{
	font-size: 14px;
	line-height: 24px;
}

.footer .footer-copyright p a:hover,
.footer .footer-copyright p a:active,
.footer .footer-copyright p a:focus {
	color: #fff;
	text-decoration: underline;
}

/* Scroll to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}

.totop a i{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #85BE42;
	border-radius: 2px;
}

.totop a, .totop a:visited{
	color: #fff;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

.textarea-wrapper {
    position: relative;
    margin: 3px 0 0;
    background: #fff;
    border: 1px solid #3D3F44;

    border-radius: 3px;
    line-height:2em;
}

/* Responsive CSS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Mobile phones --------------------------------------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 480px){

.col-xs-4, .col-xs-8 {

	width: 100%;
}

.col-md-12,
.col-sm-9,
.col-sm-3{
   	padding-left: 0px !important;
   	padding-right: 0px !important;
	}


.header .logo .small {
	display:none;
}

.textarea-wrapper {
    position: relative;
    margin: 3px 0 0 !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.indexpage {
	padding-left:0 !important;
}

.container{
	width: 98%;
	padding:0;
	margin:0;
}

	.box-wrapper{
		max-width: 450px;
		padding: 10px !important;
	}
	
	.header .header-navigation{
		max-width: 479px;
		margin: 0px auto;
	}

	.header{
		background: #fff  !important;
		margin:0  !important;
		padding: 2px 0 5px 2px  !important;
	}
	
.header .logo{
	padding-left:0;
}
	
	.header .logo h1{
		padding-top: 2px;
		font-size: 28px !important;
		font-family: WebWadaFont !important;
	}
	
	.header .logo h1 a i {
		top: -3px !important;
		width: 40px !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 18px !important;
	}
	
	.header .navbar-default .navbar-toggle {
		margin-top: -35px !important;
		margin-bottom: 0px !important;
		margin-right: 2px !important;
		padding: 12px 10px !important;
	}
	
	.header .navbar-default .navbar-nav{
		float: left !important;
		margin-top: 0 !important;
		margin-left: 0px !important;
    }

	.header .navbar-default .navbar-nav > li > a{
	color: #ccc !important;
	}

	.header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #ccc;
	}

	.header .navbar-default .navbar-nav > .open > a,
	.header .navbar-default .navbar-nav > .open > a:hover,
	.header .navbar-default .navbar-nav> .open > a:focus{
	color: #ccc;
	}

.header .navbar-default .navbar-collapse{
	padding:0 !important;
}

.panel-body .col-xs-8{
	padding:5px 5px 5px 10px ;
}


form input
{
	font-size: 16px !important;
}

	.tp-banner .tp-caption a.btn{
		padding: 6px 8px;
		font-size: 12px;
	}
	
	.tp-banner .tp-caption a.btn i{
		width: 15px;
		height: 15px;
		line-height: 13px;
		font-size: 10px;
	}
	
	.box .box-cta h4 {	
		font-size: 20px !important;
		line-height: 30px !important;
	}
	
	.box .box-quote p {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	
	.box .box-default h4{
		font-size: 22px !important;
	}
	
	.box .box-default h4 i{
		margin-right: 2px !important;
		width: 25px !important;
		height: 25px !important;
		line-height: 25px !important;
		font-size: 20px !important;
	}
	
	.box .box-testimonial .carousel.testimonial .item .carousel-caption h3{
		margin-bottom: 18px !important;
	}
	
	/* Inner Page */
	.inner-page{
		max-width: 100%;
		margin: 0px auto;
		padding:0px;
	}

	.inner-page .container {
	    padding-left:0 !important;
	    padding-right:0 !important;
	}


	.inner-page .pricing .p-plan-item span.plan-price{
		font-size: 16px;
	}

	.inner-page .pricing .p-plan-item h4{
		font-size: 18px;
	}
	
	.inner-page .login .login-content .nav-tabs li{
		margin-bottom: 5px;
	}
	
	.inner-page .login .login-content .nav-tabs li a{
		width: 80px;
		height: 80px;
		margin-left:0px;
		margin-right: 0px;
		padding-top: 15px;
		font-size: 13px;
	}
	
	.inner-page .login .login-content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.inner-page .login .login-content .nav-tabs li a i{
		font-size: 25px;
		margin-bottom: 6px;
	}
	
	.inner-page .c-soon .c-soon-content,
	.inner-page .error .error-content{
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 40px 20px;
	}
	
	.inner-page .c-soon .c-soon-content h2,
	.inner-page .error .error-content h2{
		font-size: 60px;
	}
	
	.countdown{
		width:220px !important;
	}
	
	.countdown-amount {
		font-size:20px !important;
	}
	
	.countdown-section{
		font-size:8px !important;
	}
	
	.inner-page .product .carousel .carousel-control span{	
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		border: 1px solid #fff;
	}
	
	.inner-page .product .carousel .carousel-control.left{
		margin-left: -10px !important;
	}
	
	.inner-page .landing .landing-logo h2{
		font-size: 45px;
	}
	
	.inner-page .landing .landing-item{
		text-align: center;
	}
	
	.inner-page .landing .landing-item img {
		float: none;
		max-width: 80px;
		margin: 0px auto;
		margin-bottom: 10px;
	}
	
	.inner-page .landing .landing-item h4,
	.inner-page .landing .landing-item p{
		margin-left: 0px;
	}
	/* Masonry Grid */	
	
	.grid .item { 
		width: 100% !important;
		padding: 5px 0 !important;
	}
	.grid  .grid-entry .entry-info{
		min-height:50px !important;
	}

	.grid  .grid-entry .entry-info.nordic {
		min-height:50px !important;
	}

	.grid  .grid-entry .entry-info.nordic3 {
		min-height:50px !important;
	}

	.grid  .grid-entry .entry-info.scandi {
		min-height:50px !important;
	}

	.pricing-item { 
		width: 100% !important;
		max-width: 100% !important;
		padding: 5px 0 !important;
	}

	.pricing-item h4{
		font-size: 100% !important;
	}

	.footer{
		padding-left:10px !important;
	}


.area_pref {
	text-align:center;
	margin:5px 0;
}

.area_pref .btn{
	width:70%;
	margin:5px 0;
}

.area_pref .btn-default{
	margin:5px 0;
}

.shop-data {
    border: 2px solid #d6ceb4;
    overflow: hidden;
    width: 100%;
    margin-bottom:10px;
}

.shop-data th {
    background-color: #eeece4;
    border-top: 1px solid #ffffff;
    color: #13131e;
    font-size: 85%;
    font-style: normal;
    overflow: hidden;
    padding: 2px 3px;
    text-align: left;
    vertical-align: top;
    width: 20%;
}

.shop-data td {
    background-color: #ffffff;
    border-top: 1px dotted #e0dccc;
    color: #595960;
    overflow: hidden;
    padding: 2px 3px;
    text-align: left;
    vertical-align: top;
    font-size: 85%;
}

.SM_only {
	display:block !important;
	height:10px;
}

.inner-page .pricing-table .pricing-item{
		min-height:60px !important;
}

.inner-page .nav-tabs li{
	margin-bottom: 2px;
}

.list-unstyled {
  padding-left: 2px;
}

input.textsize1 {
	max-width: 300px; 
}

textarea.textsize1 {
	max-width: 300px; 
}


button  {
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px;  
  border-radius: 3px;  
  -webkit-appearance: button;　
}


}


@media (min-width: 460px) and (max-width: 660px) {
	.inner-page .pricing-table .pricing-item ul li{
		font-size: 80% !important;
	}
	.grid  .grid-entry .entry-info.nordic {
		min-height:400px !important;
	}

	.grid  .grid-entry .entry-info.nordic3 {
		min-height:180px !important;
	}

	.grid  .grid-entry .entry-info.scandi {
		min-height:180px !important;
	}

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 460px) and (max-width: 600px) {
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.ptl3 {
	font-size:16px !important;
}

}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Tablets --------------------------------------------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 767px){
.row {
    margin-left: 0;
    margin-right: 0;
}

.col-sm-8,
.col-md-8 {
    	padding-left: 0;
}

.textarea-wrapper {
    position: relative;
    margin: 3px 10px 0;
}
.indexpage {
	padding-left:5px;
}
	.box-wrapper{
		/*max-width: 450px;*/
		max-width: 33%;
		margin: 0px auto;
	}
	
	.pull-up-sm{
		margin-top: 7px !important;
	}
		
	.col-inner{
		margin: 0px;
	}
	

	.header .header-info{
		display: none;
	}
	
	.header .header-info .social{
		margin-bottom: 30px;
	}
	
	.header .header-info .contact-info span{
		margin-top: 30px;
		text-align: center;
	}
	
	.header-navigation {
		background: #fff;
	}
	
	.header .navbar{
		min-height: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.header .navbar-default .navbar-nav{
		width: 100%;
	}

	.navbar-collapse {
	padding-right:0;
	}


	.header .navbar-default .navbar-nav > li > a{
		width: auto;
		/*height: auto;*/
		padding: 8px;
		margin-left: 0px;
		margin-right: 0 !important;
		margin-bottom: 0px;
		background: #fff !important;
		border-radius: 0px;
		color: #000 !important;
		border: 1px solid #3D3F44 !important;
	}
	
	.header .navbar-default .navbar-nav > li > a:hover{
		box-shadow: none;
	}
	
	.header .navbar-default .navbar-nav > .open > a,
	.header .navbar-default .navbar-nav > .open > a:hover,
	.header .navbar-default .navbar-nav> .open > a:focus{
		box-shadow: none;
	}
	
	.header .navbar-default .navbar-nav > li > a i.link-icon{
		display: none;
	}
	
	.header .navbar-default .navbar-nav > li > a span.link-title{
		position: static;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-md,
	.header .navbar-default .navbar-nav > li ul.dropdown-sm{
		padding: 0px;
		margin-top:0px;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-md li,
	.header .navbar-default .navbar-nav > li ul.dropdown-sm li{
		padding: 0px;
		margin-bottom: 0px;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-md ul li,
	.header .navbar-default .navbar-nav > li ul.dropdown-sm ul li{
		margin-bottom: 0px;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-default{
		margin: 0px;
		padding: 0px;
		background: #fff;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-default li a:hover{
		background: #f3f3f3;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-menu{
		border-radius: 0px !important;
	}
	
	.header .navbar-default .navbar-nav > li ul li a{
		padding: 10px 8px !important;
		border-radius: 0px !important;
	}
	
	.header .navbar-default  .navbar-nav > .dropdown .dropdown-menu:after{
		border: 0px;
	}
	
	.box .box-cta h4{
		margin-top: 20px;
	}
	
	.box .box-gallery .img-details{
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.box .box-team .box-team-details,
	.box .box-gallery .image-gallery-caption{
		display: block;
	}
	
	/* Inner Page */
	
	.inner-page{
		/*max-width: 450px;*/
		max-width: 100%;
		margin: 0px auto;
	}
	
	
	.inner-page .container {
	    padding-left:5px;
	    padding-right:3px;
	}
	
	
	.inner-page .page-mainbar{
		padding-left: 0px;
	}
	
	.inner-page .aboutus .aboutus-quote{
		margin-bottom: 30px;
	}
	
	.inner-page .aboutus-content h6,
	.inner-page .aboutus-content p{
		margin-left: 0px;
	}
	
	.inner-page .aboutus-content{
		margin-bottom: 30px;
	}
	
	.inner-page .aboutus .aboutus-member .member-content{
		margin-top: 40px;
	}
	
	.inner-page .aboutus .progress-skill{
		margin-left: 0px;
	}
	
	.inner-page .contactus .branch-content{
		margin-bottom: 0px;
	}
	
	.inner-page .contactus .branch-content .map{
		margin-bottom: 20px;
	}
	
	.inner-page .contactus .branch-content address{
		margin-bottom: 30px;
	}
	
	.inner-page .contactus .contact-form iframe{
		margin-left: 0px;
		margin-top: 30px;
	}
	
	.inner-page .img-portfolio {
		margin-left: 0px;
	}
		
	.countdown{
		width:350px;
	}
	
	.countdown_amount {
		font-size:30px;	
	}
	
	.inner-page .product-sidebar{
		margin-left: 0px;
	}
	
	.inner-page .blog-post .entry .meta{
		margin-bottom: 15px;
		float: none;
	}
	
	.inner-page .blog-post .entry .meta .post-date{
		text-align: left;
	}
	
	.inner-page .blog-post .entry .meta .meta-info{
		display: inline-block;
		margin-right: 5px;
	}
	
	.inner-page .blog-post .entry h4,
	.inner-page .blog-post .entry p{
		margin-left: 0px;
	}
	
	.paging {
		margin-left: 0px;
	}
	
	.inner-page .blog-sidebar .side-widget{
		margin-left: 0px;
		margin-top: 40px;
	}
	
	.inner-page .resume .resume-details{
		margin-top: 30px;
	}
	
	.inner-page .page-title{
		margin: 0 10px;
	}

	/* Masonry Grid */	
	
	.grid .item { 
		width: 33.3%;
	}

	.grid  .grid-entry .entry-info{
		min-height:190px;
	}
	
	.grid  .grid-entry .entry-info p{
		line-height:1.5em;
	}

	.grid  .grid-entry .entry-info h2{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	}


	.grid  .grid-entry .entry-info.nordic {
		min-height:350px;
	}

	.grid  .grid-entry .entry-info.nordic3 {
		min-height:160px;
	}

	.grid  .grid-entry .entry-info.scandi {
		min-height:160px;
	}

	.pricing-item { 
		float:left;
	}
	.area_pref .btn{
		margin:5px 5px;
	}

	.pr0 {
		padding-right:0 !important;
	}
	
	.inner-page .pricing-table .pricing-item{
		min-height:260px;
	}
	
	.pricing-item { 
		width: 33.3%;
	}

	.inner-page .pricing-table .pricing-item ul li{
		font-size: 95% ;
	}

	.imgcenter{
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
	}
	/* Footer */
	
	.footer .footer-widget{
		max-width: 430px;
		margin: 0px auto;
		margin-bottom: 30px;
	}
	
	.footer .footer-copyright{
		margin-top: 10px;
	}

.blog_area{
		word-wrap: break-word !important;
}


.pricing-table .col-md-4,
.pricing-table .col-sm-4 {
	padding:0 !important;

}


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 768px) and (max-width: 867px) {
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.grid  .grid-entry .entry-info.nordic3 {
		min-height:190px !important;
	}

	.grid  .grid-entry .entry-info.scandi {
		min-height:150px !important;
	}

	.grid  .grid-entry .entry-info p{
		line-height: 1.5em;
		letter-spacing:0;
	}

	.no-disp-pc {
	display: none;
	}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Desktop */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width: 991px){


.indexpage {
	padding-left:5px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}


.col-sm-8,
.col-md-8 {
    	padding-left: 0;
}

    .col-md-12{
    padding-left: 0 !important;
    }
    


	.container{
		margin: 0px auto !important;
		padding:0;
		/*margin-top: 10px;*/
	}

	.pull-up{
		margin-top: 7px;
	}
	
	.pull-up-sm{
		margin-top: -200px;
	}
	
	.col-disable{
		display: none;
	}
	
	.col-inner{
		margin: 0px;
	}
	
	.header .navbar-default .navbar-collapse{
		padding-left:5px;
	}
	
	.header .navbar-default .navbar-nav{
		float: left !important;
		margin-top: 0;
		margin-left: 0px !important;
    }
	.header .navbar-default .navbar-nav > li a{
		margin-left: 0px;
		margin-right: 7px;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-md,
	.header .navbar-default .navbar-nav > li ul.dropdown-sm{
		width: auto;
		padding: 0px;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-md li,
	.header .navbar-default .navbar-nav > li ul.dropdown-sm li{
		padding: 3px 5px;
	}
	
	.header .navbar-default .navbar-nav > li ul.dropdown-md li a,
	.header .navbar-default .navbar-nav > li ul.dropdown-sm li a{
		margin-right: 0px;
	}
	
	/* Inner Page */
	.inner-page{
		margin-top: 0px;
	}
	.inner-page .page-sidebar{
		margin-bottom: 30px;
	}
	
	.col-sm-9,
	.col-sm-3{
    	padding-left: 5px;
    	padding-right: 5px;
	}
	
	.col-sm-3{
    	padding-top: 4px;
	}

	.inner-page .pricing-table .pricing-item{
		min-height:260px;
	}
	

	.pricing-table .col-md-4,
	.pricing-table .col-sm-4 {
		padding:0 !important;
	}

	/* Masonry Grid */
	
	.grid .item { 
		width: 33.3%;
	}

	.grid  .grid-entry .entry-info{
		min-height:180px;
	}

	.grid  .grid-entry .entry-info.furniture {
		min-height:270px;
	}

	.grid  .grid-entry .entry-info.nordic {
		min-height:320px;
	}

	.grid  .grid-entry .entry-info.nordic3 {
		min-height:150px;
	}


	.grid  .grid-entry .entry-info.scandi {
		min-height:150px;
	}

	.inner-page .pricing-table .pricing-item ul li{
		font-size: 95%;
	}

	.page-title p{
		font-size: 80% !important;
	}
	
	.pr0 {
		padding-right:1px !important;
	}
	
	/* Footer */
	
	.footer .footer-widget{
		margin-bottom: 30px;
	}

	.newer_shop h3{
		font-size: 14px;
	}


	.no-disp-pc {
	display: none;
	}


}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 992px) and (max-width: 1199px) {
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.indexpage {
	padding-left:10px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

	.header .navbar-default .navbar-collapse{
		padding-left:10px;
	}
	.container{
		margin: 0px auto !important;
		padding:0;
		/*margin-top: 10px;*/
	}
    .col-md-12{
    	padding-left: 0 !important;
    }
	

.col-sm-8,
.col-md-8 {
    	padding-left: 0;
}
	.col-sm-9,
	.col-sm-3{
    	padding-left: 10px;
    	padding-right: 5px;
	}

	.col-sm-3{
    	padding-top: 4px;
	}

	.inner-page{
		margin-top: 0px;
	}
	.grid  .grid-entry .entry-info{
		min-height:150px;
	}


	.grid  .grid-entry .entry-info.furniture {
		min-height:235px;
	}

	.grid  .grid-entry .entry-info.nordic {
		min-height:260px;
	}
	
	.grid  .grid-entry .entry-info.nordic3 {
		min-height:260px;
	}

	.grid  .grid-entry .entry-info.scandi {
		min-height:160px;
	}

	.pricing-table .col-md-4,
	.pricing-table .col-sm-4 {
		padding:0 !important;
		min-height:235px;
	}
	
	.inner-page .pricing-table .pricing-item{
		min-height:260px;
	}
	


	.w33 { 
		width: 33.3% !important;
	}

	.pricing-table 	.w33 { 
		width: 100% !important;
	}

	.pr0 {
		padding-right:0 !important;
	}


}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Desktop */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 1200px) {
	.row {
    	margin-left: 0;
    	margin-right: 0;
}
.indexpage {
	padding-left:10px;
}
	.col-sm-9,
	.col-sm-3{
    	padding-left: 10px;
    	padding-right: 5px;
	}

	.col-sm-3{
    	padding-top: 4px;
	}
	
	.col-sm-8,
	.col-md-8 {
    	padding-left: 0;
	}

	.header .navbar-default .navbar-collapse{
		padding-left:10px;
	}
	.container{
		margin: 0px auto !important;
		padding:0;
		/*margin-top: 10px;*/
	}
    .col-md-12{
    padding-left: 0 !important;
    }
	.inner-page{
		margin-top: 0px;
	}
	.grid  .grid-entry .entry-info{
		min-height:150px;
	}

	.grid  .grid-entry .entry-info.furniture {
		min-height:200px;
	}
	
	.grid  .grid-entry .entry-info.nordic {
		min-height:220px;
	}

	.grid  .grid-entry .entry-info.nordic3 {
		min-height:150px;
	}

	.grid  .grid-entry .entry-info.scandi {
		min-height:150pxt;
	}

	.w33 { 
		width: 33.3% !important;
	}

	.pricing-table 	.w33 { 
		width: 100% !important;
	}

	.pr0 {
		padding-right:0 !important;
	}

	.inner-page .pricing-table .pricing-item{
		min-height:260px;
	}
	

	.pricing-table .col-md-4,
	.pricing-table .col-sm-4 {
		padding:0 !important;
		min-height:235px;
	}
	
	.footer{
	margin-left:10px;
	}

	.no-disp-pc {
	display: none !important;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.nav > li > a {
  padding: 9px 5px !important;
}


.navbar {
  position: relative;
  min-height: 30px !important;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
}




.twitter-timeline { display: block; width:100%; height: 250px; min-width: 120px !important;}


h2.area_name {
    position: relative;
    padding: 3px 80px 3px 7px;
    background: #fff;
	border:2px solid #3D3F44;
	border-radius: 3px;
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}



h2.pref_name {
    position: relative;
    padding: 3px 80px 3px 7px;
    background: #fff;
	border:2px solid #3D3F44;
	border-radius: 3px;
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}


/*** ul.keyword ***/
ul.keyword {
    clear: both;
	margin:0;
	padding:0;
    width: 100%;
}

span.keyword  {
	display: inline;
	list-style-type: none;
    white-space:no-wrap;
    line-height:2.5em;
	margin:0 3px 0 0;
	padding: 2px 4px;
	border: 1px solid #DADADA;
	background: #FFFFFF;
	font-size:0.9em;
	border-radius: 3px;
}

/* ショップ情報追加ボタン  */
div.shop_add{
		clear:both;
        float: left;
        border-top: 1px solid #3D3F44;
        border-bottom: 1px solid #3D3F44;
        width:100%;
		margin:20px 0;
		padding:10px 10px;
        font-size: 14px;
       	line-height:2em;
}

/*----------------------------------------------------
	左：パンくずリスト
----------------------------------------------------*/
#topicPath_00 {
	clear:both;
	float:left;
	width:100%;
	height:12px;
	margin:5px 0;
	padding:0;
	font-size:0.8em;
}

#topicPath_00 li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}

#topicPath_00 li a {
    margin-right:3px;  
	padding-right:5px;
	background:url(../img/topicpath.gif) no-repeat right center;
}


#topicPath_00 a:link {
      color:#333333; /* glay */
      text-decoration: none;
      font-weight:bold;
}

#topicPath_00 a:visited {
      color:#333333; /* glay */
      text-decoration: none;
      font-weight:bold;
}

#topicPath_00 a:hover {
      color:#FF4500; /* 朱色 */
      text-decoration: underline;
      font-weight:bold;
}

#topicPath_00 a:active {
      color:#FF4500; /* 朱色 */
      text-decoration: underline;
      font-weight:bold;
}

#map-canvas {
	width:100%;
	height:400px;
}


.area_select{
	padding: 10px 10px;
	border:1px solid #3D3F44;
	border-radius: 4px;
	text-align:center;
	position: relative; 
	overflow: hidden;
}


.area_select h3{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
}

.areabox {
	display: inline;
	position: relative;
	text-align: center;
}

.btn-area{
	float:left;
	position: relative;
	font-size:0.75em;
	margin:2% 3%;
	padding:5px 0;
	width:43.5%;
	text-align:center;
	border:2px solid #7D7D7D;
	border-radius: 3px;
	background:#7D7D7D;
	color: #ffffff;
}

.btn-area:hover{
	color: #ffffff;
	text-decoration: none;
	border:2px solid #85BE42;
	background: #85BE42 !important;
}

.mname p{
	font-weight:bold;
}


.panel-body {
    padding:10px 15px;
}


.panel-body p {
    line-height:1.6em;
    padding-bottom:8px;
}
/*----------------------------------------------------
都道府県・テキスト選択
----------------------------------------------------*/
div#pleflist {
    float:left;
	text-align:center;
	width:100%;
	margin: 10px auto;
	border:1px solid #3D3F44;
	border-radius: 3px;
	padding:0;
	font-size:100%;
}
div#pleflist h3{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
}

div#pleflist table#textlink {
    width:100%;
    border:none;
    margin: 0;
    border-collapse: separate;
    border-spacing: 2px;
    empty-cells:show;
    line-height:1.5em;
}

div#pleflist table#textlink th {
    border:0px;
    background-color:#f5f3e1;
    font-weight:normal;
    text-align: center;
    color: #413652;
    padding: 2px;
    width:90px;
    font-size:90%;

}

div#pleflist table#textlink td{
    border-right:0px;
    background-color:#ffffff;
    text-align: left;
    color: #121212;
    padding: 2px;
    font-size:90%;
    table-layout: fixed;
}

.hedding-title {
	color: #fff !important;
	border:2px solid #3D3F44 !important;
	background: #3D3F44 !important;
	border-radius: 3px;
	width:100%;
	height: 1.8em;
	text-align: left;
	font-size: 1.3em;
	margin:5px 0;
	padding:2px 5px;
}

.adtop {
	clear:both;
	margin:5px 0 0;
	text-align:center;
}
.adside {
	margin:5px 0;
	text-align:center;
}


.shop_img ul li{

	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}



/* ============================================== */
/* amazon_books class */
/* ---------------------------------------------- */

div.amazon_books {
    margin: 5px 0 0;
    padding: 0.8em 0.6em;
    border: 1px solid #3D3F44;
	border-radius: 3px;
    background-color: #ffffff;
}

/* clearfix */
div.amazon_books:after {
    content: "";
    display: block;
    clear: both;
}



div.amazon_books ul {
    list-style: none;
    margin: 0;
    padding:0;
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
}

@media (max-width:480px){
.clb480{
	clear:both;
}
}


.PL130 {
    padding-left:130px;
}

.PL170 {
    padding-left:170px;
}

div.amazon_books li {
    line-height: 1.4;
    margin:5px 0;
}

div.amazon_books a {
    text-decoration:none;
    color:#333333; /* glay */
}

div.amazon_books a:hover {
    text-decoration:underline;
    color:#FF4500;
}

.amazon_books_title {
    font-size:1em;
    font-weight: bold;
    overflow: visible;    /* for modern browser */
    zoom: 1;              /* for ie6 */
}

.amazon_books_image {
    float: left;
    margin: 2px 15px 0 0;
    border: 1px solid #dfe1e3;
     width: auto;
}

.amazon_books a:hover img {
    filter:alpha(opacity=75);
    opacity:0.6;
}

div.amazon_books li img {
    vertical-align:middle;
    margin-right:3px;
}

ul.about-page{
    margin: 5px 0 0;
    padding:0;
}

ul.about-page li {
    list-style: disc inside; 
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.about-page  a,
.about-page  a:link{
    text-decoration:none;
    background-color:transparent;
    color:#004d8e;
}

.about-page a:visited{
    text-decoration:none;
    background-color:transparent;
    color:#004d8e;
}

.about-page a:hover{
    text-decoration:underline;
    color:#004d8e;
}

.about-page a:active{
    background-color:transparent;
    color:#090;
}

.hokuo-response-top { height: 468px; max-height:60px; }
@media (max-width: 480px){.hokuo-response { height: 468px; max-height:60px;}}
@media (max-width: 767px){.hokuo-response { height: 468px; max-height:60px;; }}
@media (max-width: 991px){.hokuo-response { height: 728px; max-height:90px; }}
@media (min-width: 992px) and (max-width: 1199px){.hokuo-response { height: 728px; max-height:90px;}}
@media (min-width: 1200px){.hokuo-response { width:900px; height: 90px;  }}

.hokuo-response { height: 280px; max-height:280px; }
@media (max-width: 480px){.hokuo-response { height: 280px; max-height:280px;}}
@media (max-width: 767px){.hokuo-response { height: 250px; max-height:250px; }}
@media (max-width: 991px){.hokuo-response { height: 250px; max-height:250px; }}
@media (min-width: 992px) and (max-width: 1199px){.hokuo-response { width:250px; height: 250px;}}
@media (min-width: 1200px){.hokuo-response { width:250px; height: 250px;  }}

.response-side { height: 280px; max-height:280px; }
@media (max-width: 480px){.hokuo-response { height: 280px; max-height:280px;}}
@media (max-width: 767px){.hokuo-response { height: 468px; max-height:60px; }}
@media (max-width: 991px){.hokuo-response { height: 200px; max-height:200px; }}
@media (min-width: 992px) and (max-width: 1199px){.hokuo-response { width:200px; height: 200px;}}
@media (min-width: 1200px){.hokuo-response { width:300px; height: 250px;  }}


	.ad-disp-tab2 {
		display:none;
	}

@media (max-width: 480px) {
	.no-disp-mobile {
		display:none;
	}

	.ad-disp-mobile {
		display:none;
	}

	.ad-disp-tab {
		display:none;
	}

	.ad-disp-pc {
		display:none;
	}

	.ad-disp-smphone {
		display:block;
	}

	.same-line{

	}
}

@media (min-width: 481px) and (max-width: 765px) {
	.ad-disp-tab2 {
		display:block;
	}

}




@media (min-width: 481px) and (max-width: 867px) {
	.no-disp-mobile {
		diplay:block;
	}

	.ad-disp-mobile {
		display:none;
	}

	.ad-disp-tab {
		display:block;
	}

	.ad-disp-pc {
		display: none;
	}

	.ad-disp-smphone {
		display: none;
	}

	.same-line{
		min-height:300px;
		height:300px;
	}
}

@media (min-width: 868px) {
	.no-disp-mobile {
		diplay:block;
	}

	.ad-disp-mobile {
		display:none;
	}

	.ad-disp-tab {
		display:none;
	}

	.ad-disp-pc {
		display:block;
	}

	.ad-disp-smphone {
		display: none;
	}

	.same-line{
		min-height:385px;
		height:385px;
	}
}

@media (min-width: 991px) {
	.no-disp-mobile {
		diplay:block;
	}

	.ad-disp-mobile {
		display:none;
	}

	.ad-disp-tab {
		display:none;
	}

	.ad-no-disp-pc {
		display:block;
	}

	.ad-disp-smphone {
		display: none;
	}

	.same-line{
		min-height:330px;
		height:330px;
	}
}


/* Page Title Starts*/
/* IE */
@font-face {
font-family: WebWadaFont;
    src: url(../fonts/WebWadaFont.eot);
}

/* Firefox, Opera, Safari */
@font-face {
font-family: WebWadaFont;
src: url(../fonts/WebWadaFont.ttf) format("truetype");
}

@font-face {
font-family: SmartFont;
    src: url(../fonts/03SmartFont-P.eot);
}

/* Firefox, Opera, Safari */
@font-face {
font-family: SmartFont;
src: url(../fonts/03SmartFont-P.ttf) format("truetype");
}