#wrapper{
	background: #ffffff;
} 
/*  header contact info section ***/
.header_section{
	background-color:#B18A14;
	color:#fff;
}
/** navbar menus ***/
.navigation_menu{
	background-color: #fff;
	border-top:2px solid #B18A14;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu .active a {	
	background-color: #B18A14;
}
.collapse ul.nav li.current-menu-parent .dropdown-toggle, .collapse ul.nav li.current-menu-item .dropdown-toggle,
.navbar-default .navbar-collapse ul.nav li.current-menu-parent .dropdown-toggle,.navbar-default .navbar-collapse ul.nav li.current-menu-item .dropdown-toggle
.collapse ul.nav li.current_page_ancestor .dropdown-toggle,.collapse ul.nav li.current_page_ancestor .dropdown-toggle,
.navbar-default .navbar-collapse ul.nav li.current_page_ancestor .dropdown-toggle,.navbar-default .navbar-collapse ul.nav li.current_page_ancestor .dropdown-toggle
{
	background-color: #B18A14;
	box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
	color: #fff !important;
	border-radius:0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #B18A14;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #B18A14;
}

.dropdown-menu {
	background-color: rgba(177, 138, 20, 0.7);
}
/** headings titles css ***/
.enigma_heading_title h3 {
	border-bottom: 4px solid #B18A14;
	color: #3b3b3b;
}
.enigma_heading_title2 h3 {
	border-bottom: 2px solid #B18A14;
	color: #3b3b3b;
}
/** slider css ***/
.carousel-list li {
	background:#e6b422;
}

/** service  section css ***/
.enigma_service_iocn{
	border: 4px solid #B18A14;
	background-color:#B18A14;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #B18A14 50%, #fff 50%);
}
.enigma_service_area:hover .enigma_service_iocn i {
	color:#B18A14;
}
.enigma_service_area:hover .enigma_service_iocn{background-color:#ffffff;}
.enigma_service_iocn_2 i{
	background: #fff;
	border: 4px solid #B18A14;
}
.enigma_service_iocn_2 i{
	color: #B18A14;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #fff 50%, #B18A14 50%);
 }


/****************portfolio css ********************************************************
********************************************************************************/

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
	background-color: #B18A14;
	border:2px solid #B18A14;
	color:#fff;
}
.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a:hover{
	background-color: #ffffff;
	border:2px solid #B18A14;
	color:#B18A14;
}
.enigma_home_portfolio_caption {
	border-left:1px solid #ccc;
	border-bottom:4px solid #B18A14;
	border-right:1px solid #ccc;
}

.enigma_home_portfolio_caption:hover{
    background: #B18A14;
}
.enigma_home_portfolio_caption:hover  h3 a ,.enigma_home_portfolio_caption:hover  small{
   color: #ffffff;
}
.img-wrapper:hover .enigma_home_portfolio_caption{
 background: #B18A14;
 border-left:1px solid #B18A14;
	border-bottom:4px solid #B18A14;
	border-right:1px solid #B18A14;
}
.img-wrapper:hover .enigma_home_portfolio_caption  h3 a,.img-wrapper:hover .enigma_home_portfolio_caption  small{
 color: #ffffff;
}

.enigma_proejct_button a {
	background-color: #f8504b;
	color: #FFFFFF;
	border: 2px solid #B18A14;
	transition: all 0.4s ease 0s;
}
.enigma_proejct_button a:hover {
	background-color: #ffffff;
	color: #B18A14;
	border: 2px solid #B18A14;
	text-decoration:none;
	
}


.enigma_carousel-prev, .enigma_carousel-next {
    background-color: #fff;
	border: 2px solid #B18A14;
}
.enigma_carousel-prev:hover, .enigma_carousel-next:hover {
    background-color: #B18A14;
	color:#fff;
}
.enigma_carousel-prev:hover i, .enigma_carousel-next:hover i{
    color:#fff;
}
.enigma_carousel-prev i,
.enigma_carousel-next i {
	color: #B18A14;
}

/*** project detail ***/
.enigma_portfolio_detail_pagi li a {
	color: #404040;
	border:2px solid #B18A14;
	text-align:center;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #B18A14 50%, #ffffff 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	
}
.enigma_portfolio_detail_pagi li a:hover {
	color: #404040;
	border:2px solid #B18A14;
	background-position: 0 -100%;
}

.enigma_portfolio_detail_pagi li a span{
	color:#fff;
	line-height:35px;
}
.enigma_portfolio_detail_pagi li a:hover span{
	color:B18A14;
}
.enigma-project-detail-sidebar p small {
	color:#777777;
	
}

