 ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: 'Helveticaworld';
  src: url('../font/helveticaworld-regular.ttf') format('truetype');
  src: local('â˜º'), 
  url('../font/helveticaworld-regular.eot') format('embedded-opentype'), 
  url('../font/helveticaworld-regular.ttf') format('truetype'), 
  url("../font/helveticaworld-regular.otf") format("opentype"),
  url('../font/helveticaworld-regular.woff') format('woff'), 
  url('../font/helveticaworld-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Roboto', tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: #2D2D2D;
  background: #fff url(../images/bg.png) repeat;
}

a {
  color: #00BCF2;
  outline: 0 !important;
  outline-style: none !important;
}

a:hover {
   color: #0088cc;
   text-decoration: none;
}

a:hover > h1, a:hover > h2, a:hover > h3, a:hover > h4, a:hover > h5, a:hover > h6 {
  color: #0088cc !important;
}

.muted {
  color: #999999 !important;
}
a.muted:hover,
a.muted:focus {
  color: #808080 !important;
}
.text-warning {
  color: #c09853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c !important;
}
.text-error {
  color: #b94a48 !important;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39 !important;
}
.text-info {
  color: #3a87ad !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987 !important;
}
.text-success {
  color: #468847 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #00BCF2;
  font-family: 'Roboto', tahoma, Arial, sans-serif;
  font-weight: normal !important;
}

h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
  line-height: 32px;
}
h3 {
  font-size: 18px;
  line-height: 28px;
}
h4 {
  font-size: 16px;
  line-height: 24px;
}
h5 {
  font-size: 14px;
  line-height: 22px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}

/*==============================
=            Header            =
==============================*/
#header {
  border-top: 5px solid #00A0CF;
  padding: 10px 0 0;
  position: relative;
  z-index: 3;
  background: #FFF;
  -webkit-background-size: 100% 12px;
  background-size: 100% 12px;
  background-repeat: repeat-x;
}

#site-title,
#site-title h1,
#site-title h2  {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

#logo img {
  /*height: 85px;
  width: 270px;
  */
  height: 65px;
  width: 210px;
  vertical-align: middle;
}

#search-form {
  text-align: right;
}

#search-form form {
  margin-bottom: 5px;
}

#header address {
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
}

/*==========  Navigator  ==========*/
nav {
  display: block;
  position: relative;
  margin-top: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  border-bottom: 0;
  z-index: 2;
  color: #00A0CF;
}

nav ul.nav > li {
  position: relative;
  width: 155px;
  padding: 0; 
  border-bottom: 0;
  float: left;
  margin: 0;
  text-align: center;
}

nav ul.nav > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 20px 0; 
  color: #2D2D2D;
  border-right: 1px solid #F3F3F3;
}

nav ul.nav > li:last-child > a {
  border-right: 0;
}

nav ul.nav > li > a > i {
  color: #777;
}

nav ul.nav > li.active a,
nav ul.nav > li.active > a > i,
nav ul.nav > li > a:hover,
nav ul.nav >li > a:focus {
  color: #00A0CF;
  text-decoration: none;
  background-color: #fff !important;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

nav ul.nav > li > a:hover > i,
nav ul.nav > li > a:focus > i {
  color: #00A0CF;
}

nav ul.nav > li > ul {
  visibility:hidden;
  width: 470px;
  min-width: 260px;
  min-height: 200px;
  position: absolute;
  top: 60px;
  left: -26px;
  padding: 5px 10px;
  background: #FFF;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

nav ul.nav > li > ul li {
  list-style: none;
  width: auto;
  clear: left;
  display: block;
  float: left;
  text-align: left;
  padding: 5px;
}

nav ul.nav > li > ul li.image {
  position: absolute;
  top: 0;
  right: 5px;
  width: 190px;
}

nav ul.nav > li > ul li a {
  color: #00A0CF;
}
nav ul.nav > li > ul li a:hover {
  text-decoration: underline;
}

nav ul.nav > li:hover > ul {
  visibility: visible;
}

nav ul.nav > li:hover > a {
  color: #00A0CF;
}

nav ul.nav > li > ul a {
  display: inline;
}

.sidr ul li ul li.sidr-class-image {
  display: none !important;
}

.sidr ul li a, .sidr ul li span  {
  padding: 10px 15px;
  line-height: 18px;
}

#responsive-menu-button {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 99;
}

#top-menu .navbar-inner {
  font-size: 22px;
  line-height: 40px;
  color: #00BCF2;
  text-align: center;
  font-weight: normal;
  padding: 0;
  background: #fff;
}

