/* Table of Content
==================================================
	#General Sites
	#Pre-Header
	#Header
	#Pre-Content
	#Footer
	#Primary Menu
	#Secondary Menu
	#Pagination
	#Post Page
	#Comment
	#Link Style
	#Thumb & Zoom
	#Misc */

@import url("base.css");
@import url("font-awesome.min.css");
@import url("widgets.css");
@import url("shortcodes.css");


/*=========================================================================
  General Sites
//=======================================================================*/
#azure-wrapper{
	background-color:#fff;
}
#azure-wrapper.boxed{
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
			box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}
#main-container{
	padding:40px 0;
	position:relative;
	background-color:#fff;
}
#header{
	z-index:60;
}
#pre-header,
#pre-content,
#main-container{
	z-index:50;
}


/*=========================================================================
  Pre-Header
//=======================================================================*/
#pre-header{
	position:relative;
	background-color:#212121;
	padding:0;
}
.call-inner{
	height:45px;
}
.call-us{
	position:relative;
	padding:7px 0 0;
	margin:5px 0;
	color:#999;
}
.call-us i{
	margin-right:5px;
}
.call-us a, .call-us a:hover{
	color:#666;
}
.call-social{
	padding:9px 0 0;
}


/*=========================================================================
  Header
//=======================================================================*/
#header{
	position:relative;
	background-color:#fff;
}
.header-inner{
	position:relative;
	height:90px;
}
.logo {
	float:left;
	margin-top:28px;
	width: 146px;
}
.logo img {
	max-width: 100%;
}
.footer-logo img {
	max-width: 146px;
}

.pre-search{
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	width:100px;
	background:url(../images/glass.png) no-repeat 50% 50%;
}
.boxed .pre-search{
	right:-15px;
}
.pre-search .search-open{
	width:100%;
	height:100%;
	background:url(../images/magnifier.png) no-repeat center center;
	cursor:pointer;
	display:block;
}
.pre-search .search-open.active{
	background:url(../images/search-close.png) no-repeat  center center;
}
.pre-search-form{
	display:none;
}
.pre-search-form #searchform{
	padding:20px 0 15px;
	width:100%;
	display:inline-block;
	overflow:hidden;
}
.pre-search-form #searchform input,
.pre-search-form #searchform input:focus{
	font-size:42px;
	font-weight:300;
	color:#fff;
	border:none;
	background:url(../images/magnifier.png) no-repeat 5px center rgba(0, 0, 0, 0.1);
	padding-left:60px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	width:96%;
}
.pre-search input#s{
	color:#888;
	padding:5px;
	margin:8px 0 0;
	width:200px;
}


/*=========================================================================
  Footer
//=======================================================================*/
#footer{
	position:relative;
	overflow:hidden;
	color:#888;
}
#footer a{
	color:#888;
}
#footer-widget{
	padding:40px 0 20px;
	background-color:#f3f3f3;
	position:relative;
}
.contact-form {
    background: #fff;
    padding: 40px 0 40px;
    position: relative;
    z-index: 10;
}
.call-phone {
	text-align: left;
}
#copyright{
	background-color:#1A1A1A;
	text-align:center;
}
#copyright .copyright-inner{
	margin:0 0 20px;
	font-size:14px;
}
.call-footer{
	font-size:32px;
	font-weight:300;
	line-height:40px;
	margin:20px 0;
	overflow:hidden;
}
.call-footer div{
	display:inline;
	margin:0 15px;
}
.call-footer i{
	margin-right:15px;
}
.call-footer div:hover i{
	color:#eee;
}

/*Scroll to Top*/
.scrollTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
	display:none;
}
.scrollTop a{
	background:url(../images/to-top.png) no-repeat center center #999;
    display: block;
    padding: 10px;
    height: 25px;
    width: 25px;
	text-indent:-9999px;
}
.scrollTop a:hover{
	background-color:#666;
}


