/*
Theme Name: Reportage
Theme URI: http://colorlabsproject.com
Description:  Wordpress Theme created by <a href="http://colorlabsproject.com">ColorLabs & Company</a> 
Author: ColorLabs & Company
Author URI: http://colorlabsproject.com/
Version: 1.0.2
Tags: Newspaper, Fixed width, page-template, theme panel
*/
/* #Basic Style
================================================== */
body {
  color: #444;
  background: #fff;
  font: .875em/21px 'Droid Sans', Helvetica, Arial, sans-serif;
}

a {
  color: #f26522;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #3097D3;
}

p {
  line-height: 21px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.alignleft, img.alignleft {
  float: left;
  margin: 7px 10px 14px 0;
}

.alignright, img.alignright {
  float: right;
  margin: 7px 0 14px 10px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin: 14px auto;
}

/* --- Form Element --- */
input[type="text"], input[type="password"], textarea {
  margin: 0;
  padding: 7px;
  border: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  margin: 0;
  color: #fff;
  border: none;
  padding: 7px;
  line-height: 1;
  cursor: pointer;
  /*background: #f26522;*/
  background: #3097D3;
  -moz-border-radius: 3px 3px 3px 3px;
  margin-top: 7px;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.1;
  font-weight: bold;
  text-rendering: optimizelegibility;
}

h1 {
  font-size:2.188em ;/*35px*/
  line-height: 35px;
}

h2 {
  font-size: 1.75em;/*28px*/
  line-height: 35px;
}

h3 {
  font-size: 1.313em;/*21px*/
}

h4 {
  font-size: 1.125em;/*18px*/
}

h5 {
  font-size: .75em;/*12px*/
}

h6 {
  font-size: .625em;/*10px*/
}
h4{
	line-height:21px;	
}

/*h4,*/
h5,
h6 {
  line-height: 14px;
}

small {
  font-size: 11px;
}

ol, ul {
  list-style: none;
}

li {
  margin: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

p, dl, hr, ol, ul, pre, table, address, fieldset, figure {
  margin-bottom: 21px;
}

em {
  font-style: italic;
}

pre, code {
  padding: 2px;
  overflow: auto;
  font-size: 12px;
  background: #ddd;
  /*font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;*/
  font-family: 'Droid Sans', sans-serif;
}

blockquote {
  color: #999;
  font-style: italic;
  margin-left: 40px;
}

.alignleft {
  float: left;
  margin: 7px 10px 14px 0;
}

.alignright {
  float: right;
  margin: 7px 0 14px 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 14px auto;
}

.bebas-neue, .featured-category h4 a, .header-top h4 a, .navigation, .top-news h3, .news-category h3, .post-header .entry-category, .category-list, .category-list h3, #comments .comment-header, #reply-title, .page-template-template-sitemap-php .entry-content h4, .widget-title, .colabsTabs a {
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif;
}

.bitter, .featured-category h3, .header-top h3, .headline h3, .featured-articles h4, .top-news h4, .news-category h4, .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6, .single-post .entry-content blockquote, .entry-title, .post-header .entry-meta, .post-header .entry-header, .post-header .entry-excerpt p, .gallery-page .entry-title, .widget_colabs_tabs .box a, .widget_colabs_quote blockquote, .widget_colabs_embedwidget .widget-video-unit h4, .headline h1 {
  font-family: 'Droid Serif', serif;
}

/* #Flexslider
================================================== */
.flex-container a:active, .flexslider a:active {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides > li {
  display: none;
  margin-left: 0;
}

.flexslider .slides img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* #Header
================================================== */
#header, .featured-articles {
  margin-bottom: 14px;
  border-bottom: 7px solid #dddddd;
}

/* --- Featured Category --- */
.featured-category, .header-top {
  margin-bottom: 28px;
  background: #1a2127;
}

.featured-category, .header-top {
  border-bottom: 7px solid #f26522;
}
.featured-category .column, .header-top .column {
  padding: 1.534%;
  width: 31.084%;
}
.featured-category .column:first-child, .header-top .column:first-child {
  padding-left: 0;
  border-right: 1px solid #464646;
}
.featured-category .column:last-child, .header-top .column:last-child {
  padding-right: 0;
  border-left: 1px solid #464646;
}
.featured-category h4 a, .header-top h4 a {
  font-size: 20px;
  color: #666666;
}
.featured-category h4 a:hover, .header-top h4 a:hover {
  color: #f26522;
  text-decoration: none;
}
.featured-category h3, .header-top h3 {
  color: #fff;
  display: inline;
  font-size: 20px;
  font-weight: normal;
}

/* --- Header Logo & Search Box --- */
.logo {
  float: left;
}
.logo a {
  color: #333;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -2px;
}
.logo p {
  font-size: .75em;/*12px */
  margin-bottom: 0;
  color: #666;
  margin-bottom: 7px;
}
.logo .tagline {
  margin: 0 3px 0 0;
  padding: 0 5px 0 0;
  border-right: 1px solid #999;
  text-transform: uppercase;
}
.logo a:hover {
  text-decoration: none;
}

.searchform, .widget_colabs_search {
  width: 30%;
  float: right;
  margin: 14px 0 0;
  clear: right;
}
.searchform input[type="text"], .widget_colabs_search input[type="text"] {
  width: 100%;
  background: white url(images/icon-search.png) no-repeat 98% center;
}

/* header message */
.header-msg{
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 30%;
  float: right;
  clear: right;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: right;
}
.header-msg p{
  margin-bottom: 3.5px;
  margin-top: 3.5px;
  color: #666;
  font-size: .75em;
}
.header-msg a{
  color: #666;
  text-decoration: none;
}


.header-top .row {
  padding: 14px 0;
}
.header-top a {
  color: #fff;
  font-size: 27px;
}
.header-top .searchform, .header-top .widget_colabs_search {
  margin: 0;
}

/* #Navigation Menu
================================================== */
.navigation {
  clear: both;
  border-top: 1px solid #dddddd;
  border-bottom: 7px solid #FFa12e;
  height: 49px;
}
.navigation select {
  display: none;
}

.menu {
  margin: 0;
}
.menu li {
  float: left;
  display: inline;
  margin: 0 -1px 0 0;
}
.menu a {
  z-index: 2000;
  display: block;
  font-size: 1.313em;/*21px*/
  text-transform: uppercase;
  font-weight:700;
  padding: 14px 15px;
  position: relative;
  border-style: solid;
  border-width: 0 1px;
  border-color: transparent;
}
.menu a:hover {
  text-decoration: none;
}

.current-menu-item a, .menu a:hover,
.sf-menu > li:hover > a {
  color: #3097D3;
  background: #f2f2f2;
  border-color: #dddddd;
}

.sf-menu > .current-menu-item a:before,
.sf-menu > li > a:hover:before,
.sf-menu > li:hover > a:before {
  top: -1px;
  left: 50%;
  height: 7px;
  width: 15px;
  content: "";
  margin: 0 0 0 -7px;
  position: absolute;
  background: url(images/icon-nav-pointer.png);
}

.sf-menu > .current-menu-item ul li a:before,
.sf-menu > li ul li a:hover:before {
  top: -1px;
  left: 50%;
  height: 7px;
  width: 15px;
  content: "";
  margin: 0 0 0 -7px;
  position: absolute;
  background: none !important;
}

/* --- Sub Menu --- */
ul.sf-menu {
  margin: 0;
  padding: 0;
}

ul.sf-menu {
  display: block;
  position: relative;
}

ul.sf-menu li {
  display: inline;
  list-style: none;
  float: left;
}

ul.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

ul.sf-menu a {
  display: block;
  position: relative;
}

ul.sf-menu ul {
  position: absolute;
  left: 0;
  top: auto;
  max-width: 978px;
  min-width: 0;
  margin: 0 auto;
  width: 100%;
}

ul.sf-menu ul a {/*2nd level menu*/
  zoom: 1;/* IE6/7 fix */
  margin-top: 7px;
  font-size: 1em;/*16px*/
  line-height: 14px;
  text-transform: none;
  font-weight: bold;
}

ul.sf-menu ul li {
  padding: 7px 0 ;
}
ul.sf-menu ul li:focus {
  outline: none;
}
ul.sf-menu ul ul {
  top: 0;
  margin: 0 0 0 150px;
}
.sf-parent > a {
  padding-right: 15px;/*30px;*/
  padding-left: 15px; /*10px;*/
}

.sub-menu {
  display: none;
  padding: 0 0 14px;
  margin-top: -1px;
  background: #FFA12E;
}

.sub-menu a {
  border: none;
  padding: 0 10px;
  font-weight: normal;
  color: #694211;
}

.sf-arrow, .category-list h3:after {
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin: -3px 0 0 0;
  position: absolute;
  text-indent: -9999px;
  background: url(images/sprite-mev.png) -50px -500px no-repeat;
}

/* #Headline
================================================== */
.headline {
  padding: 0 0 14px;
  border-bottom: 1px solid #ddd;
}
.headline h3 {
  font-size: 60px;
  margin: 0 0 0;
  font-weight: normal;
  line-height: 21px;
}
.headline .col4 {
  margin-left: 1.534%;
}

/* #Featured Articles
================================================== */
.featured-articles {
  padding-bottom: 21px;
}
.featured-articles h4 {
  font-size: 15px;
  font-weight: normal;
}
.featured-articles .col5 {
  margin: 0;
  width: 34.633%;
}
.featured-articles li {
  margin: 0 0 14px;
  padding: 0 10px 14px 0;
  border-bottom: 1px solid #dddddd;
  float: left;
  position: relative;
}
.featured-articles li p {
  margin: 0 0 0;
}
.featured-articles .featured-image {
  float: right;
  padding-right: 2.34%;
  width: 57.722%;
}

/* #Top News Slider
================================================== */
.top-news {
  position: relative;
  padding: 14px 0 21px;
  clear: both;
}
.top-news h3 {
  margin: 0 0 21px;
  line-height: 21px;
}
.top-news h4 {
  font-weight: normal;
  padding-top: 4px;
  font-size: 1.063em; /*17px*/
}
.top-news li {
  min-height: 280px;
  margin: 0 20px 0 0;
}
.top-news .direction-nav {
  top: 14px;
  right: 20px;
  position: absolute;
}
.top-news .prev, .top-news .next {
  width: 23px;
  height: 21px;
  float: left;
  text-indent: -9999px;
  background: #f26522 url(images/icon-dir-nav.png) no-repeat;
}
.top-news .next {
  background-position: -23px 0;
}
.top-news .disabled {
  background-color: #dddddd;
}

/* #News Category
================================================== */
.news-category {
  margin: 0 0 14px;
  border-bottom: 7px solid #dddddd;
}
.news-category h3 {
  padding: 14px 10px;
  border-bottom: 1px solid #dddddd;
  font-weight:700;
}
.news-category h4 {
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 1.063em; /*17px;*/
}
.news-category img, .news-category .video-thumb {
  float: left;
  margin: 0 10px 0 0;
}
.news-category .column {
  width: 49.844%;
  margin: 0;
  border-top: 1px solid #dddddd;
}
.news-category .alpha {
  clear: left;
  padding-left: 0;
  border-right: 1px solid #dddddd;
}
.news-category .alpha h3, .news-category .alpha ul {
  padding-left: 0;
}
.news-category ul {
  margin: 0;
  padding: 14px 15px;
}
.news-category li {
  overflow: hidden;
  margin: 0 0 7px;
}
.news-category li a {
  display: block;
}

/* #Main Content & Post
================================================== */
.main, #sidebar {
  padding: 14px 0;
}

