a {
  color: #505050;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #1abc9c;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12.5px 0;
  font-weight: normal;
  font-family: LatoSemiBold;
  line-height: 1.3;
  color: #333333;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12px;
  text-transform: uppercase;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: LatoLight;
    src: url('font/OpenSans-Light.ttf');
    font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: Lato;
    src: url('font/OpenSans-Regular.ttf');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: LatoSemiBold;
    src: url('font/OpenSans-Semibold.ttf');
    font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: LatoBold;
    src: url('font/OpenSans-Bold.ttf');
    font-weight: 600;
	font-style: normal;
}

fieldset textarea,
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="datetime"],
fieldset input[type="datetime-local"],
fieldset input[type="date"],
fieldset input[type="month"],
fieldset input[type="time"],
fieldset input[type="week"],
fieldset input[type="number"],
fieldset input[type="email"],
fieldset input[type="url"],
fieldset input[type="search"],
fieldset input[type="tel"],
fieldset input[type="color"],
fieldset .uneditable-input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
legend {
  padding: 0 10px;
  margin-left: -10px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 40px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 30px;
  color: #aaaaaa;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
.uneditable-input {
  width: 206px;
  -webkit-appearance: none;
}
textarea {
  height: auto;
  background: #ffffff;
  resize: vertical;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #B5B5B5;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 40px;
  line-height: 40px;
  padding: 8px;
}
select {
  width: 220px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #e5e5e5;
  background-color: #fcfcfc;
  border-color: #e5e5e5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
blockquote {
  border-left: 3px solid;
  border-color:#1abc9c;
  padding:0 17px;
}
blockquote p {
  font-size:18px;
  line-height:28px;
  font-style:italic;
  color:#999;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.mainspan{
    position: relative;
    left: 15px;
    top: 15px;
    display: block;
}
@media (max-width: 768px){
    .logo .container {
        width: 100%;
    }
    .site-info p{
        text-align: center !important;
    }
    .slogx h3{
        text-align: center !important;
    }
    .logo .container a img{
        margin: auto;
        display: block;
    }
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

dt {
  font-weight: bold;
  text-transform: uppercase;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  text-align: center;
  width: 100%;
}

 td, th {
  padding: 9px 0px;
  text-align: center;
}

.calendar_wrap td,
.calendar_wrap th {
  padding: 4px;
}

thead {
  text-transform: uppercase;
}

.calendar_wrap table {
  background: #fff;
}

.calendar_wrap thead {
  background: #f4f4f4;
}

.calendar_wrap th {
  font-weight: 300;
}

tr {
  border: 1px solid #f4f4f4;
}

tfoot {
  text-align: initial;
}

tfoot tr {
  border: none;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.page-content:before,
.page-content:after,
.post-content:before,
.post-content:after,
.post-excerpt:before,
.post-excerpt:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.featured-content:before,
.featured-content:after,
.has-post-thumbnail:before,
.has-post-thumbnail:after,
.main-wrap:before,
.main-wrap:after,
.footer-wrap:before,
.footer-wrap:after,
.author-box:before,
.author-box:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.page-content:after,
.post-content:after,
.post-excerpt:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.featured-content:after,
.has-post-thumbnail:after,
.main-wrap:after,
.footer-wrap:after,
.author-box:after {
  clear: both;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.blok{	
    min-height: 400px;
	position: relative;
}


/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{  
    font-size:12px;
  color:#888;
  font-family:"Open Sans";
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
  padding:7px;
}  
.gallery .gallery-icon img:hover {
  border:1px solid #ccc !important;  
}

/*-------------------------------------------------------------------------------------------*/
/* 2.  General  */
/*-------------------------------------------------------------------------------------------*/

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #494949;
  background-image: url("bg4.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #F3F3F3;
}
::selection {
  background: #1abc9c;
  color: #fff;
}
::-moz-selection { 
  background: #1abc9c;
  color: #fff;
}
.page-header {
  padding: 30px 0 15px 0;
  margin: 0;
  border: 0;
}
.title-divider {
  border-top: 2px solid;
  display: block;
  max-width: 48px;
  margin: 0 auto 15px;
  color: #333333;
}
#main-page .page-header {
  border: 0;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#main-single .hentry, #main-page .hentry, #main-404 #content, .page-template-typography #content, .search-no-results .no-results {
  background-color: #fff;
  padding: 5px 30px 40px 30px;
  border: 1px solid #e2e2e2;
}
.text-center {
  text-align:center;
}
.page-header h1 {
  line-height: 1.1;
  text-align:center;
  font-size: 25px;
}
.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  border: none;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #1abc9c;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.btn:hover {
    opacity: .75;
  text-decoration: none;
  color: #ffffff;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  opacity: 0.3;
}
.lt-ie9 .btn.disabled,
.lt-ie9 .btn[disabled] {
  filter: alpha(opacity=30);
}
.btn-large {
  padding: 10px 25px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  line-height: 20px;
  font-size: 12px;
  padding: 8px 15px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
input[type="submit"].btn-small {
  height: 30px;
}
.btn-primary {
  background-color: #1abc9c;
}
.btn-primary:hover {
  background-color: #444444;
}
.btn-warning {
  background-color: #f1c40f;
}
.btn-warning:hover {
  background-color: #444444;
}
.btn-danger {
  background-color: #e74c3c;
}
.btn-danger:hover {
  background-color: #444444;
}
.btn-success {
  background-color: #1abc9c;
}
.btn-success:hover {
  background-color: #444444;
}
.btn-info {
  background-color: #3498db;
}
.btn-info:hover {
  background-color: #444444;
}
.btn-inverse {
  background-color: #34495e;
}
.btn-inverse:hover {
  background-color: #444444;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
._4s7c {
  border: none !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. Header */
/*-------------------------------------------------------------------------------------------*/

/* 3.1. Menu
-------------------------------------------------- */
#menu, #menu-appear {
  background: #fff;
  -webkit-backface-visibility: hidden;
}

#menu .container , #menu-appear .container {
  position: relative;
}

.slicknav_menu { 
  display:none; 
  background: #fff;
  padding: 0;
}
#menu-appear {
  position: fixed;
  top: -44px; 
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .33s ease;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
}
#menu-appear.appear {
  transform: translateY(44px);
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
}
.admin-bar #menu-appear {
  top: -12px;
}
@media screen and (max-width: 782px) {
  .admin-bar #menu-appear {
    top: 2px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #menu-appear {
    top: -44px;
  }
}
.main-menu .menu {
  margin: 0;
  padding: 0;
}
.main-menu .menu li {
  display:inline-block;
  position:relative;
}
.main-menu .menu li a {
  font-size:14px;
  font-family: Lato;
  text-transform: uppercase;
  padding: 0px 30px;
  letter-spacing:1px;
  line-height:50px;
  color: #000;
  display:block;
    -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
 .main-menu .menu > li.current-menu-item>a, .main-menu .menu > li.current_page_item>a,  .main-menu .menu > li.current-menu-parent>a{
  color: #1abc9c;
}
.main-menu .menu > li:hover > a {
  color: #1abc9c;
}
/*** Dropdown ***/
.main-menu .menu .sub-menu,
.main-menu .menu .children {
  visibility: hidden;
  background: #fff;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 999;
   -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
   opacity: 0; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
    -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 3px 2px 0 rgba(0,0,0,.08);
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.08);
}