/*=========================================================================
  HEADER + FOOTER FIXED
//=======================================================================*/
@media only screen and (min-width: 768px) {

	.wide #header{
		position:fixed;
		top:0;
		z-index:999;
		width:100%;
	}
	.wide #pre-header{
		margin-top:90px;
	}
	.wide #header.fixed{
		background: rgba(0, 0, 0, 0.8);
		-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.5);
		   -moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.5);
				box-shadow:0 0 6px rgba(0, 0, 0, 0.5);
	}
	.wide #header.fixed .header-inner{
		height:60px;
	}
	.wide #header.fixed #main-nav ul li a{
		padding:19px 15px;
	}
	.wide #header.fixed #main-nav ul ul li a{
		padding:10px 15px;
	}
	.wide #header.fixed #main-nav ul ul{
		top:60px;
	}
	.wide #header.fixed #main-nav ul li a:hover,
	.wide #header.fixed #main-nav ul li:hover > a{
		background: rgba(0, 0, 0, 0.4);
		color:#fff;
	}
	.wide #header.fixed #main-nav ul li.current-menu-parent > a,
	.wide #header.fixed #main-nav ul li.current_page_item > a{
		background: rgba(0, 0, 0, 0.4);
	}
	.wide #header.fixed .logo{
		margin-top:13px;
	}
	.wide #header.fixed .pre-search{
		width:70px;
	}
	.wide #footer-widget{
		z-index:2;
	}
	.wide #copyright{
		min-height:350px;
	}
	.wide #copyright .container{
		z-index:1;
	}
	.wide #copyright .fixed-footer{
		position:fixed;
		bottom:0;
		z-index:0;
	}
	.wide #copyright .fixed-table{
		position:relative;
		display:table;
		height:350px;
	}
	.wide #copyright .fixed-cell{
		display:table-cell;
		vertical-align:middle;
	}

}


/*=========================================================================
  Pre-Content
//=======================================================================*/
#pre-content{
	position:relative;
	background-color:#f7f7f7;
	padding: 0 .5em;;
}
.space-slider {
	padding:30px 0;
}
.space-pre {
	padding:30px 0 10px;
}
.space-title {
	padding:30px 0;
}
/*page-title*/
.page-title {
	margin-bottom:0;
	line-height:100%;
	font-size:28px;
	font-weight:600;
	text-transform:uppercase;
	text-align: left;
}
.space-title p {
	margin:5px 0 0;
	padding:0;
	font-size: 16px;
	color:#c6c6c6;
}
/*breadcrumbs*/
.breadcrumbs{
	margin-top:10px;
	color:#888;
	font-size:11px;
	height:22px;
	line-height:22px;
}
.breadcrumbs a,
.breadcrumbs .current{
	float:left;
	padding:0 13px 1px 8px;
	background:url(../images/bread_border.png) no-repeat right center #e3e3e3;
}
.breadcrumbs a:hover{
}
.breadcrumbs .current{
	background:url(../images/bread_current.png) no-repeat right center #e3e3e3;
}


/*=========================================================================
  Primary Menu
//=======================================================================*/
#main-nav{
	position:absolute;
	top:0;
	bottom:0;
	right:115px;
	text-align:right;
}
.boxed #main-nav{
	right:85px;
}
.menu-primary-container{
	height:100%;
}
#main-nav ul{
	margin:0;
	padding:0;
	float:right;
	height:100%;
	position:relative;
}
#main-nav ul li{
	margin:0;
	float:left;
	position:relative;
}
#main-nav ul li:last-child{
	background:none;
	padding-right:0;
}
#main-nav ul li a{
	padding:34px 15px;
	margin:0;
	display:block;
	overflow:hidden;
	color:#666;
	font-size:20px;
	font-weight:200;
}
#main-nav ul li a:hover,
#main-nav ul li:hover > a{
	background:#f7f7f7;
	color:#333;
}
#main-nav ul li.current-menu-parent > a,
#main-nav ul li.current_page_item > a{
	background:#f7f7f7;
}

