@charset "utf-8";

/* ----------------------------------------------------------------
Structure= Header
----------------------------------------------------------------- */
#headerArea {
	margin-bottom: 30px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #e2e2e2;
	border-radius: 0px;
	min-width: 990px;
	background-color: #fff;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	#headerArea {
		width: auto;
		min-width: 320px;
		height: auto;
	}
}

#logoOKI {
	padding: 0 0 0 0px;
	border-right: solid 1px #e2e2e2;
	height: auto;
	background: no-repeat;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	#logoOKI {
	border-right: none;
	}
}

#logoOKI:hover{
	opacity:1;
}

#logoOKIS {
	padding: 0 0 0 0px;
	border-right: solid 1px #e2e2e2;
	height: auto;
	background: no-repeat;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	#logoOKIS {
	border-right: none;
	}
}

#logoOKIS:hover{
	opacity:1;
}

#headerNav1 {
	margin: 0 -15px 0 0;
	/*padding: 0 15px 0 0;*/
	border-bottom: solid 1px #e2e2e2;
	height: 36px;
	line-height: 36px;
}

#headerNav1 ul a {
	color: #212121;
}

#headerNav1 ul li a:hover {
	color: #212121;
	text-decoration: underline;
}

#headerNav1 ul li {
	padding: 0 15px 0 15px;
	font-size:0.857em;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	#headerNav1 ul li {
		padding: 0 0 0 0;
		height: auto !important;;
		line-height: 1.5em !important;
	}
}

#headerNav1 li:nth-last-child(1) {
	border-right: solid 1px #e2e2e2;
}

#headerNav1 li:nth-last-child(2) {
	border-right: none;
	background-image: url("../img/header/line.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#headerNav1 li:nth-last-child(3) {
	border-right: solid 1px #e2e2e2;
}

#headerNav1S {
	height: auto;
}

#headerNav1S ul {

}

#headerNav1S ul a {
	color: #fff;
	opacity:1;
}

#headerNav1S ul li a:hover {
	color: #fff;
	text-decoration: underline;
	opacity: 1;
}

#headerNav1S ul li {
	padding: 5px 0 5px 15px;
}

#headerNav2 {
	padding-left: 274px;
	height: 44px;
}

#headerNav2 a {
	cursor:pointer;
}

#headerNav2 > div.menubar > a > p {
	margin: 0 0 0 0;
	border-right: solid 1px #e2e2e2;
	line-height: 44px;
	color: #ff0000;
	font-size: 0.857em;
	font-weight: bold;
	text-align: center;
}

#headerNav2 > div.menubar > a {
	display:block;
	color: #ff0000;
	text-decoration: none;
}

#headerNav2 div.col-sm-3 {
	padding: 0 0 0 0;
}

#headerNav2S {
	margin-left: -15px;
	margin-right: -15px; padding : 0 0 0 0;
	height: auto;
	padding: 0 0 0 0;
}

#headerNav2S p {
	margin: 0 0 0 0;
	padding: 5px 0 5px 15px;
	line-height: 1.5em;
	text-align: left;
}

#headerNav2S a {
	color: #fff;
	text-decoration: none;
}

#headerNav2S a:hover {
	background-color: #595959;
	opacity: 1;
}

#headerNav2S div.col-sm-3 {
	padding: 0 0 0 0;
	border-bottom: 1px solid #fff;
}

.menubar.active {
	background-image: url("../img/header/nav2_on.gif");
	background-repeat: repeat-x;
	background-position: 0 90%;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.menubar.active{
		background-image: none;
	}
}

.linkWrapperS {

}

.linkWrapperS a {
	display: block;
}

.mobileCountry {
	float: right;
	margin: 27px 5px 0 0;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
}

.mobileCountry p {
	margin-bottom: 0px;
}

/* ----------------------------------------------------------------
Search area
----------------------------------------------------------------- */
.searchIcon a {
	position: relative;
	float: right;
	display:block;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.searchIcon a {
		top: 8px;
		right: 8px;
	}
}

#searchSm{
	position: absolute;
	padding: 0 0 0 10px;
	top: 0;
	right: 0;
	z-index: 5;
	width: 70%;
	height: 35px;
outline: 1px solid #9ecaed;
	border: none; //
	transition: all 0.7s; //
	cursor: pointer; //
	opacity: 0;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	#searchXs {
		padding: 0 0 0 10px;
		width:99%;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		border: none; //
		transition: all 0.7s; //
		cursor: pointer; //
		opacity: 0;
	}
}

.closeSearch {
	margin-left: -36px;
	position: relative;
	z-index: 5;
	float: right;
	left: 36px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.closeSearch {
		top:8px;
		left: 30px;
	}
}
/* ----------------------------------------------------------------
Mega menu
----------------------------------------------------------------- */
.menu {
	position: relative;
	width: 100%;
	top: 8px;
}

.menu a {
	display: block;
	color: #ff0000;
}

