html, body {
    height: 100%;
}



body, aside {
    display: block;
    margin: 0;
    padding: 0;
}
body {
    background: url('../images/bg.png') repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #222;
}
aside {
	width: 233px;
	min-height: 500px;
}
aside.right {
    margin-left: auto;
}
a {
    color: #ff6f0f;
    text-decoration: none;
    outline: 0;
}
a:hover {
    color: #222;
    text-decoration: none;
    outline: 0;
}
hr.hr-sidebar {
    margin: 7px 0;
}

.clearer {
    clear: both;
}
.container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    aside {
        width: auto;
}
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.rh-5 {
    height: 5px;
}
.rh-10 {
    height: 10px;
}
.rh-20 {
    height: 20px;
}
.rh-25{
    height: 25px;
}
.rh-30 {
    height: 30px;
}

.mt-20 {
    margin-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mtb-30 {
    margin: 30px auto;
}
.plr-5 {
    padding: 0 5px;
}

.fulltext-img img {
    max-width: 838px;
    margin-bottom: 20px;
}

.the-line {
    height: 2px;
    margin: 20px 0 30px 0;
    background: url('../images/c_pref.gif') repeat-x center;
}

/* HEADER */
.main-header {
    height:149px;
    background: url('../images/bg-top.png') repeat-x;
    /* border-bottom: 1px solid #dedede; */
}

.main-header-top {
    height:149px;
    background: url('../images/bg-header.png') no-repeat;
    /* border-bottom: 1px solid #dedede; */
}

.the-header {
    width: 100%;
    height: 93px;
}

/* FOOTER */
.main-footer {
    width: 100%;
    min-height: 40px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    background: url('../images/footer-bg.png') repeat-x;
    border-top: 1px solid #dedede;
    padding-top: 10px;
}


/* MINI NAV */
.mini-nav ul {
    float: right;
    margin-top: 5px;
}
.mini-nav li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
    white-space: nowrap;
    margin-left: 10px;
}

@media screen and (min-width: 1200px) {
    .mini-nav li a {
	color: #ff6f0f;
	text-decoration: none;
	outline: 0;
	transition: color 0.4s, color 0.4s;
	-o-transition: color 0.4s, color 0.4s;
	-ms-transition: color 0.4s, color 0.4s;
	-moz-transition: color 0.4s, color 0.4s;
	-webkit-transition: color 0.4s, color 0.4s;
    }
    .mini-nav li a:hover, .mini-nav li a:focus {
	color: #222;
	outline: 0;
    }
    .mini-nav li a.current {
	outline: 0;
    }
    .mini-nav li a > .fa {
	display: none;
    }
}

@media screen and (max-width: 990px) {
    .mini-nav li a {
	display: none;
    }
}


.error_img {
    height: 150px;
    background: url(../images/error.png) no-repeat top;
    }

/* SEARCH */
.search {
    float: right;
    width: 300px;
    margin-top: 10px;
    position: relative;
}

.search input[type="text"] {
    background:#fff;
    border:1px solid #ddd;
    border-radius: 20px;
    color:#555;
    font-size: 13px;
    height: 35px;
    outline:0;
    padding:0 50px 0 15px;
    transition:background-color .15s;
    width:100%
}

.search .search-submit {
  cursor:pointer;
  height: 35px;
  position:absolute;
  right:0;
  top: 0px;
  width: 50px;
  background:none;
  border:0;
  font-size: 18px;
  color:#555;
  opacity:.5
}

.search .search-submit:hover {
  color:#444;
  opacity:1;
}

@media screen and (max-width: 990px) {
    .search {
	display: none;
    }
}


.captcha {
    width: 60%;
    float: left;
    margin-top: 10px;
}
.captcha-small {
    width: 30%;
    float: left;
    margin-top: 10px;
}
.reload {
    float: left;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    background: url(../images/reload.png) no-repeat;
    margin: 15px 0 0 20px;
    text-indent: -99999px;
}

