
@import url(../script/lib/select2/select2.css);
@import url(../script/lib/bxslider/jquery.bxslider.css);
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* line 6, ../sass/_normalize.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 10, ../sass/_normalize.sass */
audio, canvas, video {
  display: inline-block;
}

/* line 13, ../sass/_normalize.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 21, ../sass/_normalize.sass */
[hidden] {
  display: none;
}

/* line 27, ../sass/_normalize.sass */
html {
  background: white;
  color: black;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 42, ../sass/_normalize.sass */
body {
  margin: 0;
}

/* line 50, ../sass/_normalize.sass */
a:focus {
  outline: thin dotted;
}
/* line 54, ../sass/_normalize.sass */
a:active, a:hover {
  outline: 0;
}

/* line 61, ../sass/_normalize.sass */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 66, ../sass/_normalize.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 70, ../sass/_normalize.sass */
b, strong {
  font-weight: bold;
}

/* line 74, ../sass/_normalize.sass */
dfn {
  font-style: italic;
}

/* line 78, ../sass/_normalize.sass */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 84, ../sass/_normalize.sass */
mark {
  background: yellow;
  color: black;
}

/* line 89, ../sass/_normalize.sass */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 94, ../sass/_normalize.sass */
pre {
  white-space: pre-wrap;
}

/* line 98, ../sass/_normalize.sass */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 102, ../sass/_normalize.sass */
small {
  font-size: 80%;
}

/* line 106, ../sass/_normalize.sass */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 112, ../sass/_normalize.sass */
sup {
  top: -0.5em;
}

/* line 115, ../sass/_normalize.sass */
sub {
  bottom: -0.25em;
}

/* line 122, ../sass/_normalize.sass */
img {
  border: 0;
}

/* line 126, ../sass/_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 133, ../sass/_normalize.sass */
figure {
  margin: 0;
}

/* line 140, ../sass/_normalize.sass */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 145, ../sass/_normalize.sass */
legend {
  border: 0;
  padding: 0;
}

/* line 152, ../sass/_normalize.sass */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 163, ../sass/_normalize.sass */
button, input {
  line-height: normal;
}

/* line 170, ../sass/_normalize.sass */
button, select {
  text-transform: none;
}

/* line 173, ../sass/_normalize.sass */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 182, ../sass/_normalize.sass */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 186, ../sass/_normalize.sass */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
/* line 193, ../sass/_normalize.sass */
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 203, ../sass/_normalize.sass */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 207, ../sass/_normalize.sass */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 211, ../sass/_normalize.sass */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 222, ../sass/_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***********************************************************

    MIXINS

***********************************************************/
/***********************************************************
    VARS
***********************************************************/
/* --------------- [pad] starts --------------- */
/* line 5, ../sass/_vars.scss */
.pad {
  padding: 10px;
}

/* line 6, ../sass/_vars.scss */
.padb {
  padding-bottom: 10px;
}

/* line 7, ../sass/_vars.scss */
.padt {
  padding-top: 10px;
}

/* line 8, ../sass/_vars.scss */
.padl {
  padding-left: 10px;
}

/* line 9, ../sass/_vars.scss */
.padr {
  padding-right: 10px;
}

/* line 11, ../sass/_vars.scss */
.padv {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 12, ../sass/_vars.scss */
.padh {
  padding-lefr: 10px;
  padding-right: 10px;
}

/* line 14, ../sass/_vars.scss */
.pad-l {
  padding: 20px;
}

/* --------------- [/pad] ends --------------- */
/* --------------- [text] starts --------------- */
/* line 21, ../sass/_vars.scss */
.text-center {
  text-align: center !important;
}

/* line 25, ../sass/_vars.scss */
.text-right {
  text-align: right !important;
}

/* line 29, ../sass/_vars.scss */
.text-left {
  text-align: left !important;
}

/* line 33, ../sass/_vars.scss */
.text-strong {
  font-weight: 700;
}

/* line 37, ../sass/_vars.scss */
.text-open {
  font-family: 'Open Sans', arial, sans-serif;
}

/* --------------- [/text] ends --------------- */
/* --------------- [img] starts --------------- */
/* line 45, ../sass/_vars.scss */
.img-center {
  display: block;
  text-align: center;
}
/* line 49, ../sass/_vars.scss */
.img-center img {
  display: inline-block;
}

/* --------------- [/img] ends --------------- */
/* --------------- [colors] starts --------------- */
/* --------------- [/colors] ends --------------- */
/***********************************************************

    GENERAL

***********************************************************/
/* line 70, ../sass/screen.scss */
html {
  background: #e6e8d9;
  height: 100%;
}

/* line 75, ../sass/screen.scss */
body {
  background: #e6e8d9;
  min-height: 100%;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

/* line 84, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6, ul, ol, p, input {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: left;
  font-family: Arial, sans-serif;
}

/* line 92, ../sass/screen.scss */
ul, ol {
  list-style: none;
}

/* line 96, ../sass/screen.scss */
a {
  text-decoration: none;
  color: #484741;
}
/* line 100, ../sass/screen.scss */
a:hover {
  text-decoration: none;
  color: #8f2839;
}

/* line 107, ../sass/screen.scss */
*:focus,
a:focus {
  outline: 0;
}

/* line 111, ../sass/screen.scss */
.container {
  *zoom: 1;
}
/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 115, ../sass/screen.scss */
img {
  max-width: 100%;
}

/* line 1, ../sass/_header.scss */
header.main-header {
  height: 134px;
  margin: 0 0 20px;
  position: relative;
  z-index: 100;
  /* --------------- [google-search] ends --------------- */
  /* --------------- [/google-search] ends --------------- */
}
/* line 9, ../sass/_header.scss */
header.main-header .logo {
  float: left;
  margin: 2px 25px 0 0;
}
/* line 14, ../sass/_header.scss */
header.main-header .text1 {
  margin: 3px 0 0 0;
  top:20px;
  position:relative;
}
/* line 17, ../sass/_header.scss */
header.main-header .text2 {
  margin: 25px 0 0 -6px;
}
/* line 21, ../sass/_header.scss */
header.main-header .text-container {
  float: left;
  max-width: 550px;
}
/* line 30, ../sass/_header.scss */
header.main-header .header-container {
  background: url(../image/header-bg.png) no-repeat center -2px #e6e8d9;
  position: relative;
  border: 3px solid #d9dbc6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 134px;
}
/* line 38, ../sass/_header.scss */
header.main-header .top {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
}
/* line 46, ../sass/_header.scss */
header.main-header .top-nav {
  margin: 104px 0 0 64px;
  height: 25px;
  width: 100%;
  position: static;
  z-index: 100;
}
/* line 53, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav {
  width: 100%;
}
/* line 56, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li {
  position: relative;
  float: left;
  z-index: 110;
}
/* line 61, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li > a {
  font-family: 'Open Sans', arial, sans-serif;
  display: block;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 72, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li > a:hover {
  text-decoration: underline;
}
/* line 78, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu {
  position: absolute;
  top: 20px;
  left: 0;
  width: 150px;
  z-index: 120;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 2px 2px 0 #eaeaea;
  box-shadow: 0 2px 2px 0 #eaeaea;
  background: #ffffff;
}
/* line 90, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li {
  position: relative;
}
/* line 93, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #303030;
  background: #ffffff;
  border-bottom: 1px solid #eeefe5;
  position: relative;
}
/* line 102, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li > a:hover {
  background: #efecd0;
}
/* line 109, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li:last-child > a {
  border-bottom: 0;
}
/* line 114, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li .second-submenu {
  position: absolute;
  top: -1px;
  left: 157px;
  width: 150px;
  z-index: 120;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 2px 2px 0 #eaeaea;
  box-shadow: 0 2px 2px 0 #eaeaea;
  background: #ffffff;
}
/* line 127, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li .second-submenu > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #303030;
  background: #ffffff;
  border-bottom: 1px solid #eeefe5;
}
/* line 135, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li .second-submenu > li > a:hover {
  background: #efecd0;
}
/* line 142, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li .submenu > li .second-submenu > li:last-child > a {
  border-bottom: 0;
}
/* line 162, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li:hover > a, header.main-header .top-nav ul.navbar-nav > li.open:hover > a {
  background: #ffffff;
  color: #303030;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none;
}
/* line 175, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li.open > a {
  background: dimgrey;
  background: -moz-linear-gradient(top, dimgrey 0%, #4f4f4f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, dimgrey), color-stop(100%, #4f4f4f));
  background: -webkit-linear-gradient(top, dimgrey 0%, #4f4f4f 100%);
  background: -o-linear-gradient(top, dimgrey 0%, #4f4f4f 100%);
  background: -ms-linear-gradient(top, dimgrey 0%, #4f4f4f 100%);
  background: linear-gradient(to bottom, #696969 0%, #4f4f4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#4f4f4f',GradientType=0 );
  color: #ffffff;
}
/* line 193, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li li[data-toggle="dropdown"] > a {
  position: relative;
}
/* line 52, ../sass/screen.scss */
header.main-header .top-nav ul.navbar-nav > li li[data-toggle="dropdown"] > a:after {
  content: ' ';
  position: absolute;
}
/* line 196, ../sass/_header.scss */
header.main-header .top-nav ul.navbar-nav > li li[data-toggle="dropdown"] > a:after {
  background: url('../image/../image/sprite-sc4d9ea3850.png') -6px -17px;
  right: 5px;
  top: 10px;
  width: 5px;
  height: 8px;
}
/* line 212, ../sass/_header.scss */
header.main-header .top-nav .navbar-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
  min-height: 0;
  margin: 0;
}
/* line 219, ../sass/_header.scss */
header.main-header .top-nav .navbar-default .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* line 228, ../sass/_header.scss */
header.main-header .top-nav .navbar-default .navbar-collapse.in {
  overflow-y: visible;
}
/* line 234, ../sass/_header.scss */
header.main-header .search-container {
  position: absolute;
  top: 100px;
  right: 60px;
}
/* line 239, ../sass/_header.scss */
header.main-header .search-container input[type="text"] {
  height: 22px;
  width: 155px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  padding: 0 30px 0 10px;
  border: none;
  outline: none;
}
/* line 250, ../sass/_header.scss */
header.main-header .search-container button {
  background: url('../image/../image/sprite-sc4d9ea3850.png') -85px -17px;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 5px;
  right: 9px;
  background-color: transparent;
  border: none;
  padding: 0 !important;
}
/* line 263, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse, header.main-header .gsc-control-cse {
  border: none;
  padding: 0;
  width: 155px;
  background: none;
  position: relative;
}
/* line 270, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse .gsib_a, header.main-header .gsc-control-cse .gsib_a {
  padding: 0;
}
/* line 274, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse form.gsc-search-box, header.main-header .gsc-control-cse form.gsc-search-box {
  margin: 0;
}
/* line 278, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse table.gsc-search-box, header.main-header .gsc-control-cse table.gsc-search-box {
  margin: 0;
}
/* line 282, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input, header.main-header .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}
/* line 287, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse .gsc-input-box,
header.main-header .cse .gsc-control-cse .gsc-input-box-hover, header.main-header .gsc-control-cse .gsc-input-box,
header.main-header .gsc-control-cse .gsc-input-box-hover {
  height: 22px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 295, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse input.gsc-input, header.main-header .gsc-control-cse input.gsc-input {
  background: #ffffff !important;
  padding: 0 30px 0 10px !important;
  font-size: 12px;
  height: 22px !important;
}
/* line 302, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse .gsib_b, header.main-header .gsc-control-cse .gsib_b {
  display: none;
}
/* line 306, ../sass/_header.scss */
header.main-header .cse .gsc-control-cse .gsc-search-button.gsc-search-button-v2, header.main-header .gsc-control-cse .gsc-search-button.gsc-search-button-v2 {
  background: url('../image/../image/sprite-sc4d9ea3850.png') -85px -17px;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 5px;
  right: 9px;
  background-color: transparent;
  border: none;
  padding: 0 !important;
  margin-top: 0 !important;
}

/* line 323, ../sass/_header.scss */
.navbar-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 328, ../sass/_header.scss */
.dropdown-submenu {
  position: relative;
}

/* line 329, ../sass/_header.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
}

/* line 331, ../sass/_header.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 332, ../sass/_header.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -3px;
}

/* line 333, ../sass/_header.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 334, ../sass/_header.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 334, ../sass/_header.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 335, ../sass/_header.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 336, ../sass/_header.scss */
.dropdown-menu li a {
  white-space: normal;
}

/* line 1, ../sass/_ui.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 7, ../sass/_ui.scss */
.field-row {
  padding: 0 0 6px;
  *zoom: 1;
}
/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.field-row:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 13, ../sass/_ui.scss */
.field-row.row .col-md-4,
.field-row.row .col-md-8 {
  padding-left: 0;
}

/* line 19, ../sass/_ui.scss */
input.text {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  color: #303030;
  border: 1px solid #dadccd;
  width: 100%;
  -webkit-box-sizing: border-sizing;
  -moz-box-sizing: border-sizing;
  box-sizing: border-sizing;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 43, ../sass/_ui.scss */
label {
  display: block;
  font-weight: 700;
  line-height: 26px;
}

/* --------------- [select2] starts --------------- */
/* line 51, ../sass/_ui.scss */
.select2-container .select2-choice {
  border: 1px solid #dadccd;
  color: #303030;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, white 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}
/* line 66, ../sass/_ui.scss */
.select2-container .select2-choice .select2-arrow {
  width: 26px;
  right: 0;
  top: 0;
  border-left: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f0f0f0;
}
/* line 74, ../sass/_ui.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  background: url('../image/../image/sprite-sc4d9ea3850.png') 0 -17px;
  width: 6px;
  height: 4px;
  position: absolute;
  top: 9px;
  right: 10px;
}
/* line 85, ../sass/_ui.scss */
.select2-container .select2-choice abbr {
  right: 30px;
  top: 5px;
}

/* line 92, ../sass/_ui.scss */
.select2-drop {
  margin-top: -1px;
  color: #303030;
  border: 1px solid #dadccd;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 99, ../sass/_ui.scss */
.select2-drop-active {
  border-color: #dadccd;
}

/* line 103, ../sass/_ui.scss */
.select2-results .select2-highlighted {
  background: #6c6c66;
}

/* --------------- [/select2] ends --------------- */
/* --------------- [btn] starts --------------- */
/* line 111, ../sass/_ui.scss */
.btn {
  border: 0;
}
/* line 114, ../sass/_ui.scss */
.btn.type1 {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 5px;
}
/* line 122, ../sass/_ui.scss */
.btn.type1.omega {
  margin-left: 0;
}
/* line 127, ../sass/_ui.scss */
.btn.color1 {
  background: #80807c;
  background: -moz-linear-gradient(top, #80807c 0%, #58574f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80807c), color-stop(100%, #58574f));
  background: -webkit-linear-gradient(top, #80807c 0%, #58574f 100%);
  background: -o-linear-gradient(top, #80807c 0%, #58574f 100%);
  background: -ms-linear-gradient(top, #80807c 0%, #58574f 100%);
  background: linear-gradient(to bottom, #80807c 0%, #58574f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80807c', endColorstr='#58574f',GradientType=0 );
  color: #ffffff;
}
/* line 139, ../sass/_ui.scss */
.btn.color1:hover {
  background: #58574f;
}
/* line 144, ../sass/_ui.scss */
.btn.short {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65px;
  padding: 0;
  text-align: center;
}

/* line 152, ../sass/_ui.scss */
button.btn {
  line-height: 1;
}

/* --------------- [/btn] ends --------------- */
/* --------------- [list] starts --------------- */
/* line 161, ../sass/_ui.scss */
.list.standard {
  margin-left: 10px;
}
/* line 164, ../sass/_ui.scss */
.list.standard li {
  position: relative;
  padding: 0 0 5px 20px;
  color: #484741;
  font-size: 12px;
  width: 100%;
}
/* line 52, ../sass/screen.scss */
.list.standard li:after {
  content: ' ';
  position: absolute;
}
/* line 171, ../sass/_ui.scss */
.list.standard li:after {
  background: url('../image/../image/sprite-sc4d9ea3850.png') -16px -17px;
  height: 8px;
  width: 14px;
  left: 0;
  top: 5px;
}
/* line 178, ../sass/_ui.scss */
.list.standard li a {
  color: #484741;
}
/* line 181, ../sass/_ui.scss */
.list.standard li a:hover {
  color: #8f2839;
}
/* line 188, ../sass/_ui.scss */
.list.news {
  padding: 0 0 10px;
}
/* line 191, ../sass/_ui.scss */
.list.news > li {
  *zoom: 1;
  padding: 0 0;
  margin: 0 0 15px;
}
/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.list.news > li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 196, ../sass/_ui.scss */
.list.news > li .item {
  display: block;
}
/* line 199, ../sass/_ui.scss */
.list.news > li .item > img {
  float: left;
  margin: 0 20px 0 0;
  max-width: 189px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 207, ../sass/_ui.scss */
.list.news > li .item .text {
  overflow: auto;
}
/* line 210, ../sass/_ui.scss */
.list.news > li .item .text h3 {
  font-family: 'Open Sans', arial, sans-serif;
  color: #3f4033;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0 15px;
}
/* line 218, ../sass/_ui.scss */
.list.news > li .item .text p {
  font-family: 'Open Sans', arial, sans-serif;
  color: #303030;
  line-height: 1.4em;
  margin: 0 0 5px;
}
/* line 229, ../sass/_ui.scss */
.list.news > li a.item:hover {
  color: #8f2839;
  text-decoration: underline;
}
/* line 233, ../sass/_ui.scss */
.list.news > li a.item:hover h3, .list.news > li a.item:hover p {
  color: #8f2839;
  text-decoration: underline;
}
/* line 244, ../sass/_ui.scss */
.list.bottom {
  *zoom: 1;
  padding: 16px;
  text-align: center;
}
/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.list.bottom:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 249, ../sass/_ui.scss */
.list.bottom > li {
  display: inline-block;
  margin: 0 15px;
  width: 140px;
}
/* line 254, ../sass/_ui.scss */
.list.bottom > li .item {
  min-height: 43px;
  display: block;
  position: relative;
  padding: 6px 0 0 50px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 1.2em;
}
/* line 264, ../sass/_ui.scss */
.list.bottom > li .item img {
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
/* line 273, ../sass/_ui.scss */
.list.bottom > li .item:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 280, ../sass/_ui.scss */
.list.bottom > li a.item:hover {
  color: #8f2839;
}
/* line 287, ../sass/_ui.scss */
.list.links {
  display: inline-block;
  margin: 0 0 20px;
}
/* line 291, ../sass/_ui.scss */
.list.links li {
  float: left;
  position: relative;
}
/* line 52, ../sass/screen.scss */
.list.links li:after {
  content: ' ';
  position: absolute;
}
/* line 295, ../sass/_ui.scss */
.list.links li a {
  display: block;
  font-family: 'Opan Sans', arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-weight: 300;
  margin: 0 16px;
}
/* line 304, ../sass/_ui.scss */
.list.links li a:hover {
  color: #8f2839;
  text-decoration: underline;
}
/* line 310, ../sass/_ui.scss */
.list.links li:after {
  content: "|";
  top: 0;
  right: 0;
  font-family: 'Opan Sans', arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-weight: 300;
}
/* line 321, ../sass/_ui.scss */
.list.links li:last-child:after {
  display: none;
}

/* --------------- [/list] ends --------------- */
/* --------------- [box] starts --------------- */
/* line 126, ../sass/screen.scss */
.box-type1 {
  display: block;
  margin: 0 0 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #d5d7c0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
/* line 135, ../sass/screen.scss */
.box-type1 header {
  padding: 15px 15px 10px;
  text-align: center;
  position: relative;
}
/* line 140, ../sass/screen.scss */
.box-type1 header h2 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #282826;
  display: inline-block;
}
/* line 147, ../sass/screen.scss */
.box-type1 header h2 a {
  color: #282826;
  text-decoration: none;
}
/* line 153, ../sass/screen.scss */
.box-type1 header .rss {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #FF7F00;
  font-weight: 700;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  padding: 0 0 0 25px;
}
/* line 168, ../sass/screen.scss */
.box-type1 header .rss:after {
  content: "";
  display: block;
  background: url('../image/sprite-sc4d9ea3850.png') -70px -17px;
  height: 12px;
  width: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}
/* line 180, ../sass/screen.scss */
.box-type1 section {
  padding: 0 15px 15px;
  position: relative;
}
/* line 184, ../sass/screen.scss */
.box-type1 section.m-height {
  min-height: 236px;
}
/* line 188, ../sass/screen.scss */
.box-type1 section h3 {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 10px;
  color: #636553;
}
/* line 195, ../sass/screen.scss */
.box-type1 section h3.i-calendar {
  padding: 0 0 0 22px;
  position: relative;
}
/* line 52, ../sass/screen.scss */
.box-type1 section h3.i-calendar:after {
  content: ' ';
  position: absolute;
}
/* line 199, ../sass/screen.scss */
.box-type1 section h3.i-calendar:after {
  background: url('../image/../image/sprite-sc4d9ea3850.png') -15px 0;
  height: 16px;
  width: 18px;
  top: -2px;
  left: 0;
}
/* line 209, ../sass/screen.scss */
.box-type1 section .bottom.img-center {
  text-align: center;
}
/* line 212, ../sass/screen.scss */
.box-type1 section .bottom.img-center p {
  display: inline-block;
}
/* line 215, ../sass/screen.scss */
.box-type1 section .bottom.img-center p a, .box-type1 section .bottom.img-center p span {
  float: left;
  color: #303030;
}
/* line 219, ../sass/screen.scss */
.box-type1 section .bottom.img-center p a.separator, .box-type1 section .bottom.img-center p span.separator {
  margin: 0 5px;
}
/* line 224, ../sass/screen.scss */
.box-type1 section .bottom.img-center p a {
  text-decoration: underline;
}
/* line 231, ../sass/screen.scss */
.box-type1 section .notice-item {
  display: block;
  margin: 0 0 20px;
}






















/* line 236, ../sass/screen.scss */
.box-type1 section .show-all-news {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding-left: 18px;
}
/* line 243, ../sass/screen.scss */
.box-type1 section .show-all-news:after {
  content: "";
  display: block;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -82px -98px;
  height: 9px;
  width: 13px;
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 256, ../sass/screen.scss */
.box-type1 .slider-container {
  margin-bottom: 0;
}

/* line 261, ../sass/screen.scss */
.box-type2 {
  display: block;
  margin: 0 0 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #d5d7c0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  padding: 12px;
  text-align: center;
  *zoom: 1;
}
/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.box-type2:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 273, ../sass/screen.scss */
.box-type2 h4 {
  display: inline-block;
  text-align: center;
}
/* line 277, ../sass/screen.scss */
.box-type2 h4 a, .box-type2 h4 span {
  float: left;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
}
/* line 284, ../sass/screen.scss */
.box-type2 h4 .ico-turkey-flag {
  height: 28px;
  margin: 0 6px;
}
/* line 288, ../sass/screen.scss */
.box-type2 h4 .ico-turkey-flag img {
  height: 28px;
}

/* --------------- [/box] ends --------------- */
/* --------------- [wise-saying] starts --------------- */
/* line 299, ../sass/screen.scss */
.wise-saying {
  margin: 0 0 30px;
  padding: 0 0 40px;
  position: relative;
}
/* line 52, ../sass/screen.scss */
.wise-saying:after {
  content: ' ';
  position: absolute;
}
/* line 304, ../sass/screen.scss */
.wise-saying p {
  font-family: 'Times New Roman';
  font-size: 17px;
  color: #514d42;
  line-height: 1.4em;
  padding: 0;
}
/* line 312, ../sass/screen.scss */
.wise-saying:after {
  background: url('../image/../image/sprite-sc4d9ea3850.png') 0 -138px;
  height: 42px;
  width: 128px;
  bottom: 0nt: -20%;  
    }
}
/* --------------- [/wise-saying] ends --------------- */
/* --------------- [owl-controls] starts --------------- */
/* line 325, ../sass/screen.scss */
.owl-theme .owl-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 333, ../sass/screen.scss */
.owl-theme .owl-controls .owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 12px;
}
/* line 339, ../sass/screen.scss */
.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
/* line 347, ../sass/screen.scss */
.owl-theme .owl-controls .owl-buttons div {
  width: 41px;
  height: 40px;
  text-indent: -9999px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 355, ../sass/screen.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: 15px;
  background: url('../image/../image/sprite-sc4d9ea3850.png') 0 -98px;
}
/* line 361, ../sass/screen.scss */
.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: 15px;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -41px -98px;
}
/* line 369, ../sass/screen.scss */
.owl-theme .owl-controls .owl-page span {
  background: #697130;
}
/* line 376, ../sass/screen.scss */
.owl-theme .owl-item img {
  width: 100%;
}

/* line 383, ../sass/screen.scss */
.slider-container {
  position: relative;
  margin: 0 0 20px;
}
/* line 387, ../sass/screen.scss */
.slider-container .number-display {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
  text-align: center;
}
/* line 394, ../sass/screen.scss */
.slider-container .number-display div {
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
/* line 402, ../sass/screen.scss */
.slider-container .nav-buttons {
  width: 78px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -39px;
}
/* line 410, ../sass/screen.scss */
.slider-container .nav-buttons .prev {
  float: left;
}
/* line 413, ../sass/screen.scss */
.slider-container .nav-buttons .prev .bx-prev {
  margin-top: 3px;
  display: block;
  z-index: 9999;
  text-indent: -9999px;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -33px 0;
  height: 17px;
  width: 18px;
}
/* line 423, ../sass/screen.scss */
.slider-container .nav-buttons .next {
  float: left;
}
/* line 426, ../sass/screen.scss */
.slider-container .nav-buttons .next .bx-next {
  margin-top: 3px;
  display: block;
  z-index: 9999;
  text-indent: -9999px;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -79px 0;
  height: 17px;
  width: 18px;
}
/* line 436, ../sass/screen.scss */
.slider-container .nav-buttons .nav-slide {
  text-indent: -9999px;
  float: left;
  margin: 0 3px;
  height: 24px;
  width: 34px;
}
/* line 442, ../sass/screen.scss */
.slider-container .nav-buttons .nav-slide .bx-start {
  display: block;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -46px -36px;
  height: 24px;
  width: 34px;
}
/* line 447, ../sass/screen.scss */
.slider-container .nav-buttons .nav-slide .bx-stop {
  display: block;
  background: url('../image/../image/sprite-sc4d9ea3850.png') 0 -67px;
  height: 24px;
  width: 34px;
}
/* line 456, ../sass/screen.scss */
.slider-container.longer .nav-buttons {
  bottom: auto;
  top: 125px;
}
/* line 464, ../sass/screen.scss */
.slider-container .item .text h3 {
  color: #303030;
}
/* line 468, ../sass/screen.scss */
.slider-container .item .text a {
  text-decoration: underline;
}
/* line 472, ../sass/screen.scss */
.slider-container .item .text .separator {
  display: inline-block;
  margin: 0 5px;
}
/* line 478, ../sass/screen.scss */
.slider-container .item img {
  width: 100%;
  max-width: none;
}

/* line 486, ../sass/screen.scss */
.jcarousel-nav,
.n-jcarousel-nav {
  height: 14px;
  position: relative;
}
/* line 490, ../sass/screen.scss */
.jcarousel-nav .buttons,
.n-jcarousel-nav .buttons {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 60px;
  margin: 0 0 0 -30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 499, ../sass/screen.scss */
.jcarousel-nav .buttons a:focus,
.n-jcarousel-nav .buttons a:focus {
  outline: 0;
}
/* line 503, ../sass/screen.scss */
.jcarousel-nav .buttons a:hover,
.n-jcarousel-nav .buttons a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 509, ../sass/screen.scss */
.jcarousel-nav .jcarousel-control-prev,
.n-jcarousel-nav .jcarousel-control-prev {
  float: left;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -95px -98px;
  height: 14px;
  width: 28px;
}
/* line 514, ../sass/screen.scss */
.jcarousel-nav .jcarousel-control-next,
.n-jcarousel-nav .jcarousel-control-next {
  float: right;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -51px 0;
  height: 14px;
  width: 28px;
}
/* line 520, ../sass/screen.scss */
.jcarousel-nav .n-jcarousel-control-prev,
.n-jcarousel-nav .n-jcarousel-control-prev {
  float: left;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -95px -98px;
  height: 14px;
  width: 28px;
}
/* line 525, ../sass/screen.scss */
.jcarousel-nav .n-jcarousel-control-next,
.n-jcarousel-nav .n-jcarousel-control-next {
  float: right;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -51px 0;
  height: 14px;
  width: 28px;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
/* line 536, ../sass/screen.scss */
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}

/* line 542, ../sass/screen.scss */
.jcarousel-vertical,
.ver-ti-cal {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 138px;
}

/* line 550, ../sass/screen.scss */
.jcarousel-vertical ul,
.ver-ti-cal ul {
  width: 100%;
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 560, ../sass/screen.scss */
.jcarousel-vertical li,
.ver-ti-cal li {
  height: 23px;
  margin: 0 0 0 0;
  padding: 0;
}

/* line 567, ../sass/screen.scss */
.n-jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}

/* line 575, ../sass/screen.scss */
.notices-jcarousel,
.ver-ti-cal {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

/* line 583, ../sass/screen.scss */
.notices-jcarousel ul,
.ver-ti-cal ul {
  width: 100%;
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 593, ../sass/screen.scss */
.notices-jcarousel li,
.ver-ti-cal li {
  height: 100px;
  margin: 0 0 0 0;
  padding: 0;
}

/* --------------- [/owl-controls] ends --------------- */
/* --------------- [bxslider] starts --------------- */
/* line 604, ../sass/screen.scss */
.bx-wrapper {
  margin: 0;
}
/* line 607, ../sass/screen.scss */
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  left: auto;
  border: none;
}
/* line 613, ../sass/screen.scss */
.bx-wrapper .bx-viewport .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 100px;*/
  background: url(../image/black.4.png) repeat;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 623, ../sass/screen.scss */
.bx-wrapper .bx-viewport .caption h3 {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px;
}
/* line 631, ../sass/screen.scss */
.bx-wrapper .bx-viewport .caption p {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4em;
  margin: 0 0 0px;
  width: 60%;
}
/* line 643, ../sass/screen.scss */
.bx-wrapper .bx-pager {
  bottom: 10px;
  right: 0;
  left: auto;
  width: 180px;
}
/* line 650, ../sass/screen.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0;
  width: 27px;
  height: 31px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-indent: 0;
  background: url('../image/../image/sprite-sc4d9ea3850.png') -80px -36px;
  line-height: 31px;
  font-size: 12px;
  color: #303030;
  text-align: center;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
}
/* line 665, ../sass/screen.scss */
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: url('../image/../image/sprite-sc4d9ea3850.png') -34px -67px;
}

/* --------------- [/bxslider] ends --------------- */
/* --------------- [main-footer] starts --------------- */
/* line 687, ../sass/screen.scss */
.main-footer {
  height: 52px;
  background: #d5d7c0;
}
/* line 691, ../sass/screen.scss */
.main-footer .text {
  position: relative;
}
/* line 696, ../sass/screen.scss */
.main-footer .updated,
.main-footer .copyright {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height: 52px;
  margin-right: 20px;
}
/* line 704, ../sass/screen.scss */
.main-footer .lang {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #666666;
  line-height: 52px;
  text-decoration: underline;
}
/* line 712, ../sass/screen.scss */
.main-footer .lang:hover {
  color: #8f2839;
}

/* --------------- [/main-footer] ends --------------- */
/***********************************************************

    RESPONSIVE

***********************************************************/
@media (min-width: 768px) {
  /* line 736, ../sass/screen.scss */
  header.main-header .text-container {
    max-width: 550px;
  }

  /* line 740, ../sass/screen.scss */
  header.main-header .text1 {
    width: auto;
  }

  /* line 745, ../sass/screen.scss */
  .notices-jcarousel,
  .ver-ti-cal {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 255px;
  }

  /* line 752, ../sass/screen.scss */
  .notices-jcarousel li,
  .ver-ti-cal li {
    height: 120px;
    margin: 0 0 0 0;
    padding: 0;
  }

  /* line 758, ../sass/screen.scss */
  .col-sm-6 {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  /* line 768, ../sass/screen.scss */
  header.main-header {
    margin-top: 31px;
  }
  /* line 771, ../sass/screen.scss */
  header.main-header .top-nav {
    position: absolute;
    margin: 0;
    min-height: 31px;
    background: #eceed5;
  }
  /* line 777, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav {
    background: #ffffff;
  }
  /* line 780, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li {
    float: none;
    display: block;
  }
  /* line 784, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li a {
    padding: 2px 15px;
    font-size: 12px;
    font-weight: 600;
    text-shadow: none;
  }
  /* line 790, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li a:hover {
    background: #d5d7c0;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  /* line 797, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li .submenu {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  /* line 804, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li .submenu > li > a {
    padding-left: 20px;
  }
  /* line 808, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li .submenu > li .second-submenu {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  /* line 815, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li .submenu > li .second-submenu > li > a {
    padding-left: 30px;
  }
  /* line 825, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li:hover > a, header.main-header .top-nav ul.navbar-nav > li.open:hover > a {
    background: #d5d7c0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  /* line 835, ../sass/screen.scss */
  .navbar-nav {
    margin: 0;
  }

  /* line 839, ../sass/screen.scss */
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 5px;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  /* line 851, ../sass/screen.scss */
  .navbar-toggle .icon-bar {
    width: 17px;
    height: 1px;
  }

  /* line 857, ../sass/screen.scss */
  .navbar-collapse {
    padding: 0;
  }

  /* line 861, ../sass/screen.scss */
  .slider-container.longer .nav-buttons {
    top: 60px;
  }

  /* line 865, ../sass/screen.scss */
  .bx-wrapper .bx-viewport .caption p {
    width: 55%;
  }

  /* line 869, ../sass/screen.scss */
  .list.news > li .item > img {
    margin: 0 10px 0 0;
    max-width: 110px;
  }

  /* line 874, ../sass/screen.scss */
  .list.news > li .item .text h3 {
    margin: 0px 0 7px;
  }

  /* line 878, ../sass/screen.scss */
  .list.bottom {
    padding: 16px;
    text-align: center;
  }
  /* line 882, ../sass/screen.scss */
  .list.bottom > li {
    float: none;
    display: inline-block;
    text-align: left;
  }

  /* line 889, ../sass/screen.scss */
  .list.standard li a {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 901, ../sass/screen.scss */
  header.main-header .search-container {
    right: 10px;
  }
  /* line 905, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li > a {
    font-size: 12px;
  }

  /* line 910, ../sass/screen.scss */
  .slider-container.longer .nav-buttons {
    top: 105px;
  }

  /* line 914, ../sass/screen.scss */
  .list.news > li .item .text h3 {
    margin: 0 0 10px;
  }

  /* line 918, ../sass/screen.scss */
  header.main-header .text-container {
    max-width: 550px;
  }

  /* line 922, ../sass/screen.scss */
  header.main-header .text1 {
    width: auto;
  }

  /* line 927, ../sass/screen.scss */
  .notices-jcarousel,
  .ver-ti-cal {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 224px;
  }

  /* line 934, ../sass/screen.scss */
  .notices-jcarousel li,
  .ver-ti-cal li {
    height: 100px;
    margin: 0 0 0 0;
    padding: 0;
  }

  /* line 941, ../sass/screen.scss */
  li[data-toggle="dropdown"]:hover > .dropdown-menu {
    display: block;
  }

  /* line 946, ../sass/screen.scss */
  .open > .dropdown-menu {
    display: none;
  }

  /* line 950, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li.open > a {
    background: none;
    color: #303030;
  }
}
@media (min-width: 1200px) {
  /* line 961, ../sass/screen.scss */
  header.main-header .search-container {
    right: 60px;
  }
  /* line 965, ../sass/screen.scss */
  header.main-header .top-nav ul.navbar-nav > li > a {
    font-size: 14px;
  }

  /* line 970, ../sass/screen.scss */
  .slider-container.longer .nav-buttons {
    top: 125px;
  }

  /* line 974, ../sass/screen.scss */
  .list.news > li .item .text h3 {
    margin: 5px 0 15px;
  }

  /* line 979, ../sass/screen.scss */
  .notices-jcarousel,
  .ver-ti-cal {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  /* line 990, ../sass/screen.scss */
  .list.bottom > li {
    width: 140px;
    margin-bottom: 10px;
  }

  /* line 995, ../sass/screen.scss */
  .main-footer .lang {
    display: block;
    position: relative;
    line-height: 1;
    padding: 10px 0;
  }

  /* line 1002, ../sass/screen.scss */
  .main-footer {
    height: auto;
  }

  /* line 1007, ../sass/screen.scss */
  .main-footer .updated, .main-footer .copyright,
  .main-footer .updated, .main-footer .updated {
    display: block;
    line-height: 1.2em;
    padding: 4px 0;
    margin: 0;
  }

  /* line 1014, ../sass/screen.scss */
  header.main-header .text-container {
    display: none;
  }

  /* line 1018, ../sass/screen.scss */
  header.main-header .search-container {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  /* line 1024, ../sass/screen.scss */
  header.main-header .search-container input[type="text"] {
    width: 100%;
  }
  /* line 1028, ../sass/screen.scss */
  header.main-header .search-container .cse .gsc-control-cse, header.main-header .search-container .gsc-control-cse {
    width: 100%;
  }

  /* line 1033, ../sass/screen.scss */
  header.main-header .search-container button {
    right: 22px;
  }

  /* line 1037, ../sass/screen.scss */
  header.main-header .top {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  /* line 1044, ../sass/screen.scss */
  header.main-header .logo {
    display: inline-block;
    float: none;
    margin: 0;
    padding-top: 5px;
  }
  /* line 1050, ../sass/screen.scss */
  header.main-header .logo img {
    width: 70%;
  }

  /* line 1055, ../sass/screen.scss */
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 1067, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > a {
    background: #efecd0;
  }
  /* line 1071, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu {
    display: block !important;
  }
  /* line 1077, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu > li[data-toggle="dropdown"].open > a {
    background: #efecd0;
  }
  /* line 1082, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu > li > .dropdown-menu {
    border-top: 0;
  }
  /* line 1086, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu > li > .dropdown-menu > li[data-toggle="dropdown"].open > a {
    background: #efecd0;
  }
  /* line 1091, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  /* line 1095, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
    border-top: 0;
  }
  /* line 1098, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px;
  }
  /* line 1103, ../sass/screen.scss */
  li[data-toggle="dropdown"].open > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li[data-toggle="dropdown"].open > a {
    background: #efecd0;
  }
}
@media (max-width: 480px) {
  /* line 1122, ../sass/screen.scss */
  header.main-header .text-container {
    display: none;
  }

  /* line 1126, ../sass/screen.scss */
  header.main-header .search-container {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  /* line 1132, ../sass/screen.scss */
  header.main-header .search-container input[type="text"] {
    width: 100%;
  }

  /* line 1137, ../sass/screen.scss */
  header.main-header .search-container button {
    right: 22px;
  }

  /* line 1141, ../sass/screen.scss */
  header.main-header .top {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  /* line 1148, ../sass/screen.scss */
  header.main-header .logo {
    display: inline-block;
    float: none;
    margin: 0;
    padding-top: 5px;
  }
  /* line 1154, ../sass/screen.scss */
  header.main-header .logo img {
    width: 70%;
  }

  /* line 1159, ../sass/screen.scss */
  .bx-wrapper .bx-viewport .caption {
    height: 70px;
    padding: 5px;
  }
  /* line 1163, ../sass/screen.scss */
  .bx-wrapper .bx-viewport .caption h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  /* line 1168, ../sass/screen.scss */
  .bx-wrapper .bx-viewport .caption p {
    font-size: 10px;
    line-height: 1.2em;
    margin: 0 0 0px;
  }

  /* line 1175, ../sass/screen.scss */
  .bx-wrapper .bx-pager {
    bottom: 0;
    width: 136px;
  }

  /* line 1180, ../sass/screen.scss */
  .list.links li a {
    margin: 0 7px;
  }
}