.megaMenuBox {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.megaWrapper {
	display: none;
	width: 100vw;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
}

.megaBackground {
	position: absolute;
/*	top: 76px;*/
	width: 100%;
	height: 332px;
	background-color: #302f36;
	opacity: 0.9;
}

.megaInner {
	padding: 10px 10px 10px 10px;
	height: 332px;
	width: 960px;
	margin: 0 auto;
	background: #302f36;
	opacity: 0.9;
}

.megaInner a {
	color: #fff;
}

.megaInner h2 {
	padding: 0 0 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.megaInner h3 {
	padding: 0 0 10px 0;
	color: #aaa;
	font-size: 1.2em;
	font-weight: normal;
}

.megaInner p {
	color: #fff;
}

.megaInner1 {
	display: none;
	padding: 10px 10px 10px 10px;
	height: 332px;
	z-index: 1;
	position: absolute;
	top: -35px;
	left: 0;
	width: 115%;
	background: #302f36;
	opacity: 0.9;
}

.megaInner1 a {
	color: #fff;
}

.megaInner1 h2 {
	padding: 0 0 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.megaInner1 h3 {
	padding: 0 0 10px 0;
	color: #aaa;
	font-size: 1.2em;
	font-weight: normal;
}

.megaInner1 p {
	color: #fff;
}

.megaInner2 {
	display: none;
	padding: 10px 10px 10px 10px;
	height: 332px;
	z-index: 1;
	position: absolute;
	top: -35px;
	left: 0;
	width: 115%;
	background: #302f36;
	opacity: 0.9;
}

.megaInner2 h2 {
	padding: 0 0 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.megaInner2 h3 {
	padding: 0 0 10px 0;
	color: #aaa;
	font-size: 1.2em;
	font-weight: normal;
}

.megaInner2 a {
	color: #fff;
}

.megaInner2 p {
	color: #fff;
}

.megaInner3 {
	display: none;
	padding: 10px 10px 10px 10px;
	height: 332px;
	z-index: 1;
	position: absolute;
	top: -35px;
	left: 0;
	width: 115%;
	background: #302f36;
	opacity: 0.9;
}

.megaInner3 a {
	color: #fff;
}

.megaInner3 a:hover {
	text-decoration: underline;
}

.megaInner3 h2 {
	padding: 0 0 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.megaInner3 h3 {
	padding: 0 0 10px 0;
	color: #aaa;
	font-size: 1.2em;
	font-weight: normal;
}

.megaInner3 p {
	color: #fff;
}

.megaInner4 {
	display: none;
	padding: 10px 10px 10px 10px;
	height: 332px;
	z-index: 1;
	position: absolute;
	top: -35px;
	left: 0;
	width: 115%;
	background: #302f36;
	opacity: 0.9;
}

.megaInner4 a {
	color: #fff;
}

.megaInner4 a:hover {
	text-decoration: underline;
}

.megaInner4 h2 {
	padding: 0 0 10px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.megaInner4 h3 {
	padding: 0 0 10px 0;
	color: #aaa;
	font-size: 1.2em;
	font-weight: normal;
}

.megaInner4 p {
	color: #fff;
}

.searchIconSm {
	padding-right: 15px;
}

.searchIconSm img, .closeSearch img{
	vertical-align: bottom;
}

.searchIconSm span {
	color: #212121;
	float: right;
	padding-right:15px;
}

.searchIconXs a {
	display: inline-block;
	height: 36px;
}

.searchIconXs a:hover, .searchIconXs a:active {
	text-decoration: none;
}

.searchIconXs span {
	color: #212121;
	padding-right: 10px;
}

.searchWord_on {
	background-color: #212121;
}

.searchWord_on span {
	color: #fff!important;
}

.searchIconXs a.searchWord_on:hover {
	text-decoration: none;
}

/* bootstrap collapse*/
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	background-color: #fff;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.navbar-default .navbar-collapse,.navbar-default .navbar-form {
		background-color: #212121;
	}
}

/* ----------------------------------------------------------------
Country selector
----------------------------------------------------------------- */
.countryTitle{
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}

.countryTitle h3{
	color: #555555;
}

.countrySelectBox{
	margin: 0 auto;
	margin-bottom:30px;
	margin-top: -50px;
	padding: 0 0 20px 10px;
	position: relative;
	width: 985px;
	background-color:#e7e7e7;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.countrySelectBox {
		padding: 20px 15px 20px 15px;
		margin-top:-30px;
		width:auto;
	}
}

.countrySelectBox a{
	color:#212121;
	opacity:1;
}

.countryWrapper {
	display: none;
	width: 100%;
	min-width:985px;
	background-color:#e7e7e7;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
	.countryWrapper {
		min-width:320px;
	}
}

.countryBackground {
	position: absolute;
	top: 35px;
	width: 100%;
	min-width:985px;
	min-height: 251px;
	background-color: #e7e7e7;
	opacity: 0.9;
}

.countryBackground2 {
	background-color: #e7e7e7;
}

/*------------------------------------------

1. margin (margin-top/margin-right/margin-bottom/margin-left)
2. padding (padding-top/padding-right/padding-bottom/padding-left)
3. border-width (border-top-width/border-right-width/border-bottom-width/border-left-width)
4. border-color (border-top-color/border-right-color/border-bottom-color/border-left-color)
5. border-style (border-top-style/border-right-style/border-bottom-style/border-left-style)
6. border (border-top/border-bottom/border-right/border-left)
7. display
8. position
9. top
10. right
11. bottom
12. left
13. float
14. clear
15. z-index
16. width (min-width/max-width)
17. height (min-height/max-height)
18. line-height
19. vertical-align
20. overflow
21. clip
22. visibility
23. list-style (list-style-type/list-style-image/list-style-position)
24. color
25. background (background-color/background-image/background-repeat/backgroundattachment/
background-position)
26. font (font-family/font-style/font-variant/font-weight/font-size)
27. text-indent
28. text-align
29. text-decoration
30. letter-spacing
31. word-spacing
32. white-space
-----------------*/