.ans-gst {
  padding: 10px;
  margin-top: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.map-border {
    outline: 1px solid #ccc;
    margin-bottom: 20px;
}

/* BANNER */
.small-banner {
    margin-bottom: 20px;
}
.mini-desc {
    background: #888;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    padding: 0 5px;
    width: auto;
}


.text-grey, .text-grey a  {
  color: #898989;
}
a.text-grey:hover, .text-grey a:hover {
  color: #222;
}

.text-yellow, .text-yellow a  {
  color: #F9BD09;
}
a.text-yellow:hover, .text-yellow a:hover {
  color: #222;
}

.text-orange {
    color: #ff6f0f;
}



/* PANEL */
.panel-grey {
  border-color: #7C7C7C;
}
.panel-grey > .panel-heading {
  color: #fff;
  background-color: #7C7C7C;
  border-color: #7C7C7C;
}
.panel-grey > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7C7C7C;
}
.panel-grey > .panel-heading .badge {
  color: #7C7C7C;
  background-color: #fff;
}
.panel-grey > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7C7C7C;
}

.panel-brown {
  border-color: #FC9B0A;
}
.panel-brown > .panel-heading {
  color: #fff;
  background-color: #FC9B0A;
  border-color: #FC9B0A;
}
.panel-brown > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FC9B0A;
}
.panel-brown > .panel-heading .badge {
  color: #FC9B0A;
  background-color: #fff;
}
.panel-brown > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FC9B0A;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #ff6f0f;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff6f0f, 0 0 5px #ff6f0f;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

.scrollup{
    width:40px;
    height:40px;			
    opacity:0.3;
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;			
    background: url('../images/icon_top.png') no-repeat;
    outline: 0;
}

.quick-links {
    max-height: 280px;
}

@media (min-width: 992px) {
    .quick-links {
        min-height: 221px;
    }
}
@media (min-width: 1200px) {
    .quick-links {
        min-height: 280px;
    }
}

/* BANNER */
.hb-slider-container {
    display: none; position: relative; margin: 0 auto; width: 870px; height: 280px; overflow: hidden;
}

.hb-slider-loading-position {
    position: absolute; top: 0px; left: 0px;
}
.hb-slider-bg {
    filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block; background-color: #fafafa; top: 0px; left: 0px;width: 100%; height:100%;
}
.hb-slider-loading {
    position: absolute; display: block; background: url(../images/loading.gif) no-repeat center center; top: 0px; left: 0px;width: 100%;height:100%;
}
.hb-slider-frame {
    cursor: default; position: absolute; left: 0px; top: 0px; width: 870px; height: 280px; overflow: hidden;
}
.hb-slider-caption {
    position: absolute; top: 230px; left: 0px; width: 870px; height: 50px;
}
.hb-slider-caption-bg {
    position: absolute; top: 0px; left: 0px; width: 870px; height: 50px; background-color: Black; opacity: 0.5; filter: alpha(opacity=50);
}
.hb-caption {
    position: absolute; top: 0px; left: 0px; width: 870px; height: 50px; color: White; font-size: 13px; font-weight: normal; line-height: 50px; text-align: left; padding: 0 20px;
}
.hb-caption a  {
    color: #fff;
}
.hb-caption a:hover {
    color: #ccc;
}
.hb-arrow-left {
    top: 123px; left: 8px;
}
.hb-arrow-right {
    top: 123px; right: 8px;
}
.jssora11l, .jssora11r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: url(../images/a11.png) no-repeat;
    overflow: hidden;
}
.jssora11l { background-position: -11px -41px; }
.jssora11r { background-position: -71px -41px; }
.jssora11l:hover { background-position: -131px -41px; }
.jssora11r:hover { background-position: -191px -41px; }
.jssora11l.jssora11ldn { background-position: -251px -41px; }
.jssora11r.jssora11rdn { background-position: -311px -41px; }