#top-menu .navbar-inner p {
  display: inline;
}

/*-----  End of Header  ------*/

/*============================
=            Body            =
============================*/

#body {
  padding-top: 0;
  padding-bottom: 25px;
  margin-top: -1px;
}

/*==========  Block  ==========*/

.box {
  background: #FFF;
}

.box .inner {
  padding: 15px;
  border: 1px solid #E5E5E5;
  position: relative;
}

.box.widget .inner {
}

/*==========  General Elements  ==========*/
.title {
  color: #00BCF2;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 2px;
}

.title strong {
  font-weight: normal;
}

a .title:hover {
  color: #0088cc;
} 

#body article header a:hover {
  text-decoration: none;
}

.container.outer { 
}

.thumbnail img {
  width: 100px;
  height: 85px;
}

.post-info {
  font-size: 12px;
  padding: 0;
  margin-bottom: 15px;
}

.breadcrumb {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.breadcrumb i {
  color: #777;
}

.breadcrumb a i {
  color: #00BCF2;
}

.pagination ul>li {
  display: inherit;
}

/*==========  AddThis  ==========*/

.addthis-normal-screen {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.addthis-normal-screen .addthis_pill_style {
  padding-left: 35px;
}

.addthis-large-screen {
  display: none;
}

/*==========  Slider  ==========*/

#slider .text {
  padding: 15px 0;
}

#slider .text,
#slider .text p {
  margin-top: 20px;
}

#slider .text,
#slider .text p {
  font-size: 16px;
  line-height: 30px;
}

#slider img {
  height: 250px;
}


/*==========  Home  ==========*/
.home .title {
  text-transform: uppercase;
  font-size: 20px !important;
}

.home .tab-pane h6 {
  margin-top: 0;
}

.home .tab-pane li {
  list-style: none;
  line-height: 16px;
  margin-bottom: 12px;
  font-style: italic;
  text-align: right;
}

.home .popover {
  width: 300px;
}

.home .post-excerpt {
  font-size: 13px;
  font-style: italic;
  color: #777;
}

/*==========  Archive  ==========*/

.archive #body article .title {
  font-size: 18px !important;
  line-height: 20px !important;
  margin-top: 0;
}

.archive #body article {
  margin: 20px 0;
  padding: 0 0 20px 0;
  clear: both;
  color: #777777;
}

.archive #body article:hover {
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

/*==========  Single  ==========*/

.main-content strong,
.strong {
  font-weight: 600;
  color: #555;
}

.main-content a > strong {
  color: #00BCF2 !important;
}

.main-content a:hover > strong {
  color: #0088cc !important; 
}

.images {
    margin: 10px;
}

.images.left {
    float: left;
    margin: 10px 10px 10px 0;
}

.images.right {
    float: right;
    margin: 10px 0 10px 10px;
}

.images.center {
    text-align: center;
    margin: 10px 0;
    display: block;
    clear: both;
}

.images img {
    width: 95%;
}

.images .caption,
.image-caption {
    display: inline-block;
    font-style: italic;
    font-size: 0.9em;
    text-align: center;
    color: #3A87AD;
    word-wrap: break-word;
}

.center {
    text-align: center;
}

.table-inline {
    display: inline;
    margin: 15px;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/*==========  Related Posts  ==========*/

.related-posts {
    margin-top: 20px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    padding: 10px;
}

.related-posts a,
.related-posts h4 {
    font-size: 14px;
    line-height: 14px;
    display: inline;
}

.related-posts li {
    padding-bottom: 10px;
}

.related-post-title {
    margin: 0 0 10px 10px;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}

/*==========  TKB  ==========*/

.tkb-item {
    padding-bottom: 10px;
    font-size: 16px;
}

.tkb-table td,
.tkb-table th {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.tkb-table tfoot td {
    font-weight: normal;
    text-align: left;
    font-size: 0.9em;
    font-style: italic;
}

.tkb-table thead th,
.tkb-table tbody td {
    text-align: center;
}

.tkb-table td small {
    font-weight: normal;
    font-style: italic;
}

.tkb-table td em {
    font-weight: normal;
}

.tkb-table .monhoc {
    display: inline-block;
    width: 70px;
    text-align: right;
}

/*==========  Contact  ==========*/

.contact #body {
  background: url(../images/map.jpg) no-repeat center;
}

.contact #body header {
  border-bottom: 1px dashed #00BCF2;
}

