@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,greek);

@font-face {
  font-family: calibri, kalpurush;
  src: url(kalpurush.ttf);
}

* {
  font-family: calibri, kalpurush !important;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

/* Reset unusual Firefox-on-Android default style, see https://github.com/necolas/normalize.css/issues/214*/
@media (max-width: 991px) {

  .form-text,
  .form-textarea,
  .block-superfish select,
  .block-search .form-submit {
    background-image: none;
  }
}

body {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 160%;
}

p {
  margin: 0 0 25px;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
  text-decoration: none;
}

blockquote {
  margin: 40px 40px 24px;
  border-left: none;
  padding: 0;
  position: relative;
  color: #999;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  left: -20px;
  top: 5px;
  position: absolute;
}

blockquote p {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}

img {
  /*display: block;*/
  height: auto;
  max-width: 100%;
}

#pre-header {
  color: #aaaaaa;
}

#bottom-content {
  color: #ffffff;
}

::-moz-selection {
  color: #ffffff;
}

::selection {
  color: #ffffff;
}

/*Heading*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444;
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

h1.page-title {
  font-size: 32px;
}

.title-sep,
#pre-header h2,
#promoted h2,
.sidebar h2,
#footer h2 {
  clear: both;
  font-size: 16px;
  margin-bottom: 40px;
  position: relative;
}

.title-sep:after,
#pre-header h2:after,
#promoted h2:after,
.sidebar h2:after,
#footer h2:after {
  /*background-color: #444; content: ""; display: block; height: 4px; width: 20px; 
position: absolute; bottom: -15px; left: 0; */
}

.title-sep .glyphicon {
  font-size: 13px;
  padding-right: 18px;
}

.page-node #content-wrapper h1.page-title {
  margin: 0;
  padding: 20px 40px 0 0;
}

.page-node.page-node- #content-wrapper h1.page-title {
  /* padding: 0px; */
  padding: 16px;
}

/*tables*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #405DA9;
}

table tbody {
  border-top: none;
}

table tr.even,
table tr.odd,
th {
  background-color: transparent;
  border-bottom: 1px solid #405DA9;
}

thead tr th {
  text-decoration: underline;
}

thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
  padding: 8px;
  line-height: 142%;
  vertical-align: top;
}

tbody tr:hover {
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
  transition: all 0.4s ease 0s;
}

/*Layout*/
#pre-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  position: absolute;
  background-color: #333;
}

.logged-in #pre-header {
  padding-top: 64px;
}

#pre-header-inside {
  display: none;
  position: relative;
  z-index: 13;
  padding: 40px 0 0 0;
}

#header-top,
.toggle-control {
  border-top: 0px none !important;
}

#header-top {
  /*background-color: #fcfcfc; border-bottom: 1px dashed #eaeaea; position: relative; z-index: 12; min-height: 50px; */
}

#header {
  /*background-color: #fcfcfc; border-bottom: 1px solid #eaeaea; position: relative; z-index: 5; padding: 40px 0; text-align: center; min-height: 130px; */
}

#main-navigation .container {
  background-color: #fcfcfc;
  position: relative;
  z-index: 11;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01);
}

#banner-inside {
  padding-top: 60px;
  margin-bottom: 40px;
}

#slideshow {
  padding: 10px;
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: none;
}

#top-content {
  background-color: #ffffff;
  padding: 40px 0 20px 0;
}

#main-content {
  padding: 20px 0px 10px 0px;
}

#main {
  padding: 0 0 20px;
}

#bottom-content {
  padding: 40px 0 20px 0;
}

#footer {
  /*background-color: #fcfcfc; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; margin-bottom: 1px; padding: 60px 0 30px; */
}

#subfooter {
  /*background-color: #fcfcfc; border-top: 1px solid #eaeaea; padding: 40px 0 20px; text-align: center; margin-bottom: 20px; */
}

.block {
  padding: 0 0 10px 0;
  clear: both;
}

#header-top .block,
#main-navigation .block,
#banner .block {
  padding: 0;
}

/*glyphicon-block*/
.glyphicon-block {
  text-align: center;
}

.glyphicon-block .glyphicon {
  font-size: 48px;
  margin: 30px 0 0 0;
}

.glyphicon-block h4 {
  margin-top: 10px;
}

/*lists*/
ul li {
  list-style-type: square;
}

ol li {
  list-style-type: decimal;
}

#header ul,
#subfooter ul {
  text-align: left;
}

/*item lists*/
.item-list ul li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  padding: 15px 0;
}

#block-user-login .item-list ul li {
  border-bottom: none;
  padding: 0 0 5px 0;
}

.item-list ul li.first {
  padding-top: 0;
}