.jssort01 {
    position: absolute;
    width: 838px;
    height: 100px;
}
    .jssort01 .p {
        position: absolute;
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
    }

    .jssort01 .t {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .jssort01 .w {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .jssort01 .c {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        border: #000 2px solid;
        background: url(../images/t01.png) -838px -838px no-repeat;
        _background: none;
    }

    .jssort01 .pav .c {
        top: 2px;
        _top: 0px;
        left: 2px;
        _left: 0px;
        width: 68px;
        height: 68px;
        border: #000 0px solid;
        _border: #fff 2px solid;
        background-position: 50% 50%;
    }

    .jssort01 .p:hover .c {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        border: #fff 1px solid;
        background-position: 50% 50%;
    }

    .jssort01 .p.pdn .c {
        background-position: 50% 50%;
        width: 72px;
        height: 72px;
        border: #000 2px solid;
    }

    * html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
        width /**/: 72px;
        height /**/: 72px;
    }

.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/a17.png) no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

.fs-container {
    position: relative; top: 0px; left: 0px; width: 838px; height: 456px; background: #191919; overflow: hidden;
}
.fs-loading {
    position: absolute; top: 0px; left: 0px;
}
.fs-loading-a {
    filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block; background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;
}
.fs-loading-b {
    position: absolute; display: block; background: url(../images/loading.gif) no-repeat center center; top: 0px; left: 0px;width: 100%;height:100%;
}
.fs-slides {
    cursor: default; position: absolute; left: 0px; top: 0px; width: 838px; height: 356px; overflow: hidden;
}
.fs-ar-left {
    top: 158px; left: 8px;
}
.fs-ar-right {
    top: 158px; right: 8px
}
.fs-thumb-nav {
    left: 0px; bottom: 0px;
}