.contact #body .box {
  margin: 40px 0 30px;
  font-size: 14px;
  line-height: 30px;
}

.contact #body .box .inner {
  padding: 40px;
}

.contact #body address {
  font-size: 22px;
}

.contact #body address i {
  font-size: 15px;
}

.contact #body address dt i {
  color: #00BCF2;
  font-size: 24.5px;
}

.contact .dl-horizontal dt,
.contact .dl-horizontal dd {
  line-height: 30px;
  padding: 10px 0;
}

.contact .dl-horizontal dt {
  width: 25px;
  text-align: left;
}

.contact .dl-horizontal dd {
  margin-left: 40px;
}

/*==========  Gallery  ==========*/

.gallery-item:nth-child(4n+1) {
  margin-left: 0 !important;
}

/*-----  End of Body  ------*/


/*=====================================
=            Google Search            =
=====================================*/

.gsc-control-cse {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #333333 !important;
}

.gs-title {
    font-weight: bold !important;
    text-decoration: none !important;
}

.gsc-table-result {
    margin-left: 8px;
}
.gs-snippet {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

.gsc-cursor {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.gsc-cursor-page {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    margin: 0 !important;
}

.gsc-cursor-page:hover,
.gsc-cursor-current-page {
    background-color: #f5f5f5 !important;
    border-color: #dddddd !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.gsc-cursor-page:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.gsc-cursor-page:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
}

/*-----  End of Google Search  ------*/



/*=============================
=            Aside            =
=============================*/

aside {
  background-color: #fff;
  -webkit-box-shadow: 0px 0 6px 0 #ADADAD;
  box-shadow: 0px 0 6px 0 #ADADAD;
}


aside .box {
}

aside .box:last-child {
  margin-bottom: 0;
}

aside .box .inner {
  padding: 20px 30px;
  border: none;
}

aside .box .title {
  font-size: 16px !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}

aside .box .inner div {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

aside .box .inner div:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/*==========  Facebook  ==========*/

.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget iframe {
    width: 100% !important;
}

.fb-comments-wrapper {
    padding: 0;
}
/*-----  End of Aside  ------*/



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

footer {
  background: #1C95D3 url('../images/concrete-texture.jpg') repeat;
  z-index: 0;
  color: #fff;
}

footer:before {
  background: rgba(0, 0, 0, 0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAABNklEQVR42p2Qv0tCYRSGj2Z2LYlrZb+srmSC3CWIFv+Dor1ma2uSyIZaQwUnbboEQS1JQzUUObknd1AasqAtwqVoKUOq23vgLIXduA0PnO+c93u+j0PnN03LjtOr5/utneIqw/Vf+V+FZ/XXj71yfV+fic8SUYzhmns8cyQ8qT3drmV3FyGZAhoYEzTuJdPGEmfaCvHaJwqAX12/vBmlWj4UjsZEMAgCoFdQpTc+qkV046Ja4DvfhGg0IW0dmY3Kcio9x2EwAPxAAZ3ADTqAB3SJfAiEE+vb87hr8qfgeadi5eEyc1BKYRgFIxL2sgQhaofIu0EfCIFI7rC8eVx9vCO1PzgtuxoGPT9FNlKXPOyXNWgrG5kFHkxKQ+EQh50g6/CBgFfxTZAcRPR/ZL8qWZblXGCzhi/YT5Ffqq5aswAAAABJRU5ErkJggg==) repeat-x top;
  content: '';
  display: block;
  width: 100%;
  height: 10px;
}

footer a,
footer a:hover {
  color: #fff;
}

footer .inner {
  margin: 20px 0;
}

footer .social {
  text-align: right;
  padding: 8px 20px;
}

footer .social a {
  color: #fff;
}

footer .social a i {
  margin-right: 1px;
}

footer .social a:hover {
  text-decoration: none;
}

footer .social a.facebook:hover {
  color: #3B5998;
}

footer .social a.google:hover {
  color: #DD4B39;
}

footer .social a.rss:hover {
  color: #FE9900;
}

#up-to-top {
  display: none;
  background: url("../images/icon-up-to-top.png") no-repeat;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 30px;
}

#up-to-top:hover {
  cursor: pointer;
  border-radius: 100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/*-----  End of Footer  ------*/


/*===============================
=            Element            =
===============================*/

i.icon-hot {
  background: url("../images/icon/hot.gif") no-repeat;
  height: 10px;
  width: 22px;
  display: inline-table;
}

i.icon-check-blue {
  background: url("../images/icon/check-blue.png") 0 1px no-repeat;
  height: 18px;
  width: 22px;
  display: block;
  float: left;
}


/*-----  End of Element  ------*/

/*==============================
=            Mobile            =
==============================*/
@media (max-width: 768px) {
  /*==========  Header  ==========*/
  
  #header {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    border-bottom: 1px solid #E5E5E5;
  }

  #logo {
    text-align: center; 
  }

  #search-form {
    text-align: center;
    margin: 10px 0;
  }

  .breadcrumb {
    font-size: 8px;
  }

  /*==========  Archive  ==========*/
  
  .archive #body article > .content-left,
  .archive #body article > .content-right,
  .home #body .content-left,
  .home #body .content-right {
    float: left;
  }

  .archive #body article > .content-left,
  .home #body .content-left {
    width: 25%; 
  }

  .archive #body article > .content-right,
  .home #body .content-right {
    width: 72%;
    padding-left: 3%;
  }

  /*==========  Support  ==========*/
  .support #body .box {
    margin: 0 0 10px;
  }

  .support #body .box .inner {
    padding: 20px;
  }

  .support #body address {
    font-size: 20px;
  }

  .support #body address i {
    font-size: 22px;
  }

  .support .dl-horizontal dt,
  .support .dl-horizontal dd {
    line-height: 24.5px;
    float: left;
  }

  .support .dl-horizontal dt {
    width: 8%;
    text-align: right;
  }

  .support .dl-horizontal dd {
    margin-left: 2%;
    width: 90%;
  }

  /*==========  Aside  ==========*/
  
  aside {
    text-align: center;
    margin-top: 25px;
  }

  /*==========  Footer  ==========*/
  
  footer .inner div {
   padding: 0 15px;
   text-align: center;
  }

  footer .social {
    margin-top: 15px;
  }
}
/*-----  End of Mobile  ------*/