/*submenu*/
#main-nav ul ul{
	text-align:left;
	width:auto;
	height:auto;
	border:none;
	position:absolute;
	z-index:999;
	top:90px;
	text-transform:none;
	display: none;
	background:rgba(0, 0, 0, 0.8);
}
#main-nav ul ul li{
	margin:0;
	padding:0;
	float:none;
	position:relative;
	width:200px;
	background:none;
}
#main-nav ul ul li a{
	text-transform:capitalize;
	position:relative;
	overflow:visible !important;
	letter-spacing:normal;
	line-height:18px;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:10px 15px;
	color:#eee;
	border-bottom:none;
}
#main-nav ul ul li a:hover,
#main-nav ul ul li:hover > a,
#main-nav ul ul li.current_page_item > a{
	color:#333;
	padding-left:25px;
}
#main-nav ul ul li.current_page_item > a{}

/*second level menu*/
#main-nav ul ul ul{
	left:198px;
	top:0;
	padding:0;
}

/*responsive menu*/
.responsive-menu{
	display:none;
	margin:0;
	padding:8px;
	background:#444;
	border-color:#111;
	color:#fff;
}
.responsive-menu:focus{
	border-color:#111;
}


/*=========================================================================
  Secondary Menu
//=======================================================================*/
#sub-nav ul{
	margin:0 0 20px;
	padding:10px 0;
	border-bottom:1px solid #222;
}
#sub-nav ul li{
	display:inline-block;
	margin:0;
	padding:0 3%;
}
#sub-nav ul li a{
	padding:10px 5px;
	display:block;
	color:#999;
	font-size:16px;
	text-transform:uppercase;
}


/*=========================================================================
  Pagination
//=======================================================================*/
.pagination{
	margin-bottom:20px;
	text-align:center;
}
.pagination a,
.pagination span.current{
	padding:5px 12px;
	background:#e9e9e9;
}
.pagination a:hover,
.pagination span.current{
	color:#fff;
}

/*post-more*/
.post-more a{
	margin-bottom:20px;
	display:block;
	padding: 15px;
	background-color:#FF5C43;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	color:#fff;
}
.post-more a:hover{
	background-color:#999;
	font-size:20px;
	font-weight:600;
	color:#fff;
}

/*post-nav*/
.post-nav{
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-13px;
}
.post-nav .post-prev{
	float:right;
}
.post-nav .post-prev a,
.post-nav .post-next a{
	display:inline-block;
	height:25px;
	width:25px;
	text-transform:uppercase;
	text-indent:-9999px;
	margin-left:1px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
}
.post-nav .post-prev a{
	background:url(../images/arrow_pagenav_right.png) no-repeat center rgba(0, 0, 0, 0.3);
}
.post-nav .post-next{
	float:left;
}
.post-nav .post-next a{
	background:url(../images/arrow_pagenav_left.png) no-repeat center rgba(0, 0, 0, 0.3);
}


/*=========================================================================
  Post Page
//=======================================================================*/
.hentry{
	width:100%;
}

/*Search Page*/
.search-list{
	margin-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}
.search-list .post-title{
	text-align:left;
	line-height:100%;
}
.search-list .post-excerpt{
	color:#444;
	font-style:normal;
	margin:0;
	text-align:left;
}

/*Work Filter*/
.work-filter{
	margin-bottom:45px;
	text-align:right;
	position:relative;
}
.work-filter li{
	margin-left:10px;
	padding:0;
	display:inline-block;
	white-space: nowrap;
	background:#e9e9e9;
	position:relative;
}
.work-filter li a{
	padding: 2px 20px;
	font-size:12px;
}
.work-filter li.active a,
.work-filter li:hover a{
    color: #fff;
}