.main-menu ul.menu ul a,
.main-menu .menu ul ul a {
  color: #727272;
  text-align: left;
  margin: 0;
  padding:8px 10px;
  min-width: 200px;
  line-height:20px;
}
.main-menu ul.menu ul li a,
.main-menu .menu ul ul li a{
  border-top: 1px solid #eee;
}
.main-menu ul.menu ul li,
.main-menu .menu ul ul li {
  padding-right:0;
  margin-right:0;
}
.main-menu ul.menu ul a:hover,
.main-menu .menu ul ul a:hover, .main-menu .menu li li.current-menu-item > a {
  color: #1abc9c;
  background: #eee;
}
.main-menu ul.menu li:hover > ul,
.main-menu .menu ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-menu .menu .sub-menu ul,
.main-menu .menu .children ul { 
  left: 100%;
  top: 0;
}
.main-menu .menu li a:after {
    padding-left: 10px;
    content: '+';
}
.main-menu .menu li a:only-child:after {
    content: '';
    padding-left: 0;
}
.main-menu ul.menu ul li a:after,
.main-menu .menu ul ul li a:after {
  display: none;
  padding-left: 0;
}
/* 3.2. Social Icons
-------------------------------------------------- */
.header_social { 
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  text-align: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  display: none;
}

/* 3.3. Logo and header 
-------------------------------------------------- */
#header {
  text-align: center;
  background-color: #ffffff;
}
#header .logo {
    padding: 45px 0;
}
#header .logo {
	font-size: 60px;
    margin: 0;
    height: 174px;
}
#header .logo a  {
  color:#333333;
  display: block;
  height: 100%;
}
#header .logo > .container > .slogx > h3{
	color: #fff;
	font-family: LatoLight;
    position: relative;
    top: -20px;
}
.site-subtitle {
    color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logo{
	background: url(header.png) center repeat-x;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
}
.logo img.retina {
    display: none;
    width: auto;
}


/* 4.1. post header
-------------------------------------------------- */
.lt-ie9 .post-header {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .post-header {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .post-header {
    margin-bottom: 40px;
  }
}
.blog-timeline .default-style {
  margin-top: 60px;
}
.blog-timeline .default-style:first-child {
  margin-top: 0px;
}
.post-title {
  text-align: center;
}
.blog-timeline .post-title {
  background-color: #1abc9c;
  padding: 12px 0;
  margin: 0;
  position: relative;
  margin-right: -1px;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
}
.blog-timeline .post-title a {
  color: #fff;font-family: Lato;
  text-shadow: -1px -1px rgba(0,0,0,0.2);
}
.blog-timeline .sticky .post-title { 
  background-color: #DC4F4F; 
}
.left-column.sticky .th-timeline-arrow:before, .right-column.sticky .th-timeline-arrow:before {
  color: #DC4F4F;
}
.lt-ie9 .post-title {
  font-size: 22px;
}
@media (min-width: 767px) {
  .post-title {
    font-size: 18px;
  }
  .single .post-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .single .post-title {
    font-size: 22px;
  }
  .post-title {
    font-size: 22px;
  }
}

/* 4.2. post meta
-------------------------------------------------- */
.blog-wr-meta {
  padding: 5px 25px 0px 25px;
  background-color: #fff;
  /* border-radius: 0 0 5px 5px; */
}
.post-meta {
  text-align: center;
  color: #a0a0a0;
  font-size: 13px;
  letter-spacing: 0.065em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-meta .meta-sep:before {
    content: "/";
    padding: 0 6px;
}
.post-meta .post-cat > a {
    color: #1abc9c;
    font-weight: 600;
}
.post-meta .post-cat > a:hover {
  text-decoration: underline;
}
.post-meta a:hover{
    color: #1abc9c;
}
.post-type {
  margin-right: 15px;
  color: #1abc9c;
}
.post-content img , .page-content img, .post-excerpt img{
  max-width: 100%;
  height: auto;
}
.post-thumbnail img{
  width: 100%;
  height: auto;
}
.post-thumbnail{
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}
.single .post-thumbnail, .single .post-img {
  padding: 0;
}
.post-img {
  padding: 20px;
  background-color: #fff;
}
.post-img.audio {
  margin-bottom: -10px;
}
.post-meta-footer {
  margin: 20px 0 40px 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.meta-info {
  font-style: italic;
  color: #a5a5a5;
  margin-right: 8px;
  font-family: "Crimson Text",serif;
  float: left;
  margin-top: 6px;
  font-size: 15px;
}  
.meta-info a {
  color: #1abc9c;
}
.meta-info a:hover {
      text-decoration: underline;
}
.list-item .meta-info {
  float: none;
}  
.post-share {
  float: right;
  font-size: 12px;
}
.post-share span{
  font-size: 12px;
  font-weight: 600;
  color: #acacac;
}
.post-share a i {
  width: 28px;
  height: 28px;
  color: #999;
  background: #eee;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  margin-left: 3px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.post-share a i:hover {
   background: #19232d;
   color: #ffffff;
}

/* 4.3. Content
-------------------------------------------------- */
.post-content p, .post-content hr, .page-content p, .page-content hr, .post-excerpt p {
  margin-bottom: 20px;font-family: Lato;
}
.post-content ul, .post-content ol, .page-content ol, .page-content ul, .post-excerpt ul, .post-excerpt ol {
  padding-left:45px;
  margin-bottom:20px;
}
.post-content ol li, .page-content ol li, .post-excerpt ol li {
  margin-bottom:12px;
  list-style:decimal;
}
.post-content ul li, .page-content ul li, .post-excerpt ul li {
  margin-bottom: 12px;
}
.post-content ul li:before, .page-content ul li:before, .post-excerpt ul li:before {
  content: "";
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: -20px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  background: #1abc9c;
}
.post-content a, .page-content a, .post-excerpt a {
  color: #1abc9c; 
}
.post-content a:hover, .page-content a:hover, .post-excerpt a:hover {
  text-decoration:underline;
}
.single .post-content {
  margin-top: 30px;
}
.single .post-content .dot-irecommendthis {
  display: none;
}
.blog-loop .hentry {
  margin-bottom: 40px;
  position: static;
  border: 1px solid #e2e2e2;
}

/* 4.4. Gallery Post
-------------------------------------------------- */
.carousel-indicators {
  display: none;
}
.carousel-control {
  position: absolute;
  bottom: 50%;
  margin-bottom: -20px;
  width: 40px;
  top: inherit;
  cursor: pointer;
  left: -40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #ffffff;
  opacity: 0;
  color: #666666;
  font-size: 13px;
  text-shadow: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.entry-gallery:hover .carousel-control {
  opacity: 0.5;
}
.entry-gallery:hover .carousel-control.left {
  left: 0px;
}
.entry-gallery:hover .carousel-control.right {
  right: 0px;
}
.lt-ie9 .carousel-control {
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background: #fff;
}
.carousel-control.right {
  right: -40px;
  background: #fff;
  color: #222222;
}
.carousel-control:hover{
  outline: 0;
  color: #222222;
  text-decoration: none;
  opacity: .9 !important;
  filter: alpha(opacity=90);
}
.carousel-control:focus {
  color: #222222;
}
.lt-ie9 .carousel-control:hover {
  filter: alpha(opacity=90);
}.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
}
.lt-ie9 .carousel {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .carousel {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .carousel {
    margin-bottom: 15px;
  }
}

/* 4.5. Video Post 
-------------------------------------------------- */
.post-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.post-video embed, .post-video iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 4.6. Pagination 
-------------------------------------------------- */
.pager {
  position: relative;
  zoom: 1;
  padding: 40px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  padding-left: 20px;
  padding-right: 20px;
}
.pager .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.pager .nav-previous {
  float: left;
  width: 50%;
  text-align: left;
}
.pager .nav-previous .btn {
  float: left;
}
.pager .nav-next .btn {
  float: right;
}
.pager .nav-previous .pager-title {
  float: left;
  margin-left: -33px;
  padding: 0 20px 0 53px;
}
.pager .nav-next .pager-title {
  float: right;
  margin-right: -33px;
  padding: 0 53px 0 20px;
}
#main-single .pager {
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  padding-left: 20px;
  padding-right: 20px;
}
.pager .nav-next .btn,
.pager .nav-previous .btn {
  font-size: 12px;
  line-height: 25px;
}
.lt-ie9 .pager {
  padding: 40px 0;
}
.pager .btn {
  padding: 5px 12px;
}
.blog-pagination {
  text-align: center;
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 7px 0;
  width: 130px;
  line-height: 20px;
  color: #333;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Lato";
}
#blog-timeline-container-manual .blog-pagination {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#blog-timeline-container-manual .blog-pagination a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#blog-timeline-container-manual .blog-pagination:hover a {
  color: #fff;
}
#blog-timeline-container-manual .blog-pagination:hover{
  background: #1abc9c;
  color: #fff;
}
#blog-timeline-container-manual .blog-pagination:hover .th-spinner-1, #blog-timeline-container-manual .blog-pagination:hover .th-spinner-2, #blog-timeline-container-manual .blog-pagination:hover .th-spinner-3 {
  background: #fff;
}
.th-loading-spinner, .loading-status {
    display: none;
}
.loading-status {
    color: #333;
}
.th-spinner-1, .th-spinner-2, .th-spinner-3 {
  width: 5px;
  height: 10px;
  display: inline-block;
  -webkit-animation: tha-bounce-delay 1.4s infinite ease-in-out;
  animation: tha-bounce-delay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #888;
}
.th-spinner-1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.th-spinner-2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes tha-bounce-delay{
    0%,80%,100%{-webkit-transform:scale(0)}
    40%{-webkit-transform:scale(1)}
    }
@keyframes tha-bounce-delay{
    0%,80%,100%{transform:scale(0);-webkit-transform:scale(0)}
    40%{transform:scale(1);-webkit-transform:scale(1)}
}

/* 4.7. Post Related 
-------------------------------------------------- */
.post-related {
  background-color: #fff;
  padding: 15px 30px 40px 30px;
  border: 1px solid #e2e2e2;
  margin-top: 35px;
}
.related-posts-title {
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.post-box { text-align:center; }
.post-box-title {
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:30px;
  font-weight:700;
  border-bottom:1px solid #ddd;
  padding-bottom:4px;
  display:inline-block;
  font-family:"Lato";
}
.item-related h3 {
  margin: 0;
  line-height: 22px;
}
.item-related h3 a {
  font-size:14px;
  color:#424242;
}
.item-related h3 a:hover{
    color: #1abc9c;
}
.item-related span.date {
  font-size:12px;
  color:#999;
}

/* 4.8. Comment  
-------------------------------------------------- */
#comments {
  background-color: #fff;
  padding: 15px 30px 40px 30px;
  border: 1px solid #e2e2e2;
  margin-top: 35px;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li .comment-body {
  border-bottom: 1px dotted #eee;
}
.comment-list .comment-body {
  position: relative;
}
.comment-list .avatar {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.comment-list .fn {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}
.comment-list .comment-datetime,
.comment-list .sep,
.comment-list .comment-reply-link,
.comment-list .comment-edit-link {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
#respond {
  overflow:hidden;
}

#respond  h3 {
  font-size:16px;
  color:#999;
  margin-bottom:20px;
  margin-top: 30px;
}
.comment-list span.reply a {
  font-size:10px;
  background-color:#aaa;
  color:#FFF;
  padding:4px 7px;
  border-radius:2px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.comment-list span.reply a:hover {
  opacity:.8;
}
.comment-list .comment-datetime {
  color: #aaaaaa;
}
.comment-list .comment-datetime i {
  margin-right: 5px;
}
.comment-list .comment-datetime:hover {
  color: #1abc9c;
}
.comment-list .comment-reply-link i {
  margin-right: 5px;
}
.comment-list .comment-edit-link {
  color: #aaaaaa;
  margin-left: 10px;
}
.comment-list .comment-edit-link:hover {
  color: #1abc9c;
}
.comment-list .comment-content {
  margin-top: 10px;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.commentlist .bypostauthor {
  background: #eee;
}
.commentlist li ul.children li.bypostauthor {
  background: #eee;
}
#respond {
  position: relative;
}
.comments-title {
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
#cancel-comment-reply-link {
  position: absolute;
  right: 0;
  padding: 11px 20px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  border: none;
  background-color: #333333;
    line-height: normal;
  text-transform: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#cancel-comment-reply-link:hover {
  background:#1abc9c;
  text-decoration: none;
}
#commentform p {
  margin-bottom: 0;
}
#commentform .logged-in-as {
  float: right;
  font-size: 12px;
}
#commentform label {
  color: #888;
  width: 80px;
  font-size: 13px;
  display: inline-block;
  font-weight: 300;
}
#respond input {
  color: #999;
  margin-bottom: 15px;
}
#respond .comment-form-url {
  margin-bottom: 10px;
}
#respond .comment-form-comment label {
  display: none;
}
#commentform #comment {
  min-width: 100%;
  min-height: 100px;
  height: 150px;
  resize: vertical;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform .form-submit {
  overflow: hidden;
}
#commentform #submit {
  padding: 11px 20px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  border: none;
  background-color: #eee;
  line-height: normal;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
}
#commentform #submit:hover {
  background-color: #19232d;
  color: #fff; 
}

