
@import url('toggle-switch.css');

body {
    font-family: 'fsjoey-regular';
}

p, ul, li {font-family:'fsjoey-regular'; font-size:14px;}

/* #Top Header
================================================== */

.topHeader {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.topHeaderLeft ul {
    margin-bottom: 0;
}

.topHeaderLeft ul > li {   
    float: left;
    margin-bottom: 0;
}

.topHeaderLeft ul > li > a {
    color: #ffffff;
    display: block;
    font-family: "fsjoey-regular";
    font-size: 12px;
    line-height: 1em;
    padding: 5px 15px;
    text-decoration: none;
}

.topHeaderLeft ul > li.active > a {
    color: #414042;
    border-radius: 12px;
    background: #fee300;
}

.topLivechat {
    border-radius: 10px;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}
.topLivechat > a {
    display: block;
    /*
    background: url('../images/icon-top-livechat.png') no-repeat right center;
    padding: 5px 20px;*/
    text-decoration: none;
    font-family: "fsjoey-regular";
    color: #414042;
    font-size: 11px;
    line-height: 1em;
}
.topSearch {
    float: right;
	margin-top:15px;
}
.topSearch input[type="search"] {
    border: none;
    font-size: 12px;
    font-family: "fsjoey-regular";
    padding: 4px 10px 2px;
    border-radius: 10px;
    width: 170px;
}
.topSearch input[type="submit"] {
    background: url("../images/icon-top-seacrh.png") no-repeat  0 0;
    border: none;
    border-radius: 0;
    display: block;
    height: 18px;
    margin-bottom: 0;
    position: absolute;
    right: 7px;
    text-indent: 999px;
    top: 16px;
    width: 18px;
}
.topLanguange {
    float: left;
}


.topLanguange .switch-toggle label {
	font-size: 0;
}

.switch-toggle input:last-of-type:checked ~ a {
	left: 57%;
}

/* #Navigation
================================================== */

.navigation {
    background-color: #0077a2;
    height: 50px;
}

ul.nav {
    height: 50px;
    margin-bottom: 0;
}
ul.nav > li {
    border-right: 1px solid #026f96;
    float: left;
    margin-bottom: 0;
    text-align: center;
    height: 50px;
	min-width:100px;
}
ul.nav > li > a {
    display: block;
    padding: 17px 20px;
    text-decoration: none;
    font-family: 'fsjoey-medium';
    font-size: 14px;
    line-height: 16px;
    color: white;
}
ul.nav > li.twoLine > a {
    padding: 9px 17px;
}
ul.nav > li.quicklink {
    border-right: none;
    float: right;
}
ul.nav > li.quicklink > a {
    padding: 5px 10px;
}

ul.nav > li:hover, ul.nav > li.active {
    background: #026f96;
}


/* Mega Menu */

.submenu {
    background-color: #026f96; 
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*filter: alpha(opacity=90);*/  /* For IE8 and earlier */
    top: 50px;
    padding: 10px 20px;
    position: absolute;
    /* width: 130px; */
    z-index: 99;
	color:white;
}


.submenu ul {
    margin: 0 0 10px;
}

.submenu a {
    font-weight: normal;
    font-size: 14px;
    color: white;
    text-decoration: none;
    line-height: 25px;
	float:left;
	min-width:150px;
	margin-left:0px;
	text-align:left;
	font-family: "fsjoey-regular";
}

.submenu a:hover {
	padding-left:20px;
	margin-left:-20px;
	margin-right:-20px;
	padding-right:20px;
    text-decoration: none;
	background-color:#0077a2;
	width:100%;
}

.submenu li.separatorMenu {
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
    color:#333333;
    cursor:default;
    font-family: 'fsjoey-heavy';
    font-size: 20px;
}

li.dropdown:hover > .submenu {
    display: block;
}

/* QuickLink Menu */

.quicklinkMenu {
    background: #ffffff;  
    padding: 10px;
    position: absolute;
    right: 0;
    width: 240px;
    z-index: 9;
    border-radius: 8px;
    display: none;
    filter: alpha(opacity=90);  /* For IE8 and earlier */
    opacity: 0.9; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.quicklinkMenu ul {
    margin: 0;
}
.quicklinkMenu li {
    border-bottom: 1px solid #414042;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 0;
}
.quicklinkMenu img {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}
.quicklinkMenu span {
    float: left;
    width: 170px;
    font-family: 'fsjoey-bold';
    font-size: 11px;
    color: #414042;
    line-height: 1.4em;
}
.quicklinkMenu b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

li.quicklink:hover > .quicklinkMenu {
    display: block;
}

.quicklinkMenu li:hover {
    background: #cacaca;
}

.navFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}



/* #Main Banner
================================================== */

.mainBanner {
    overflow: hidden;
	position: relative;
	width:100%;
	margin: auto;
	padding-top:20px;
	padding-bottom:15px;
}

.staticBanner {
    text-align: center;
    position: relative;
    /*background: #ffffff;*/
    height: 450px;
}

.staticBannerContent {
    height: 450px;
    margin: -450px auto 0;
    position: initial;
    text-align: left;
    top: 0;
    width: 960px;
    z-index: -1;
}

.staticBannerInfo {
    /*background: #fee300;*/
    float: left;
    /*height: 210px;*/
    left: 20px;
    padding: 20px 0 20px 20px;
    position: relative;
    top: 300px;
    width: 300px;
}
    /*.staticBannerInfo:before {
        background: url("../images/bg-boxInfo-left.png") no-repeat left -5px;
        content: "";
        display: block;
        height: 260px;
        left: -50px;
        position: absolute;
        top: 0;
        width: 50px;
    }
    .staticBannerInfo:after {
        background: url("../images/bg-boxInfo-right.png") no-repeat right -5px;
        content: "";
        display: block;
        height: 260px;
        position: absolute;
        right: -50px;
        top: 0;
        width: 50px;
    }*/
    .staticBannerInfo h4 {
        font-family: 'fsjoey-heavy';
        font-weight: normal;
        font-size: 28px;
        color: #414042;
        text-transform: uppercase;
    }
    .staticBannerInfo > p {
      font-size: 16px;
    }

.btn-getItNow {
    background: #414042;
    border-radius: 6px;
    color: #fee300;
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    padding: 8px 15px;
    text-decoration: none;
}
    .btn-getItNow > i.icons {
        background: url("../images/icon-arrow-small-right.png") no-repeat ;
        content: "";
        display: inline-block;
        height: 12px;
        width: 12px;
    }
    .btn-getItNow:hover {
        color: #fee300;
    }

.btn-share {
    background: url("../images/icon-share.png") no-repeat scroll center #414042;
    border-radius: 6px;
    display: block;
    float: left;
    height: 18px;
    padding: 10px;
    width: 18px;
}

/* pager */
.cycle-pager { 
    text-align: left; 
	z-index: 8; 
	position: absolute; 
	top: 33%; 
	overflow: hidden;
	right: 150px;
	/*width: 25px;*/
}
.cycle-pager span { 
    background: url('../images/icon-slider.png') no-repeat 0 0;
    display: block; 
	cursor: pointer; 
	font-size: 0;
	height: 13px;
	width: 13px;
	line-height: 3px;
    margin-top: 3px;
}
.cycle-pager span.cycle-pager-active { background: url('../images/icon-slider-active.png') no-repeat 0 0; }
.cycle-pager > * { cursor: pointer;}



/* #Breadcrumb
================================================== */


section.breadcrumb {
    /*margin-top: -42px;*/
}

.breadcrumb-wrapper {
    background: #d1d3d4;
    border-radius: 5px;
}

ul.breadcrumb {
    margin-bottom: 0;
    padding: 0 15px;
}
ul.breadcrumb > li {
  float: left;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 0;
}

ul.breadcrumb a {
    display: block;
    padding: 15px 5px;
    font-family: 'fsjoey-medium';
    font-size: 12px;
}

ul.breadcrumb > li.arrow {
  display: block;
  padding: 15px 5px;
}

/* #Content
================================================== */

.mainContainer > .container {
  background: #fff;
  border-radius: 8px;
}

.mainContent {
    margin-bottom: 20px;
}

/* #SideNav
================================================== */

.sideNav {
    margin-top: 10px;
    padding: 10px;
}
.sideNav ul > li {
    background: #e6e7e8;
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 0;
}
.sideNav ul > li > a {
    color: #414042;
    display: block;
    font-family: "fsjoey-medium";
    font-size: 14px;
    padding: 15px 20px;
}
.sideNav ul > li:first-child {
    border-radius: 8px 8px 0 0;
    padding-top: 2px;
}
.sideNav ul > li:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
    padding-bottom: 2px;
}