.item-list ul li.last {
  border-bottom: none;
}

/*pager*/
ul.pager {
  overflow: hidden;
  padding: 0;
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 25px;
}

.item-list ul.pager li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

ul.pager li a,
ul.pager li.pager-current {
  background: #fff;
  border: 1px solid #eee;
  padding: 14px 20px;
  display: block;
  margin: 5px 3px 5px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

ul.pager li a:hover,
ul.pager li.pager-current {
  background-color: #444;
  border-color: #444;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/*menus*/
ul.menu {
  margin: 0;
  padding: 0;
}

ul.menu li {
  list-style-position: inside;
  padding: 15px 0 15px 0;
  margin: 0;
  border-bottom: 1px dashed #ddd;
}

ul.menu li a {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

ul.menu li a:hover,
ul.menu li a.active {
  text-decoration: none;
}

ul.menu li.leaf {
  list-style-image: none;
  color: #444;
}

ul.menu li.expanded {
  border-bottom: none;
  padding-bottom: 0;
}

ul.menu li.expanded ul {
  padding-left: 25px;
  border-top: 1px dashed #ddd;
  margin-top: 15px;
}

/*horizontal menus*/
#header ul.menu,
#subfooter ul.menu,
#top-content ul.menu,
#bottom-content ul.menu {
  text-align: center;
}

#header-top ul.menu li,
#header ul.menu li,
#main-navigation ul.menu li,
#top-content ul.menu li,
#subfooter ul.menu li,
#bottom-content ul.menu li {
  display: inline-block;
  background: none;
  list-style-type: none;
  border: none;
  padding: 0;
}

#header ul.menu li a,
#top-content ul.menu li a,
#bottom-content ul.menu li a {
  padding: 15px 20px;
}

#header-top ul.menu ul,
#header ul.menu ul,
#main-navigation ul.menu ul,
#top-content ul.menu ul,
#subfooter ul.menu ul,
#bottom-content ul.menu ul {
  display: none;
}

/*header-top menu*/
#header-top ul.menu li a {
  font-size: 13px;
  text-transform: capitalize;
  padding: 16px 20px 16px;
}

/*main-navigation*/
#main-navigation ul.menu li a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px;
}

#main-navigation ul.menu ul li a,
#header-top ul.menu ul li a {
  padding: 15px 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #eaeaea;
  border-top: none;
  line-height: 150%;
}

/*superfish support*/
.block-superfish select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  width: 90%;
}

#main-navigation .block-superfish select {
  border-top: none;
  border-bottom: none;
  width: 100%;
}

.block-superfish ul.sf-menu {
  padding: 0;
  margin: 0;
}

.block-superfish ul.sf-menu ul {
  border-top: 1px solid #eaeaea;
  top: 100%;
  background: #ffffff;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  display: none;
}

.block-superfish ul.sf-menu ul li a {
  display: block;
}

.block-superfish ul.sf-menu>li>ul:before,
.block-superfish ul.sf-menu>li>ul:after {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  height: 0px;
  position: absolute;
  left: 15px;
  top: -9px;
  width: 0px;
}

.block-superfish ul.sf-menu>li>ul:after {
  border-color: transparent transparent #eaeaea transparent;
  top: -10px;
  z-index: -1;
}

.block-superfish ul.sf-menu ul ul {
  top: -1px;
}

.block-superfish ul.sf-menu ul ul li a {
  border-left: none !important;
}

/*superfish menu arrows*/
#main-navigation .block-superfish ul.sf-menu>li>a.menuparent {
  padding: 20px 40px 20px 20px;
}

#header-top .block-superfish ul.sf-menu>li>a.menuparent {
  padding: 16px 40px 16px 20px;
}

.block-superfish ul.sf-menu li a.menuparent:after {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  /*position: absolute;*/
  top: 20px;
  right: 17px;
  font-size: 11px;
  font-weight: 400;
}

#header-top .block-superfish ul.sf-menu li a.menuparent:after {
  top: 17px;
}

.block-superfish ul.sf-menu ul li a.menuparent:after {
  content: "\e080";
  top: 14px;
  right: 10px;
}

/*superfish menu style resets*/
.sf-menu.sf-horizontal.sf-shadow ul {
  background: #ffffff;
  padding: inherit !important;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*subfooter menu*/
#subfooter ul.menu li a {
  padding: 0 20px 15px 20px;
  display: block;
}

/*pre-header menu, bottom-content*/
#pre-header ul.menu li a.active,
#pre-header ul.menu li a:hover,
#bottom-content ul.menu li a.active,
#bottom-content ul.menu li a:hover {
  color: #fafafa
}

#pre-header ul.menu li a {
  border-bottom: 1px dashed #444444;
}