.lt-ie9 .comment-list .comment-body {
  padding: 40px 0 40px 80px;
}
.lt-ie9 .comment-list > li:first-child > .comment-body {
  padding-top: 20px;
}
.lt-ie9 .comment-list .avatar {
  position: absolute;
  left: 0;
}
.lt-ie9 .comment-list .depth .comment-body {
  margin-left: 40px;
}
.lt-ie9 .comment-list .depth-10 > .comment-body {
  margin-left: 400px;
}
.lt-ie9 .comment-list .depth-9 > .comment-body {
  margin-left: 360px;
}
.lt-ie9 .comment-list .depth-8 > .comment-body {
  margin-left: 320px;
}
.lt-ie9 .comment-list .depth-7 > .comment-body {
  margin-left: 280px;
}
.lt-ie9 .comment-list .depth-6 > .comment-body {
  margin-left: 240px;
}
.lt-ie9 .comment-list .depth-5 > .comment-body {
  margin-left: 200px;
}
.lt-ie9 .comment-list .depth-4 > .comment-body {
  margin-left: 160px;
}
.lt-ie9 .comment-list .depth-3 > .comment-body {
  margin-left: 120px;
}
.lt-ie9 .comment-list .depth-2 > .comment-body {
  margin-left: 80px;
}

.lt-ie9 #cancel-comment-reply-link {
  bottom: 0;
}
.lt-ie9 #commentform {
  margin-bottom: 40px;
}
.lt-ie9 #commentform input[type="text"] {
  width: 50%;
}
@media (min-width: 768px) {
  
  .comment-list .comment-body {
    padding: 40px 0 40px 80px;
  }
  .comment-list > li:first-child > .comment-body {
    padding-top: 20px;
  }
  .comment-list .avatar {
    position: absolute;
    left: 0;
  }
  .comment-list .depth .comment-body {
    margin-left: 40px;
  }
  .comment-list .depth-10 > .comment-body {
    margin-left: 400px;
  }
  .comment-list .depth-9 > .comment-body {
    margin-left: 360px;
  }
  .comment-list .depth-8 > .comment-body {
    margin-left: 320px;
  }
  .comment-list .depth-7 > .comment-body {
    margin-left: 280px;
  }
  .comment-list .depth-6 > .comment-body {
    margin-left: 240px;
  }
  .comment-list .depth-5 > .comment-body {
    margin-left: 200px;
  }
  .comment-list .depth-4 > .comment-body {
    margin-left: 160px;
  }
  .comment-list .depth-3 > .comment-body {
    margin-left: 120px;
  }
  .comment-list .depth-2 > .comment-body {
    margin-left: 80px;
  }
  
  #cancel-comment-reply-link {
    bottom: 0;
  }
  #commentform input[type="text"] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  
  .comment-list .comment-body {
    padding: 20px 0;
  }
  .comment-list > li:first-child > .comment-body {
    padding-top: 10px;
  }
  .comment-list .commnet-meta {
    overflow: hidden;
  }
  .comment-list .avatar {
    float: left;
    margin-right: 10px;
  }
 
  #cancel-comment-reply-link {
    bottom: 20px;
  }
  #commentform input[type="text"] {
    width: 100%;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* 4.9. Post Footer 