.sideNav ul > li.active, .sideNav ul > li:hover {
    background: #414042;
}
.sideNav ul > li.active > a, .sideNav ul > li:hover > a {
    color: #fff;
}

.is_stuck {
    top: 40px!important;
}

h2.mainTitle {
  font-family: "fsjoey-bold";
  font-size: 24px;
  line-height: 1em;
  margin-top: 20px;
}

/* #Contact US
================================================== */

.call-our-box {
  background: #9bbacc;
  border-radius: 8px;
  padding: 20px;
}

.call-our-box > h4 {
  font-family: "fsjoey-bold";
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 5px;
}

.whiteBox {
  background: #fff;
  border-radius: 6px;
}


.liveChatBox {
    background: #b6daa6;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.liveChatBox > h4 {
    color: #414042;
    font-family: "fsjoey-bold";
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0;
}
.liveChatBox a {
    background: url("../images/bg-live-chat.png") no-repeat scroll center bottom;
    display: block;
    height: 100px;
    margin-bottom: -15px;
    margin-top: 20px;
}

.fillInForm {
  background: #9bbacc;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 15px 20px;
}

.fillInForm > h4 {
    font-family: "fsjoey-bold";
    font-size: 18px;
    line-height: 1em;
}
.fillInForm > h5 {
    color: #414042;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 8px;
}

.fillInForm a {
    background: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 11px;
    text-align: center;
}
.fillInForm a > span {
  color: #414042;
  display: block;
}
.fillInForm a:last-child {
    margin-right: 0;
}