/* MENU */
.sky-mega-menu,
.sky-mega-menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
}
.sky-mega-menu, .title-font {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/* level 1 */
.sky-mega-menu {
	position: relative;
	z-index: 999;
	/* background: rgba(255,255,255,0.9); */
	/* box-shadow: 0 0 20px rgba(0,0,0,.3); */
	font-size: 0;
	line-height: 0;
	text-align: right;
}
.sky-mega-menu:after {
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 5px;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	border-right-width: 1px;
	font-size: 14px;
	line-height: 45px;
	text-align: left;
	white-space: nowrap;
}
.sky-mega-menu li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #666;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;
}
.sky-mega-menu li > div {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -9999px;
	margin-top: 2px;
	background: #fff;
	/* background: rgba(255,255,255,0.9); */
	/* box-shadow: 0 0 8px rgba(0,0,0,.3); */
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.sky-mega-menu li > div:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: transparent;	
}
.sky-mega-menu li > div:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 24px;
	/*
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(255,255,255,0.9);
	border-left: 5px solid transparent;
	*/
}
.sky-mega-menu li:hover > a,
.sky-mega-menu li.current > a {
	background: #2da5da;
	color: #fff;
}
.sky-mega-menu li:hover > div {
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);
}
.sky-mega-menu .right {
	float: none;
	border-right-width: 0;
	/* border-left-width: 1px; */
}
.sky-mega-menu .right > div {
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu .right:hover > div {
	right: 0;
	left: auto;
}
.sky-mega-menu .right:hover > div:before {
	right: 24px;
	left: auto;
}
.sky-mega-menu .switcher {
	display: none;
}


/**/
/* level 2+ */
/**/
.sky-mega-menu li li {
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
	line-height: 21px;
	white-space: normal;
}
.sky-mega-menu li li:first-child {
	border-top: 0;
}
.sky-mega-menu li li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
.sky-mega-menu li li > div {
	top: 0;
	margin: 0 0 0 8px;
}
.sky-mega-menu li li > div:after {
	top: 0;
	right: 100%;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100%;
}
.sky-mega-menu li li > div:before {
	top: 22px;
	right: 100%;
	bottom: auto;
	left: auto;
	border-top: 5px solid transparent;
	border-right: 5px solid rgba(255,255,255,0.9);
	border-bottom: 5px solid transparent;
}
.sky-mega-menu li li:hover > div {
	left: 100%;
}
.sky-mega-menu .right li > div {
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu .right li > div:after {
	right: auto;
	left: 100%;
}
.sky-mega-menu .right li > div:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu .right li:hover > div {
	right: 100%;
	left: auto;
}


/**/
/* positions */
/**/
.sky-mega-menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.sky-mega-menu-pos-bottom li > div {
	top: auto;
	bottom: 100%;
	margin: 0 0 8px;
	-o-transform-origin-y: 100%;
	-ms-transform-origin-y: 100%;
	-moz-transform-origin-y: 100%;
	-webkit-transform-origin-y: 100%;
}
.sky-mega-menu-pos-bottom li > div:after {
	top: 100%;
	bottom: auto;
}
.sky-mega-menu-pos-bottom li > div:before {
	top: 100%;
	bottom: auto;
	border-top: 5px solid rgba(255,255,255,0.9);
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.sky-mega-menu-pos-bottom li li > div {
	top: auto;	
	bottom: 0;
}
.sky-mega-menu-pos-bottom li li > div:before {
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-pos-bottom.sky-mega-menu-fixed {
	top: auto;
	bottom: 0;
}

.sky-mega-menu-pos-left li,
.sky-mega-menu-pos-right li {
	display: block;
	float: none;
	border-width: 0;
	border-top-width: 1px;
}
.sky-mega-menu-pos-left li:first-child,
.sky-mega-menu-pos-right li:first-child {
	border-top: 0;
}
.sky-mega-menu-pos-left li > div,
.sky-mega-menu-pos-right li > div {
	top: 0;	
}
.sky-mega-menu-pos-left li > div {
	margin: 0 0 0 8px;
}
.sky-mega-menu-pos-right li > div {
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu-pos-left li > div:after,
.sky-mega-menu-pos-right li > div:after {
	top: 0;
	bottom: auto;
	width: 8px;
	height: 100%;
}
.sky-mega-menu-pos-left li > div:after {
	right: 100%;
	left: auto;
}
.sky-mega-menu-pos-right li > div:after {
	right: auto;
	left: 100%;
}
.sky-mega-menu-pos-left li > div:before,
.sky-mega-menu-pos-right li > div:before {
	top: 22px;
	bottom: auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.sky-mega-menu-pos-left li > div:before {
	right: 100%;
	left: auto;
	border-right: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu-pos-right li > div:before {
	right: auto;
	left: 100%;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu-pos-left li:hover > div {
	left: 100%;
}
.sky-mega-menu-pos-right li:hover > div {
	right: 100%;
	left: auto;
}
.sky-mega-menu-pos-left .bottom > div,
.sky-mega-menu-pos-right .bottom > div {
	top: auto;
	bottom: 0;
	-o-transform-origin-y: 100%;
	-ms-transform-origin-y: 100%;
	-moz-transform-origin-y: 100%;
	-webkit-transform-origin-y: 100%;
}
.sky-mega-menu-pos-left .bottom > div:before,
.sky-mega-menu-pos-right .bottom > div:before {
	top: auto;
	bottom: 22px;
}
.sky-mega-menu-pos-right li li > div {
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.sky-mega-menu-pos-right li li > div:after {
	right: auto;
	left: 100%;
}
.sky-mega-menu-pos-right li li > div:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.sky-mega-menu-pos-right li li:hover > div {
	right: 100%;
	left: auto;
}
.sky-mega-menu-pos-left.sky-mega-menu-fixed {
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: auto;
}
.sky-mega-menu-pos-right.sky-mega-menu-fixed {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: auto;
}


/**/
/* animations */
/**/
.sky-mega-menu-anim-slide li > div {
	-o-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);	
}
.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide li > div {
	-o-transform: translate(0, -60px);
	-ms-transform: translate(0, -60px);
	-moz-transform: translate(0, -60px);
	-webkit-transform: translate(0, -60px);
}
.sky-mega-menu-anim-slide li:hover > div {
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);	
}
.sky-mega-menu-anim-scale li > div {
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.sky-mega-menu-anim-scale li:hover > div {
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.sky-mega-menu-anim-flip {
	perspective: 2000px;
	-o-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
}
.sky-mega-menu-anim-flip li > div {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
}
.sky-mega-menu-anim-flip li:hover > div {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}


/**/
/* grid */
/**/
.sky-mega-menu .grid-column {
	float: left;
	border-color: #d9d9d9;
	border-left-width: 1px;
	border-left-style: solid;
}
.sky-mega-menu .grid-column:first-child {
	margin-left: 0;
	border-left: 0;
}
.sky-mega-menu .grid-column2,
.sky-mega-menu .grid-container2 {
	width: 155px;
}
.sky-mega-menu .grid-column3,
.sky-mega-menu .grid-container3 {
	width: 233px;
}
.sky-mega-menu .grid-column4,
.sky-mega-menu .grid-container4 {
	width: 311px;
}
.sky-mega-menu .grid-column5,
.sky-mega-menu .grid-container5 {
	width: 389px;
}
.sky-mega-menu .grid-column6,
.sky-mega-menu .grid-container6 {
	width: 467px;
}
.sky-mega-menu .grid-column7,
.sky-mega-menu .grid-container7 {
	width: 545px;
}
.sky-mega-menu .grid-column8,
.sky-mega-menu .grid-container8 {
	width: 623px;
}
.sky-mega-menu .grid-column9,
.sky-mega-menu .grid-container9 {
	width: 701px;
}
.sky-mega-menu .grid-column10,
.sky-mega-menu .grid-container10 {
	width: 779px;
}
.sky-mega-menu .grid-column11,
.sky-mega-menu .grid-container11 {
	width: 857px;
}
.sky-mega-menu .grid-column12,
.sky-mega-menu .grid-container12 {
	width: 935px;
}


/**/
/* icons */
/**/
.sky-mega-menu li a > .fa {
	display: block;
	float: left;
	width: 16px;
	margin: 0 10px 0 -4px;
  font-size: 16px;
  line-height: inherit;
  text-align: center;
}
.sky-mega-menu li a > .fa-single {
	float: none;
	margin: 0;
}
.sky-mega-menu li a > .fa-indicator {
	position: relative;
	top: -1px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0 -10px 0 10px;
	font-size: 9px;
	line-height: 1;
	text-align: right;
}
.sky-mega-menu li li a > .fa-indicator {
	top: 0;
	float: right;
	display: block;
	line-height: inherit;
}


/**/
/* forms */
/**/
.sky-mega-menu form fieldset {
	display: block;	
	padding: 25px 30px;
}
.sky-mega-menu form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.sky-mega-menu form section {
	margin-bottom: 20px;
}
.sky-mega-menu form .input,
.sky-mega-menu form .textarea,
.sky-mega-menu form .radio,
.sky-mega-menu form .checkbox,
.sky-mega-menu form .button {
	position: relative;
	display: block;
}
.sky-mega-menu form .input input,
.sky-mega-menu form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border: 2px solid #e5e5e5;
	border-radius: 0;
	background: #fff;
	font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-mega-menu form .textarea textarea {
	height: auto;
	resize: none;
}
.sky-mega-menu form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin-left: 20px;
	padding: 0 20px;
	outline: none;
	border: 0;
	background-color: #2da5da;
	font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.sky-mega-menu form .fa-append {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 29px;
	height: 29px;
	padding-left: 3px;
	border-left: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	color: #ccc;
}
.sky-mega-menu form .input .fa-append + input,
.sky-mega-menu form .textarea .fa-append + textarea {
	padding-right: 46px;
}
.sky-mega-menu form .row {
	margin: 0 -15px;
}
.sky-mega-menu form .row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-mega-menu form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sky-mega-menu form .col-6 {
	width: 50%;
}
.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea,
.sky-mega-menu form .checkbox:hover i {
	border-color: #8dc9e5;
}
.sky-mega-menu form .button:hover {
	opacity: 1;
}
.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus,
.sky-mega-menu form .checkbox input:focus + i {
	border-color: #2da5da;
}
.sky-mega-menu .search {
	border-left: 0;
}
.sky-mega-menu .search .input {
	margin: 3px 3px 3px 3px;
}
.sky-mega-menu .search .input input {
	width: 240px;
	padding-right: 65px;
}
.sky-mega-menu .search .button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
	.sky-mega-menu li a {
		padding: 0 15px;
	}
	.sky-mega-menu li a > .fa-indicator {
		margin-right: -5px;
	}
	
	.sky-mega-menu .grid-column2,
	.sky-mega-menu .grid-container2 {
		width: 117px;
	}
	.sky-mega-menu .grid-column3,
	.sky-mega-menu .grid-container3 {
		width: 176px;
	}
	.sky-mega-menu .grid-column4,
	.sky-mega-menu .grid-container4 {
		width: 235px;
	}
	.sky-mega-menu .grid-column5,
	.sky-mega-menu .grid-container5 {
		width: 294px;
	}
	.sky-mega-menu .grid-column6,
	.sky-mega-menu .grid-container6 {
		width: 353px;
	}
	.sky-mega-menu .grid-column7,
	.sky-mega-menu .grid-container7 {
		width: 412px;
	}
	.sky-mega-menu .grid-column8,
	.sky-mega-menu .grid-container8 {
		width: 471px;
	}
	.sky-mega-menu .grid-column9,
	.sky-mega-menu .grid-container9 {
		width: 530px;
	}
	.sky-mega-menu .grid-column10,
	.sky-mega-menu .grid-container10 {
		width: 589px;
	}
	.sky-mega-menu .grid-column11,
	.sky-mega-menu .grid-container11 {
		width: 648px;
	}
	.sky-mega-menu .grid-column12,
	.sky-mega-menu .grid-container12 {
		width: 707px;
	}
}


/**/
/* phone */
/**/
@media screen and (max-width: 1200px) {
    body {
	-webkit-text-size-adjust: none;
    }
    .sky-mega-menu .grid-column {
	    float: none;
	    width: auto;
	    margin: 0;
	    border: 0;
	    border-top: 1px solid #d9d9d9;
    }
    .sky-mega-menu .grid-column:first-child {
	    border-top: 0;
    }
    .sky-mega-menu form fieldset {
  	display: block;
  	padding: 15px 20px;
    }
    .sky-mega-menu form section {
	margin-bottom: 10px;
    }
    .sky-mega-menu form .row {
  	margin: 0 -10px;
    }
    .sky-mega-menu form .col {
	padding-right: 10px;
	padding-left: 10px;
    }
    
    .sky-mega-menu-response-to-stack li {
	position: static;
	font-size: 0;
    }
    .sky-mega-menu-response-to-stack li a {
	padding: 0 15px;
    }
    .sky-mega-menu-response-to-stack li > div,
    .sky-mega-menu-response-to-stack li > [class^="grid-container"] {
	width: 100%;
    }
    .sky-mega-menu-response-to-stack li > div:before {
	display: none;
    }
    .sky-mega-menu-response-to-stack li a > .fa {
	margin: 0;
    }	
    .sky-mega-menu-response-to-stack li a > .fa-indicator {	
	position: relative;
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0 0 0 10px;
        line-height: 1;
        text-align: right;
    }
    
    .sky-mega-menu-response-to-stack li li {
	position: relative;
	font-size: 13px;
    }
    .sky-mega-menu-response-to-stack li li > div,
    .sky-mega-menu-response-to-stack .right li > div {
	top: 100%;
	margin: 8px 0 0 0;
    }
    .sky-mega-menu-response-to-stack li li > div:after,
    .sky-mega-menu-response-to-stack .right li > div:after {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
    }
    .sky-mega-menu-response-to-stack li li:hover > div,
    .sky-mega-menu-response-to-stack .right li:hover > div {
	right: 0;
	left: 41px;
	width: auto;
    }
    .sky-mega-menu-response-to-stack li li a > .fa {
	margin-right: 10px;
    }
    .sky-mega-menu-response-to-stack li li a > .fa-indicator {
	margin-right: 10px;
    }
    .sky-mega-menu-response-to-stack.sky-mega-menu-anim-flip li li > div {
	top: 100%;
	margin: 8px 0 0 0;
	transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
    }
    .sky-mega-menu-pos-bottom.sky-mega-menu-response-to-stack li li > div {
	top: auto;
	bottom: 100%;
	margin: 0 0 8px 0;
    }	
    .sky-mega-menu-pos-bottom.sky-mega-menu-response-to-stack li li > div:after {
	top: 100%;
	bottom: auto;
    }
	
}

/**/
/* phone small */
/**/
@media screen and (max-width: 768px) {
    .sky-mega-menu-response-to-stack li {
	position: static;
	font-size: 13px;
    }
    .sky-mega-menu-response-to-stack > li {
	display: block;
	float: none;
	border: 0;
	border-top: 1px solid #d9d9d9;
	background: #fafafa;
    }
    .sky-mega-menu-response-to-stack > li:first-child {
	border-top: 0;
    }
    .sky-mega-menu-response-to-switcher > li {
	display: none;
	float: none;
	border: 0;
    }
    .sky-mega-menu-response-to-switcher > .switcher {
	display: block;
    }
    .sky-mega-menu-response-to-switcher:hover > li {
	display: block;
	border-top: 1px solid #d9d9d9;		
    }
    .sky-mega-menu-response-to-switcher:hover > .switcher {
	display: none;	
    }
    .sky-mega-menu-response-to-stack li > div,
    .sky-mega-menu-response-to-stack li > [class^="grid-container"],
    .sky-mega-menu-response-to-switcher li > div,
    .sky-mega-menu-response-to-switcher li > [class^="grid-container"] {
	display: none;
    }
    .sky-mega-menu-response-to-stack li > div:after,
    .sky-mega-menu-response-to-switcher li > div:after {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
    }
    .sky-mega-menu-response-to-stack li > div:before,
    .sky-mega-menu-response-to-switcher li > div:before {
	display: none;
    }
    .sky-mega-menu-response-to-stack li a > .fa,
    .sky-mega-menu-response-to-switcher li a > .fa {
	margin: 0 10px;
    }
    .sky-mega-menu-response-to-stack li a > .fa-chevron-down,
    .sky-mega-menu-response-to-switcher li a > .fa-chevron-down {
	display: none;
    }
    .sky-mega-menu-response-to-stack li:hover > div,
    .sky-mega-menu-response-to-stack li:hover > [class^="grid-container"],
    .sky-mega-menu-response-to-switcher li:hover > div,
    .sky-mega-menu-response-to-switcher li:hover > [class^="grid-container"] {
	right: 0;
	left: 51px;
    }
    .sky-mega-menu-response-to-stack li li > div,
    .sky-mega-menu-response-to-switcher li li > div {
	top: 100%;
	width: auto;
	margin: 8px 0 0 0;
    }
    .sky-mega-menu-response-to-stack li li > div:after,
    .sky-mega-menu-response-to-switcher li li > div:after {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
    }
    .sky-mega-menu-response-to-stack li li:hover > div,
    .sky-mega-menu-response-to-switcher li li:hover > div {
	right: 0;
	left: 51px;
    }
    .sky-mega-menu-response-to-stack .search .input input,
    .sky-mega-menu-response-to-switcher .search .input input {
	width: 100%;
    }
    .sky-mega-menu li.flexy {
	display: block;
    }
    
    .sky-mega-menu li.hideonsmall {
	display: none;
    }
}


/* MENU - COLORING */
.sky-mega-menu li.fl {
    border: none;
}
.sky-mega-menu li:hover > a,
.sky-mega-menu li.current > a {
    background-color: #ff6f0f;
    color: #fff;
}

.sky-mega-menu li.fl > a {
    background-color: transparent;
    border-radius: 4px;
}
.sky-mega-menu li.fl:hover > a,
.sky-mega-menu li.fl.current > a {
    background-color: #ff6f0f;
    color: #fff;
    border-radius: 4px;
}


/* forms */

.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea {
	border-color: #f5b093;
}
.sky-mega-menu form .button {
	background-color: #fd7337;	
}
.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus {
	border-color: #fd7337;
}