@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

/* --------------------------------------
Table Of Content

1) Header
2) Content
3) Sidebar
4) Login & Register
5) Comment Block
6) Pagination
7) Progress
8) Flickr
9) Contact
10) Sidebar Contact
11) About
12) Our Service
13) Single Blog
14) Footer

---------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	background-color: #e5ebef;
	scrollbar-face-color: #121212;
}
::-webkit-scrollbar {
 width: 10px;
}
::-webkit-scrollbar-track {
 background-color: #ecf0f1;
}
::-webkit-scrollbar-thumb {
 background-color: #34495e;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
}
::-webkit-scrollbar-button {
 display: none;
}
::-webkit-scrollbar-corner {
 background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #bdc3c7;
	text-decoration: none;
}
a:hover {
	color: #f1c40f;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/*=============== HEADER ================*/

#main-contant {
	padding: 80px 0 60px;
}
#main_header {
	background: url('../img/get-first-bg.jpg') no-repeat top center;
	color: #ecf0f1;
	background-attachment: fixed;
}
#main_header .title-header h1 {
	text-transform: uppercase;
	color: #ffce10;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
}
#main_header .title-header h1 span {
	color: #f1c40f;
}
#main_header .title-header p {
	font-weight: 500;
	font-size: 16px;
}
#main_header .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 90px 0 90px;
}
#main_header .header-top {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 10px 0;
	margin-bottom: 70px;
}
#main_header .header-top .sosmed-header-top i.fa {
	margin: 0 15px;
}
#main_header .header-top .sosmed-header-top i.fa:hover {
	color: #bdc3c7;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#main_header .user img {
	width: 150px;
	height: 150px;
	border: 5px solid #ecf0f1;
	margin-bottom: 30px;
	border-radius: 0px 40px 0px 40px;
	-webkit-border-radius: 0px 40px 0px 40px;
	-moz-border-radius: 0px 40px 0px 40px;
	-ms-border-radius: 0px 40px 0px 40px;
	-o-border-radius: 0px 40px 0px 40px;
}
#main_header .slide_item_block {
	margin-bottom: 25px;
}
#main_header .slide_item_block h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#main_header .slide_item_block h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 58px;
	font-weight: 800;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#main_header .slide_item_block p {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