.enigma-project-detail-sidebar .launch-enigma-project a {

	color: #ffffff;
	border: 2px solid #B18A14;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #B18A14 50%, #ffffff 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.enigma-project-detail-sidebar .launch-enigma-project a:hover {
	background-color: #ffffff;
	color: #B18A14;
	border: 2px solid #B18A14;
	background-position: 0 -100%;
}

/** gallery css **/

.enigma_gallery_showcase .enigma_gallery_showcase_icons a {
	background-color: #B18A14;
	border:2px solid #B18A14;
	color:#fff;
}

.enigma_gallery_showcase .enigma_gallery_showcase_icons a:hover{
	background-color: #ffffff;
	border:2px solid #B18A14;
	color:#B18A14;
}


/**************** blog css ********************************************************
********************************************************************************/

/** blog thumbnail css **/
.enigma_blog_thumb_wrapper{
	background:#fff;
	border-bottom: 5px solid #B18A14;
	box-shadow: 0 0 6px rgba(0,0,0,.7);

}
.enigma_blog_thumb_wrapper h2 a{
	color:#ffffff;
	transition: all 0.4s ease 0s;
font-size:16px;
}

.enigma_blog_thumb_wrapper h2:hover a{
	color:#ffffff;
font-size:16px;

}
.enigma_blog_thumb_date li i{
	color: #B18A14;
}
.enigma_tags a ,.enigma_cats a{
	background-size: 100% 200%;
	background-color:#edf0f2;
    background-image: linear-gradient(to bottom, #edf0f2 50%, #B18A14 50%);
 }

.enigma_tags a:hover , .enigma_cats a:hover{
	color:#fff;
	background-position: 0 -100%;
	background-color:#ffffff;
}
.enigma_tags a i ,.enigma_cats a i{
	color:#B18A14;
}
.enigma_tags a:hover i ,.enigma_cats a:hover i{
	color:#fff;
}

.enigma_blog_thumb_wrapper span a i{
	color: #B18A14;
}
.enigma_blog_thumb_wrapper span a {
	color:#555;
	
}.enigma_blog_thumb_footer{
	padding-top:20px;
	padding-bottom:10px;
	border-top:3px solid  #f5f5f5;
}

.enigma_blog_read_btn{
	border: 2px solid #B18A14;
	background-size: 100% 200%;
	background-color:#B18A14;
    background-image: linear-gradient(to bottom, #B18A14 50%, #fff 50%);
   }
.enigma_blog_read_btn i {
	margin-right:5px;
}
.enigma_blog_read_btn:hover{
	background-position: 0 -100%;
	background-color:#ffffff;
	color: #B18A14;
}
.enigma_blog_read_btn a{color:#ffffff;}

.enigma_blog_thumb_wrapper_showcase .enigma_blog_thumb_wrapper_showcase_icons a {
	background-color: #B18A14;
	color: #fff;
	-webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.enigma_blog_thumb_wrapper_showcase .enigma_blog_thumb_wrapper_showcase_icons a:hover{
	background-color: #ffffff;
	border: 2px solid #B18A14;
	color: #B18A14;
}
/********* Blog Full width css ********/
.enigma_post_date {
	background: #B18A14;
	color: #ffffff;
}
.enigma_blog_comment:hover i, .enigma_blog_comment:hover h6{
	color:#B18A14;
} 
.enigma_fuul_blog_detail_padding h2 a ,.enigma_fuul_blog_detail_padding h2{
	color:#ffffff;
}
.enigma_fuul_blog_detail_padding h2  a:hover{
	color:#333333;
}
/*** blog sidebar css **/
.enigma_recent_widget_post h3 a {
	color:#B18A14;
}
.enigma_sidebar_widget {
	border-left: 3px solid #B18A14;
	border-right: 3px solid #B18A14;
	border-bottom: 3px solid #B18A14;
	background-color:#ffffff;
}
.enigma_sidebar_widget_title{
	background:#B18A14;
	font-weight:bold;
}
.enigma_sidebar_link p a:hover  , .enigma_sidebar_widget ul li a:hover {
	color: #B18A14;
}

.enigma_widget_tags a , .tagcloud a {
	background-size: 100% 200%;
	background-color:#edf0f2;
    background-image: linear-gradient(to bottom, #edf0f2 50%, #B18A14 50%);
 }
.enigma_widget_tags a:hover , .tagcloud a:hover {
	border: 1px solid #B18A14;
	background-color:#B18A14;
	background-position: 0 -100%;
	
	color: #ffffff;
}

/** blog detail **/
.enigma_author_detail_wrapper{
	background: #B18A14;
	padding:15px;
	margin-bottom:40px;
	
}
.enigma_author_detail_wrapper{
	border-left:2px solid #B18A14;
}
/** blog  form input css **/ 
.reply a {
	color: #B18A14;
}
.enigma_con_input_control:focus, .enigma_con_textarea_control:focus,
.enigma_contact_input_control:focus, .enigma_contact_textarea_control:focus {
  border-color: #B18A14;
  -webkit-box-shadow: inset 0 0px 0px #B18A14, 0 0 5px #B18A14;
          box-shadow: inset 0 0px 0px #B18A14, 0 0 5px #B18A14;
}
.enigma_send_button , #enigma_send_button{
	border-color: #B18A14;
	color: #6a6a6a;
	background-color:#ffffff;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #B18A14 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.enigma_send_button:hover ,#enigma_send_button:hover{
	background-position: 0 -100%;
    border: 2px solid #B18A14;
	color: #ffffff;
	background-color:#B18A14;
}



.enigma_blog_pagination {
	background-color: #FFFFFF;	
}
.enigma_blog_pagi a {
	border: 1px solid #dbdbdb !important;
	background-color: #ffffff;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #fff 50%, #B18A14 50%);
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
	color: #777777;
}
.enigma_blog_pagi a:hover, .enigma_blog_pagi a.active {
	background-position: 0 -100%;
	color: #ffffff;
}

/****** Testimonial css *******************************************
****************************************************************/
.enigma_testimonial_area i{
	color:#B18A14;
}
.enigma_testimonial_area img{
	border: 10px solid #B18A14;
}
.pager a{
	background: #fff;
	border: 2px solid #B18A14;
}
.pager a.selected{
	background: #B18A14;
	border: 2px solid #B18A14;
}
/**** Client Css *************************************************
****************************************************************/
.enigma_client_wrapper:hover {
	border: 4px solid #B18A14;

}
.enigma_client_prev, .enigma_client_next {
    background-color: #fff;
	border: 2px solid #B18A14;
}
.enigma_client_prev:hover, .enigma_client_next:hover {
    background-color: #B18A14;
	color:#fff;
}
.enigma_client_prev:hover i, .enigma_client_next:hover i{
    color:#fff;
}

.enigma_carousel-prev i,
.enigma_carousel-next i {
	color: #B18A14;
}
/**** About us page Css *************************************************
****************************************************************/
.enigma_team_showcase .enigma_team_showcase_icons a {
	background-color: #B18A14;
	border:2px solid #B18A14;
	color:#fff;
}

.enigma_team_showcase .enigma_team_showcase_icons a:hover{
	background-color: #ffffff;
	border:2px solid #B18A14;
	color:#B18A14;
}

.enigma_team_caption:hover{
    background: #B18A14;
}
.enigma_team_caption:hover  h3 a ,.enigma_team_caption:hover  small{
   color: #ffffff;
}

.enigma_team_wrapper:hover .enigma_team_caption{
 background: #B18A14;
}
.enigma_team_wrapper:hover .enigma_team_caption  h3 ,.enigma_team_wrapper:hover .enigma_team_caption  small{
 color: #ffffff;
}
/***** Call Out Section *****************************************************************
***************************************************************************************/
.enigma_callout_area {
	background-color: #B18A14;

}
/***** Footer Area Css *****************************************************************
***************************************************************************************/
.enigma_footer_area{
	background: #B18A14;
	border-top: 0px solid #6B6B6B;
}
/***** Contact Info Css *****************************************************************
***************************************************************************************/
.enigma_contact_info li .desc {
	color: #B18A14;
}
/***** Shortcode  Css *****************************************************************
***************************************************************************************/
/*Dropcaps Styles*/
.enigma_dropcape_square span {
	background-color: #B18A14;
    color: #FFFFFF;
}
.enigma_dropcape_simple span {
    color: #B18A14;
}
.enigma_dropcape_circle span {
	background-color: #B18A14;
    color: #FFFFFF;
}
/*** breadcum style css **/
.breadcrumb li a {
color: #B18A14 !important;
}
/** progress bar or nav button css */
.progress-bar {
	background-color: #B18A14 !important;
}
.btn-search{
	background:#B18A14 !important;
}
.nav-pills > li  > a{
	border: 3px solid #B18A14 !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #B18A14 50%) !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-image: linear-gradient(to bottom, #B18A14 50%, #B18A14 50%) !important;
	background-color:#B18A14;
}
.nav-stacked > li  > a
{
	border: 3px solid #B18A14 !important;
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #B18A14 50%) !important;
 }
 .nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus {
	background-image: linear-gradient(to bottom, #B18A14 50%, #B18A14 50%) !important;
	background-color:#B18A14;
}


.navbar-toggle {
background-color: #B18A14 !important;
border: 1px solid #B18A14 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #B18A14 !important;
}
.enigma_blockquote_section blockquote {
border-left: 5px solid #B18A14 ;
}
#wp-calendar caption {
background-color: #B18A14;
color: #ffffff;
padding: 10px;
}
#wp-calendar thead tr th {
text-align: center;
}
table th {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
#wp-calendar tbody tr td {
text-align: center;
}
.enigma_footer_widget_column ul li a ,.enigma_footer_widget_column ul#recentcomments li {color: #f2f2f2;}
.enigma_footer_widget_column ul li a:hover{color: #B18A14;}
.enigma_callout_area a:hover{background-color:#393c40;}
ul .social li .facebook a:hover ,ul .social li .twitter a:hover,ul .social li .linkedin a:hover ,ul .social li .youtube a:hover {background-color:#34495e;}
.enigma_blog_pagi a:hover, .enigma_blog_pagi a.active {
background-color: #B18A14;
color: white;
}

/***** self *****************************************************************
************/
h2{padding-left:20px; background:#B18A14; font-size:20px; line-height:240%; color: #ffffff !important;}
.special_text{background-image:url(http://shisen-gyouzabou.com//images/banner/flower_back.png); background-repeat: no-repeat; background-size:contain; color:#000000; width:100%; line-height:200%; font-size:16px; font-weight:bold; padding:50px 5px 50px 20px;}

@media only screen and (min-width: 360px) and (max-width: 768px) {     
.special_text{background-image:url(http://shisen-gyouzabou.com//images/banner/flower_back2.png); background-repeat: no-repeat; color:#000000; width:100%; line-height:200%; font-size:14px; font-weight:bold; padding:10px 5px 10px 15px;}
 
} /*�f�o�C�X�̉�����321�ȏ�768�ȉ��̏ꍇ*/
 @media only screen and (max-width: 359px) {
.special_text{ background-image:url(http://shisen-gyouzabou.com//images/banner/flower_back2.png); background-repeat: no-repeat; color:#000000; width:100%; line-height:200%; font-size:11px; padding:5px;}

 } /* �f�o�C�X�̉�����320px�ȉ��̏ꍇ */

h1 { color:#000000;} 

@media screen and (max-width: 479px) {
.col_sp24{ width:100%; padding:5px; text-alig:center;}
}
@media screen and (min-width: 1280px) {
.col_pc8{ width:33%; padding:5px 2px; float:left; margin:0 auto;}
}
@media screen and (min-width: 480px) and (max-width: 1279px) {
.col_tab16{ width:49%; padding:5px; float:left; margin:0 auto;}
}
.menu_box{
text-align:center; margin-bottom:10px;
}

.boxContainer { overflow: hidden; } /* clearfix */ 

.boxContainer:before, .boxContainer:after { content: ""; display: table; } .boxContainer:after { clear: both; } /* For IE 6/7 (trigger hasLayout) */ 
.boxContainer { zoom: 1; } 
.b16{ font-weight:bold; font-size:16px; }
.b20{ font-weight:bold; font-size:20px; } 
.m14{ font-weight:normal; font-size:14px; font-family:'SimSun','sans-serif'; } /* with font */ 
.size_10{ font-size:10px} 
.size_11{ font-size:11px} 
.size_12{ font-size:12px} 
.size_14{ font-size:14px} 
.size_16{ font-size:16px} 
.size_18{ font-size:18px} 
.size_20{ font-size:20px} 
.size_24{ font-size:24px} 
.size_28{ font-size:28px} 
.size_30{ font-size:30px} 
.size_40{ font-size:40px} 

.back_orange{background-color:#ff4500} 
.color_black{ color:#000000} 
.color_white{ color:#ffffff} 
.color_red{ color:#ff0000} 
.color_blue{ color:#0000ff} 
.color_orange{ color:#ff4500} 
.color_gold{ color:#ffd700} 

.info{ width: 100%; border-collapse: collapse; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } 
.info th{ width:35%; padding: 6px; text-align: left; vertical-align: top; color: #666666; background: url(bg.jpg) repeat-x top left #eee; border-bottom: 1px dotted #999; border-left: 1px solid #ccc; } 
.info td{ text-align: left; width: 65%; padding: 6px; border-bottom: 1px dotted #999; border-left: 1px solid #ccc; } 
.no-border{ border:no-border;}