-------------------------------------------------- */
.post-footer {
  overflow: hidden;
  margin: 5px 0 30px;
}
.read-more {
    float: left;
    line-height: 1;
}
.read-more a {
  display: block;
  border: 1px solid #ddd;
  -webkit-border-radius: 20px;
  font-family: Lato;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  color: #888;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 9px 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.read-more a:hover {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c; 
}
.more-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
}
.post-footer .author {
    float: left;
}
.post-footer .author {
    color: #acacac;
    line-height: 33px;
}
.post-footer .author a{
    color: #1abc9c;
}
.post-footer .author a:hover{
    text-decoration: underline;
}
.post-counters {
    float: right;
}
.single .post-counters {
    float: left;
}
.post-counters a{
    font-size: 12px;
    font-weight: 600;
    color: #acacac;
    line-height: 33px;
}
.post-counters a:hover{
  color: #1abc9c;
}
.post-counters li {
    position: relative;
    display: inline-block;
    margin-left: 16px;
}
.type-page .post-counters li {
  display: none;
}
.post-counters li:first-child {
    margin-left: 0;
}
.post-counters li:before {
    display: inline-block;
    content: "/";
    color: #e4e4e4;
    margin-right: 16px;
}
.post-counters li:first-child:before {
  display: none;
}
.dot-irecommendthis:before {
  content: '\f08a';
  font-family: "FontAwesome";
  padding-right: 5px;
}
.post-counters a i {
  padding-right: 5px;
  font-weight: bold;
}
.dot-irecommendthis {
    background: none;
    padding-left: 0;
    border: 0 !important;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    min-height: 14px;
}
.dot-irecommendthis:hover, .dot-irecommendthis.active {
    background-position: 0 -23px;
    color: #1abc9c !important;
    border: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    text-decoration: none;
}

