﻿/* Corporate Color #A07C47
----------------------------------------------------------- */


/* Radius Bottoms
----------------------------------------------------------- */
.btn01 {
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	color: #ffffff;
	font-size: 20px;
	background-color: #3476d9;
	padding: 10px 50px 10px 50px;
	text-decoration: none;
}

.btn01:hover {
	background-color: #3cb0fd;
	text-decoration: none;
}
.btn01 a:link,
.btn01 a:visited,
.btn01 a:hover,
.btn01 a:active,
.btn01 a:focus{
	color:#FFF;
	text-decoration:none;
}

.footerBtn a{
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-size: 25px;
	background-color: #D7AD00;
	padding: 20px 60px 20px 60px;
	text-decoration: none;
	transition: 0.4s ;
}

.footerBtn a:hover {
	background-color: #3cb0fd;
	text-decoration: none;
}
.footerBtn a:link,
.footerBtn a:visited,
.footerBtn a:hover,
.footerBtn a:active,
.footerBtn a:focus{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
.footerBtn img{
	vertical-align: middle;
}



/* SECTION
----------------------------------------------------------- */
.section1 {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/background/bluemarlin13.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.section2 {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/background/bluemarlin09.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.section3 {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/background/bluemarlin01.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.section4 {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/background/bluemarlin10.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.section5 {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/background/bluemarlin17.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.section6 {
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/background/bluemarlin14.jpg);
	background-attachment: fixed;
	background-size: cover;
}


/* 
----------------------------------------------------------- */
.textBox{
	padding: 16px;
	background-color: rgba(0,0,0,.6);
	color: #DDDDD;
	border-radius: 8px;
}

/* blog parts
----------------------------------------------------------- */
.anounce_other a{
	padding:10px 30px 10px 30px;
	border-radius:8px;
	border:1px solid #888;
	text-decoration:none;
	background-color:#222;
	color:white;
	transition:0.4s;
}
.anounce_other a:hover{
	background-color:#1B418F;
}
.blog-view_title{
	font-size:20px;
}
.tuduki a{
	padding:2px 10px 2px 10px;
	border-radius:6px;
	background-color:#970D0F;
	color:white;
	transition:0.4s;
	text-decoration:none;
	margin-left:5px;
}
.tuduki a:hover{
	background-color:#EB9697;
	color:black;
}
.social-button iframe,
.social-button a,
.social-butoon img,
.social-button div {
	vertical-align: top !important;
	margin:10px 0 20px 0;
}

/* Recruit page
----------------------------------------------------------- */

.recruit{
	background-color: #212121;
}
.recruit-wrap{
	max-width:500px;
	margin:10px;
}
.recruit table{
	margin:10px 0;
}
.recruit table th,
.recruit table td{
	border:1px solid #CCC;
	border-radius:8px;
	padding:10px;
}

.recruit-btn {
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	background-color: #498800;
	padding: 5px 10px;
	text-decoration: none;
}

.recruit-btn:hover {
	background-color: #3cb0fd;
	text-decoration: none;
}
.recruit-btn a:link,
.recruit-btn a:visited,
.recruit-btn a:hover,
.recruit-btn a:active,
.recruit-btn a:focus{
	color:#FFF;
	text-decoration:none;
}