.main {
  margin-left: 0;
  width: 65.44%;
  border-right: 1px solid #dddddd;
  padding-top: 0;
}

/* Content on right */
.content-right.archive .post .entry-title, .content-right.search .post .entry-title {
  padding-left: 15px;
}
.content-right .main {
  float: right;
  border-right: none;
  border-left: 1px solid #dddddd;
}
.content-right .main .entry-content, .content-right .main .entry-info .col4, .content-right .main .comment-header, .content-right .main #respond,
.content-right .main .featured-articles ul, .content-right .main .top-news, .content-right .main .pagination {
  padding-right: 0;
  padding-left: 15px;
}
.content-right .main .featured-image {
  padding-right: 0;
}
.content-right .main .news-category .alpha h3, .content-right .main .news-category .alpha ul {
  padding-left: 15px;
}
.content-right .main.gallery-page .row {
  padding-right: 0;
  padding-left: 2.34%;
}

.widget_video, .single_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 28px;
  height: 0;
  overflow: hidden;
  margin-bottom: 14px;
}

.widget_video iframe, .single_video iframe,
.widget_video object, .single_video object,
.widget_video embed, .single_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumb {
  float: left;
  max-width: 100%;
  position: relative;
}
.video-thumb:hover .playicon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.playicon {
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  text-indent: -99999px;
  margin: -18px 0 0 -18px;
  background: url(images/icon-play.png) no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* --- Breadcrumb --- */
.breadcrumb {
  color: #666;
  padding: 0;
  font-size: .875em;
  margin-bottom: 14px;
  margin-top: 7px;
}
.breadcrumb img {
  padding-right: 15px;
}
.breadcrumb .current {
  color: #555555;
  padding-left: 5px;
}

/* --- Post --- */
.post {
  overflow: hidden;
  margin-bottom: 21px;/*HP: new*/
}
.post img {
  padding: 5px;
  background: #ededed;
  border: 1px solid #ddd;
}
.post .colabs-image {
  margin-bottom: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.single-post .entry-content {
 /* font-size: 18px;*/
 font-size: 1.125em;
 line-height: 28px;
  padding-top: 14px;
}
.single-post .entry-content ul {
  list-style: disc;
}
.single-post .entry-content ol {
  list-style: decimal;
}
.single-post .entry-content li {
  margin: 0 0 5px 30px;
}
.single-post .entry-content blockquote {
  padding-left: 20px;
  border-left: 7px solid #FFA12E;
}

.entry-title {
  font-size: 1.313em;/*21px;*/
  line-height: 1.5;
  font-weight: normal;
  margin: 0 15px 7px 0;
}

.entry-content {
  padding-right: 15px;
  margin-top: 0;
}
.entry-content address, .entry-content article, .entry-content aside, .entry-content blockquote, .entry-content center, .entry-content dir, .entry-content div, .entry-content dd, .entry-content details, .entry-content dl, .entry-content dt, .entry-content fieldset, .entry-content figcaption, .entry-content figure, .entry-content form, .entry-content footer, .entry-content frameset, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content hr, .entry-content header, .entry-content hgroup, .entry-content isindex, .entry-content menu, .entry-content nav, .entry-content noframes, .entry-content noscript, .entry-content ol, .entry-content p, .entry-content pre, .entry-content section, .entry-content summary, .entry-content ul {
  line-height:28px; /*1.5;*/
  margin: 0 0 21px 0;
}

.post-header .entry-category {
  font-size: 2.188em; /*35px;*/
  text-align: center;
  margin: 0 auto;
  color: #1A2127;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}
.post-header .entry-category a {
  color: #1A2127;
}
.post-header .entry-category ul, .post-header .entry-category li {
  margin: 14px 0;
}
.post-header .entry-category li {
  display: inline;
}
.post-header .entry-meta {
  font-size: .875em;/*14px;*/
  margin: -7px 0 7px;
  text-transform: uppercase;
}
.post-header .entry-header {
  clear: both;
  font-size: 2.188em;/*35px;*/
  margin: 14px 0;
  line-height: 35px;
  padding-top: 7px;
  font-weight: normal;
  color: #1A2127;
}
.post-header .entry-excerpt p {
  font-size: 1.313em /*21px*/;
  line-height: 28px;
}

.category-list {
  float: right;
  margin: 0 10px 0 0;
  position: relative;
}
.category-list h3 {
  bottom: -1px;
  cursor: pointer;
  font-size: 1.313em;/*21px;*/
  position: relative;
  font-weight: 700;
  padding: 5px 25px 5px 5px;
  color: #666666;
  border: 1px solid transparent;
}
.category-list h3:after {
  content: "";
}
.category-list h3:hover, .category-list h3.active {
  background: #f2f2f2;
  border-color: #dddddd;
}
.category-list h3.active {
  z-index: 10;
  border-bottom: 1px solid #f2f2f2;
}
.category-list h3 + ul, .category-list h3 + div {
  display: none;
}
.category-list ul {
  margin: 0;
}
.category-list li {
  margin: 0 0 5px;
}
.category-list .slide-item {
  right: 0;
  top: auto;
  padding: 10px;
  z-index: 9;
  font-size: 1em;
  position: absolute;
  background: #f2f2f2;
  border: 1px solid #dddddd;
}
.category-list a {
  display: block;
 /* color: #1A2127;*/
}
.category-list a:hover {
  color: #3097D3;
}

.post .entry-info {
  font-size: 1em;/* 16px*/
  margin-top: 14px;
  padding: 0 0 21px;
  color: #666666;
  border-bottom: 7px solid #FFA12E;
}
.post .entry-info .column {
  margin: 0;
}
.post .entry-info ul {
  list-style: none;
}
.post .entry-info ul li {
  border: none;
  padding: 0 0 14px;
}
.post .entry-info li {
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid #dddddd;
}

.social_share div {
  float: left;
  margin-right: 20px;
}
.social_share .colabs-sc-twitter {
  width: 95px;
  margin: 0;
}

/* #Pagination
================================================== */
.pagination {
  clear: both;
  margin: 35px 0 0;
  padding: 21px 0 0 0;
  border-top: 7px solid #dddddd;
}
.pagination a, .pagination span {
  color: #555555;
  padding: 7px 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.pagination a:hover, .pagination span {
  color: #fff;
  text-decoration: none;
  background: #3097D3;
}
.pagination .dots {
  background: none;
  color: #555555;
  border-color: transparent;
}

/* #Comment List & Comment Form
================================================== */
#comments {
  margin: 0;
  font-size: 14px;
}
#comments .comment-header {
  margin: 0;
  float: left;
  width: 31.273%;
  font-size: 20px;
}

.commentlist {
  overflow: hidden;
  position: relative;
}
.commentlist li {
  margin-left: 0;
  overflow: hidden;
}
.commentlist > li:last-child .comment-entry,
.commentlist > li:last-child .comment-entry:after {
  border-bottom: none;
}
.commentlist .children {
  margin: 0 0 0 40px;
}
.commentlist #respond {
  padding-top: 0;
  border-top: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.commentlist #respond:after {
  left: 0;
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #dddddd;
}

.comment-entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 0 0;
}
.comment-entry p {
  margin-bottom: 10px;
}
.comment-entry:after {
  left: 0;
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #dddddd;
}
.comment-entry .comment-content {
  overflow: hidden;
}
.comment-entry .comment-author {
  overflow: hidden;
}
.comment-entry .author-name {
  float: left;
  font-weight: bold;
}
.comment-entry .comment-meta {
  color: #999;
  float: right;
  font-size: 13px;
}
.comment-entry .comment-meta:before {
  content: "\2014 \00a0";
}
.comment-entry .comment-reply-link {
  float: left;
  color: #fff;
  font-size: 13px;
  margin: 0 0 20px;
  font-weight: bold;
  padding: 5px 10px;
  background: #f26522;
}
.comment-entry .comment-reply-link:hover {
  text-decoration: none;
}