/*** Post tags ***/
.post-tags {
  margin-top: 15px;
}
.post-tags a {
	color: #999;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 8px;
    line-height: 30px;
    border-radius: 20px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    display: inline-block;
}
/*** Post author ***/
.post-author {
  margin-top:60px;
  overflow:hidden;
} 

.author-img {
  float:left;
  margin-right:30px;
}

.author-img img {
  border-radius:50%;
}

.author-content h5 a {
  font-size:18px;
  color:#333;
}
.author-content h5 a:hover {
  color:#1abc9c;
}
.author-content h5 {
  margin-top: 0;
  margin-bottom: 8px;
}

.author-content p {
  margin-bottom:8px;
}

.author-content .author-social {
  font-size:14px;
  color:#bbb;
  margin-right:8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.author-content .author-social:hover {
  color: #1abc9c;
}

/* 5.1. Blog Timeline Post
-------------------------------------------------- */
#timeline-content {
  margin-top: 60px;
}
.blog-timeline .blog-loop {
  position: relative;
  margin: 0 auto;
}
.blog-timeline .th-timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.blog-timeline .timeline-date {
  position: relative;
  clear: both;
  margin: 0 auto 40px auto;
  padding: 7px 0;
  width: 130px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #333;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.blog-timeline .timeline-date:hover{
  background: #1abc9c;
  color: #fff;
}
.blog-timeline .left-column {
  float: left;
  clear: left;
  width: 45%;
  margin-top: 40px;
}
.blog-timeline .right-column {
  float: right;
  clear: right;
  width: 45%;
}
.right-column .th-timeline-circle {
  position: absolute;
  left: 50%;
  margin-top: 18px;
  margin-left: -4px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #ddd;
  border: 3px solid #fff;
}
.left-column .th-timeline-circle {
  position: absolute;
  left: 50%;
  margin-top: 18px;
  margin-left: -4px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #ddd;
  border: 3px solid #fff;
}
.right-column .th-timeline-arrow {
  left: 1px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}
.right-column .th-timeline-arrow:before {
  color: #1abc9c;
  content: '\f0d9';
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  top: -7px;
  right: 0;
}
.left-column .th-timeline-arrow {
  right: 1px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}
.left-column .th-timeline-arrow:before {
  color: #1abc9c;
  content: '\f0da';
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  top: -7px;
  left: 0;
}