/* Logo - Site name*/
#logo {
  padding: 0 0 5px 0;
  text-align: center;
}

#logo img {
  display: inherit;
}

#logo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#site-name a {
  font-size: 27px;
  font-weight: 700;
  line-height: 46px;
  margin: 0 0 10px;
  color: #444444;
  display: block;
}

#site-name a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#site-slogan {
  color: #999;
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  margin: 10px 0 10px 0;
}

/*node*/
.node.node-teaser,
.page-node- #content-wrapper,
.page-contact #content-wrapper {
  /*background-color: #fcfcfc; border: 1px solid #eaeaea; margin-bottom: 30px; 
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; */
}

.node header h2 a:hover {
  text-decoration: none;
}

.node>.content,
#comments,
.page-contact #content-wrapper {
  padding: 20px 40px;
  padding: 10px;
}

.node header {
  padding: 0px;
}

.node footer {
  padding: 20px 40px 40px;
}

.field-name-field-image {
  margin: 10px 0 20px;
}

.node .user-signature {
  font-size: 12px;
  padding: 0;
}

.user-picture {
  margin: 0px 15px 0 0;
  display: inline-block;
  max-width: 48px;
}

.submitted .glyphicon {
  top: 0;
}

/*comments*/
#comments {
  background: #ffffff;
}

.comment {
  border: 2px solid #fff;
  padding: 32px;
  margin-top: 25px;
}

.comment header {
  padding: 0;
}

.comment h3 {
  clear: both;
}

.comment h3 a:hover {
  text-decoration: none;
}

.comment .user-picture {
  float: left;
  margin: 0 15px 25px 0;
}

.comment .new {
  margin: 10px 0;
  display: inline-block;
}

/* Taxonomy term reference */
.field-type-taxonomy-term-reference {
  position: relative;
}

footer .field-type-taxonomy-term-reference {
  float: left;
}

.field-type-taxonomy-term-reference .field-label {
  font-weight: 400;
}

.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference .field-items {
  display: inline-block;
}

.field-type-taxonomy-term-reference .field-item {
  margin: 0;
  display: inline;
}

.field-type-taxonomy-term-reference .field-item:after {
  content: ",";
  margin-right: 5px;
}

.field-type-taxonomy-term-reference .field-item:last-child:after {
  color: transparent;
}

/*forum page*/
th.active img {
  margin: -4px 0 0 5px;
}

#forum table {
  border: 1px solid #405DA9;
}

#forum thead tr {
  border-bottom: 1px solid #eaeaea;
}

#forum thead tr th,
#forum thead tr td {
  background: #ffffff;
  font-weight: 700;
  border: none;
  padding: 11px;
}

#forum thead a {
  color: #444444;
}

#forum tbody tr th,
#forum tbody tr td {
  padding: 25px 25px 25px 15px;
  border: none;
}

#forum tr.odd {
  background: #fbfbfb;
  border-bottom: 1px solid #eaeaea;
}

#forum tr.even {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

#forum .last-reply {
  font-size: 12px;
}

.node-forum .field-name-body {
  margin: 10px 0;
}

.node-forum .field-type-taxonomy-term-reference {
  float: none;
}

/*forms*/
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input.form-text,
textarea.form-textarea,
select {
  background-color: #fcfcfc;
  border: 2px solid #eaeaea;
  color: #999999;
  font-size: 14px;
  padding: 5px;
  width: 100%;
  min-height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.form-text:focus,
textarea.form-textarea:focus {
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-form input.form-text {
  width: 70%;
}

.dark input.form-text {
  border: none;
}

select {
  -webkit-appearance: menulist;
}

fieldset {
  padding: 10px;
  margin: 0 2px;
  border: 1px solid #eaeaea;
}

legend {
  border-bottom: none;
  font-size: 14px;
  width: auto;
  margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 3px;
}

/*buttons*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 5px 5px 10px 0;
  background-color: #405DA9;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.highlighted-block .btn:hover,
.highlighted-block .btn:focus {
  color: #ffffff;
}

/*tabs*/
.nav-tabs {
  margin: 25px 0 15px;
}

/*accordion*/
.panel-group {
  margin: 25px 0;
}

.panel-heading a:hover {
  text-decoration: none;
}

/* Drupal system links */
ul.links {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

ul.links li {
  margin: 0;
}

/* Breadcrumb */
.breadcrumb {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  padding: 14px 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.breadcrumb>li {
  margin: 0 2px 0 0;
  display: inline;
}

/* Search block */
#header-top #block-search-form {
  margin: 0;
  float: right;
}

#header-top #block-search-form .form-item {
  margin: 0;
}

#header-top #block-search-form input.form-text {
  border: none;
  padding: 15px 40px 15px 15px;
  font-size: 13px;
  width: 180px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  min-height: 52px;
}

#header-top #block-search-form input.form-text:focus {
  width: 240px;
  background-color: #444;
  color: #fff;
}