.twitterBox {
  background: #9bbacc;
  border-radius: 6px;
  padding: 15px 20px;
}
.twitterBox > form {
    margin-bottom: 0;
}

.twitterBox > h4 {
  background: url("../images/icon-contact-twitter.png") no-repeat scroll left center;
  color: #414042;
  font-family: "fsjoey-bold";
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 40px;
}


.twitterBox > form > textarea {
  border: none;
  border-radius: 5px;
  float: left;
  margin-bottom: 0;
  margin-right: 12px;
  padding: 10px;
  resize: none;
  width: 215px;
}
.twitterBox > form > input[type="submit"] {
  margin-bottom: 0;
  margin-top: 60px;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* #Footer
================================================== */

footer {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 16px;
    color: #ffffff;
	left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5);
}

footer a, footer a:visited {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

footer a:hover, footer a:active {
    color: #ecd406;
}

footer h4 {
    color: #ffffff;
    font-size: 15px;
}

.footerTop {
    background-color: #2F2D2D;
    padding: 18px 0 14px;
}

.footerTop a.footerToggle {
    font-size: 16px;
    line-height: 1em;
    padding-right: 30px;
}

.footerTop a.footerToggle.open {
    background: url('../images/icon-arrow-up.png') no-repeat right center;
}

.footerMiddle {
    background-color: #373638;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footerTop a.footerToggle {
    background: url('../images/icon-arrow-down.png') no-repeat right center;
    font-family: 'FS Joey', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.footerMiddle > .container > .row {
    display: table;
}

.footerMiddle .container .three.columns {
    display: inline-table;
    float: none;
    width: 200px;
}

.footerBottom {
    background-color: #414042;
}

.container .three.columns > ul {
    margin-bottom: 12px;
}

.footerMiddleHead {
    display: block;
    height: 36px;
    line-height: 36px;
    margin-left: -15px;
}

.footerMiddleHead span{
    display: block;
    float: left;
    width: 170px;
    height: 36px;
    line-height: 36px;
}

.footerMiddleHead span a,
.footerMiddleHead span a:visited {
    display: inline-block;
    vertical-align: middle;
    line-height: normal; 
}

.footerMiddleHead > img {
    float: left;
    margin-right: 5px;
}

.footerMiddle li {
    background: url("../images/icon-arrow-small-right.png") no-repeat left center;
    padding-left: 25px;
    margin-bottom: 2px;
}

.footerBottom {
    padding: 10px 0 5px;
}

.footerBottom p {
    margin-bottom: 0;
    font-size: 10px;
}

/* Privacy Link */

.privacyLink li {
    float: left;
    margin-bottom: 0;
    margin-right: 5px;
}

.privacyLink a, .privacyLink a:visited {
    color: #ecd406;
    font-size: 14px;
}

.privacyLink a {
    color: #ecd406;
    display: block;
    padding-right: 5px;
}


.privacyLink a:after {
    border-right: 1px solid #ecd406;
    content: "";
    font-size: 8px;
    padding-left: 10px;
    position: relative;
    top: -1px;
}

.privacyLink li:last-child a:after {
    border-right: none;
}

/* Social Link */

.socialLink {
    float: right;
    margin-bottom: 0;
}

.socialLink li {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
}

.welcome_bar .button_link {
	font-weight:normal;}

.welcome_bar .button_link span {
	padding:13px 10px 21px 40px;}

.welcome_bar .button_link:active span {
	background-position:left -104px;
	padding:13px 10px 21px 37px;}

.welcome_bar {
	background:url(../images/title_bar_bg.gif) 0 0 repeat-x;
	clear:both;
	position:relative;
	z-index:10;
	height:107px;
	left:0;
	-webkit-box-shadow:-7px 0 4px rgba(0,0,0,.5);
	-moz-box-shadow:-7px 0 4px rgba(0,0,0,.5);
	box-shadow: -7px 0 4px rgba(0,0,0,.5);
}

.bar-title {
	float:left;
	margin-left:120px;
	margin-top:-96px;
	font-family: "HattoriHanzoLight", Calibri, sans-serif;
	width:87%;
	position:relative;
	z-index:1}

.bar-title h1, .bar-title .title {
	font-size:35px;
	color:#444e69;
	text-shadow:0px 1px 1px #f2f2f2;
	line-height:33px;
	margin:0 0 4px 0;
	display:block}


.bar-right {
	width:256px;
	float:left}

.bar-shadow {
	background:url(../images/title_bar_shadow.gif) 0 106px no-repeat;
	height:97px;
	padding:5px 0px 0px;
	position:relative;
	z-index:8}

.container_12 {
	margin-left: auto;
	margin-right: auto;
	max-width:1040px;
	width: 100%;	
}

.slider {
	max-width:1040px;
	width: 100%;
	height:468px;
	position:relative;
}

.kantor_footer {
	background-color: rgb(35, 35, 35); border-radius: 7px; padding: 10px 30px; font-size: 16px;
}
.footer-top {
	margin-top:-40px;
}