.post-detaisx_s_S_2{
	position: relative;
}
.post-detaisx_s_S_2 ul {
	padding: 0; margin: 0;
}
.post-detaisx_s_S_2 ul li {
	display: inline-block;
	list-style: none;
	margin-bottom: 20px;
}
.post-detaisx_s_S_2 ul li img {
	opacity: 0.7;
	transition: opacity 300ms linear;
}
.post-detaisx_s_S_2 ul li img:hover{
	opacity: 1;
}
.slideximg{
	cursor: pointer;
}


/*-------------------------------------------------------------------------------------------*/
/* 6. SideBar  */
/*-------------------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
}
#sidebar-toggle {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  right: -320px; 
  background: #fff;
}
.admin-bar #sidebar-toggle {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar #sidebar-toggle {
    top: 46px !important;
  }
}
.sidebar_toggle, .timeline_search {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  text-align: right;
  width: 49px;
  height: 49px;
  cursor: pointer;
  line-height: 49px;
  font-size: 18px;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  border: 2px solid #ddd;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}
.sidebar_toggle:hover, .timeline_search:hover{
  color: #1abc9c;
}
#sidebar-toggle .widget {
  margin: 20px 20px 35px 20px;
}
#sidebar-toggle>div aside:first-child {
  margin-top: 60px;
}

#sidebar .widget {
  padding: 0 20px 20px 20px;
  margin-top: 35px;
  background-color: #fff;
  border-radius: 0;
  /* -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05); */
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  /* box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05); */
  border: 1px solid #e2e2e2;
}
#sidebar .widget:first-child {
  margin-top: 0 !important;
}
#sidebar [class*="widget"] .widget-title{
  margin-right: -21px;
  margin-left: -21px;
  margin-top: -1px;
  border-radius: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 7. Widget */
/*-------------------------------------------------------------------------------------------*/
.widget img {
  max-width: 100%;
  height: auto;
}
.lt-ie9 #sidebar {
  margin-bottom: 40px;
}
.lt-ie9 #sidebar .widget {
  margin-top: 35px;
  padding-top: 35px;
}
.widget ul li {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d5d5d5;
}
.widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* 7.1. About
-------------------------------------------------- */
.about-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 14px;
    text-align: center;
}
.about-widget p { 
  text-align: center;
}

/* 7.2. Latest posts
-------------------------------------------------- */
.widget ul.side-newsfeed li {
  list-style-type: none;
  margin-bottom: 17px;
  padding-bottom: 17px;
  margin-left: 0;
}
.widget ul.side-newsfeed li .side-item {
  overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
  float: left;
  margin-right: 14px;
}
.widget ul.side-newsfeed li .side-item .side-image img {
  width: 88px;
  height: auto;
}
.widget ul.side-newsfeed li .side-item .side-item-text {
  overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text  a {
  display: block;
  line-height: 22px;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
  font-size: 12px;
  color: #999;
}

/* 7.3. social
-------------------------------------------------- */
.widget-social {
  text-align: center;
}
.widget-social a:first-child {
  margin-left: 0;
}
.widget-social a i {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  background: #eee;
  color: #999;
  border-radius: 50%;
  margin: 0 2px 4px;
  font-size: 14px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.widget-social a i:hover {
   background: #19232d;
   color: #fff;
}

/* 7.4. Instagram widget
-------------------------------------------------- */
.widget .instagram-pics li {
  width: 31.8%;
  display: inline-block;
  border-bottom: none;
  padding: 0;
  margin: 0 2px 2px;
}
.widget .instagram-pics li img {
  max-width:100%;
}
.widget .instagram-pics li img:hover {
  opacity:.7;
}

/* 7.5. widget archive, calendar, categories, Rss, Meta, Comment
-------------------------------------------------- */
[class*="widget"] .widget-title {
  font-size: 11px;
  background: #1abc9c;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
  line-height: 38px;
  margin-bottom: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  position: relative;
}
[class*="widget"] .widget-title a{
  color: #fff;
}
.widget-title:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid;
    border-top-color: #1abc9c;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
}
.widget_archive select {
  width: 100%;
}
.widget_archive option {
  padding: 5px 10px;
}
.widget_archive ul {
  list-style: none;
  margin: 0;
}
.widget_archive li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_archive li:first-child {
  margin-top: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.widget_calendar #wp-calendar tfoot {
  display: none;
}
.widget_calendar caption {
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  padding: 5px;
  text-align: center;
}
.widget_calendar th,
.widget_calendar td {
  border: 1px solid #e5e5e5;
  padding: 5px;
  text-align: center;
}
.widget_calendar a {
  font-weight: bold;
}
.widget_calendar #today {
  background: #e5e5e5;
}
.widget_categories select {
  width: 100%;
}
.widget_categories option {
  padding: 5px 10px;
}
.widget_categories select {
  width: 100%;
}
.widget_categories li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_categories > ul > li:first-child {
  margin-top: 0;
}
.widget_categories .children li {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  position: relative;
}
.widget_categories .children li:before {
  content: "â”€";
  position: absolute;
  left: 0;
  top: -1px;
  color: #dddddd;
}
.widget_nav_menu ul {
  margin: 0;
  list-style: none;
}
.widget_nav_menu li {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
.widget_nav_menu ul > li {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_nav_menu a {
  display: block;
  margin-right: 35px;
}

.widget_nav_menu .sub-menu li {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
}
.widget_nav_menu .sub-menu li:before {
  content: "â”€";
  position: absolute;
  left: 0;
  top: -1px;
  color: #dddddd;
}
.widget_meta ul {
  margin: 0;
  list-style: none;
}
.widget_meta li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_meta li:first-child {
  margin-top: 0;
}
.widget_pages ul {
  margin: 0;
  list-style: none;
}
.widget_pages li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_pages > ul > li:first-child {
  margin-top: 0;
}
.widget_pages .children li {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
}
.widget_pages .children li:before {
  content: "â”€";
  position: absolute;
  left: 0;
  top: -3px;
  color: #dddddd;
}
[class*="widget_recent_comments"] ul {
  list-style: none;
  margin: 0;
}
[class*="widget_recent_comments"] li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
[class*="widget_recent_comments"] li:first-child {
  margin-top: 0;
}
[class*="widget_recent_comments"] .url {
  color: #1abc9c;
}
[class*="widget_recent_comments"] .url:hover {
  text-decoration: underline;
}
[class*="widget_recent_comments"] .comment-author-link {
  color: #aaaaaa;
}
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}
.widget_recent_entries li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_recent_entries li:first-child {
  margin-top: 0;
}
.widget_recent_entries .post-date {
  color: #aaaaaa;
  display: block;
}
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss li {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  text-transform: capitalize;
}
.widget_rss li a{
  display: block;
  line-height: 22px;
  color: #1abc9c;
}
.widget_rss li a:hover{
  text-decoration: underline;
}
.widget_rss li .rss-date {
    font-size: 12px;
    color: #999;
}
.widget_text option {
  padding: 5px 10px;
}
.widget_text select {
  width: 100%;
}
.widget_text ul {
  list-style: none;
  margin: 0;
}
.widget_text .wp-caption.alignnone {
    margin: 0;
}
.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  background: #eee;
  color: #999;
  padding: 0px 10px;
  margin-right: 5px;
  margin-bottom: 8px;
  line-height: 30px;
  border-radius: 5px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.widget_tag_cloud .tagcloud a:hover {
   background: #19232d;
   color: #ffffff;
}

/* 7.6. Mailchimp Subscribe
-------------------------------------------------- */
.widget_mc4wp_widget .widget-title {
  margin-bottom:0;
}
.mc4wp-form label {
  font-weight: 400 !important;
  margin-bottom: 18px !important;
  text-align: center;
  font-style: italic;
  color: #444;
  font-size: 15px;
}
.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
  padding: 11px 30px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  border: none;
  background-color: #eee;
  line-height: normal;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
}