#block-search-form .form-actions,
.sidebar-search-block .form-actions {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #999;
  font-size: 16px;
}

.logged-in #block-search-form .form-actions,
.logged-in .sidebar-search-block .form-actions {
  right: 10px;
}

#block-search-form .form-actions:after,
.sidebar-search-block .form-actions:after {
  font-family: 'Glyphicons Halflings';
  content: "\e003";
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 0;
}

#block-search-form input.form-submit,
.sidebar-search-block input.form-submit {
  background-color: transparent;
  color: #000;
  position: relative;
  z-index: 1;
  height: 52px;
  margin: 0;
  padding: 10px;
}

#block-search-form input.form-submit:focus,
.sidebar-search-block input.form-submit:focus,
.sidebar-search-block input.form-submit:hover {
  outline: none;
  background: transparent;
}

/*polls*/
.poll .vote-form {
  text-align: left;
}

.poll .vote-form .choices {
  display: block;
}

.poll .bar .foreground {
  background-color: #444444;
}

/*call-to-action*/
.call-to-action {
  text-align: center;
}

.call-to-action .lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.call-to-action p {
  margin: 0 0 30px;
}

.call-to-action .btn {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  padding: 18px 28px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.call-to-action .btn:hover {
  opacity: 0.90;
  filter: alpha(opacity=90);
}

.call-to-action .btn:active {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
}

/*Recent Content block*/
#block-node-recent .node-title a {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
}

#bottom-content .node-title a {
  color: #ffffff;
}

#pre-header .node-title a {
  color: #aaaaaa;
}

#block-node-recent .node-title a:hover {
  text-decoration: none;
}

#block-node-recent .node-author {
  margin: 5px 0;
}

#block-node-recent table {
  border: none;
}

#block-node-recent tr.even,
#block-node-recent tr.odd {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  padding: 15px 0;
}

#block-node-recent tbody th,
#block-node-recent tbody td {
  padding: 8px 8px 8px 0;
  line-height: 1.428571429;
  vertical-align: top;
  border: none;
  font-size: 13px;
}

#block-node-recent tbody tr:first-child th,
#block-node-recent tbody tr:first-child td {
  padding-top: 0;
}

#block-node-recent tbody tr:last-child {
  border-bottom: none;
}

/*highlighted blocks*/
.highlighted-block,
#block-user-login,
#block-poll-recent {
  overflow: hidden;
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.highlighted-block-inside {
  padding: 0 25px 25px 25px;
  text-align: center;
}

.highlighted-block .btn {
  background-color: #444;
  color: #fff;
  display: block;
  padding: 15px 25px;
  margin: 20px 0 0;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.highlighted-block.nopadding {
  padding: 0;
}

.highlighted-block .title-sep {
  margin: 0px 0 40px 0;
}

.light,
#block-user-login,
#block-poll-recent {
  background: #fcfcfc;
  color: #333;
  border: 1px solid #eaeaea;
}

.dark {
  background-color: #333;
  color: #ccc;
  padding: 30px 20px 0;
  text-align: center;
}

.dark h3 {
  color: #ffffff;
  margin: 0 0 20px 0;
}

.dark input[type="submit"] {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.dark input[type="submit"]:hover {
  opacity: 0.90;
  filter: alpha(opacity=90);
}

.dark .small {
  color: #999;
  font-size: 13px;
}

#block-user-login {
  padding: 5px 25px 0 25px;
  margin: 0 0 20px 0;
}

/*tags cloud*/
.tag {
  display: inline-block;
}

.tag a {
  background-color: #444;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 8px;
  margin: 3px 0;
  zoom: 1;
  z-index: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: block;
}

.tag a:hover {
  color: #fff;
  text-decoration: none;
}

/* Drupal status messages */
div.messages {
  padding: 15px 15px 15px 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-position: 13px 15px;
}

div.messages a {
  font-weight: bold;
}