/* --- Comment Form --- */
#reply-title {
  margin: 0 0 10px;
}

#respond {
  padding: 10px 15px 0 0;
  border-top: 1px solid #dddddd;
}
#respond p {
  margin: 0 0 10px;
  overflow: hidden;
}
#respond label {
  line-height: 28px;
}
#respond input[type="text"], #respond textarea {
  margin: 0;
  width: 80%;
  float: right;
}
#respond p.form-submit {
  margin-left: 20%;
}
#respond input[type="submit"] {
  padding: 10px;
}

#cancel-comment-reply-link {
  float: right;
  font-size: 18px;
}

/* #Page Template
================================================== */
/* --- Archive --- */
.archive .post.top, .search .post.top {
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
}
.archive .post img, .search .post img {
  float: left;
  margin: 0 10px 7px 0;
}
.archive .post p, .search .post p {
  margin: 0;
}

/* --- Sitemap --- */
.page-template-template-sitemap-php .entry-content h4 {
  font-size: 1.313em/*21px*/;
  margin: 0 0 14px;
}

/* --- Gallery Page --- */
.gallery-page .row {
  width: 97.66%;
  padding-right: 2.34%;
}
.gallery-page .entry-title {
  font-size: 17px;
}
.gallery-page .post {
  margin-bottom: 25px;
}
.gallery-page .post a.fancy {
  float: left;
  margin: 0 0 14px;
  background: #000;
  max-width: 100%;
  position: relative;
}
.gallery-page .post a.fancy:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.gallery-page .post a.fancy:hover .zoom-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.gallery-page .post img, .gallery-page .post .zoom-icon {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-page .post .zoom-icon {
  margin: 0;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  margin: -30px 0 0 -30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: url(images/icon-zoom.png) no-repeat center center;
}
.gallery-page .post img {
  display: block;
  margin: 0;
}

/* --- Contact Form --- */
#frmcontact {
  width: 95%;
}
#frmcontact .submit {
  padding: 5px 15px;
}
#frmcontact #sendCopy, #frmcontact p.screenReader {
  margin-left: 24.9%;
}
#frmcontact .text-input label,
#frmcontact .contact-message label {
  float: left;
}
#frmcontact p {
  margin: 0 0 10px;
  overflow: hidden;
}
#frmcontact .text-input input, #frmcontact textarea {
  margin: 0;
  width: 75%;
  float: right;
  padding: 7px 11px;
}
#frmcontact .screenReader input {
  width: 30px;
  margin-left: 5px;
}
#frmcontact .submit {
  float: right;
  margin-top: 10px;
  padding: 8px 19px;
}
p.success-msg{
  border: 1px solid;
  margin: 10px;
  padding:15px 10px 15px 10px;
  color: #00529B;
  background-color: #BDE5F8;
}
/* #Footer
================================================== */
#footer {
  font-size:.875em;/*14px;*/
  color: #999;
  background: #1a2127;
  padding: 14px 15px 28px;
  border-top: 7px solid #FFA12E;
}
#footer a {
  color: #ddd;
}
#footer a:hover {
  color: #3097D3;
  text-decoration: none
}
#footer .to-top {
  color: #666;
  float: right;
  padding-left: 15px;
  background: url(images/icon-to-top.png) left center no-repeat;
  margin-top: 35px;
  margin-bottom: 0;
}