.mc4wp-form button:hover, .mc4wp-form input[type=button]:hover, .mc4wp-form input[type=submit]:hover {
  background-color: #19232d;
  color: #fff; 
}

.mc4wp-form-fields {
  text-align: center;
}

.mc4wp-form input[type=date], .mc4wp-form input[type=email], .mc4wp-form input[type=tel], .mc4wp-form input[type=text], .mc4wp-form input[type=url], .mc4wp-form select, .mc4wp-form textarea {
  font-style:italic;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
  width:auto;
}
#respond #mc4wp-checkbox input {
  margin-bottom:0;
}

/* 8. Page
-------------------------------------------------- */
/* 8.1. Search, 404 form
-------------------------------------------------- */
.widget_search .search-form,
.error-404 .search-form,
.search-no-results .search-form {
  position: relative;
}
.widget_search .screen-reader-text,
.error-404 .screen-reader-text,
.search-no-results .screen-reader-text {
  display: none;
}
.widget_search .search-field,
.error-404 .search-field,
.search-no-results .search-field {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-style: italic;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-no-results .no-results  {
  padding-top: 80px;
  padding-bottom: 80px;
}
.search-no-results .no-results h3 {
  text-align: center;
  margin-bottom: 40px;
}
.widget_search .search-form label {
    margin-bottom: 0px;
}
.widget_search label:before,
.error-404 label:before,
.search-no-results label:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #aaa;
  text-align: center;
  line-height: 40px;
}
.widget_search .search-submit,
.error-404 .search-submit,
.search-no-results .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.error-404 {
  text-align:center;
}
.error-404 .page-content h1 {
  font-size:140px;
}
.error-404 p {
  margin-bottom:20px;
  color:#888;
}
.page-content{
	background: #fff;
}
.p0{
	padding: 0 !important;
}


/* 8.2. Contact Form 7
-------------------------------------------------- */
.wpcf7 textarea {
  width: 100%;
  height: 150px;
}
.wpcf7 input {
  width:100%;
}
div.wpcf7 {
  overflow:hidden;
  margin-top:40px;
}
.wpcf7 p {
    color: #888;
    font-style: italic;
    margin-bottom: 18px;
}
.wpcf7 .wpcf7-submit {
  padding: 11px 20px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  border: none;
  background-color: #eee;
  line-height: normal;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  width: auto;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #19232d;
  color: #fff; 
}

/*-------------------------------------------------------------------------------------------*/
/* 9. Footer */
/*-------------------------------------------------------------------------------------------*/