div.messages.status {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.messages.status a {
  color: #356635;
}

div.messages.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

div.messages.error a {
  color: #953b39;
}

div.messages.warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

div.messages.warning a {
  color: #a47e3c;
}

/*slideshow*/
.carousel .item {
  max-height: 520px;
}

/*slider fade effect*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*control nav*/
.carousel ol.carousel-indicators {
  position: absolute;
  top: 20px;
  left: auto;
  z-index: 2;
  padding: 0 20px;
  margin: 0;
  text-align: right;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: auto;
  bottom: auto;
  right: 20px;
}

.carousel ol.carousel-indicators li {
  margin: 0px;
  padding: 0;
  *zoom: 1;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: none;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.carousel ol.carousel-indicators li.active {
  background-color: #fcfcfc;
}

/*directional nav*/
.carousel .carousel-control {
  background-color: #fcfcfc;
  color: #444;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 15px;
  position: absolute;
  overflow: hidden;
  top: 45%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-image: none;
  outline: none;
}

.carousel .carousel-control.right {
  right: 20px
}

.carousel .carousel-control.left {
  left: 20px
}

.carousel a.carousel-control:active,
.carousel a.carousel-control:hover {
  background-color: #fcfcfc
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 40px;
  font-family: Arial, sans-serif;
  display: block;
  right: 0;
  left: auto;
  width: 100%;
}

.carousel:hover .carousel-control,
.carousel:hover ol.carousel-indicators {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*slider caption*/
.carousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.carousel .carousel-caption h4,
.carousel .carousel-caption p {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}

@media all and (max-width: 768px) {
  .carousel .carousel-caption p {
    display: none;
  }
}

@media all and (max-width: 480px) {

  .carousel .carousel-control,
  .carousel .carousel-caption {
    display: none;
  }
}

/*credits*/
.credits {
  margin-bottom: 0;
  font-size: 0.9em;
}

/*toggle control*/
.toggle-control {
  width: 100%;
  position: relative;
  z-index: 13;
}

.toggle-control a,
.toggle-control a:hover {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 18px 19px;
  line-height: 14px;
  cursor: pointer;
  height: 52px;
}

/*google map*/
.gm-style img {
  max-width: none;
}

/*scroll to top*/
#toTop {
  position: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #405DA9;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 40px;
  height: 40px;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  display: none;
  padding: 4px 0 0 2px;
  z-index: 14;
}

#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/*drupal primary links*/
ul.primary {
  margin: 15px 0 15px 0;
  padding-left: 40px;
}

ul.primary,
ul.primary li a,
ul.primary li.active a {
  border-color: #eaeaea;
}

ul.primary li.active a {
  border-bottom: 1px solid #fff;
}

/*drupal resets*/
#toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#toolbar ul.menu {
  width: auto;
}

#toolbar ul.menu li {
  background: none;
}

.not-logged-in .block-forum .contextual-links-wrapper {
  display: none;
}

a.contextual-links-trigger,
#toolbar a,
textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

/*admin theme style rules*/
.page-node-edit .region-content {
  padding: 0 40px;
}

.page-node-edit .vertical-tabs {
  clear: both;
}

.page-node-edit .vertical-tabs,
.page-node-edit .vertical-tabs ul.vertical-tabs-list,
.page-node-edit .vertical-tabs ul.vertical-tabs-list li {
  border-color: #405DA9;
}

.page-node-edit .vertical-tabs li {
  list-style: none;
}

/* by SaifMonir */
#header-top .container {
  padding: 0px;
  background-color: #405DA9;
  box-shadow: 0 1px 5px #999999;
}

#header,
#header-right {
  margin-top: 0px;
}

#header .inner,
#header-right .inner {
  padding-top: 15px;
  padding-bottom: 20px;
}

#logo {
  float: left;
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .container {
    /* width: 960px; */
    width: 1020px;
  }
}

@media only screen and (min-width: 960px) {
  body {
    /* background: url("../../images/bg_main.gif") repeat-y scroll center top rgba(0, 0, 0, 0); */
    /* background: url("../../images/bg.gif") repeat-y scroll center top rgba(0, 0, 0, 0); */
    background: url("../../images/bgimage.png") repeat-y scroll center top rgba(0, 0, 0, 0);
  }

  .footer-artwork {
    background: url("../../images/lower.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 84px;
    margin: 0 auto;
    margin-left: -30px;
    width: 1020px;
    clear: both;
  }

  .footer-wrapper {
    width: 1020px;
  }

  .right-side-bar {
    width: 220px !important;
    margin-left: 20px !important;
  }
}

.home {
  border: 1px solid #405DA9;
}

.home h2 {
  font-weight: bold;
  margin: 0px;
  margin-bottom: 0px;
  background-color: #405DA9 !important;
  color: #fff;
  font-size: 16px;
  padding-left: 5px;
  line-height: 24px;
}

.home .region {
  padding: 5px;
}

.home img {
  float: left;
  margin-right: 20px;
}

#header-inside {
  /*left: 0px;*/
  margin-bottom: 0;
  padding: 0px;
  position: absolute;
  top: -5px;
  z-index: 100;
}

.front #header-inside {
  /* left: 20px;*/
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  top: 55px;
  z-index: 100;
  width: 70%;
}