/*Blog Page*/
.blog-list{
	margin-bottom:30px;
}
.blog-list .post-title{
    margin-bottom: 10px;
}
.blog-list .post-title i{
    color: #fff;
    margin-right: 10px;
    padding: 5px 8px;
}
.post-meta,
.work-meta{
    margin-bottom:20px;
}
.post-meta span{
	margin-right:15px;
}
.post-meta i,
.work-meta i{
	margin-right:5px;
}
.work-meta > div{
	border-bottom:1px dotted #e3e3e3;
	padding:10px 0;
}
.work-meta > div > div{
	color: #999;
    display: block;
    margin-right: 10px;
	border:none;
}
.post-meta a,
.work-meta a{
	color:#888;
    font-weight: italic;
}

/*Work Page*/
.work-inner{
	padding:1em;
	background:#f9f9f9;
	border-bottom:1px solid #f3f3f3;
}
.work-inner .post-category{
	font-size:11px;
	text-transform:uppercase;
}
.work-inner .post-category a{
	color:#999;
}
.work-list,
.carousel-work li{
	margin-bottom:30px;
}
.work-list .post-title,
.carousel-work .post-title{
	position:relative;
	margin:0;
	font-size:16px;
	font-weight:normal;
}

/*blog single page*/
.single-post .post-meta span{
	margin-right:10px;
}

/*Blog Tags*/
.blog-tags {
	margin-bottom:20px;
}
.blog-tags strong {
	margin-right:5px;
}


/*=========================================================================
  Comment
//=======================================================================*/
#comments{
	margin-bottom: 30px;
	padding-top:20px;
	border-top:1px dashed #e0e0e0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
}
.comment-form-email{
}
.required{
	color:#f00;
}
.commentlist{
	list-style:none;
	margin-left: 0;
}
.commentlist li article.comment{
	margin-bottom:20px;
}
.commentlist ul,
.commentlist ol{
	margin-left:20px;
}
.comment-meta {
	margin-bottom: 10px;
}
.comment-meta .fn {
	font-weight: bold;
}
.comment-meta span.avatar{
	display:block;
	float:left;
	background:#fff;
	border:1px solid #dfdfdf;
	padding:4px;
	margin-right:15px;
	overflow:hidden;
	width:50px;
	height:50px;
}
.comment-meta img.avatar{
	width:50px;
	height:50px;
}
.commentmetadata{
	float:right;
	font-size:11px;
}
.comment-content{
	border-bottom: 1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
    margin-left: 15px;
	padding:0 15px;
	overflow:hidden;
}
.comment-reply-link{
	display:inline-block;
	position:relative;
	margin-bottom:15px;
}
#respond{
	margin-top:40px;
	margin:0 auto;
}
#respond input[type="text"]{
	width:60%;
}
#commentform{
	background:#eee;
	border:1px solid #dcdcdc;
	padding:20px;
}
#commentform p{
	margin-bottom: 10px;
}
#commentform code{
	font-size:12px;
}
#commentform .form-submit{
	margin:0;
}


/*=========================================================================
  Link Style
//=======================================================================*/
a{
	color:#555;
}
a:hover,
.at-accordion ul li .accordion-title:hover,
.at-toggle .toggle-title:hover,
.at-tabs .tabs-title li.active a,
.at-accordion ul li .accordion-title.active, .at-toggle .toggle-title.active,
.at-accordion ul li .accordion-title.active:hover, .at-toggle .toggle-title.active:hover,
.carousel-blog .post-category a{
	color:#555;
}
.comment-reply-link,
.post-edit-link{
	background: #CCCCCC;
    color: #FFFFFF;
    font: 11px Arial,Helvetica,sans-serif;
    padding: 3px 15px;
}
.post-edit-link{
	background: #999 url(../images/icons/edit-page.gif) no-repeat 5px center;
	padding:4px 10px 5px 20px;
	text-transform:uppercase
}
.post-edit-link:hover{
	color:#fff;
}