/* Footer Instagram */
#instagram-footer {
  text-align:center;
  overflow:hidden;
  padding: 35px 0;
  border-bottom: 1px solid #EAEAEA;
}
.instagram-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 1px;
  margin-top: 0;
}
#instagram-footer .instagram-pics li {
  width:15.8945%;
  padding-right: 10px;
  display:inline;
  float:left;
}
#instagram-footer .instagram-pics li:last-child {
  padding-right: 0px;
 
}
#instagram-footer .instagram-pics li img {
  max-width:100%;
}
#instagram-footer .instagram-pics li img:hover {
  opacity:.87;
}
#instagram-footer p.clear {
  font-size: 11px;
  border-bottom: 1px solid #eee;
  display: inline-block;
  margin-top: 5px;
}
/* Site info */
.site-footer {
  background: #fff;
  margin-top: 50px;
}
.site-info {
  font-size: 11px;
  line-height: 20px;
  color: #848484;
  padding: 20px 0;
  text-align: center;
}
.site-info p {
    margin:0;
    padding:0;
	font-family: Lato;
	font-size: 13px;
}
.site-info a {
    color: #1abc9c;
}
.site-info a:hover {
  text-decoration: underline;
}
/* top top */
.to-top {
  background-color: #333333;
  color:#fff !important;
  font-size: 17px;
  z-index: 9999;
  width: 45px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 34px;
  position: fixed;
  bottom: -100px;
  right: 25px;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.to-top:hover {
  background-color: #1abc9c;
  color: #fff !important;
}

/*-------------------------------------------------------------------------------------------*/
/* 10. Extras 
/*-------------------------------------------------------------------------------------------*/

/* Carousel Sliders */
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.owl-carousel .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  opacity: 0.7;
  display: inline-block;
  font-weight: normal;
  color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #1abc9c;
}
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.owl-carousel .owl-stage:hover {
  cursor:move;
  cursor:-webkit-grab;
  cursor:-o-grab;fff
  cursor:-ms-grab;
  cursor:grab
} 
.show-search {
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
  z-index: 1000;
  -webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
  -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
  box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
}
.show-search .searchform input {
  padding: 14px 14px;
  font-size: 12px;
  font-style: italic;
  color: #999;
  border: 1px solid #eee;
  width: 210px;
  height: 44px;
  }
/* Pagination */
.pagination {
  margin-top:50px;
  overflow:hidden;
  margin-bottom:0;
  display: block;
}
#blog-timeline-pagination .pagination {
  margin-top:0px;
  text-align: center;
}
#blog-timeline-pagination .pagination .page-numbers {
  padding: 7px 15px;
  font-weight: 400; 
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
   border-radius: 0px; 
}
#blog-timeline-pagination .pagination .page-numbers:first-child {
   border-radius: 5px 0 0 5px; 
}
#blog-timeline-pagination .pagination .page-numbers:last-child {
   border-radius: 0 5px 5px 0; 
}
#blog-timeline-pagination .pagination .page-numbers.current {
  background: #1abc9c;
  color: #fff;
}
#blog-timeline-pagination .pagination .page-numbers.current, #blog-timeline-pagination .pagination .page-numbers:hover, .blog-timeline .timeline-date:hover, .blog-pagination:hover {
  border-color: #1abc9c;
}
.pagination .page-numbers, .pagination a {
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-weight: 700;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  border-radius: 20px;
}
.pagination a:hover {
  color:#fff;
  background: #1abc9c;
}
.pagination .newer {
  float:left;
}
.pagination .older {
  float:right;
}
/* css3 animations and transition helpers */

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  } 

  100% {
    opacity: 1;
  }
}

.fade-in {
  visibility: visible;
  opacity: 1;
}
 
.fade-out {
  visibility: hidden;
  opacity: 0;
}


#gmap {
	height: 400px;
	width: 100%;
}
.logo-map {
  width: 100%;
  background: #000;
}
.logo-map > img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#adress-maps {
	max-width: 100%;
}


 .post-meta .post-cat > a,
      .main-menu .menu > li.current-menu-item>a, .main-menu .menu > li.current_page_item>a,  .main-menu .menu > li.current-menu-parent>a,
      .main-menu .menu > li:hover > a,
      .main-menu ul.menu ul a:hover,
      .main-menu .menu ul ul a:hover, .main-menu .menu li li.current-menu-item > a, 
      .header_social:hover,
      .header_social .social_content a:hover,
      .sidebar_toggle:hover, 
      a:hover, a:active, a:focus,
      .post-meta a:hover, .post-type, .meta-info a, .post-footer .author a,
      .post-content a, .page-content a, .post-excerpt a, .post-counters a:hover,
      .dot-irecommendthis.active, .item-related h3 a:hover,
      .comment-list .comment-datetime:hover,
      .comment-list .comment-edit-link:hover,
      [class*="widget_recent_comments"] .url, 
      .widget_rss li a, .timeline_search:hover,
      .site-info a:hover, .author-content .author-social:hover,
      .left-column .th-timeline-arrow:before, .right-column .th-timeline-arrow:before, 
      .author-content h5 a:hover, .site-info a {    
        color: #0072a2;
      }

      .dot-irecommendthis:hover, .dot-irecommendthis.active{
        color: #e65d31 !important;
      }

      .post-content ul li:before, .page-content ul li:before,
      [class*="widget"] .widget-title,
      #cancel-comment-reply-link:hover,
      .owl-theme .owl-dots .owl-dot.active span, .pagination a:hover,
      .read-more a:hover, .post-content .read-more a:hover,
      .blog-timeline .timeline-date:hover,
      .blog-timeline .post-title, .to-top:hover,
      #blog-timeline-pagination .pagination .page-numbers.current,
      #blog-timeline-container-manual .blog-pagination:hover {
        background: #0072a2;
      }

      blockquote, .read-more a:hover, .post-content .read-more a:hover, #blog-timeline-pagination .pagination .page-numbers.current, #blog-timeline-pagination .pagination .page-numbers:hover, .blog-timeline .timeline-date:hover, .blog-pagination:hover {
        border-color: #0072a2;
      }

      .widget-title:after, #slider .slider-caption, #slider .slider-caption:after{
        border-top-color: #0072a2;
      }

      ::selection {
        background: #0072a2;
        color: #fff;
      }

      ::-moz-selection { 
        background: #0072a2;
        color: #fff;
      }