.copyright {
  clear: left;
  float: left;
  color: #666;
  margin-top:35px;
  margin-bottom: 0;
}

/* #Widget
================================================== */
#sidebar {
  margin-left: 0;
  position: relative;
  padding-left: 1.534%;
  padding-right: 1.534%;
}

.widget-title {
  color: #666;
  font-size: 1.313em; /*21px;*/
  margin: 0 0 15px;
  font-weight: 700;
}

.widget {
  margin-bottom: 35px;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget li {
  margin-bottom: 7px;
}
#footer ul.inlineList {
	float: left;
	margin: 35px 0 0 10px;
		
}
#footer ul.inlineList li {
	display: inline;
	border-right: 1px solid #666;
	padding: 0 7px 0 ;
}
#footer ul.inlineList li.last {
	border-right: none;
}

/* --- Tabs Widget --- */
.widget_colabs_tabs li {
  margin: 0;
}
.widget_colabs_tabs ul {
  margin: 0;
  clear: both;
  position: relative;
}
.widget_colabs_tabs .box {
  clear: both;
  padding: 15px 9px;
  border-top: 1px solid #dddddd;
}
.widget_colabs_tabs .box li {
  margin: 0 0 15px;
}
.widget_colabs_tabs .box li, .widget_colabs_tabs .box .tabs-content {
  overflow: hidden;
}
.widget_colabs_tabs .box .meta {
  display: block;
  font-size: 12px;
}
.widget_colabs_tabs .box img {
  float: left;
  padding: 2px;
  margin: 0 10px 0 0;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}