/*==============================
=            Mobile            =
==============================*/
@media (max-width: 767px) {
  .contact #body {
    padding-top: 0;
  }

  #top-menu .navbar-inner {
    padding: 3px 0 0;
  }

  #top-menu .navbar-inner p {
    display: block;
    margin: 0;
    line-height: 18px;
    font-size: 16px;
  }
}




/*===========================================
=            Tablet - Old Screen            =
===========================================*/
@media (max-width: 979px) {
	h1, h2, h3, h4, h5, h6 {
	  line-height: 30px;
	}

h1 {
  font-size: 22px;
}
h2 {
  font-size: 18px;
  line-height: 24px;
}
h3 {
  font-size: 16px;
  line-height: 22px;
}
h4 {
  font-size: 14px;
  line-height: 18px;
}
h5 {
  font-size: 13px;
  line-height: 16px;
}
h6 {
  font-size: 13px;
  line-height: 16px;
}

  #top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #top-menu .navbar-inner {
    font-size: 16px;
    line-height: 40px;
  }

  /*==========  Navigator  ==========*/

  nav ul.nav > li {
    width: auto;
  }

  nav ul.nav > li > a {
    padding: 15px 10px;
  }

  nav .container {
    width: 100%;
  }

  nav ul.nav > li > ul {
    top: 50px;
    width: auto;
  }

  nav ul.nav > li > ul > li.image {
    display: none;
  }

  /*==========  Contact  ==========*/
  .contact #body .span6 {
    width: 100%;
    margin: 0;
  }

  .contact #body .box {
    margin: 0 0 15px;
  }

  /*==========  Footer  ==========*/
  #up-to-top {
    right: 0;
    bottom: 0;
  }

  aside {
    margin-top: 0;
  }
  
}
/*-----  End of Tablet - Old Screen  ------*/

@media (min-width: 768px) {
  aside.span4 {
    width: 34% !important;
    margin-left: 0 !important;
  }
}



/*===================================
=            Wide Screen            =
===================================*/
@media (min-width: 1200px) {

  /*==========  Navigator  ==========*/
 
  nav ul.nav > li > ul {
    width: 520px;
  }
}
/*-----  End of Wide Screen  ------*/


/*====================================
=            Large Screen            =
====================================*/
@media (min-width: 1340px) {
  /*==========  Navigator  ==========*/

}
/*-----  End of Large Screen  ------