#logo {
  display: block;
  margin: 0 0 10px 15px;
}

#logo img {
  display: block;
  width: 50px;
  height: auto;
}

.front #logo img {
  width: 70px;
}

#name-and-slogan {
  float: left;
  padding: 10px 20px;
}

#site-name {
  font-size: 2vw;
  font-weight: bold;
  text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333,
    1px 1px 10px #333;
}

#site-name,
#slogan {
  display: block;
}

#slogan {
  font-size: 1.5em;
  text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333,
    1px 1px 10px #333;
  line-height: 1;
}

#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
  text-decoration: none;
}

#header #site-name a,
#header #slogan {
  color: #ffffff !important;
}

#site-name a {
  outline: 0 none;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: 220px;
  float: left;
  width: 100%;
  border: 0;
}

.rslides {
  margin: 0 auto 40px;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 0 5px rgba(0, 0, 0, 1);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}

.callbacks_container {
  /* margin-bottom: 50px;*/
  position: relative;
  float: left;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  /* height: 220px; */
  height: 320px;
  width: 100%;
  border: 0;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
}

.callbacks_nav:active {
  opacity: 1;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

#notice-board ul a {
  text-decoration: none;
}

#notice-board ul a:hover {
  text-decoration: underline;
}

#news-ticker ul a {
  text-decoration: none;
}

#news-ticker ul a:hover {
  text-decoration: underline;
}

/** Image slider End **/
#header-top #block-locale-language h2 {
  display: none;
}

#header-top #block-locale-language ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
}

#header-top #block-locale-language ul li {
  display: inline;
}

#header-top #block-locale-language ul li a {
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  padding: 0px 5px;
  border: 1px solid #b3b3b3;
  margin: 5px;
  font-size: 16px;
}

#header-top .one_half {
  margin-bottom: 0px;
}

/*background design by tt*/
.accessibilityDesign {
  background: #609513;
  border: 1px solid grey;
  color: #fff !important;
  margin: 15px 0 15px 0px;
}

.accessibilityDesign a {
  color: #fff;
}

.textSize {
  border-right: 2px solid grey;
}

.textSize,
.textBg {
  float: left;
  padding: 0px 10px;
}

.textBg {
  padding-top: 10px;
}

.font-small,
.font-medium,
.font-large,
.color-1,
.color-2,
.color-3,
.color-4 {
  cursor: pointer;
  padding: 5px 10px;
}

.font-small {
  font-size: 12px;
}

.font-medium {
  font-size: 18px;
}

.font-large {
  font-size: 25px;
}

.color-1,
.color-2,
.color-3,
.color-4 {
  font-size: 12px;
  border: 1px solid grey;
}

.color-1 {
  background-color: #fff;
  color: #000;
}

.color-2 {
  background-color: #cfe5fc;
  color: #21205f;
}

.color-3 {
  background-color: #2f2f2f;
  color: #ffff00;
}

.color-4 {
  background-color: #f7f3d6;
  color: #000066;
}

#block-menu-menu-footer-menu h2 {
  display: none;
}

#block-menu-menu-footer-menu ul.menu li {
  float: left;
}

#block-menu-menu-footer-menu ul.menu a {
  background: none;
  border-right: 1px dashed #AAA;
  line-height: 20px;
  padding: 0px;
  padding-right: 8px;
}

#block-menu-menu-footer-menu ul.menu a:hover {
  background: none;
}

#block-menu-menu-footer-menu ul.menu li.last a {
  border-right: 0px;
  padding-right: 0px;
}

.feed-icon {
  display: none;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

@media only screen and (min-width: 960px) {
  .front #content-wrapper .box {
    height: 180px;
  }
}

@media only screen and (max-width: 960px) {
  .front #site-name {
    float: left;
  }

  #main-navigation ul.menu li a {
    display: block;
  }

  #logo {
    width: 40px;
    margin: 5px;
    padding: 0px;
  }

  #site-name {
    float: left;
  }

  #site-name a {
    font-size: 16px;
  }

  div.sf-accordion-toggle.sf-style-default a {
    display: block;
    float: right;
  }

}

/* Image Box Style */
.front #content-wrapper .box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px;
  position: relative;
  overflow: hidden;
  color: #000;
  /*width: 326px!important;*/
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
}

.front #content-wrapper .box h5 {
  padding: 3px 0;
}

.front #content-wrapper .box img {
  position: relative;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  float: left;
}

.front #content-wrapper .box h4 {
  font-size: 21px;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Caption Common Style */
.front #content-wrapper .box .caption {
  position: relative;
  color: #000;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
  padding: 0;
  margin: 0;
}