#main_header .slide_item_block h2 .yellow_lt {
	color: #f1c40f
}
#main_header .slide_item_block h3 .yellow_lt {
	color: #f1c40f
}
#main_header .button-down i.fa {
	font-weight: 600;
	font-size: 18pt;
}
.navbar.navbar-default {
	background-color: #01273a;
	border-bottom: 0px solid #e5ebef;
	margin-bottom: 0px;
	padding: 8px 0;
}
.navbar.navbar-default .navbar-brand {
	color: #fff;
	margin: 8px 25px 8px 0px;
	padding: 0;
	height: 34px;
}
.navbar-default .navbar-nav>.active>a, .navbar.navbar-default .navbar-nav>.active>a:hover, .navbar.navbar-default .navbar-nav>.active>a:focus {
	background-color: #f1c40f;
	border-radius: 0px;
	color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #f1c40f;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff;
	border: 4px solid rgba(0, 0, 0, 0.3);
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.dropdown-menu li a {
	color: #01273a !important;
	padding: 10px 15px 10px 10px;
}
.navbar-default ul.nav li a {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-weight: 600;
}
.navbar-nav > li {
	margin-right: 2px;
}
.navbar-default ul.nav li a:hover {
	background-color: #f1c40f;
	border-radius: 0px;
	color: #ffffff;
}
.navbar-default ul.nav li.dropdown ul.dropdown-menu li a:hover {
	background-color: #ffffff;
	border-radius: 0px;
	color: #f1c40f !important;
	padding-left: 20px;
}
.navbar-default ul.nav li.dropdown ul {
	padding: 0;
	width: 230px;
	margin-top: 8px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.navbar-default ul.nav li.dropdown ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-default ul.nav li.dropdown ul li:last-child {
	border-bottom: 0;
}
/*================ CONTENT ===============*/

#content .blog_item_block {
	margin-bottom: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#content .blog_item_block img {
	width: 100%;
	height: 250px;
}
#content .blog_item_block:hover {
	transform: scale(1.02);
	transition: all 0.5s ease 0s;
	box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
#content .blog_item_block .content-title {
	background-color: #fff;
	padding: 20px;
	min-height:auto
}
#content .blog_item_block .content-title h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #00283b;
	margin-top: 0;
	min-height:52px;
	margin-bottom: 13px;
}
#content .blog_item_block .content-title p.dtl_blog_item_text {
	color: #7d7d7d;
	font-weight: 600;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom:0;
	letter-spacing:0.4px;
	min-height:72px;
}
#content .blog_item_block .content-title span.dtl_date_lt_item {
	font-family: "Open Sans", sans-serif;
	color:#7d7d7d;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0px;
}
#content .blog_item_block .content-title span.dtl_date_lt_item i {
	margin-right: 7px;
	color:#f1c40f;
}
#content .blog_item_block .content-title a {
	text-decoration: none;
	color: #4a4a4a;
	font-weight: 700;
}
#content .blog_item_block .content-title a:hover {
	color: #f1c40f;
}
#content .blog_item_block .dtl_blog_content_item {
	padding: 10px 20px;
	background-color: #e5ecee;
}
#content .blog_item_block .dtl_blog_content_item img {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	margin-right: 10px;
	border: 2px solid #bfbfbf;
}
#content .blog_item_block .dtl_blog_content_item span {
	font-size: 14px;
	font-weight: 600;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right {
	margin-top: 7px;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a {
	font-family: "Open Sans", sans-serif;
	color: #999;
	font-weight: 500;
	text-decoration: none;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a i {
	color: #f1c40f;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a:hover {
	color: #f1c40f;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a i.fa {
	margin-left: 10px;
}
.navbar-form .input-group input {
	border-radius: 30px;
	float: left;
	font-size: 13px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
/*================ SIDEBAR ===============*/

#sidebar {
	margin-bottom: 20px;
}
#sidebar .widget-sidebar {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.content-widget-sidebar p.dtl_blog_content_item {
	color: #999;
	font-weight: 600;
	letter-spacing:0.4px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom:20px;
}
#sidebar .widget-sidebar h3.title-widget-sidebar {
	font-size: 16pt;
	border-bottom: 2px solid #e5ebef;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: 600;
	color:#4a4a4a
}
#sidebar .widget-sidebar h3.title-widget-sidebar:after {
	border-bottom: 2px solid #f1c40f;
	width: 100px;
	display: block;
	position: absolute;
	content: '';
	padding-bottom: 10px;
}
#sidebar .widget-sidebar h3 i {
	color: #f1c40f;
	margin-right: 5px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 30px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li {
	border-bottom: 1px solid #e5ebef;
	display: inline-block;
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .thumbnail {
	border: none;
	float: left;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .blog_item_text {
	padding-left: 80px;
	top: 0px;
	position: relative;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .blog_item_text p {
	font-family: "Open Sans", sans-serif;
	color: #999;
	font-weight:600;
	font-size:13px;
}
.content-widget-sidebar p.content-footer {
	color: #696969;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li img {
	border: 1px dashed #c3c3c3;
	float: left;
	height: 76px;
	margin-right: 15px;
	width: 76px;
	border-radius: 2px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li a {
	color: #696969;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
	display: block
}
#sidebar .widget-sidebar .content-widget-sidebar ul li a:hover {
	color: #f1c40f;
	text-decoration: none;
	padding-left: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	line-height: 26px;
}
.content-widget-sidebar ul li.archive a:hover {
	padding-left: 15px !important;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.content-widget-sidebar ul li.categories a:hover {
	padding-left: 10px !important;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li p small, #sidebar .widget-sidebar .content-widget-sidebar ul li.recent-post i.fa {
	font-style: italic;
	color: #777;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li.archive a h5:hover {
	padding-left: 10px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li.categories a h5:hover {
	padding-left: 10px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: 0;
}
.form-control {
	border: 1px solid #ecf0f1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.form-control:focus {
	background-color: #ecf0f1;
	border: 1px solid #ecf0f1;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.btn.btn-default {
	background-color: #bdc3c7;
	border: 1px solid #bdc3c7;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn.btn-default:hover {
	background-color: #7f8c8d;
	border: 1px solid #7f8c8d;
	color: #fff;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.btn.btn-primary {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn.btn-primary:hover {
	background-color: #2980b9;
	border: 1px solid #2980b9;
	color: #fff;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.btn.btn-success {
	background-color: #2ecc71;
	border: 1px solid #2ecc71;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn.btn-success:hover {
	background-color: #27ae60;
	border: 1px solid #27ae60;
	color: #fff;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.btn.btn-info {
	background-color: #1abc9c;
	border: 1px solid #1abc9c;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn.btn-info:hover {
	background-color: #16a085;
	border: 1px solid #16a085;
	color: #fff;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
/*========= Login & Register ===========*/

#login {
	background: url('../img/bg-body.jpg')no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
#login .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
}
.box-login {
	background-color: #fff;
	width: 380px;
	padding: 20px;
	margin: 137px auto;
	box-shadow: 0 1px 2px rgba(255, 255, 255 ,0.8);
	border-radius: 4px;
}
.box-login h3 {
	font-weight: 600;
}
.box-login .form-control {
	background-color: #ecf0f1;
	border: 2px solid #ecf0f1;
	box-shadow: none;
}
.box-login .form-control:focus {
	border: 2px solid #f1c40f;
}
.box-login-alt {
	background-color: #fff;
	width: 380px;
	padding: 30px 20px;
	margin: 80px auto 80px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}
.box-login-alt h3 {
	font-weight: 600;
}
.box-login-alt .form-control {
	background-color: #ecf0f1;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-shadow: none;
	height: 40px;
}
.box-login-alt .form-control:focus {
	border: 1px solid #f1c40f;
}
.radio label, .checkbox label {
    font-weight: 500;
}
#register {
	background: url('../img/bg-body.jpg')no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
#register .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
}
.box-register {
	background-color: #fff;
	width: 420px;
	padding: 30px 20px;
	margin: 80px auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
}
.box-register h3 {
	font-weight: 600;
}
.box-register .form-control {
	background-color: #ecf0f1;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	height: 40px;
	border-radius: 4px;
}
.box-register label {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	max-width: 100%;
}
.box-register .form-control:focus {
	border: 1px solid #f1c40f;
}
.box-register .btn.btn-warning {
	background: transparent linear-gradient(to right, #262626 50%, #ffce10 50%) repeat scroll right bottom / 207% 100%;
	color: #262626;
	border: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 auto;
	padding: 7px 40px;
	display: block;
	width: auto;
	text-transform: uppercase;
	transition: background 350ms ease-in-out 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.box-register .btn.btn-warning:hover {
	color: #ffce10;
	background-position: left bottom;
	border: none;
	transition: all 1s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.box-register .checkbox {
	margin-bottom: 20px;
}
.box-login-alt .input-group-addon {
	background-color: #eee;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	border-right: 0px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 6px 14px;
	text-align: center;
}
.box-login-alt .btn.btn-warning {
	background: transparent linear-gradient(to right, #262626 50%, #ffce10 50%) repeat scroll right bottom / 207% 100%;
	color: #262626;
	border: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 auto;
	padding: 7px 40px;
	display: block;
	width: auto;
	text-transform: uppercase;
	transition: background 350ms ease-in-out 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.box-login-alt .btn.btn-warning:hover {
	color: #ffce10;
	background-position: left bottom;
	border: none;
	transition: all 1s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.box-login-alt .checkbox {
	margin-bottom: 20px;
}
.box-login-alt span.forgot_pass {
	margin-top: 10px;
	display: block;
	text-align: right;
}
.box-login-alt span.forgot_pass a {
	font-size: 14px;
	color: #ffce10;
	font-weight: 600;
}
.box-login-alt span.forgot_pass a:hover {
	color: #333333;
	text-decoration: none;
}
.btn.btn-danger {
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn.btn-danger:hover {
	background-color: #c0392b;
	border: 1px solid #c0392b;
	color: #fff;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.navbar-form .btn.btn-default {
	background-color: #ffce10;
	border: 1px solid #ffce10;
	border-radius: 0;
	font-family: "Open Sans", sans-serif;
	color: #000;
}
#comments-list .btn-block {
	background: transparent linear-gradient(to right, #262626 50%, #ffce10 50%) repeat scroll right bottom / 207% 100%;
	color: #262626;
	border: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 32px;
	padding: 7px 40px;
	display: block;
	width: auto;
	text-transform: uppercase;
	transition: background 350ms ease-in-out 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
#comments-list .btn-block:hover {
	color: #ffce10;
	background-position: left bottom;
	border: none;
	transition: all 1s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
button.btn-block {
	background: transparent linear-gradient(to right, #262626 50%, #ffce10 50%) repeat scroll right bottom / 207% 100%;
	color: #262626;
	border: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 32px;
	padding: 7px 40px;
	display: block;
	width: auto;
	text-transform: uppercase;
	transition: background 350ms ease-in-out 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
button.btn-block:hover {
	color: #ffce10;
	background-position: left bottom;
	border: none;
	transition: all 1s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/*========= Comment Block ===========*/

.content-widget-sidebar .btn-block {
	background: transparent linear-gradient(to right, #262626 50%, #ffce10 50%) repeat scroll right bottom / 207% 100%;
	color: #262626;
	border: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 32px;
	padding: 4px 20px;
	display: block;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	transition: background 350ms ease-in-out 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.content-widget-sidebar .btn-block:hover {
	color: #ffce10;
	background-position: left bottom;
	border: none;
	text-decoration: none;
	transition: all 1s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.content-widget-sidebar input {
	background-color: #ecf0f1;
	background-image: none;
	border: 1px solid #ecf0f1;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.content-widget-sidebar input:focus {
	background-color: #ecf0f1;
	border: 1px solid #ecf0f1;
	box-shadow: none;
	transition: all 1s ease 0s;
}
.blog_item_text p i {
	margin-right: 5px;
	color: #f1c40f
}
/*========= Pagination ===========*/

.pagination_block {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	float: left;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 100%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 100%;
}
.pagination li a {
	margin-right: 7px;
	margin-left: 7px;
	border: 1px solid rgba(0, 40, 59, 0.3);
	color: #34495e;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.pagination li a:hover {
	background-color: #f1c40f;
	color: #fff;
	border: 1px solid #f39c12;
}
.pagination li a.active {
	background-color: #f1c40f;
	color: #fff;
	border: 1px solid #f39c12;
}
.input-group-addon {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.label {
	border-radius: 0;
	line-height: 2.2;
	font-weight: 300;
	font-size: 100%;
}
.label-default {
	background-color: #161616;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #f1c40f;
}
.label-primary {
	background-color: #3498db;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #2980b9;
}
.label-success {
	background-color: #2ecc71;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #27ae60;
}
.label-info {
	background-color: #1abc9c;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #16a085;
}
.label-warning {
	background-color: #f1c40f;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #f39c12;
}
.label-danger {
	background-color: #e74c3c;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c0392b;
}
.thumbnail {
	border-radius: 0;
	padding: 0;
}
.professional-skills label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	max-width: 100%;
	font-size: 14px;
	color:#4a4a4a;
}
/*========= Progress ===========*/

.progress {
	background: #ffffff;
	border: 1px solid #ddd;
	height: 30px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.progress-bar {
	line-height: 26px;
	background-color: #34495e;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.progress-bar-primary {
	background-color: #3498db;
}
.progress-bar-success {
	background-color: #2ecc71;
}
.progress-bar-info {
	background-color: #01273a;
}
.progress-bar-warning {
	background-color: #f1c40f;
}
.progress-bar-danger {
	background-color: #ffce10;
}
/*========= FLICKR ==========*/

.flickr .thumbnail {
	border-radius: 6px;
	float: left;
	height: 105px;
	margin: 0 15px 15px 0;
	width: 105px;
}
.flickr .thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.flickr a .thumbnail {
	border: 3px solid #f1c40f;
}
.flickr a .thumbnail:hover, .flickr a:hover .thumbnail {
	border: 3px solid #f1c40f;
	padding: 0;
	transform: scale(1.08);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/*=============== CONTACT ================*/

#location-map {
	display: block;
	margin-top: 45px;
	border: 2px solid #dcdcdc;
	border-radius: 4px;
}
#location-map iframe {
	cursor: pointer;
	height: 300px;
	width: 100%;
}
.address_block_item {
	border: 2px solid #dcdcdc;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 10px 0px rgba(0, 0, 0, 0.15);
}
.address_block_item:hover {
	box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
}
.tagline-contact {
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 14pt;
}
.tagline-contact span {
	border-bottom: 2px solid #f1c40f;
	line-height: 30pt;
}
.contact_block {
	background: #fff;
}
.address_block {
	padding: 80px 0 50px;
}
#contact_item {
	background: #e5ebef;
	padding: 70px 0 70px;
}
#contact_item .inner_title_item {
	text-align: left;
}
.form-contact h3.title-form-contact {
	margin-bottom: 20px;
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
}
.form-contact h3.title-form-contact:after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 3px solid #f1c40f;
	width: 130px;
	padding-bottom: 10px;
}
.form-contact .inner_title_item {
	margin-bottom: 50px;
	text-align: left;
}
.form-contact .form-group {
	margin-bottom: 20px;
}
.form-contact input {
	background: #ffffff !important;
	border-radius: 6px;
	font-size: 14px;
	height: 46px;
	border: 1px solid #dcdcdc !important;
	line-height: 1.33;
	font-weight: 600;
	padding: 10px 16px;
}
.form-contact textarea {
	background: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	padding-top: 12px;
	border: 1px solid #dcdcdc !important;
}
.form-contact .btn.btn-default {
	background-color: #01273a;
	border: 1px solid #01273a;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 25px;
	height: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.form-contact .btn.btn-default:hover {
	background-color: #7f8c8d;
	border: 1px solid #7f8c8d;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.form-contact h3.title-form-contact span {
	color: #f1c40f;
}
.form-contact .form-control {
	background-color: #ecf0f1;
	box-shadow: none;
	resize: none;
	border: 2px solid #ecf0f1;
}
.form-contact .form-control:focus {
	border: 2px solid #f1c40f;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.form-contact .btn.btn-default:hover {
	background-color: #f1c40f;
	color: #fff;
	border: 1px solid #f1c40f;
}
.media {
	margin-bottom: 2rem;
}
.lt-co-icon {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	display: block;
	float: left;
	height: 40px;
	padding: 8px;
	position: relative;
	text-align: center;
	width: 40px;
}
.lt-co-icon img{
	position:relative;
	left:0px;
	width:100%;
}
.lt-co-blok-text {
	padding-left: 55px;
}
.lt-co-blok-text p a {
	color: #7d7d7d;
}
.lt-co-blok-text p a:hover {
	color: #ffce10;
	text-decoration: none;
}
.lt-co-title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 600;
}
.lt-co-blok-text hr {
	border: 0 none;
	bottom: 0;
	height: 2px;
	left: 0;
	margin: 10px 0;
	position: relative;
	right: 0;
	text-align: left;
	top: -3px;
	width: 10%;
}
.lt-co-yellow-hr {
	background: #f9ca40 none repeat scroll 0 0 !important;
}
.media-iconic .media-body p {
	color: #7d7d7d;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	min-height: 80px;
}
#location-map .map_view_location {
    cursor: pointer;
    min-height: 450px;
    width: 100%;
}
#location-map {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin: 60px 0 10px;
}
.lt-co-green-hr {
	background: #aad978 none repeat scroll 0 0 !important;
}
.lt-bg-blue-hr {
	background: #01273a none repeat scroll 0 0 !important;
}
/*=========== sidebar contact =============*/

.sidebar-contact {
	margin-bottom: 25px;
}
.sidebar-contact h3.title-sidebar-contact {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ddd;
}
.sidebar-contact h3.title-sidebar-contact:after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 3px solid #f1c40f;
	width: 130px;
	padding-bottom: 10px;
}
.sidebar-contact h3.title-sidebar-contact span {
	color: #f1c40f;
}
.sidebar-contact p {
	color: #999;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
}
.sidebar-contact .sosmed-contact {
	margin-top: 20px;
}
.sidebar-contact .sosmed-contact i.fa {
	background: transparent linear-gradient(to right, #01273a 50%, #ffbe00 50%) repeat scroll right bottom / 200% 100%;
	border-radius: 30px;
	color: #ffffff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	transition: all 0.3s ease 0s;
}
.sidebar-contact .sosmed-contact i.fa:hover {
	background-position: left bottom;
	color: #ffbe00;
}
.sidebar-contact address i.fa {
	margin-right: 10px;
	color: #f1c40f;
}
.sidebar-contact address {
	font-weight: 400;
}
.sidebar-contact address a {
	color: #999;
	font-weight: 400;
}
.sidebar-contact address a:hover {
	color: #f1c40f;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
/*================ ABOUT ===============*/

h2.title-head-about span {
	color: #f1c40f;
}
.inner_title_item {
	text-align: center;
	margin-bottom: 50px;
}
.inner_title_item h1 {
	color: #01273a;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.inner_title_item h1 span {
	color: #ffce10;
}
.user_social_text {
	font-weight: 600;
	padding: 8px 10px !important;
	color: #696969;
	line-height: 26px !important;
	background: rgba(255, 255, 255, 0.8);
}
.bt_heading_3 .line_1 {
	background-color: #01273a;
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	width: 60px;
}
.bt_heading_3 .icon {
	color: #f9ca40;
	display: inline-block;
	font-size: 7px;
	line-height: 4px;
	margin: 0 3px;
	vertical-align: middle;
}
.bt_heading_3 .icon {
	color: #f9ca40;
	display: inline-block;
	font-size: 7px;
	line-height: 4px;
	margin: 0 3px;
	vertical-align: middle;
}
.bt_heading_3 .line_2 {
	background-color: #01273a;
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	width: 60px;
}
.about-information {
	margin-top: 0px;
	margin-bottom: 0px;
}
.about_info_block {
	padding-bottom: 60px;
}
.about_skill_block {
	background: #ffffff;
	padding: 60px 0;
}
.about_service_block {
	padding-top: 60px;
}
.about-information img {
	width: 100%;
	height: 260px;
	border-radius:0%;
	border: 5px solid #bdc3c7;
}
.about-information h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
	color: #ffce10;
}
.about-information small {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 600;
}
.about-information small:before {
	margin-top: 10px;
	display: inline-block;
	font-family: FontAwesome;
	content: '\f178';
	margin-right: 10px;
	color: #ffce10;
}
#about_user_text p {
	color: #999;
	font-weight: 600;
	letter-spacing:0.2px;
	line-height: 26px;
	margin-top: 10px;
}
.about-information table {
	margin-top: 15px;
}
h3.title-about {
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h3.title-about:after {
	position: absolute;
	display: block;
	content: '';
	border-bottom: 3px solid #f1c40f;
	padding-top: 10px;
	width: 130px;
}
.professional-skills {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*======== Our Service ========*/

.our-services {
	margin-top: 0px;
	margin-bottom: 0px;
}
.our-services .content-services {
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 30px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.our-services .content-services:hover {
	transform: scale(1.08);
	transition: all 0.5s ease-out 0s;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.our-services .content-services:hover i.fa {
	color: #ffffff;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.our-services p {
	color: #999;
	font-weight: 600;
	font-size:13.5px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.our-services .content-services a {
	color: #000;
	text-decoration: none;
}
.our-services .content-services i.fa {
	background: #ffbe00;
	padding: 20px;
	width: 80px;
	height: 80px;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 40px;
	margin-bottom: 10px;
}
.our-services .content-services h5 {
	font-weight: 600;
	font-size: 14pt;
	color: #4a4a4a;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
}
.user_social {
	background: #01273a;
	color: #ffffff;
	text-align: center;
	padding: 8px !important;
}
/*=============== SINGLE BLOG ================*/

#single-blog {
	padding: 80px 0 70px 0;
}
#main-single-content {
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	margin-bottom: 20px;
}
#main-single-content > img {
	width: 100%;
	height: auto;
}
.content-single {
	padding: 20px;
	word-break: break-all;
}
.content-single .tag span {
	margin-right: 7px;
}
.content-single h2 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 24px;
}
.content-single p {
	color: #7d7d7d;
	font-weight: 600;
	line-height: 28px;
	margin-top: 10px;
}
.content-single .hr-single {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	margin-top: 20px;
}
.content-single .tag a {
	color: #7d7d7d;
	font-weight:600;
}
.content-single .tag a:hover {
	color: #f1c40f;
}
.content-single .tag i.fa {
	margin-right: 7px;
	color: #f1c40f;
}
.content-single .tag i.fa.fa-circle {
	font-size: 8px;
	color: #cdcdcd;
	margin-top: -3px;
	vertical-align: middle
}
/*=============== COMMENTS ================*/

.comment:before, .comment:after {
	content: "";
	display: table;
	clear: both;
}
.comment h3, .form-comment h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	margin: 20px 0 40px;
}
.comment ul.comments > li > img {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
	border: 2px solid #bdbdbd;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	opacity: 1;
	filter: Alpha(opacity=100);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
ul.comments {
	list-style: none;
	padding-left: 0;
}
ul.comments p.meta {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 13px;
}
.post-comments {
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-left: 85px;
	margin-right: 0px;
	padding: 10px 20px;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #ecf0f1;
	color: #6b6e80;
	position: relative;
}
textarea {
	padding: 10px 15px !important;
}
.post-comments:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -10px;
	border: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #ecf0f1;
	border-bottom: 10px solid transparent;
	border-left: 0px solid transparent;
}
.comment ul.comments ul {
	margin-left: 85px;
}
.form-comment .form-control {
	background-color: #ecf0f1;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #dcdcdc;
}
.form-comment .form-control:focus {
	border: 1px solid #f1c40f;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.box-blank-page {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	height: 700px;
	box-shadow: 0 1px 2px rgba(255, 255, 255 ,0.8);
	border-radius: 6px;
}
/*=============== FOOTER ================*/

.site-footer.footer-map {
	background-color: #000;
	background-image: url("../img/bg-map.png");
	background-position: 50% -40px;
	background-size: contain;
}
.site-footer {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.footer-top {
	background-color: rgba(0, 40, 59, 0.98);
	padding: 70px 0;
}
.footer-top h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 40px;
}
.site-footer .footer-top hr {
	background: #f1c40f;
	border: 0 none;
	bottom: 0;
	height: 2px;
	left: 0;
	margin: 10px 0;
	position: relative;
	right: 0;
	text-align: left;
	top: -25px;
	width: 20%;
}
p.about-lt {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 24px;
}
a.more-detail {
	color: #f9ca40 !important;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
	display: block;
}
a.more-detail:hover {
	color: #ffffff !important;
}
.btn-primary-link {
	background-color: transparent;
	border: medium none;
	color: #00283b;
	font-weight: 600;
	line-height: 1rem;
	padding: 0;
}
.footer-top .social-icons {
	margin-top: -5px;
}
.site-footer ul {
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
}
.site-footer ul li {
	padding: 0.09rem 0;
}
.social-icons li {
	display: inline-block;
	margin-bottom: 0.125rem;
}
.social-icons a {
	background: transparent linear-gradient(to right, #ffbe00 50%, #ffffff 50%) repeat scroll right bottom / 200% 100%;
	border-radius: 6px;
	color: #00283b !important;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 36px !important;
	margin-right: 0.5rem;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 36px;
}
.social-icons a:hover {
	background: transparent linear-gradient(to right, #ffbe00 50%, #ffffff 50%) repeat scroll left bottom / 200% 100%;
}
ul.widget-news-simple li {
	border-bottom: 1px solid #28495a;
	padding-bottom: 10px;
}
.widget-news-simple li {
	margin-bottom: 10px;
}
.blog-thum {
	float: left;
	height: 66px;
	margin-right: 15px;
	width: 66px;
}
.blog-thum img {
	max-width: 100%;
	border-radius: 4px;
}
.widget-news-simple div {
	color: #f9ca40;
	font-size: 13px;
	font-weight: 600;
}
.widget-news-simple div i {
	margin-right: 8px;
}
.blog-text-thum {
	margin-top: -5px;
	padding-left: 82px;
}
.widget-news-simple h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.widget-news-simple h6 a {
	font-size: 16px;
	font-weight: 600;
}
.widget-news-simple p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
}
ul.use-slt-link li {
	border-bottom: 1px solid #28495a;
	padding: 6px 0;
}
.site-footer a {
	color: #fff;
	font-weight: 600;
	line-height: 22px;
}
.site-footer a:hover {
	color: #f9c841;
	text-decoration: none;
}
.footer-bottom {
	background-color: #003149;
	padding: 2rem 0;
	position: relative;
}
.footer-bottom p {
	font-weight: 600;
	line-height: 37px;
	margin-bottom: 0;
	text-align: center;
}
.scrollup {
	background: rgba(0, 0, 0, 0) url("../img/top-move.png") no-repeat scroll 0 0;
	bottom: 28px;
	height: 40px;
	opacity: 0.9;
	outline: medium none !important;
	position: fixed;
	right: 15px;
	text-indent: -9999px;
	width: 40px;
}

@media(max-width:767px) and (min-width:100px) {
.navbar-default ul.nav li.dropdown ul {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	margin-top: 8px;
	padding: 5px 0;
	width: 100% !important;
}
.navbar-default ul.nav li.dropdown ul.dropdown-menu li a:hover {
	background-color: #ffffff;
	border-radius: 0;
	color: #f1c40f !important;
}
.navbar-default ul.nav li.dropdown ul li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-default ul.nav li.dropdown ul li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 10px 5px 10px 15px;
}
.navbar-default ul.nav li a {
	color: #fff !important;
	font-weight: 600;
}
.about-information img {
	border: 5px solid #bdc3c7;
	border-radius: 50%;
	display: block;
	height: auto;
	margin: 0 auto 30px;
	max-width: 70%;
	width: auto;
}
.navbar.navbar-default .navbar-brand {
	margin: 8px 25px 8px 10px;
}
.navbar-default .navbar-toggle {
	border-color: #f1c40f;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #f1c40f;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
#main_header .slide_item_block h2 {
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
}
}

@media(min-width:768px) and (max-width:979px) {
.navbar-form {
	border: 0 none;
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	width: 35%;
}
.flickr .thumbnail {
  border-radius: 6px;
  float: left;
  height: 95px;
  margin: 0 15px 15px 0;
  width: 95px;
}
}

@media(min-width:768px) and (max-width:1024px) {
.site-footer .col-md-3 {
	min-height: 360px;
}
.about-information img {
	border: 5px solid #bdc3c7;
	border-radius: 50%;
	display: block;
	height: auto;
	margin: 0 auto 20px 0;
	max-width: 90%;
	width: auto;
}
}
@media(min-width:140px) and (max-width:479px) {
.box-login-alt, .box-register {
	width: 290px;
}
.flickr .thumbnail {
	border-radius: 6px;
	float: left;
	height: 78px;
	margin: 0 15px 15px 0;
	width: 78px;
}
#content .blog_item_block .content-title p.dtl_blog_item_text {
	color: #999;
	font-weight: 500;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom:0;
	min-height:auto
}
#content .blog_item_block img {
	width: 100%;
	height: auto;
}
}

/* iframeを親要素の幅に合わせて調整 */
iframe[src*="youtube.com"] {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* 16:9 の比率を維持 */
}