.colabsTabs {
  float: left;
}
.colabsTabs li {
  float: left;
  left: -1px;
  bottom: -1px;
  position: relative;
}
.colabsTabs li:first-child {
  left: 0;
}
.colabsTabs a {
  color: #555555;
  display: block;
  font-size: 1.313em;/*21px*/
  padding: 7px 9px;
  border: 1px solid transparent;
}
.colabsTabs a:hover {
  text-decoration: none;
}
.colabsTabs .selected {
  border-color: #ddd;
  border-bottom: 1px solid #fff;
}

/* --- Flickr Widget --- */
.widget_colabs_flickr a {
  float: left;
  margin: 0 5px 5px 0;
}
.widget_colabs_flickr img {
  width: 57px;
  padding: 4px;
  display: block;
  background: #ededed;
  border: 1px solid #dddddd;
}

/* --- Calendar Widget --- */
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar caption, #wp-calendar th, #wp-calendar td {
  text-align: center;
  padding: 5px 0;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

/* --- Search Widget --- */
.widget_colabs_search {
  width: 100%;
  margin-top: 0;
}
.widget_colabs_search input[type="text"] {
  padding: 7px;
}

/* --- Quote Widget --- */
.widget_colabs_quote blockquote {
  margin: 0;
  color: #666;
  font-size: 1.313em;
  line-height: 28px;
  font-style: normal;
  position: relative;
}
.widget_colabs_quote blockquote:before {
  content: "“ ";
}
.widget_colabs_quote blockquote:after {
  content: " ”";
}
.widget_colabs_quote p {
  font-size: 12px;
}