.front #content-wrapper .box .caption li {
  margin: 2px 0 0 20px;
  font-size: 1.2em;
  line-height: 16px;
  list-style-image: url("../../images/main_li.png");
}

.front #content-wrapper .box .caption li a {
  font-size: 0.9em;
  text-decoration: none;
  display: block;
  color: #666;
}

.front #content-wrapper .box .caption li a:hover {
  text-decoration: underline;
}

.front #content-wrapper .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}


.service-box {
  z-index: 10;
  cursor: inherit !important;
}

@media (min-width: 400px) and (max-width: 1400px) {
  .service-box {
    margin-left: 24px;
    border: 1px solid #dddddd;
    width: 342px;
  }

  .front #content-wrapper .box .caption {
    float: left;
  }
}


.service-box:first-child {
  margin-left: 0;
}

.service-box h5 {
  font-size: 1.2em;
}

/*============ tt start responsive 6-8-2015 =================*/

.btn {
  background-image: linear-gradient(to bottom, #666, #405DA9);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
  padding: 0 5px;
  color: #fff;
  background-color: #405DA9;
}

#news a.btn,
#notice-board-ticker .btn,
#news-ticker .btn {
  color: #fff;
  text-decoration: none;
}

.pagination li {
  background-image: linear-gradient(to bottom, #666, #405DA9);
  text-align: center;
}

.pagination li .btn {
  background-image: none !important;
}

.block .btn {
  color: #fff;
}

/*============ tt End responsive 6-8-2015 =================*/
.btn:hover {
  color: #000 !important;
}

.right {
  float: right;
}

#notice-board {
  border: 1px solid #dddddd;
  font-size: 1em;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #ffffff),
      color-stop(100%, #ebebeb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #ffffff 0%,
      #ebebeb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #ffffff 0%,
      #ebebeb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
}

.notice-board-bg {
  background: url("../../images/welcome_grad.png") repeat-x scroll left top transparent;
  background-image: url("../../images/side_gl.png");
  background-repeat: no-repeat;
  padding: 10px 0 20px 120px;
}

#notice-board-ticker {
  padding-right: 10px;
}

#notice-board-ticker li {
  margin-bottom: 5px;
  list-style-image: url(../../images/main_li.png);
}

.row .service-box:first-child {
  margin-right: 0px;
}

#news {
  background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
  padding: 10px !important;
}

#news h2 {
  float: left;
  margin: -3px 5px 0 0;
  font-weight: bold;
  font-size: .9em;
  line-height: 24px;
}

#news .news-ticker {
  overflow: hidden;
  position: relative;
  height: 36px;
}

#news ul {
  font-size: 0.9em;
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 95%;
  top: 0px;
}

#news ul li {
  margin: 0px;
  padding: 0px;
  height: 36px;
}

#block-block-3 h3,
.region-sidebar-second .block h2 {
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
  background-color: #405DA9 !important;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding-left: 5px;
}

#block-block-3 h3 a {
  color: #fff;
}

/*=============== Start tt responsive 15-08-2015=======================*/
.region-sidebar-second .block ul li {
  background: url("../../images/side_li.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 120%;
  height: auto;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 32px;
  padding-top: 0px;
  padding-bottom: 8px;
  background-position: left;
}

/*=============== Start tt responsive 15-08-2015=======================*/

.region-sidebar-second .block ul {
  padding-left: 0px;
}

.region-sidebar-second .block ul li a {
  font-size: 13px;
  text-decoration: none;
}

.region-sidebar-second .block ul li a:hover {
  text-decoration: underline;
}

.region-sidebar-second .block ul li {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #683091 0%, #8bc643 100%);
  border-image-slice: 1;
}

.front p {
  margin: 0px;
}

.block img {
  margin: 0px auto;
}

.footer-area .block {
  padding-bottom: 10px;
}

.front .home .content {
  padding: 5px;
}

.front .node header {
  display: none;
}

.footer-area ul.menu {
  list-style-type: none;
}

element.style {
  float: none;
  display: block;
}

#header-top ul.menu ul,
#header ul.menu ul,
#main-navigation ul.menu ul,
#top-content ul.menu ul,
#subfooter ul.menu ul,
#bottom-content ul.menu ul {
  display: none;
}

.block-superfish ul.sf-menu ul {
  border-top: 1px solid #eaeaea;
  top: 100%;
  background: #ffffff;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
  display: none;
}

.sf-menu.sf-style-default ul {
  padding-left: 0;
}

.sf-menu.menu,
.sf-menu.menu ul,
.sf-menu.menu li {
  margin: 0;
}

.sf-menu ul {
  /*width: 15em !important;*/
}

#footer-inside ul li.leaf {
  border-bottom: 0px none;
  list-style-type: none;
  padding-left: 8px;
}