.news h3 {
	background: #00a4c1 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 40px 8px 13px;
  position: relative;
	position: relative;
	margin: 0;
	font-size: 16px;
}
.news h3:before {
	border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.news h3:after {
	border-bottom: 20px solid rgba(0, 0, 0, 0.3);
  border-right: 20px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.news ul {
	border: 1px solid #aaa;
	margin-bottom: 40px;
}
.news li {
	border-bottom: 1px dashed #aaa;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  padding: 10px 15px;
	/* font-family: "Noto Sans Japanese"; */
}
.news li:last-child {
	border: none;
}
.news li span {
	color: #00a4c1;
	display: block;
	cursor: pointer;
}

/*=========================================================================
  Thumbnail & Zoom
//=======================================================================*/
.post-thumb{
	position:relative;
	line-height:70%;
	overflow:hidden;
}
.post-thumb img,
.post-slider img,
.post-video > div{
	border-bottom:8px solid #E9E9E9;
}
/*.post-thumb,*/
.post-slider,
.post-video,
.work-single .post-slider,
.work-single .post-thumb,
.blog-list .post-thumb,
.blog-single .post-thumb{
	margin-bottom:20px;
}

/*thumbnail*/
.es-carousel .post-thumb a,
.blog .post-thumb a,
.work .post-thumb a,
.at-frame a{
	display:block;
	overflow:hidden;
	position:relative;
}
/*zoom*/
.zoom-overlay{
	background:url(../images/glass.png) no-repeat 55% 50%;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.3;
}
.zoom:hover img{
	transform:scale(1.4);
}
.work-list:hover .zoom-overlay,
.at-work li:hover .zoom-overlay,
.zoom:hover .zoom-overlay{
	background:url(../images/glass.png) no-repeat 55% 35%;
}
/*.zoom-hover {
	display:none;
	width:60px;
	height:60px;
	background:url(../images/icons/zoom-url.png) no-repeat center center #fff;
	position:absolute;
	border-radius:50%;
	margin:-30px 0 0 -30px;
	left:50%;
	top:50%;
	z-index:1;
}
.carousel-work li:hover .zoom-hover,
.isotope .work-list:hover .zoom-hover{
	display:none;
	border-radius:50%;
	margin:-30px 0 0 -30px;
}
.zoom-hover.image {
	background:url(../images/icons/zoom-image.png) no-repeat center center #fff;
}
.zoom-hover.video {
	background:url(../images/icons/zoom-video.png) no-repeat center center  #fff;
}
.zoom-hover.slider {
	background:url(../images/icons/zoom-slider.png) no-repeat center center #fff;
}*/
.image-single .zoom-overlay,
.content-part .zoom-overlay,
.work-single .zoom-overlay{
	display:none;
}


/*==standar-transition==*/
.header-inner, #header.fixed .header-inner,
.pre-search, #header.fixed .pre-search,
.logo, #header.fixed .logo{
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
/*menu*/
#main-nav,
#main-nav ul li a,
#main-nav ul li a:hover,
#main-nav ul li:hover > a,
#main-nav ul ul li a:hover,
#main-nav ul ul li:hover > a,
#main-nav ul ul li.current_page_item > a,
#main-nav ul ul li a,
/*portfolio*/
.post-thumb img, .post-thumb:hover img,
.post-slider, .post-slider:hover,
.post-video, .post-video:hover,
.zoom-overlay, .post-thumb, .zoom-hover,
.at-social a, .at-social a:hover,
.scrollTop a, .scrollTop a:hover,
.flex-slider .flex-direction-nav a, .work-slider .flex-direction-nav a,
.flex-slider .flex-direction-nav a:hover, .work-slider .flex-direction-nav a:hover,
.es-nav span.es-nav-next, .es-nav span.es-nav-prev,
.es-nav span.es-nav-next:hover, .es-nav span.es-nav-prev:hover,
.es-nav span.es-nav-prev, .es-nav span.es-nav-next,
.es-carousel:hover .es-nav span.es-nav-prev, .es-carousel:hover .es-nav span.es-nav-next{
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