/* --- Twitter Widget --- */
.widget_colabs_twitter li {
  margin: 0 0 10px;
}
.widget_colabs_twitter .time {
  display: block;
}

/* --- Subscribe Widget --- */
.widget_colabs_subscribe form {
  position: relative;
}
.widget_colabs_subscribe input[type="text"] {
  width: 100%;
  margin: 0;
}
.widget_colabs_subscribe input[type="submit"] {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/* --- Video Widget --- */
.widget_colabs_embedwidget .widget-video-unit h4 {
  margin: 0 0 10px;
  font-weight: normal;
}
.widget_colabs_embedwidget .widget-video-list a {
  display: block;
}
.widget_colabs_embedwidget .widget-video-list li {
  margin: 0;
}
.widget_colabs_embedwidget .widget-video-list li a {
  padding: 5px;
}
.widget_colabs_embedwidget .widget-video-list .active a {
  background: #f26522;
  color: #fff;
  text-decoration: none;
}

/*  #Mobile All
================================================== */
@media only screen and (max-width: 767px) {
  .main {
    width: 100%;
    border: none;
  }

  .equal-height {
    height: auto !important;
  }

  /* --- Content Right -- */
  .content-right.archive .post .entry-title, .content-right.search .post .entry-title {
    padding-left: 0;
  }
  .content-right .main {
    border-left: none;
  }
  .content-right .main .entry-content, .content-right .main .entry-info .col4, .content-right .main .comment-header, .content-right .main #respond,
  .content-right .main .featured-articles ul, .content-right .main .top-news, .content-right .main .pagination {
    padding-left: 0;
  }
  .content-right .main .news-category .alpha h3, .content-right .main .news-category .alpha ul {
    padding-left: 0;
  }
  .content-right .main.gallery-page .row {
    padding-right: 0;
  }

  /* --- Featured Category --- */
  .featured-category .column, .header-top .column {
    width: 100%;
    border: none;
    padding: 15px 0;
    height: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .featured-category .column:first-child, .header-top .column:first-child {
    display: block;
  }
  .featured-category .column:first-child, .header-top .column:first-child, .featured-category .column:last-child, .header-top .column:last-child {
    border: none;
  }

  /* --- Header --- */
  .logo {
    float: none;
    text-align: center;
  }
  .logo a {
    font-size: 50px;
  }
  .logo .datetime {
    display: block;
	
  }
  .logo .tagline {
    border: none;
  }

  .header-top .logo {
    margin-bottom: 20px;
  }

  .searchform, .widget_colabs_search {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 14px;
  }
  

  /* --- Navigation --- */
  .navigation ul {
    display: none;
  }

  .navigation select {
    width: 100%;
    display: block;
    margin: 14px 0;
    padding: 7px 5px;
    border: 1px solid #dddddd;
    background: #eeeeee url(images/icon-arrow-select.png) 98% center no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  /* --- Headline --- */
  .headline h3 {
    font-size: 35px;
  }

  /* --- Sidebar --- */
  #sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  /* --- Post --- */
  .entry-excerpt {
    width: 100%;
  }

  .entry-header {
    line-height: 1;
  }

  body .entry-content {
    padding-right: 0;
  }

  /* --- Comment --- */
  #comments .comment-header {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
/*  #Mobile (Portrait)
================================================== */
@media only screen and (min-width: 320px) and (max-width:479px) {

  /* --- Headline --- */
  .featured-articles .featured-image,
  .featured-articles .col5 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .news-category .column {
    padding: 0;
    width: 100%;
    border-right: none;
  }

  .news-category ul {
    padding: 14px 0;
  }

  .news-category h3 {
    padding: 7px 0;
  }

  .featured-articles .featured-image {
    margin: 0 0 10px;
    border-bottom: 1px solid #dddddd;
  }

  /* --- Single --- */
  .post-header .entry-category {
    width: 100%;
    margin: 7px auto 0;
  }
  .post-header .entry-meta, .post-header .category-list {
    float: none;
  }

  .category-list {
    margin: 0;
  }
  .category-list h3 {
    background: #f2f2f2;
    border: 1px solid #dddddd;
  }
  .category-list .slide-item {
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .post .entry-info .col4 {
    margin-bottom: 5px;
  }

  /* --- Comment Form --- */
  #respond, #frmcontact {
    width: 100%;
  }
  #respond input[type="text"], #respond input[type="submit"], #respond textarea, #frmcontact input[type="text"], #frmcontact input[type="submit"], #frmcontact textarea {
    width: 100%;
    display: block;
  }
  #respond p.form-submit, #frmcontact p.form-submit {
    margin-left: 0;
  }

  /* --- Contact Form --- */
  #frmcontact #sendCopy, #frmcontact p.screenReader {
    margin-left: 0;
  }
  #frmcontact input#checking {
    width: 35px;
    display: inline;
  }
}
/*  #Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* --- Post --- */
  .entry-info .col4 {
    width: 31.273%;
  }
  .entry-info .col8 {
    width: 65.636%;
    float: right;
  }

  /* --- Gallery --- */
  .gallery-page .col6 {
    width: 48.455%;
    float: right;
  }
  .gallery-page .col6.alpha {
    float: left;
    clear: left;
  }
}