#footer-inside ul li.first.leaf {
  padding-left: 0px;
}

.not-front #header-top .block {
  padding: 10px 0px;
}

.not-front #header-inside {
  top: 0px;
}

.not-front #logo {
  padding-left: 0px;
}

.front #header-top-left {
  color: #FFFFFF;
  line-height: 34px;
  padding-left: 25px;
}

#block-system-main {
  padding: 5px;
}

.page-node {
  text-align: justify;
}

/*background design by tt*/
.accessibilityDesign {
  background: #609513;
  border: 1px solid grey;
  float: left;
  color: #fff !important;
  margin: 0px;
}

.accessibilityDesign a {
  color: #fff;
}

.textSize {
  border-right: 2px solid grey;
}

.textSize,
.textBg {
  float: left;
  padding: 10px;
}

.font-small,
.font-medium,
.font-large,
.color-1,
.color-2,
.color-3,
.color-4 {
  cursor: pointer;
  padding: 5px 10px;
}

.font-small {
  font-size: 12px;
}

.font-medium {
  font-size: 18px;
}

.font-large {
  font-size: 25px;
}

.color-1,
.color-2,
.color-3,
.color-4 {
  font-size: 12px;
  border: 1px solid grey;
}

.color-1 {
  background-color: #fff;
  color: #000;
}

.color-2 {
  background-color: #cfe5fc;
  color: #21205f;
}

.color-3 {
  background-color: #2f2f2f;
  color: #ffff00;
}

.color-4 {
  background-color: #f7f3d6;
  color: #000066;
}

.printIcn {
  font-size: 20px;
  line-height: 46px;
}

.tstf h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
  background-color: #405DA9;
  color: #ffffff;
}

.tstf h5 {
  color: #405DA9;
  font-size: 17px;
  line-height: 24px;
  margin: 0px;
  margin-bottom: 4px;
}

.tstf h6 {
  margin: 0px;
  margin-bottom: 4px;
}

.tstf p {
  margin: 0px;
  margin-bottom: 4px;
}

.sf-menu .menuparent ul {
  top: 0px !important;
  border-left: 1px solid #683091;
  background: #FFFFFF !important;
}

.region-sidebar-second .block ul.sf-menu li a {
  font-size: 18px;
  line-height: 20px;
}

#news ul {
  width: 90%;
}

#news ul li {
  height: 58px;
  line-height: 18px;
  font-size: 14px;
}

#news .right {
  float: none;
  text-align: right;
  margin-top: 14px;
}

#dpCont {
  overflow: hidden;
  width: 620px;
  margin: 10px auto;
  padding: 0 20px;
}

@media only screen and (max-width: 960px) {

  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  body {
    padding: 5px;
  }

  .row .service-box:first-child {
    margin-right: 5px;
  }

  .service-box:first-child {
    margin-left: 5px;
    margin-bottom: 5px;
  }

  .service-box {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .pix_diapo {
    height: 200px !important;
  }

  .caption,
  .pix_diapo {
    width: 370px !important;
  }

  #pix_pag {
    width: 380px !important;
  }

  #dpCont {
    width: 380px !important;
    padding: 0px;
  }

  .node>.content,
  #comments,
  .page-contact #content-wrapper {
    padding: 0px;
  }

  .dmenu td {
    text-align: left;
  }

  /*
    .block {
        padding: 10px 15px;
    }
    .front #content-wrapper .col-md-12.home,.front #content-wrapper #notice-board,.front #content-wrapper #news { 
        margin-left: 15px;
        margin-right: 15px;
    }
    */
  .right {
    float: none;
    text-align: right;
  }

  #news .right {
    float: none;
    text-align: right;
    margin-top: 17px;
  }

  .notice-board-bg,
  .home p {
    padding: 5px;
  }

  .notice-board-bg h2 {
    text-align: center;
    margin-bottom: 29px;
  }

  .front #header-top-left {
    width: 50%;
    float: left;
  }

  .front #header-top-right {
    width: 50%;
    float: right;
  }

  #news ul li {
    height: 68px;
    line-height: 16px;
  }

  .mojib_countdown .col-md-5 {
    text-align: center !important;
  }

  .front #header-top-left {
    font-size: 11px;
  }

  #main-navigation ul.menu li.sf-clone-parent {
    display: none;
  }

  .not-front #site-name {
    font-size: 12px;
  }

  #header-top #block-locale-language ul li a {
    font-size: 12px;
    padding: 0px 3px;
    margin: 2px;
  }
}

.region-sidebar-second .block.block-visitors ul li {
  background: none;
  padding-left: 0px;
  margin-left: 0px;
}

.front .service-box ul {
  max-width: 215px;
  text-align: left;
}