/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Ropa+Sans);
@import url(http://fonts.googleapis.com/css?family=Century+Gothic);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);

/* ======================================================================================
    GENERAL STYLE
========================================================================================*/
body {
    font-family: 'Century Gothic', 'Ropa Sans', sans-serif;
	font-weight: 300;
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
}

.container { position: relative; z-index: 1; }
img { border: 0; }
h1, h2, h3, h4, h5 { font-family: 'Century Gothic', 'Ropa Sans', sans-serif; text-transform: uppercase; margin: 0; padding: 0; }
h2 { font-size: 3em; margin-bottom: 10px; display: inline-block; font-family: 'Century Gothic', 'Ropa Sans', sans-serif;}
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; text-transform: none; }
ul { list-style-type: none; }
p { margin: 20px 0; font-size: 15px; font-weight: 300;}

.our_color { color: #EE0000; }
.inner-title { font-family: 'Ropa Sans', sans-serif; font-size: 1.5em; font-weight: 300; }
#separate { margin-top: 70px;}

section { padding-top: 20px; }

/*link*/
a { outline: none; color: #EE0000; }
a:hover { text-decoration: none; color: #000000 }

/*form*/
form input, textarea, submit, button { outline: none; }

.breadcrumbs { padding: 20px 20px 0; text-align: left }

/*============== SHORTCODE ======================*/
/*button*/
.button-div {
	display: inline-block;
}
.button-color { 
	background-color: #EE0000;
	border: 1px solid white;
	padding: 6px 25px;
	line-height: 17px;
	margin: 10px 0px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.button-color:hover { background: #EE0000; }
.button-none {
	background: transparent; 
	border: 1px solid white;
	padding: 7px 30px;
	margin: 0 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 0.875em
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
	font-weight: 200;
}
.button-none:hover {
	background-color: #fff;
	color: #000000;
}

.more-btn {
	margin: 0 auto;
	text-align: center;
}

/*medium button*/
.medium-btn { background: #332d26; padding: 10px 50px; -webkit-transition: 0.5s; transition: 0.5s; }
.medium-btn:hover { background: #000000; }

blockquote { border: none; font-style: italic; font-size: 1.2em; padding: 0 40px; }

/*===================== Responsive shortcode ===========================*/
/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.button-color { width: 100%; height: 60px; line-height: 50px; margin: 10px 0; }
	.button-none  { width: 100%; margin: 5px 0; }

	section { padding-top: 0px; }


}


/* ======================================================================================
	NAVIGATION STYLE 
========================================================================================*/
.navbar {
	background: none;
	filter: none;
	border: none;
	box-shadow: none;
	height: 40px;
	color: none;


background-color: rgba(177,0,0,0.85);

	/*background: -prefix-linear-gradient(top, #000, transparent);*/
	/*background: linear-gradient(to bottom, #000, transparent);*/
	

font-family: 'Century Gothic', 'Ropa Sans', sans-serif;
	font-weight: 300;
	}
	.navbar .navbar-header { height: 40px; padding: 0px 0px; }
	.navbar ul li {
		height: 35px;
		padding: 0px 0px;
		margin: 0;
		color: #FFF;
}

.navbar-default .navbar-nav > li > a { 
	height: 35px; 
	color: #fff; 
	text-transform: uppercase; 
	font-size: 13px;
	-webkit-transition: 0.4s; /* For Safari 3.1 to 6.0 */
	transition: 0.4s;
	outline: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: #EE0000; border-bottom: 2px solid #EE0000;}

.navbar-default .navbar-nav > li.currentClass a { color: #EE0000; border-bottom: 2px solid #EE0000; }


/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.navbar-collapse {
		margin: 0px;
		background: #222;
		padding: 5px 30px;
		border: none;
	}
	.navbar ul li { padding: 3px; height: 35px;}
	.navbar-default .navbar-nav > li > a { height: 35px; }
	.navbar-default .navbar-nav > li > a:hover { border: none; background: #292929; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}

.servicesslider { background: red; width: 100%; }

/* ======================================================================================
	SLIDER STYLE 
========================================================================================*/
#header { 
	background-image:url(../images/parallax/parallax_one.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 65% center;
	color: white;
	text-align: center;
	font-family: 'Century Gothic', 'Open Sans', sans-serif;
	width: 100%;
	height: 700px;
	position: relative;
}

#header h1{ font-size: 2.45em; margin-bottom: 30px; }
#header h2 { font-size: 2em; margin-bottom: 30px; }

#header p {
	font-weight: 100;
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 0 0 40px 0;
}

#header a { color: #fff; }
#header a:hover { color: #fff; }
#header a:hover.button-none { color: #000000;}

/*
.logo {
	margin: 340px auto 0;
	max-width: 100%;
}
*/

/* ======================================================================================
	ABOUT STYLE 
========================================================================================*/
#about { }
#about .content { background: transparent; width: 80%; }
div.title { margin: 0 auto; position: relative; display: inline-block; }

#about-us { padding-bottom: 31px; }
#about-us p { margin-bottom: 5px; }

.about-slider { width: 500px; margin: 70px auto 0; padding: 20px; background: gold; }

.about-nav-slider { margin: 70px auto 50px; text-align: center; }
.about-nav-slider ul { list-style-type: none; padding: 3px; margin: 0; padding: 0;}
.about-nav-slider ul li { display: inline-block;}
.about-nav-slider ul li a { text-decoration: none; }
.about-nav-slider ul li a:hover { text-decoration: underline; color: gold;}

.news { margin-bottom: 20px; }

.news-list { font-size: 15px; margin: 0; text-align: left; padding: 0px 40px; margin: 10px 0px; }
.news-item span { font-weight: 500; }
.news-item { padding: 4px 0px; }
.news-list a { text-decoration: underline; color: #222; }
.news-list a:hover { text-decoration: none; }
.news-date { float: left; display: block; margin-right: 20px; }
.news-title { display: inline-block; }

.banner { text-align: center; margin: 60px 0; }
.banner ul { padding: 0; }
.banner ul li { margin: 10px; display:inline-block; }


/*----quote-----*/
#about-quote { 
	background-image:url(../images/parallax/parallax_two.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 70% center;
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding: 70px 0 0 0;
}

#about-quote p { font-size: 1.5em; text-align: left; font-weight: 600; margin-bottom: 27px; }
#about-quote cite { font-family: 'Century Gothic', 'Ropa Sans', sans-serif; font-size: 1.2em; }

/*----what-we-do-----*/
#what-we-do { text-align: center; padding: 40px 0 40px 0; }

#what-we-do .section-text { margin: 33px 0 -30px 0; }
#what-we-do p { text-align: center; }

.latest-videos { padding: 0 10%; margin-bottom: 20px; }
.videos { 
	text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0;
}
.videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* twitter */
#twiiter-section {
	background-image:url(../images/parallax/parallax_three.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 20% center; 
	color: white;
	text-align: center;
	font-family: 'Century Gothic', 'Ropa Sans', sans-serif;
	width: 100%;
	height: 600px;
	padding: 0px 0;
}

#twiiter-section p { font-size: 1.5em; text-align: left; font-weight: 600; }
#twiiter-section b { text-transform: uppercase; }

#twiiter-section #twitter-icon { font-size: 3em; margin-top: 85px;}

/*-------team--------*/
#team { text-align: center; padding: 40px 0 50px 0; }
#team .section-text { margin: 33px 0 -30px 0; text-align: center; }
.team .tab-two { display: none; }

/* skills section */
#skills-section { margin-top: 13px; margin-left: auto; margin-right: auto; width: 80%; }
.skills-image {}

ul.photo-item {
	padding: 0 5% !important;
}

.photo-item li {
	width: 8%;
	height: 8%;
	overflow: hidden;
	float: left;
	margin: 1%;
}

.instagram .container { display: inline-block; }

.our-skills { text-align: left; }
.our-skills .progress { height: 30px; line-height: 30px; background-color: #e5e1d5; border-radius: 0px; font-size: 1.05em; margin: 23px 0; 
position: relative; }
.our-skills .progress:last-child { margin: 0px;}
.our-skills .progress .progress-bar { background: #f5503b; line-height: 30px; font-size: 1.05em;}
.our-skills .progress .progress-bar #color-white { color: #fff; }
.our-skills .progress .progress-bar .skills-percentage { position: absolute; top:0; right:15px; color: #332d26; }
.our-skills .progress .skills-name { padding-left: 20px; }

/*---------------------ABOUT SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
}
 
/* Portrait tablet to landsca
pe and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#about h2:before { width: 0px; }
	#about h2:after { width: 0px; }
	.news-date { float:none; width: 100%; }
	.news-title { width: 100%; }

	#header{
		/*edited 20180511 sk*/
		height: 100%;
		padding-top:65%;
	}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#about h2:before { width: 0px; }
	#about h2:after { width: 0px; }
	#about .content { width: 95%; text-align: center; }
	#about .content p { text-align: left; }
	#what-we-do p { text-align: center; }
	#about-quote p { text-align: center; }
	.news-date { float:none; width: 100%; }
	.news-title { width: 100%; }
	.skills-image { margin-bottom: 103px; text-align: center; }
	ul.photo-item {
		padding: 0 !important;
	}
	.photo-item li {
		width: 18%;
		height: 18%;
		overflow: hidden;
		float: left;
		margin: 1%;
	}

	#header{
	/*edited 20180511 sk*/
		height: 100%;
		padding-top:65%;
	}

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#header{ 
		background-attachment: scroll;
		/*edited 20180511 sk*/
		height: 100%;
		padding-top:65%;
	
	 }
	#about-quote { background-attachment: scroll; }
	#twiiter-section { background-attachment:  scroll; }
	.news-list { font-size: 15px; text-align: left; padding: 0; margin: 10px 0px; }
	.news-item { padding: 8px 0px; }
	.news-date { float:none; width: 100%; }
	.news-title { width: 100%; }
	.latest-videos { padding: 0; margin-bottom: 20px; }
	.instagram {
		margin: 20px 0px;
		height: auto;
	}
	ul.photo-item {
		padding: 0 !important;
	}
	.photo-item li {
		width: 18%;
		height: 18%;
		overflow: hidden;
		float: left;
		margin: 1%;
	}





}

/* ======================================================================================
	WORK STYLE
========================================================================================*/
#work {  }
#our-work { padding-bottom: 91px; }
.work { width: 90%; margin: 0 auto; }
.work .section-text { margin: 33px 0 -22px 0; }



.portfolio .look {
	width: 40px;
	height: 40px;
	background: #332d26;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}
.portfolio .video {
	width: 36px;
	height: 36px;
	background: #332d26;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}

#filters {
	padding:3px;
	list-style:none;
	text-align: center;
	display: inline-block;
	margin-top: 50px;
}

	#filters li {
		float:left;
	}
	
	#filters li {
		display: block;
		padding:5px 5px;		
		text-decoration:none;
		color:#666;
		cursor: pointer;
	}
	
	#filters li span.active {
		color: #f5503b;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:31%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		text-align: center;
	}
	
	.portfolio-wrapper img { width: 100%; }

	.portfolio .content-background {
		position: absolute;
		background: #f5503b;
		width: 100%;
		height: 100%;
		bottom:-100%;
		right: 0;
		opacity: 0.9;
		z-index: 99;
	}
	.portfolio .content-text { 
		position: absolute;
		width: 100%;
		height: 100%;
		bottom:-100%;
		right: 0;
		padding: 0px 10px;
		color: #fff;
		z-index: 100;
	}
	.portfolio .content-text h3 { margin-top: 41px; }
	.portfolio .content-text p { margin: 0; margin-top: 22px; }
	.portfolio .label {
		position: absolute;
		width: 100%;
		height: 100%;
		bottom:-100%;

		right: 0;
	}

		.portfolio .label-bg {
			background: #f5503b;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}

/* ------------------ featured -------------------------------- */
#discography { background: #fff; padding: 0 0 92px 0; }
.discography .section-text { margin: 33px 0 -20px 0; }

.featured-item p {
	margin: 0;
}

.featured-item .look {
	width: 36px;
	height: 36px;
	background: #332d26;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}
.featured-item .video {
	width: 40px;
	height: 40px;
	background: #332d26;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}

.featured-container { width: 100%; overflow: hidden; padding: 0; margin: 0 auto; margin-top: 20px; text-align: left; }
.featured-item { margin: 1%; width: 23%; height:23%; float: left; padding: 0px; overflow: hidden; position: relative; text-align: center; }
.featured-item img { width: 100%; height: 100%; }
.featured-item-content-background { 
	background: #222; 
	color: #fff;
	width: 100%; height: 100%; 
	position: absolute; 
	bottom: -100%; left: 0;
	opacity: 0.9;
}
.featured-item-content { width: 100%; height: 100%; position: absolute; bottom: -100%; left: 0; color: #fff; padding: 0 10px; margin }

.featured-item-content h3 { color: #fff; padding: 45% 0px; text-align: center; font-size: 15px; }
.featured-item-content p { margin: 0; margin-top: 10px; text-align: left; font-size: 11px; }

.music-player { margin-top: 20px; }

/*----- Work quote ------------*/
#work-quote { 
	background-image: url(../images/parallax/parallax_four.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 70% center;
	color: white;
	text-align: center;
	font-family: 'Century Gothic', 'Ropa Sans', sans-serif;
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding: 0;
}
#work-quote p { font-size: 1.5em; text-align: left; font-weight: 600; margin-bottom: 26px; }
#work-quote cite { font-family: 'Century Gothic', 'Ropa Sans', sans-serif; font-size: 1.2em; }
/*---------------------WORK SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) {
		
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#work .container { width: 100%; }
	.work { width: 100%; margin: 0 auto; }
	#work h2:before { width: 0px; }
	#work h2:after { width: 0px; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#work .container { width: 100%; }
	#work #portfoliolist .portfolio { width:48%;margin:1%; }
	.work { width: 100%; margin: 0 auto; }
	#work h2:before { width: 0px; }
	#work h2:after { width: 0px; }
	.featured-item { width: 45%; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#work-quote { background-attachment: scroll; }
	#work .container { width: 100%; }
	#work #portfoliolist .portfolio { width:98%; margin:1%; }
	.work { width: 100%; margin: 0 auto; }
	.featured-item { width: 100%; }

}

/* ======================================================================================
	BLOG STYLE
========================================================================================*/
#blog { }
.blog { padding: 0 0 53px 0; }
#blog .content { width: 80%; }
.blog .section-text { margin: 33px 0 61px 0; }

.b-day { padding-bottom: 40px;}

.b-day-title { width: 100%; text-align: center; margin-bottom: 40px; }
.title-logo { width: 100%; padding-top: 10px; }
.b-day-title h2 { margin-left: 30px; color: black;}
.big_h2 { font-size: 79px; line-height: 1.4em; }

.b-day-contents { display: inline-block; width: 100%; }
.b-day-contents .contents-text { overflow: hidden; width: 100%; padding:0; }
.b-day-contents .contents-text li { width: 48%; float: left; margin: 0 1%; text-align: left; padding-bottom: 20px; }
.b-day-contents .text-serif { font-size: 24px; font-family: 'Century Gothic', 'Ropa Sans', sans-serif; margin: 0px; color: #000; }
.b-day-contents p { margin: 10px 0;}

.blog-posts {
	float: left;
	display: block;
	position: relative; 
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
	border: 1px solid #332d26;
	margin-bottom: 36px;
}

.blog-post-content { 
	width: 100%; 
	margin: 0 auto; 
}

.blog-posts .image img { width: 100%; height: 100%;}


.blog-posts .hover-background { 
	background: #f5503b; 
	width: 100%; 
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	overflow: hidden;
	color: white;
	opacity: 0.9;
}

.blog-posts .content-blog {
	text-align: center;
	color: white;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
}

.blog-posts .content-blog h3 { margin-top: 41px; }
.blog-posts .blog-data { font-size: 1em; margin-top: 5px; font-weight: 200px; }
.blog-posts .content-blog p { font-family: 'Century Gothic', 'Ropa Sans', sans-serif; margin: 15px 100px; font-weight: 400px; }

.blog-posts .look {
	width: 40px;
	height: 40px;
	background: black;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.blog-posts .read-more {
	height: 36px;
	line-height: 36px;
	padding: 0 41.5px;
	background: #332d26;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	font-size: 1.2em;
}

.blog-posts .video {
	width: 40px;
	height: 40px;
	background: black;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}


.black-button { 
	background: #332d26; 
	height: 40px; width: 200px; 
	overflow: hidden; 
	margin: 150px auto 0 auto; 
	font-size: 0.95em; 
	font-weight: 400px;
}

ul.pagination li a { 
	background: #332d26; 
	border: 0px; 
	margin: 5px 5px; 
	color: #fff; 
	-webkit-transition: 0.5s; 
	transition: 0.5s;
	font-size: 1.2em;
}
ul.pagination li a:hover { background: #f5503b; color: #fff; }
ul.pagination li.active a { background: #f5503b; border: none; }
ul.pagination li.active a:hover { background: #f5503b; }

/* ---- client ---- */
#client {
	background-image: url(../images/parallax/parallax_one.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 80% center; 
	color: white;
	text-align: center;
	font-family: 'Century Gothic', 'Ropa Sans', sans-serif;
	width: 100%;
	height: 600px;
	padding: 0;
}
.client { }

.client img { margin: 20px 0 0 20px; }

/*---------------------BLOG SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#blog .content { width: 100%; }
	.blog h2:before { width: 0px; }
	.blog h2:after { width: 0px; }
	.blog-posts .content-blog p { margin: 15px 50px;}

	.b-day-title { text-align: center; }
	.title-logo { max-width: 100%; text-align: center; margin: 0 auto 20px; float: none; }
	.b-day-title h2 { color: black; margin: 0; line-height: 1em; margin-bottom: 20px; }
	.big_h2 { font-size: 79px; line-height: 1em; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#blog .content { width: 100%; }
	.blog h2:before { width: 0px; }
	.blog h2:after { width: 0px; }
	.blog-posts .content-blog p { margin: 10px 30px; font-size: 0.9em;}

	.b-day-title { text-align: center; }
	.title-logo { max-width: 100%; text-align: center; margin: 0 auto 20px; float: none; }
	.b-day-title h2 { color: black; margin: 0; line-height: 1em; margin-bottom: 20px; }
	.big_h2 { font-size: 79px; line-height: 1em; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#client { background-attachment: scroll; }
	.blog-posts .content-blog p { display: none; }

	.b-day-title { width: 100%; text-align: center; }
	.title-logo { width: 100%; margin-bottom: 20px; }
	.b-day-title h2 { color: black; margin: 0; line-height: 1em; margin-bottom: 20px; }
	.big_h2 { font-size: 79px; line-height: 1em; }

	.b-day-contents { display: inline-block; }
	.b-day-contents .contents-text ul { overflow: hidden; padding: 0; }
	.b-day-contents .contents-text li { width: 100%; text-align: left; padding-bottom: 20px; }
	.b-day-contents .text-serif { font-size: 26px; font-family: 'Century Gothic', 'Ropa Sans', sans-serif; margin: 0px; }
	.b-day-contents p { margin: 10px 0;}

}

/* ======================================================================================
	PRICE STYLE
========================================================================================*/
#price { margin-bottom: 70px;}
.price { margin-bottom: 80px; }
.price .section-text { margin: 33px 0 35px 0; }

.table-price { width: 90%; margin: 0 auto; }

.flat ul { background: red;}

.flat .plan {
  list-style: none;
  padding: 0 0 0 0;
  background: #e5e1d5;
  text-align: center;
  margin: 10px;
}
.flat .plan li {
  padding: 15px 15px;
  color: #342d27;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.flat .plan li.plan-name {
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #342d27;
  border-top: 0;
  text-transform: uppercase;
}
.flat .plan li.plan-price {
	background: #342d27;
	padding: 25px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}
.flat .plan.featured li.plan-price {
  background: #f5503c;
  padding: 20px;
}
.flat .plan li.plan-action { 
	background: #342d27; 
	padding: 20px 0; 
	margin-top: 27px;
}
.flat .plan li.plan-action a { 
	color: #fff; 
	font-weight: 600; 
	text-transform: uppercase; 
}
.flat .plan li.plan-action a:hover { text-decoration: none; }
.flat .plan.featured li.plan-action { 
	background: #f5503c;
	margin-top: 15px;
}
.flat .plan li > strong {
  color: #f5503c;
}

.flat .plan.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.flat .plan.featured li.plan-price > strong {
	color: #fff;
}

/*---------------------BLOG SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (max-width: 1200px) { 
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#price h2:after { 
		width: 0;
	}
	#price h2:before { 
		width: 0px;
	}
	.flat .plan.featured {
		margin: 50px 0;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#price h2:after { 
		width: 0;
	}
	#price h2:before { 
		width: 0px;
	}
	
	.flat .plan.featured {
		margin: 50px 0;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}
/* ======================================================================================
	WP STYLE
========================================================================================*/
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft{
	float right;
}	
.alingleft{
	float left;
}
.aligncenter{
	display: block;
	margin: auto;
}
/* ======================================================================================
	CONTACT STYLE
========================================================================================*/
section#contact { margin-top: 80px; padding-top: 0px; }
#contact .contact-info { 
	background-color: #5f5f5f; 
	background-image: url(../images/parallax/parallax_two.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position-x: 46%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Century Gothic', 'Ropa Sans', sans-serif;
}
#contact .contact-info .content { width: 75%; padding: 500px 0 0; color: #fff; font-size: 25px;}
#contact .contact-info .content h5 { margin: 0px; margin-top: -4px; }
#contact .contact-info .content p { font-size: 1em; margin: 0px; margin-top: 10px;}
#contact .contact-info .contact1 {
	background-image: url(../images/contact/address.png); 
	background-repeat: no-repeat; 
	background-position: center;
	width: 170px; height: 197px; 
	margin: 30px auto;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}
#contact .contact-info .contact1:hover { background: url(../images/contact/addressHover.png); }
#contact .contact-info .contact2 {
	background-image: url(../images/contact/phone.png); 
	background-repeat: no-repeat; 
	background-position: center;
	width: 170px; height: 197px;
	margin: 30px auto;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */

	transition: 0.5s;
}
#contact .contact-info .contact2:hover { background: url(../images/contact/phoneHover.png); }
#contact .contact-info .contact3 {
	background-image: url(../images/contact/globe.png); 
	background-repeat: no-repeat; 
	background-position: center;
	width: 170px; height: 197px; 
	margin: 30px auto;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}
#contact .contact-info .contact3:hover { background: url(../images/contact/globeHover.png); }

/*-- contact form */
#contact .contact { width: 90%; margin: 0 auto; padding: 85px 0 92px 0px; overflow: hidden; }
#contact .contact form { font-size: 1em; }
#contact .contact form .float-left { float: left; width: 45%; }
#contact .contact form .float-right { float: right; width: 55%; }
#contact .contact form input { 
	height: 40px; width: 90%; 
	padding: 5px; margin: 18px 10px; 
	border: 1px solid #c1c0bd; border-radius: 3px; 
}
#contact .contact form textarea { 
	height: 192px; width: 90%; 
	padding: 5px; margin: 18px;
	border: 1px solid #c1c0bd; border-radius: 3px; 
}
#contact .contact form button { width: 95.3%; margin-left: 8px; margin-top: -10px; color: #fff; }
#contact .contact #message-here {
	color: #00529B; 
	background-color: #BDE5F8; 
	border: 1px solid #3d83ba; 
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	margin-top: 20px;
	display: none;
}

/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#contact .contact #message-here { width: 70%; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact-info { background-attachment: scroll; }
	#contact .contact form .float-left { width: 100%; }
	#contact .contact form .float-right { width: 100%; }
	#contact .contact form input { height: 30px; margin: 5px 10px; }
	#contact .contact form textarea { height: 120px; margin: 5px 10px; }
	#contact .contact form button { width: 91%; margin-left: 0px; }
	#contact .contact #message-here { width: 90%; }
}
/* ======================================================================================
	FOOTER STYLE
========================================================================================*/
footer { text-align: left; }
footer a { color: #f5503b; }
footer a:hover { color: #f5503b; text-decoration: none; }
footer h1 { text-transform: none; margin-bottom: 39px; font-weight: 300px; font-size: 2em; }
footer ul { padding: 0; margin: 0; }
footer ul li { padding: 0 0 5px 5px; }
footer a:hover { color: #080808; }
footer caption { margin-bottom: 10px; }
footer thead tr th { width: 30px; text-align:center; margin: 5px; }
footer tbody tr td { text-align: center; }
footer p { margin-bottom: 36px; margin-top: -5px; padding: 0; }
.twitter-username { color: #e8503c; font-weight: 700;}
.comment-img { background: gold; width: 40px; float: left; margin: 0px 10px;}
.comment-img img { width: 40px; }
.flickr-widge img { width: 59px; height: 59px; margin: 5.5px 4px;}
/* copyright */
#copyright { background: transparent; padding: 7px 0; color: #fff; }
.copyright { padding-left: -40px; overflow: hidden;}
.text { float: left; font-size: 15px; }
.link { float: right; }
.link a { margin-right: 30px }
.social { text-align: center; margin: 0 0 80px; font-size: 40px; }
#contact a { color: #fff; }
#contact a:hover { color: #332d26; }
.social a { margin: 0 7px; padding: 3px 10px; }

/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.copyright { padding-left: 0px;}
	.social a { margin: 0 10px; padding: 3px 0px; }
	.social { float: right; }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.copyright { padding-left: 0px; }
	.text { margin-bottom: 10px; float: none; text-align: center; }
	.link { margin-top: 0px; margin-right: 
		0px; }
	.link a { margin: 0 0 0 0px; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact-info .content { width: 95%; padding: 150px 0 0;}
}

/*ページネーション*/
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #666 ;
}

div.pagination a:hover{
	color:#fff ;
	background: #fdcd1a;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #fdcd1a;
	color:#fff ;
}



/* biography (history) */
.blog-content ul { padding: 0px; margin-top: 30px; height: 100px; overflow: hidden; position: relative; }
.checktab > li{ height: 30px; float:left; margin-right: 15px; }
 
.checktab .btn{ display: block;  line-height: 30px; padding: 0px; cursor:pointer; color: #222; font-size: 18px; }
.checktab .btn:hover{ color: #EE0000; }
.checktab input[type="radio"]{ display: none; }
.checktab input[type="radio"]:checked ~ .contents{ display:block; }
.checktab input[type="radio"]:checked + .btn{ background-color:#fff; color: #EE0000; cursor:default; font-size: 22px; font-weight: bold; }
.checktab .contents{ position: absolute; top: 50px ; left: 0; display: none; text-align: left; }

.bio-title {  font-size: 20px; padding: 40px 0 5px; }
.checktab .contents p {margin:0px;}


@media (max-width: 480px) {
	.checktab .contents{ position: absolute; top: 90px;}
}

label { width: 100%; }


ul.qtranxs_language_chooser li.active {
	/* qTranslate-x */
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
}



