/* 
Theme Name: Clearly RT
Theme URI: 
Description: Clearly is a clean and fresh theme for bloggers really

Version: 1.0
Author: iLen
Author URI: 
Tags: one-column, two-columns, left-sidebar, right-sidebar,  custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
--------------------------------------------------------------



CSS Rules: Sorted alphabetically for better organization.
*/

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
@import url("core/includes/plugins/shortcode/shortcode_generator/css/shortcodes.css");
@import url("css/tabs.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}






/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

:focus {outline:none;}

body {
  line-height: 1;
  background: #f2f2f2;
  margin: 10px auto;
  font-size: 14px;
  font-family: 'Lato', "Myriad Pro", "Arial", sans-serif;
  color: #444;
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0; 
}
th:first-child {
    border-radius: 6px 0 0 0;
}

th:last-child {
    border-radius: 0 6px 0 0;
}

th:only-child{
    border-radius: 6px 6px 0 0;
}
tbody tr{
  background: #fff;
}
tbody tr:nth-child(even) {
    background: #f5f5f5;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}
th:first-child {
-moz-border-radius: 6px 0 0 0;
-webkit-border-radius: 6px 0 0 0;
border-radius: 6px 0 0 0;
}
th {
  text-align: left;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(top, #f5f5f5, #eee);
}
table {
  width: 100%;
  max-width: 100%;
  text-align: left;
  /*border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-spacing: 0;*/
  margin-bottom: 15px;
  color: #696969;
}

table th {
  vertical-align: top;
  /*background: #fafafa;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;*/
  padding: 10px 5px;
  font-weight: bold;

}
table td {
  vertical-align: top;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 3px;
  padding: 3px 5px;
  /*font-family: verdana;*/
}
table tfoot {
  background: #EDEDED;
}


button, input, select, textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto;
}

textarea {
  overflow: auto;
  vertical-align: text-top;
}


/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  background: #dddddd;
  border: none;
  clear: both;
  color: #dddddd;
  float: none;
  height: 1px;
  width: 100%;
}

hr.space {
  background: #ffffff;
  color: #ffffff;
}



/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
  overflow-y:scroll; 
}

body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #F2F2F2;
  color: #555555;
  font-size: 14px;
  font-smoothing: 692antialiased;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}



/* =Typography
-------------------------------------------------------------- */
p {
  word-wrap: break-word;
}

i,
em,
dfn,
cite {
  font-style: italic;
}
cite{
  display: block;
  font-size: 109%;
  font-weight: normal;
  color: #8B8B8B;
}

tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal;
}

b,
strong {
  font-weight: 700;
}

pre {
  overflow: auto;
  color: white;
  background: #1d1f21;
  padding: 0;
  font-family: Menlo, Monaco, monospace;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -ms-word-break: normal;
  word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: relative;
}

pre code {
  font-family: Menlo, Monaco, monospace;
  background: none;
  padding: 15px;
  white-space: pre;
  overflow: auto;
  display: block;
}

del {
  color: #555555;
  text-decoration: line-through;
}

ins,
dfn {
  border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
  font-size: 85%;
}

abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a abbr,
a acronym {
  border: none;
}

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}




/* =Responsive 12 Column Grid
-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}

.grid-right {
  float: right;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}
.grid-left {
  float: left;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}

.grid-left.col-300{
  margin-left: 0 !important;
}
.grid-right.col-300 {margin: }

.col-60,
.col-140,
.col-220,
.col-270,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
  display: inline;
  /*margin-right: 2.127659574468%;*/
  margin-left:2.127659574468%;
}

.col-60 {
  width: 6.382978723404%;
}

.col-140 {
  width: 14.893617021277%;
}

.col-220 {
  width: 23.404255319149%;
}

.col-270 {
  width: 28.404255319149%;
}

.col-300 {
  width: 31.914893617021%;
}

.col-380 {
  width: 40.425531914894%;
}

.col-460 {
  width: 48.936170212766%;
}

.col-540 {
  width: 57.446808510638%;
}

.col-620 {
  width: 65.957446808511%;
}

.col-700 {
  width: 74.468085106383%;
}

.col-780 {
  width: 82.978723404255%;
}

.col-860 {
  width: 91.489361702128%;
}

.col-940 {
  width: 100%;
}

.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}



/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.none {
  display: none;
}

.hide-desktop {
  display: none;
}

.show-desktop {
  display: block;
}



/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  /*height: auto;*/
  max-width: 100%;
  vertical-align: middle;
}

.ie8 img {
  height: auto;
  width: auto\9;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}



/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}




/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}




/* =Links
-------------------------------------------------------------- */
a {
  color: #0066cc;
  font-weight: 400;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #444444;
  outline: 0;
  text-decoration: none;
}

::selection {
  background: #F54747;
  color: #ffffff;
  text-shadow: none;
}




/* =Forms
-------------------------------------------------------------- */
label {
  display: inline-block;
  font-weight: 700;
  padding: 2px 0;
}

legend {
  padding: 2px 5px;
}

fieldset {
  border: 1px solid #cccccc;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  vertical-align: middle;
  width: 100%;
}

select {
  height: auto;
  width: 100%;
}

area,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  height: auto;
  overflow: auto;
  margin: 0;
  outline: none;
  padding: 8px 10px;
  width: 100%;
}

input,
select {
  cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
  border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
  cursor: text;
}



/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%;
}



/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  color: #212121;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px;
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
}

.msie-box a {
  color: #212121;
}




/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #dddddd;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}
ol {
  color: #ccc;
  list-style-type: none;
}
 
ol li {
  position: relative;
  font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif;
  margin-bottom: 20px;
}
 
ul li p {
  font: 12px/1.5 Helvetica, sans-serif;
  padding-left: 60px;
}
 
ul span {
  color: #555;
  margin-top: 16px;
  float: left;
  /*font-size: 45px;*/
}

ol dt {
  font-weight: 400;
}



/* =Blockquote
-------------------------------------------------------------- */
 
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
}
blockquote p {
  display: inline;
}



/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 700;
  line-height: 1.3em;
  word-wrap: break-word;
}

h1 {
  font-size: 2.625em; /* = 42px */
  margin-bottom: .5em;
  margin-top: .5em;
}

h2 {
  font-size: 1.65em; /* = 36px */
  /*margin-bottom: .75em;
  margin-top: .75em;*/
}

h3 {
  margin-top: .857em;
  font-family: lato;
  font-weight: 300;
  font-size: 20px;
}

h4 {
  font-size: 1.3em; /* = 24px */
  margin-bottom: 1em;
  /*margin-top: 1em;*/
}

h5 {
  font-size: 1.125em; /* = 18px */
  margin-bottom: 1.125em;
  margin-top: 1.125em;
}

h6 {
  font-size: 1.000em; /* = 16px */
  margin-bottom: 1.285em;
  margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 1.6em 0;
}

th, td {
  padding: .8em;
}

caption {
  padding-bottom: .8em;
}

blockquote {
  padding: 0 1em;
}

blockquote:first-child {
  margin: .8em 0;
}

fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em;
}

legend {
  padding-left: .8em;
  padding-right: .8em;
}

legend+* {
  margin-top: 1em;
}

input,
textarea {
  padding: .3em .4em .15em;
}

select {
  padding: .1em .2em 0;
}

option {
  padding: 0 .4em;
}

dt {
  margin-bottom: .4em;
  margin-top: .8em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  /*margin: 0 1.5em 1.5em 0;*/
  padding-left: 2.0em;
}

li ul,
li ol {
  margin: 0;
}

form div {
  margin-bottom: .8em;
}




/* =Globals
-------------------------------------------------------------- */
#container {
  margin: 0 auto;
  /*max-width: 1005px;*/
  max-width: 1124px;
  


  padding: 0px 0 0 0;
  margin: 0 auto;
  /*overflow: hidden;*/
  background: white;
  /*border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;*/
}

#wrapper {
  clear: both;
  margin: 20px auto 00px auto;
  padding: 0 19px 0px 19px;;
  position: relative;
}

.front-page #wrapper {
  background-color: transparent;
  border: none;
  margin: 20px auto 20px auto;
  padding: 0;
}

#header {
  margin: 0 auto;
  /*width:940px*/
}

#footer {
  clear: both;
  margin: 0 auto;
  max-width: 104.2%;
  padding: 0 5px 0 5px;
  background: #333333;
  min-height: 150px;
  margin: 0 -19px 0px;
  overflow: hidden;
  color: #D8D8D8;
}
#footer .widgets{
  margin-top: 0;
}
#footer .widgets .widget{
  margin-left: 10px;
  margin-top: 20px;
}
#footer .widgets h2, #footer .widgets h3 {
  color: #616161;
  border-bottom: 1px solid #616161;
}
#footer .widgets .widget li a{
  color: #8F8F8F;  
}
#footer .widgets .widget li a:hover{
  color: #fff;
}
#footer .widget{
  margin-bottom: 0 !important;
}

#footer-wrapper {
  margin: 0;
  padding: 0;
}
#footer .top{
  clear: both;
  overflow: hidden;
  padding: 0px 10px;
  margin-top: 20px;
}

#footer .widgets .tagcloud a{
  background: #7D7D7D;
  color: #fff;
  border-radius: 3px;
}
#footer .widgets .post-clearly-index.moduleA{
  border-bottom: 1px solid #353535;
}

/* =Header
-------------------------------------------------------------- */
#logo {
  float: left;
  margin: 0;
  width: 153px;
}

.logo {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 250%;
  margin-top: 2px;
  display: block;
}
.logo a {
  padding: 0 0 0 0;
  text-transform: uppercase;
  color: #444;
  text-decoration: none;
}
.logo #responsive{
  /*background-image:url(/img/onextrapixelteam.jpg);*/
  background-position:50% 0%; 
  background-repeat:no-repeat; 
  display:block; 
  height:75px; 
  text-indent:-9999px;
  -moz-background-size:cover; 
  -webkit-background-size:cover; 
  background-size:cover;
}
 

#titlewrapper{
  max-width: 200px;
  padding-right: 10px;
  line-height: 30px;
  margin-bottom: 5px;
}
.text-blog{
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  color: #B1B1B1;
  position: relative;
  left: 10px;
}

.site-name {
  display: block;
  font-size: 2.063em; /* = 33px */
  line-height: 1.0em;
  padding-top: 20px;
}

.site-name a {
  color: #333333;
  font-weight: 700;
}

.site-description {
  color: #afafaf;
  display: block;
  font-size: 0.875em; /* = 14px */
  margin: 10px 0;
}


#creary-top-header{}
#creary-top-header .left a {
  margin: 0;
  padding: 0 5px 0 5px;
}
.creary-top-header .current_page_item a,.creary-top-header .current-menu-item a {
  color: #fff !important;
}
#header-wrapper {
  width: 1085px;
  /*padding: 0 0 0px 20px;*/
  position: relative;
  height: 115px;
  clear: both;
  margin: 28px auto;
  /*margin-bottom: 0;*/
}
#header-wrapper .banner-top{
  float: right;
}
#header-inner {
  width: 352px;
  background-position: left;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
.header-inner-bg {
  /*background-image: url("http://2.bp.blogspot.com/-lgDPPEgbgoA/UZ_jda2rc2I/AAAAAAAAACc/WXvSh8H2m9w/s1600/f.png");*/
  background-position: left;
  /*width: 907px;*/
  /*min-height: 82px;*/
  /*_height: 82px;*/
  background-repeat: no-repeat;
  background-size: 100% ;
}





/* =Content
-------------------------------------------------------------- */
#content {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0 !important;
}

#content-full {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-blog {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-images {
  margin-bottom: 20px;
}

#content-search {
  margin-bottom: 20px;
  margin-top: 20px;
}

#content-archive {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-sitemap {
  margin-top: 40px;
  margin-bottom: 20px;
}

#content-sitemap a {
  font-size: 12px;
}

#content .sticky {
  clear: both;
}

#content .sticky p {
}

#content h5{ 
  margin: 0;
}

#content strong{
  color:#222;
}

#content .post-page a,#content .post-page a{
  border-bottom: 0px solid;
  font-weight: bold;
}
#content .post-page .aq-template-wrapper a{
  border: 0;
}
#content .post-page a.button{
  border: 0;
}


/* =Author Meta (Author's Box)
-------------------------------------------------------------- */

#about-author {
  padding: 5px;
  margin-top: 10px;
  background-color:#F7F7F7;
  /*float: left;*/
  overflow: hidden;
  clear: both;
  border-left: 3px solid rgb(148, 197, 241);
  margin-bottom: 30px;

}

#about-author h2{
  font-size: 22px;
}

#about-author .avatar {
  float: left;
  margin: 5px 10px 0 5px;
}

.author-text {
  margin-top: 4px;
  margin-right: 5px;
  overflow: hidden;
}

.author-text p, .author-icons {
  margin-top: 5px;
}

.author-icons {
  margin-top: 5px;
  overflow: hidden;
}
.author-icons a{
  color: #fff !important;
}


.twitter-link, .facebook-link, .google-link {
  display: block;
  float: left;
  padding: 7px 14px;
  margin: 10px 20px 5px 0;
  background-image: url(images/author-social.png);
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.twitter-link {
  background-color: #15B2DE;
  background-position: 10px 9px;
  border-bottom: 2px solid #129CC5;
  padding-left: 36px;
}
.facebook-link {
  background-color: #234A9A;
  background-position: 10px -47px;
  border-bottom: 2px solid #1B3772;
  padding-left: 25px;
}
.google-link {
  background-color: #DB4A39;
  background-position: 10px -103px;
  border-bottom: 2px solid #CD3625;
  padding-left: 31px;
}
.twitter-link:hover, .facebook-link:hover, .google-link:hover {
  background-color: #333;
  border-bottom-color: #222;
  text-decoration: none;
  color: #fff;
}





/* =Post
-------------------------------------------------------------- */
#cancel-comment-reply-link {
  color: #990000;
}

.post-entry {
  /*clear: both;*/
  margin-left: 0;
  margin-right: 0%;
  margin-bottom: 0px;
}

.more-link{
  padding: 5px;
  background: rgb(255, 89, 89);
  color: #fff;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80)  ;
  opacity: 0.8 ;

  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

  margin: 0px 0;
  clear: both;
  display: block;
  margin-bottom: 80px;
  width: 25%;
}
a.more-link{
  color: #fff !important;
}

.more-link:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ;
  filter: alpha(opacity=100)  ;
  opacity: 1 ;
}

.blog-normal{
  margin-bottom: 50px !important;
}

.blog-normal h2{
  font-size: 25px !important;
}


.col-940 .post-entry{
  margin-right: 0;
}

.post-entry-single {
  /*clear: both;*/
  margin-left: 0;
  margin-right: 0;
}

.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 10px;
}

.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 1.5em 0;
}

.post-search-terms {
  clear: both;
}

.read-more {
  clear: both;
  font-weight: 700;
}

.attachment-entry {
  clear: both;
  text-align: center;
}

#content .sticky .post-clearly-index{
  background: #FFFFCD;
}

.post-clearly-index .img_wrap{
  width: 30%;
  float: left;
}

.post-clearly-index .img_wrap img,
.post-clearly-index img{

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80)  ;
  opacity: 0.8 ;

  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;

  /*border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;*/

  /*width: 98%;*/


}
.post-clearly-index .img_wrap img:hover,.post-clearly-index img:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"  !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.category.post-entry.post-clearly-index img{
  opacity: 1 !important;
}

.post-clearly-index .mini_content{
  width: 66%;
  float: right;
}

.post-clearly-index {
  margin: 0;
  padding-right: 10px;
  margin-bottom: 15px;
}

.post-clearly-index.two-row{
  width: 48%;
  float: left;
  margin-right: 10px;
  padding: 0;
  margin-bottom: 60px !important;
}

.post-clearly-index.two-row .mini_content{
  width: 100%;
}

.post-clearly-index.two-row img{
  width: 99%;
}


.relacionadas{}
.relacionadas h3{margin: 30px 0 10px 0;}


.post .post-entry-single a{
  border-bottom: 1px solid
}
 
a img{
  border: none;
}

.post img{
  /*height: auto;*/ 
}

.clearly_featured_img img{
  height: auto !important;
}



.cleary_widget_last_v3 .image-hover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #000;
  /*border: 10px solid #fff;*/
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.cleary_widget_last_v3 .img-layer-text-hover:hover .layer {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.cleary_widget_last_v3 .img-layer-text-hover:hover .layer {
  opacity: 0.7;
}
.cleary_widget_last_v3 .img-layer-text-hover .layer {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}
.cleary_widget_last_v3 .img-layer-text-hover .layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}
.image-hover * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cleary_widget_last_v3 img{
  width: 350px;
  height: 178px !important;
  margin: 0 !important;
}
.cleary_widget_last_v3 .layer-text a{
  font-size: 16px;
  position: relative;
  top: 15px;
  left: 10px;
  font-weight: bold;
  width: 280px;
  color:#fff !important;
}
.cleary_widget_last_v3 .layer-text a:hover{
  color: #fff !important;
}
.cleary_widget_last_v3 .layer:hover a{
  color:#fff !important;
}










/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
  display: none;
}

#bbpress-forums .bbp-forums-list li{
  display: block;
}

#bbpress-forums ul span{
  font-size: 13px;
}

#bbpress-forums .bbp-topic-freshness-author{
  margin: 0;
  margin-left: 19px;
}

#bbpress-forums #subscription-toggle{
  float: right;
  margin-top: 20px;
}

#bbpress-forums .bbp-forum-description img,#bbpress-forums .bbp-topic-freshness-author img{
  margin-bottom: 0;
}

#bbpress-forums .bbp-topic-post-date{
  margin: 0;
  margin-right: 20px;
  padding: 0;
}

#bbpress-forums .bbp-topic-title h3{
  padding: 0 !important;
  margin: 0 !important;
}

#bbpress-forums li{
  font-size: 15px;
}
#bbpress-forums ul{
  border-radius: 15px;  
}
#bbpress-forums .bbp-topic-freshness a {
  font-size: 10px !important;
}
#bbpress-forums textarea{
  border: 1px solid #CCCCCC;
}
.forum h1{
  margin-top: 0;
}
.bbpress #content{
  margin-top: 15px !important;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title{
  font-weight: bolder;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  color: #aaaaaa;
  font-size: 18px;
  margin-left: 5px;
}

.form-allowed-tags {
  display: none;
  font-size: 10px;
}


/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
  width: 75%;
}

.widgets {
  margin-top: 30px;
}

.widgets a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.widgets h2, .widgets h3 {
  clear: both;
  border-bottom: 1px solid #DFDFDF;
  color: #B8B8B8;
  text-align: center;
}

.widgets form {
  margin: 0;
}

.widgets ul,
.widgets ol {
  /*padding: 0 0 0 20px;*/
}

.widgets ul li a {
  display: inline;
  text-decoration: none;
  font-size: 15px;
  font-family: "Lato";
}

.widgets .widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}

.widgets .rss-date {
  line-height: 18px;
  padding: 6px 12px;
}

.widgets .rssSummary {
  padding: 10px;
}

.widgets cite {
  font-style: normal;
  line-height: 18px;
  padding: 6px 12px;
}

.widgets .tagcloud,
.widgets .textwidget {
  display: block;
  line-height: 1.5em;
  margin: 0;
  word-wrap: break-word;
  overflow: hidden;
}

.widgets .textwidget a {
  display: inline;
}

.widgets ul .children {
  padding: 0 0 0 10px;
}

.widgets .author {
  font-weight: 700;
  padding-top: 4px;
}

.widget_archive select, #cat {
  display: block;
  margin: 0 15px 0 0;
}
.widgets .index-right-primary{
  background: #F5F5F3;
}
#colophon-widget ul {
}

.colophon-widget {
  background: none;
  min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
  width: 100%;
}

#top-widget {
}


.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 3px 0 0;
  text-align: right;
  width: 45%;
}

.top-widget ul {
  padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
  width: auto;
}

.top-widget #searchform {
  margin: 0;
}

.cleary_widget_last{}
.cleary_widget_last img{
  width: 99%;
  vertical-align: top;
  margin: 0 !important;
  height: 150px !important;
}
.widgets .index_post_date_ico{
  margin-left: 10px;
}
.widget.clearly_moduleF h2{
  height: 25px !important;
}
.widget.clearly_moduleF h2,.widget.clearly_moduleF h3{
  text-align: left;
}
.widget .post-clearly-index.moduleB.columns_2{
  width:48% !important
}



/* tabs */
.widgets .tabs {
    position: relative;
  margin: 0;
  width: 100%;
}

.widgets .tabs input {
  position: absolute;
  z-index: 1000;
  /*width: 120px;*/
  height: 40px;
  left: 0px;
  top: 0px;
  opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  cursor: pointer;
}
.widgets .tabs input#tab-2{
  left: 120px;
}
.widgets .tabs input#tab-3{
  left: 240px;
}
.widgets .tabs input#tab-4{
  left: 360px;
}

.widgets .tabs label {


  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F1F1F1));
  background: -webkit-linear-gradient(top, #FFFFFF 0%,#F1F1F1 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%,#F1F1F1 100%);
  background: -ms-linear-gradient(top, #FFFFFF 0%,#F1F1F1 100%);
  background: linear-gradient(top, #FFFFFF 0%,#F1F1F1 100%);
 
  font-size: 10px;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0 20px;
  float: left;
  display: block;
  width: 33.33%;
  color: #222;
  top: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  /*border-radius: 3px 3px 0 0;*/
  box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.widgets .tabs label:after {
    content: '';
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  display: block;
}

.widgets .tabs input:hover + label {
  background: #E4E4E4;
  top: -8px;
  -webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}
.widgets .tabs input:hover + label:after{
  background: #EBEBEB;
}
.widgets .tabs input:hover + label ~ .clear-shadow {
    top: -8px;
  -webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.widgets .tabs input:checked:hover + label {
    top: 0;
}
.widgets .tabs input:checked:hover + label:after{
  background: #fff;
}
.widgets .tabs input:checked:hover + label ~ .clear-shadow {
    top: 0;
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.widgets .tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
    z-index: 3;
}

.widgets .tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
    z-index: 2;
}

.widgets .tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
    z-index: 1;
}

.widgets .tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
    z-index: 0;
}
.widgets .tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.widgets .tab-label-2 {
    z-index: 3;
}

.widgets .tab-label-3 {
    z-index: 2;
}

.widgets .tab-label-4 {
    z-index: 1;
}

.widgets .tabs input:checked + label {
    background: #fff;
  z-index: 6;
  -webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.widgets .clear-shadow {
    background: #5ba4a4;
  position: relative;
  top: 0;
    height: 10px;
  margin-bottom: -10px;
    clear: both;
  z-index: -2;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.widgets .content {
    background: #fff;
  position: relative;
    width: 100%;
  height: 370px;
  z-index: 5;
  overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.widgets .content div {
    position: absolute;
  top: 0;
  left: 0;
  bottom: 100%;
  padding: 5px;
  overflow: hidden;
  z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.widgets .tabs input.tab-selector-1:checked ~ .content .content-1,
.widgets .tabs input.tab-selector-2:checked ~ .content .content-2,
.widgets .tabs input.tab-selector-3:checked ~ .content .content-3,
.widgets .tabs input.tab-selector-4:checked ~ .content .content-4 {
  bottom: 0px;
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.2s;
    -moz-transition: all ease-out 0.2s 0.2s;
    -o-transition: all ease-out 0.2s 0.2s;
    -ms-transition: all ease-out 0.2s 0.2s;
    transition: all ease-out 0.2s 0.2s;
}

.widgets .content div h2,
.widgets .content div h3{
  color: #383E4B;
}
.widgets .content div p {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
  margin: 0;
  color: #777;
  padding-left: 5px;
  font-family: Cambria, Georgia, serif;
  border-left: 8px solid rgba(63,148,148, 0.1);
}

.widgets .clearly_widget_tabs_last{
  clear: both;
}

.widgets .clearly_widget_tabs_last .clear{
  border-bottom: 1px solid #E9E9E9;
  overflow: hidden;
}
.widgets .clearly_widget_tabs_last .clear:last-child{
  border-bottom: 0;
}
.widgets .clearly_widget_tabs_last img,.widgets .moduleE  img{
  width: 80px;
  height: 80px;
  float: left;
  margin: 5px 0;
  margin-right: 15px;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;

}

.widgets .moduleE h5{
  margin: 0;
}
 
.widgets .clearly_widget_tabs_last a{
  text-decoration: none;
}

.widgets .clearly_widget_tabs_last a img, .widgets .moduleE a img{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;

}

.widgets .clearly_widget_tabs_last a img:hover, .widgets .moduleE a img:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.widgets .tabs_tags{}
.widgets .tabs_tags a{text-decoration: none;}

.widgets ul{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    padding-left: 0;
    margin-left: 0;
}

.widgets ul li{
  list-style-type: none;

}
.widgets ul li:before{
  /*content: "\f105";*/
  /*padding-left: 5px;*/
}

.widget .carousel-slider.flexslider .slides li:before {
  content: "" !important;
  list-style-type: none;
  display: none;
}




/* =Titles
-------------------------------------------------------------- */

.widget-title,
.widget-title-home h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
}

.top-widget .widget-title {
  font-size: 14px;
  padding: 0;
  text-align: right;
}

.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}

.title-404 {
  color: #993333;
}



/* =404 Page 
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
  /*width: auto;*/
}
 .err404{margin-top: 0px !important}



/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color      : #111111;
  display    : block;
  font-size  : 16px;
  line-height: 20px;
  margin     : 0px 0;
  padding    : 0 5px;
  overflow   : hidden; 
  clear      : both;
}

.navigation a {
  color: #fff;
  /*padding: 4px 10px;*/
  line-height: 15px;
}

.navigation a:hover {
  color: #111111;
  text-decoration: none;
}

.navigation .previous {
  float: left;
  width: 48%;
  /*background: url(images/leftarrow.png) 0px no-repeat;*/
  /*padding-left: 42px;*/
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
}

.navigation .next {
  float: right;
  /*background: url(images/rightarrow.png) 94% no-repeat;*/
  /*padding-right: 42px;*/
  width: 48%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 12px;
  
}

.navigation i{
  font-size            : 24px;
  background           : transparent;
  border-radius        : 0;
  -moz-border-radius   : 0;
  -webkit-border-radius: 0px;
  -o-border-radius     : 0;
  display              : table;
  float                : left;
  margin-right         : 5px;
  color                : #DADADA;
}

.navigation table{border: 0;margin: 0;padding: 0}
.navigation table td{border: 0;}
.navigation table td td{border: 0;}
.navigation table tbody tr > td:nth-child(1) {
    width: 32px;
}

.navigation .next:hover i,.navigation .previous:hover i{
  color: #333;
}

.navigation .next:hover a,.navigation .previous:hover a{
  color: #111111;
}


.navigation i:hover{
  color: #333;
}

.navigation .bracket {
  font-size: 36px;
}



/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0;
}
#comments{
  
}
#comments h3{
  font-size: 20px;
  margin: 45px 0;  
}
#comments a{
  font-size: 13px;
}
.commentlist {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0;
  font-size: 14px;
  color: rgb(83, 83, 83);
  font-weight: normal;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
  color: #111111;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.commentlist li.alt {
  background: #f9f9f9;
}

.commentlist .children {
  list-style: none;
  margin-left: 10px;
  padding: 10px;
  padding-left: 50px;
}

.commentlist .avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}


.comment-author{
  line-height: 16px !important;
  font-size: 18px;
}
.comment-author .fn {
}

.comment-author .says {
  color: #999999;
  font-size: 12px;
}

.comment-body .comment-meta {
  color: #999999;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  float: right;
  right: 0;
  top: 0;
}

.comment-body .comment-meta a {
  font-size: 11px;
}

.comment-body {
  clear: both;
  padding: 10px;
}

.comment-body p {
  clear: both;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 13px;
  font-size: 15px;
  padding: 5px;
  color: #5A5A5A;
  font-weight: normal;
  margin-bottom: 0;
}

.comment-body .reply {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.pingback, .trackback {
  list-style: none;
  margin: 20px 0;
}

.pingback cite,
.trackback cite {
  font-style: normal;
}

#pings,
#comments {
  text-align: left;
}

#respond {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image: linear-gradient(top, #ffffff, #eaeaea);
  border: 1px solid #cccccc;
  border-bottom-color: #aaaaaa;
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
  margin-top: 15px;
  padding: 10px 20px 50px;
  font-size: 12px;
}

#respond label {
  display: inline;
}

.reply {
  margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
}

.nocomments {
  color: #999999;
  font-size: .9em;
  text-align: center;
}





/* =HOME 
-------------------------------------------------------------- */


.post-clearly-index{
  margin-left: 0 !important;
}
.post-clearly-index h2{
  font-size: 25px;
  font-family: 'Open Sans Condensed',arial;
}
.post-clearly-index h2 a{
  font-weight: 600;
  color: #333;

  transition: color 0.5s ;
  /* Safari */
  -webkit-transition:color 0.5s ;
}
.post-clearly-index h2 a:hover{
  color: #0066CC;
}
.post-clearly-index p{
  margin: 0;
}



/* =MODULES 
-------------------------------------------------------------- */
.post-clearly-index.moduleA{
  margin: 25px 0;
}
.post-clearly-index.moduleA img{
  width: 270px;
  height: 180px !important;
  margin: 0;
}
.widget .post-clearly-index.moduleA img{
  width: 130px;
  height: 80px !important;
  margin: 0;
  float: left;
}
.widget .post-clearly-index.moduleA h4{
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
}
.widget .post-clearly-index.moduleA .meta_data_post{
  margin:0; 
}

.widget .post-clearly-index.moduleA h4 a{
  display: inline;
  font-size: 15px;
  font-weight: normal !important;
}
.post-clearly-index.moduleA .img_wrap{
  width:260px;
}
.widget .post-clearly-index.moduleA .img_wrap{
  width:auto;
}
.post-clearly-index.moduleA .right{float:right;margin-left:20px; }
.post-clearly-index.moduleA .left{float: left;margin-right:20px; }
.post-clearly-index.moduleA .meta_data_post{
  margin: 0px 0 ;
}




.post-clearly-index.moduleB{margin-bottom: 25px !important;}
.post-clearly-index.moduleB h2 {
  font-size: 25px;
  margin-top: 12px;
}
.post-clearly-index.moduleB p {
  line-height: 16px;  
}

.footer-widgets .moduleB,.footer-widgets .moduleA,.footer-widgets .moduleC,.footer-widgets .moduleD,.footer-widgets .moduleE,.footer-widgets .moduleF{
  color: #fff !important;
}
.footer-widgets .moduleB a,.footer-widgets .moduleA a,.footer-widgets .moduleC a,.footer-widgets .moduleD a,.footer-widgets .moduleE a,.footer-widgets .moduleF a{
  color: #fff  !important;
}

.post-clearly-index.moduleB .post-thumbnail-wrap{width: 99%;}

.post-clearly-index.moduleB img{
  /*border-radius: 2px;*/
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.post-clearly-index.moduleB img:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.post-clearly-index.moduleB.orientation_rgiht{
  margin-left: 10px !important;
}
.post-clearly-index.moduleB.columns_2 {
  width: 49% !important;
  margin: 0;
  padding: 0;
}
.widget .post-clearly-index.moduleB .img-post-clearly img {
  height: 120px !important;
  /*width: 100%;*/
}
.widget .post-clearly-index.moduleB h4{
  font-size: 13px;
  margin-bottom: 0;
}


.post-clearly-index.moduleC .post-cleary-index{ 
  border-bottom: 1px solid rgb(241, 241, 241);
  width: 100%;
}
.post-clearly-index.moduleC p{
  margin: 0;
}
.post-clearly-index.moduleC .meta_data_post{
  margin: 0 !important;
}


.widget .moduleC{
  overflow: hidden;
}
.widget .moduleC h4{
  margin-bottom: 0;
  font-size: 14px;
}
.widget .moduleC .columns_1{
  margin-bottom: 10px;
  width: 100%;
}
.widget .moduleC .meta_data_post{
  margin: 0 !important;
}
.widget .meta_data_post{
  font-size: 11px;
}-ñ

.widget .moduleE h5{
  margin: 0
}
.widget .moduleE .feature{
  margin: 0;
  /*margin-top: -20px;*/
}
.widget .moduleE .mini-post{

}
.footer-widgets .widget .moduleE .mini-post .post-thumbnail-wrap {
  width: 100%;
}


.widget .moduleE p{
  margin-bottom: 0;
}
.widget .moduleE .mini-post img{
  width: 25%;
}
.widget .moduleE .mini-post .post-thumbnail-wrap{
  float: left;
  display: inline;
}
.widget .moduleE .mini-post h4{
  float: left;
  display: inline;
  width: 65%;
}
.widget .moduleE .mini-post img {
  width: 100% !important ;
}
.widget .moduleE .mini-post .post-thumbnail-wrap {
  width: 100%
}

.block-2columns-clearly.moduleD{margin-top: 25px;}
.block-2columns-clearly.moduleD h3 a{font-weight: normal;}
.block-2columns-clearly.moduleD img,.block-2columns-clearly.moduleE img{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80)  ;
  opacity: 0.8 ;

  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;

  /*border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;*/
}

.block-2columns-clearly.moduleD img:hover,.block-2columns-clearly.moduleE img:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ;
  filter: alpha(opacity=100)  ;
  opacity: 1 ;
}

.block-2columns-clearly.moduleD .feature img{width: 95%;height: 200px;margin: 0;}
.block-2columns-clearly.moduleD .mini-post .overflow{margin-top: 10px; vertical-align: top;overflow: hidden;}
.block-2columns-clearly.moduleD .mini-post img{width: 130px;height: 100px;float: left;vertical-align: top;margin: 0 10px 0 0;}
.block-2columns-clearly.moduleD .mini-post .overflow .featured-image {width: 130px;height: 100px; vertical-align: top;overflow: hidden;}

.block-2columns-clearly.moduleE{margin-bottom: 25px;margin-top: 20px;}
.block-2columns-clearly.moduleE .post-thumbnail-wrap{width: 99%}
.block-2columns-clearly.moduleE .feature img{width: 98%;height: 200px;margin: 0;}
.block-2columns-clearly.moduleE .mini-post{width: 100%;width: 100%;border-bottom: 1px solid #E9E9E9;padding-bottom: 10px;}
.block-2columns-clearly.moduleE .mini-post img{width: 130px;height: 100px;float: left;vertical-align: top;margin: 0 10px 0 0;}

.widget .block-2columns-clearly.moduleE{margin-top: 0 !important}



.home-menu{
  width: 58px;
  height: 36px;
  /*background: url(images/home.png) 20px 13px no-repeat !important;*/
  /*margin-left: 0 !important;*/
}
.home-menu span{
  padding: 0 !important;
  background: transparent;
  font-size: 27px;
} 
.is_home .home-menu{
  /*background: #02B8FA url(images/home.png) 0px -26px no-repeat !important;*/
  width: 25px;
  height: 19px;
  display: block;
  font-size: 27px;
}

.current-menu-item.home-menu{
  /*height: 19px;*/
  height:29px;
}
.home-menu a{
  overflow: hidden;
  width: 58px;
  height: 42px;
  /*height: auto;*/
  /*padding:13px 5px 3px 18px !important;*/
}
.is_home a{
  /*overflow: hidden;
  height: 24px;*/
}

.is_home li.concurrent{
  margin-left: 0 !important;
  background: #02B8FA;
}
.is_home li a{
  /*padding-bottom: 10px !important;*/
}
.moduleA a,.moduleB a,.moduleC a,.moduleD a,.moduleE a,.moduleF a,{
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.block-2columns-clearly a{
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}







/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

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

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

.aligncenter {
  display: block;
  margin: 5px auto;
}

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

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

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

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

.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  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: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
}

img.wp-smiley {
  vertical-align: middle;
}






/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  max-width: 155px;
}

.gallery img {
  border: 1px solid #dddddd;
}

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br+br {
  display: none;
}

.attachment-gallery img {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}







/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  margin: 15px auto;
  /*width: auto;*/
}








/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'].button,
input[type='button'].button,
input[type='submit'].button {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-border-radius: 2px;
  background-color: #f9f9f9; /* Alabaster */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
  font-size: 14px;
  /*font-weight: 700;*/
  line-height: 20px;
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid;
  margin: 5px;
}

a.button:hover,
input[type='reset'].button:hover,
input[type='button'].button:hover,
input[type='submit'].button:hover {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  border: 1px solid #dddddd;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #333333 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
  border: 1px solid;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
  background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}







/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
  text-align: center;
}

.call-to-action a.button {
  font-size: 24px;
  padding: 15px 35px;
}

.call-to-action a.button:hover {
  text-decoration: none;
}

.ie7 .call-to-action a.button {
  padding: 11px 35px 19px 35px;
}







/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
  font-size: 10px;
  padding: 3px 6px;
}

.medium a.button {
  font-size: 16px;
  padding: 8px 16px;
}

.large a.button {
  font-size: 18px;
  padding: 10px 35px;
}

.xlarge a.button {
  font-size: 24px;
  padding: 12px 55px;
}








/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
  background-color: #1874cd; /* Dodger Blue */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
  background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
  background-image: linear-gradient(top, #4f9eea, #1874cd);
  border: 1px solid #115290;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
  text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
  background-color: #7db7f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
  background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
  background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
  background-image: linear-gradient(top, #7db7f0, #1874cd);
  border: 1px solid #115290;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
  text-shadow: 0 -1px 0 #115290;
}

a.red {
  background-color: #cd0000; /* Red 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
  background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
  background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
  background-image: -o-linear-gradient(top, #ff2323, #cd0000);
  background-image: linear-gradient(top, #ff2323, #cd0000);
  border: 1px solid #890000;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
  text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
  background-color: #ff5656;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
  background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
  background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
  background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
  background-image: -o-linear-gradient(top, #ff5656, #cd0000);
  background-image: linear-gradient(top, #ff5656, #cd0000);
  border: 1px solid #890000;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
  text-shadow: 0 -1px 0 #890000;
}

a.orange {
  background-color: #ff7f00; /* Dark Orange 1 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
  background-image: linear-gradient(top, #ffaa55, #ff7f00);
  border: 1px solid #bb5d00;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
}

a.orange:hover {
  background-color: #ffc388;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
  background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
  background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
  background-image: linear-gradient(top, #ffc388, #ff7f00);
  border: 1px solid #bb5d00;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
  text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
  background-color: #ecca06; /* Yellow Gold */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
  background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
  background-image: linear-gradient(top, #fff2aa, #ffd700);
  border: 1px solid #bb9e00;
  color: #161300  !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
  text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
  background-color: #fffadd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
  background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
  background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
  background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
  background-image: -o-linear-gradient(top, #fffadd, #ffd700);
  background-image: linear-gradient(top, #fffadd, #ffd700);
  border: 1px solid #bb9e00;
  color: #161300 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
  text-shadow: 0 1px 0 #ffffff;
}

a.green {
  background-color: #2e8b57; /* Sea Green 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
  background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
  background-image: linear-gradient(top, #4bc380, #2e8b57);
  border: 1px solid #1d5837;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
  background-color: #71d09b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
  background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
  background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
  background-image: linear-gradient(top, #71d09b, #2e8b57);
  border: 1px solid #1d5837;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
  text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
  background-color: #838b83; /* Honey Dew 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
  background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
  background-image: -moz-linear-gradient(top, #afb4af, #838b83);
  background-image: -ms-linear-gradient(top, #afb4af, #838b83);
  background-image: -o-linear-gradient(top, #afb4af, #838b83);
  background-image: linear-gradient(top, #afb4af, #838b83);
  border: 1px solid #626862;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
  text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
  background-color: #c9cdc9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
  background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
  background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
  background-image: linear-gradient(top, #c9cdc9, #838b83);
  border: 1px solid #626862;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
  text-shadow: 0 -1px 0 #626862;
}

a.purple {
  background-color: #5d478b; /* Medium Purple 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
  background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
  background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
  background-image: -o-linear-gradient(top, #8771b6, #5d478b);
  background-image: linear-gradient(top, #8771b6, #5d478b);
  border: 1px solid #3f305e;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
  text-shadow: 0 -1px 0 #3f305e;
}

a.purple:hover {
  background-color: #a492c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
  background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
  background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
  background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
  background-image: -o-linear-gradient(top, #a492c8, #5d478b);
  background-image: linear-gradient(top, #a492c8, #5d478b);
  border: 1px solid #3f305e;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
  text-shadow: 0 -1px 0 #3f305e;
}

a.pink {
  background-color: #cd1076; /* Deep Pink 3 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
  background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
  background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
  background-image: -o-linear-gradient(top, #f042a0, #cd1076);
  background-image: linear-gradient(top, #f042a0, #cd1076);
  border: 1px solid #8e0b52;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
  background-color: #f471b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
  background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
  background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
  background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
  background-image: -o-linear-gradient(top, #f471b8, #cd1076);
  background-image: linear-gradient(top, #f471b8, #cd1076);
  border: 1px solid #8e0b52;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
  text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
  background-color: #b22222; /* Fire Brick */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
  background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
  background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
  background-image: linear-gradient(top, #dd4c4c, #b22222);
  border: 1px solid #791717;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
  text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
  background-color: #e57777;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
  background-image: -webkit-linear-gradient(top, #e57777, #b22222);
  background-image: -moz-linear-gradient(top, #e57777, #b22222);
  background-image: -ms-linear-gradient(top, #e57777, #b22222);
  background-image: -o-linear-gradient(top, #e57777, #b22222);
  background-image: linear-gradient(top, #e57777, #b22222);
  border: 1px solid #791717;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
  text-shadow: 0 -1px 0 #791717;
}

a.gold {
  background-color: #8b6508; /* Dark Golden Rod 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
  background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
  background-image: linear-gradient(top, #db9f0d, #8b6508);
  border: 1px solid #6b4e06;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
  text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
  background-color: #f3b828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
  background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
  background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
  background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
  background-image: -o-linear-gradient(top, #f3b828, #8b6508);
  background-image: linear-gradient(top, #f3b828, #8b6508);
  border: 1px solid #6b4e06;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
  text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
  background-color: #8b4513; /* Saddle Brown */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
  background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
  background-image: linear-gradient(top, #d66a1d, #8b4513);
  border: 1px solid #4f270b;
  color: #fff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
  text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
  background-color: #8b4513;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
  background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
  background-image: -moz-linear-gradient(top, #e58541, #8b4513);
  background-image: -ms-linear-gradient(top, #e58541, #8b4513);
  background-image: -o-linear-gradient(top, #e58541, #8b4513);
  background-image: linear-gradient(top, #e58541, #8b4513);
  border: 1px solid #4f270b;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
  text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
  background-color: #c0c0c0; /* Silver */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
  background-image: linear-gradient(top, #eaeaea, #c0c0c0);
  border: 1px solid #9e9e9e;
  color: #444444 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
  text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
  background-image: linear-gradient(top, #ffffff, #c0c0c0);
  border: 1px solid #9e9e9e;
  color: #444444 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
  text-shadow: 0 1px 0 #ffffff;
}

a.gray {
  background-color: #696969; /* Dim Gray */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
  background-image: -webkit-linear-gradient(top, #939393, #696969);
  background-image: -moz-linear-gradient(top, #939393, #696969);
  background-image: -ms-linear-gradient(top, #939393, #696969);
  background-image: -o-linear-gradient(top, #939393, #696969);
  background-image: linear-gradient(top, #939393, #696969);
  border: 1px solid #474747;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
  text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
  background-color: #adadad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
  background-image: -webkit-linear-gradient(top, #adadad, #696969);
  background-image: -moz-linear-gradient(top, #adadad, #696969);
  background-image: -ms-linear-gradient(top, #adadad, #696969);
  background-image: -o-linear-gradient(top, #adadad, #696969);
  background-image: linear-gradient(top, #adadad, #696969);
  border: 1px solid #474747;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
  text-shadow: 0 -1px 0 #474747;
}

a.black {
  background-color: #080808; /* Black */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
  background-image: -webkit-linear-gradient(top, #323232, #080808);
  background-image: -moz-linear-gradient(top, #323232, #080808);
  background-image: -ms-linear-gradient(top, #323232, #080808);
  background-image: -o-linear-gradient(top, #323232, #080808);
  background-image: linear-gradient(top, #323232, #080808);
  border: 1px solid #000000;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
  text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
  background-color: #4c4c4c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
  background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
  background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
  background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
  background-image: -o-linear-gradient(top, #4c4c4c, #080808);
  background-image: linear-gradient(top, #4c4c4c, #080808);
  border: 1px solid #000000;
  color: #ffffff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
  text-shadow: 0 -1px 0 #000000;
}

/* =input:type["submit,button"] */
button,input[type='reset'],input[type='button'],input[type='submit']
{
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 20px auto;
  color: #ccc;
  background-color: #555;
  background: -webkit-linear-gradient(#888, #555);
  background: linear-gradient(#888, #555);
  border: 0 none;
  border-radius: 3px;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

button:hover,input[type='reset']:hover,input[type='button']:hover,input[type='submit']:hover,
button:focus,input[type='reset']:focus,input[type='button']:focus,input[type='submit']:focus,
{
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
  
@-webkit-keyframes pulsate
{
  0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
  50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
  100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}
    
@keyframes pulsate
{
  0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
  50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
  100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}

button:active,input[type='reset']:active,input[type='button']:active,input[type='submit']:active
{
  color: #fff;
  text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-animation: none;
  animation: none;
}







/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding: 15px;
  text-align: left;
}

.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #212121;
}

.address {
  background-color: #f6f5ef;
  border: 1px solid #cdc9a5;
  color: #212121;
}

.notice {
  background-color: #fbf9e9;
  border: 1px solid #e3cf57;
  color: #212121;
}

.success {
  background-color: #f9fde8;
  border: 1px solid #a2bc13;
  color: #212121;
}

.download {
  background-color: #fff4e5;
  border: 1px solid #ff9912;
  color: #212121;
}

.information {
  background-color: #eef3f6;
  border: 1px solid #6ca6cd;
  color: #212121;
}

.required {
  color: #d5243f;
}







/* =Breadcrumb*/
-------------------------------------------------------------- */
#crumbs {
  padding: 10px 0 0 0;
  font-size: 10px;
  color: #ccc;
  border-bottom: 1px solid rgb(248, 248, 248);
  margin-bottom: 32px;
}
#content #crumbs,#content #crumbs a{
  opacity: 0.3;
  transition: opacity 0.5s ease;
}
#content #crumbs:hover,#content #crumbs a:hover{
  opacity: 1;
}






/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
  padding: 40px 0 0 0;
}

#breadcrumb a {
  color: #0066cc;
  font-size: 12px;
  font-weight: 400;
}

#breadcrumb a:hover {
  color: #444444;
  text-decoration: none;
}

#content-woocommerce {
  margin-top: 40px;
  margin-bottom: 20px;
}

.products ul, ul.products {
  margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
  width: 100%;
}

table.shop_table {
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
  cursor: text;
}
.woocommerce .woocommerce-breadcrumb{
  display: none;
}
.woocommerce #container{
  border-left: 0;
  border-right: 0;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  color: #111;
  font-size: 18px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
  min-height: 18px;
  min-width: 32px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 26px;
  top: 6px;
  left: 6px;
  margin: 0;
  /* -webkit-border-radius: 20px; */
  /* border-radius: 20px; */
  background: #ee7f57;
  background: -webkit-gradient(linear,left top,left bottom,from(#ee7f57),to(#e95c29));
  background: -webkit-linear-gradient(#ee7f57,#e95c29);
  background: -moz-linear-gradient(center top,#ee7f57 0%,#e95c29 100%);
  background: -moz-gradient(center top,#ee7f57 0%,#e95c29 100%);
  text-shadow: 0 -1px 0 #e95c29;
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
  left: 50% !important;
}
.button.add_to_cart_button.product_type_simple{
  display: none;
}
.woocommerce .product-type-simple .onsale{
  display: none;
 }
 .woocommerce ul span{
  /*float: none;*/
 }
 .woocommerce-page ul.products li.product .price{
  text-align: center;
  margin: 0;
 }
  .woocommerce-page ul.products li.product span{
    float: none;
  }
.woocommerce-page ul.products li.product a img{
  padding: 5px;
  border:2px solid white;
}
.woocommerce-page ul.products li.product a img:hover{
  border:2px solid #919191;
}
.woocommerce-page ul.products li.product ins .amount{
  color:#53A93F;
}
.woocommerce-page #content div.product div.images img{
  padding: 5px;
  margin: 0;
}

.woocommerce-page .woocommerce-tabs{
  width: 49%;
  float: right;
  clear: none !important;
}
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a{
  font-weight: normal;
}

.woocommerce-page .related.products{
  overflow: hidden;
  clear: both;
}

.woocommerce-page .related.products img{
  width: 200px !important;
  /*height: 200px;*/
}

.woocommerce .related ul li.product{
  width: auto !important;
}
.woocommerce-page .related.products ul.products li.last{
  margin: 0 3.8% 2.992em 0 !important;
}
.woocommerce-page ul.products li.first{
  clear: clear !important; 
}
.woocommerce-page ul.products li.product{
  margin: 0 2.8% 2.992em 0 !important;
}
.woocommerce-page .related.products ul.products li.first{
  clear: none;
}







/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
  float: right;
  text-align: left
}

.rtl .icl_languages_selector {
  float: left;
  text-align: right
}

@media screen and (max-width: 650px) {
  .icl_languages_selector,
  .rtl .icl_languages_selector {
    float: none;
  }
}







/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
  display: inline;
  list-style-type: none;
}







/* =Footer
-------------------------------------------------------------- */
#footer {
  font-size: 11px;
  line-height: 1.5em;
  padding-bottom: 0;
  border-top: 6px solid #686868;
}

#footer a {
  color: #333333;
  font-weight: 400;
}

#footer a:hover {
  color: #444444;
}

#footer-wrapper .grid.col-940 {
  margin: 0;
}

.scroll-top {
  text-align: center;
}

.copyright {
  text-align: right;
}

.powered {
  text-align: right;
}

.credicts{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;

  padding: 5px;
  margin: 10px;
  color: #fff;
  background: #535353;
}






/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: right;
}

#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .google-plus-icon,
#footer .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}






/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}


.center {
  text-align: center;
}

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




/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}

.clear{
  clear: both;
}






/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}

[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}






/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}










/* MENU RESPOSIVE***********************************************
-------------------------------------------------------------- */
.megamenu {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
    position: relative;
    /*font-family: Calibri, Arial;
    font-size: 15px;
    border: solid 1px #ccc;*/
    text-align: center;
}
.megamenu li {
    float: left;
    display: inline;
}
.megamenu>li>a {
    float: left;
    padding: 20px 30px 20px 30px;
    color: #555;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
}
.megamenu>li:hover>a, .megamenu>li.active>a {
    background: #dbdbdb;
}
.megamenu>li.right {
    float: right;
}
.megamenu .dropdown, .megamenu .dropdown li .dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    width: 160px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.megamenu .dropdown {
    top: 59px;
}
.megamenu .dropdown li .dropdown {
    left: 160px;
    top: inherit;
}
.megamenu .dropdown li {
    clear: both;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.megamenu .dropdown li:last-child {
    border-bottom: 0;
}
.megamenu .dropdown li a {
    float: left;
    width: 100%;
    padding: 10px 25px;
    text-decoration: none;
    display: block;
    border: 0 none;
    font-size: 14px;
    color: #444;
    background: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
}
.megamenu .dropdown li:hover>a {
    background: #dbdbdb;
}
.megamenu>li>.megapanel {
    position: absolute;
    display: none;
    background: #fff;
    width: 100.2%;
    top: 58px;
    left: -1px;
    z-index: 99;
    padding: 20px 30px 20px;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.megamenu .megapanel ul {
    margin: 0;
    padding: 0;
}
.megamenu .megapanel img {
    width: 100%;
    border: solid 1px #dedede;
    cursor: pointer;
    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear;
}
.megamenu .megapanel img:hover {
    border: solid 1px #777;
}
.megamenu form.contact input, .megamenu form.contact textarea {
    font-family: Calibri, Arial;
    font-size: 16px;
    color: #444;
    outline: 0;
}
.megamenu form.contact input[type="text"], .megamenu form.contact textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    border: solid 1px #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear;
}
.megamenu form.contact input[type="text"] {
    height: 40px;
}
.megamenu form.contact input[type="text"]:focus, .megamenu form.contact textarea:focus {
    border: solid 1px #999;
}
.megamenu form.contact input[type="submit"] {
    width: 100px;
    height: 35px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: #999;
}

.megamenu .current_page_item a, .megamenu .current-menu-item a{
  color: #000 !important;
  font-weight: bolder;
}



.megapanel .row {
    width: 100%;
    margin-top: 15px;
}
.megapanel .row:first-child {
    margin-top: 0;
}
.megapanel .row:before, .megapanel .row:after {
    display: table;
    content: "";
    line-height: 0;
}
.megapanel .row:after {
    clear: both;
}
.megapanel .row .col1, .megapanel .row .col2, .megapanel .row .col3, .megapanel .row .col4, .megapanel .row .col5, .megapanel .row .col6 {
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.megapanel .row [class*="col"]:first-child {
    margin-left: 0;
}
.megapanel .row .col1 {
    width: 14.893617021276595%}
.megapanel .row .col2 {
    width: 31.914893617021278%}
.megapanel .row .col3 {
    width: 48.93617021276595%}
.megapanel .row .col4 {
    width: 65.95744680851064%}
.megapanel .row .col5 {
    width: 82.97872340425532%}
.megapanel .row .col6 {
    width: 100%}
.megamenu>li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #555;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #eee;
    background: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #383838 0, #1D1E20 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #1D1E20));
    background: -webkit-linear-gradient(top, #383838 0, #1D1E20 100%);
    background: -o-linear-gradient(top, #383838 0, #1D1E20 100%);
    background: -ms-linear-gradient(top, #383838 0, #1D1E20 100%);
    background: linear-gradient(to bottom, #383838 0, #1D1E20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#1D1E20', GradientType=0);
}
.megamenu>li.showhide span.title {
    margin: 15px 0 0 25px;
    float: left;
    color: #fff;
}
.megamenu>li.showhide span.icon1:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 15px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    /*z-index: 1;*/
}
.megamenu>li.showhide span.icon2:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 27px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 1;
}
.skyblue, .skyblue>li.showhide {
    background: #0194be;
    background: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOTRiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTg2YWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0194be 0, #0186ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0194be), color-stop(100%, #0186ab));
    background: -webkit-linear-gradient(top, #0194be 0, #0186ab 100%);
    background: -o-linear-gradient(top, #0194be 0, #0186ab 100%);
    background: -ms-linear-gradient(top, #0194be 0, #0186ab 100%);
    background: linear-gradient(to bottom, #0194be 0, #0186ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0194be', endColorstr='#0186ab', GradientType=0);
}
.skyblue li>a, .skyblue>li.showhide span {
    color: #fff;
}
.skyblue>li:hover>a, .skyblue>li.active>a, .skyblue .dropdown li:hover>a {
    color: #fff;
    background: #0180a3;
}
.skyblue .megapanel img:hover, .skyblue form.contact input[type="text"]:focus, .skyblue form.contact textarea:focus {
    border: solid 1px #0194be;
}
.skyblue form.contact input[type="submit"] {
    background: #0194be;
}
@media(max-width:980px) {
  body{
    margin: 0 auto;
  }
  #top{display: none;}
  .menu_resposive{
    display: block !important;
    margin: 10px;
    width: 100% !important;
  }
  .megamenu>li {
      display: block;
      width: 100%;
      border-bottom: solid 1px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }

    .megamenu .sf-sub-indicator{
      font-size: 30px;
      left: -6px;
      position: relative;
    }

  .megamenu>li:hover, .megamenu>li.active {
      border-top: 0;
  }
  .megamenu>li>a {
      padding: 15px 25px !important;
      font-size: 13px !important;
  }
  .megamenu>li:hover>a, .megamenu>li.active>a {
      padding: 15px 25px;
  }
  .megamenu a {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
  .megamenu .dropdown, .megamenu .dropdown li .dropdown {
      width: 100%;
      display: none;
      left: 0;
      border-left: 0;
      position: static;
      border: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
  .megamenu .dropdown li {
      background: #fff!important;
      border: 0;
  }
  .megamenu .dropdown>li>a {
      padding-left: 40px!important;
  }
  .megamenu>li>.megapanel {
      position: static;
      margin-top: 50px;
  }
  .megapanel .row [class*="col"] {
      float: none;
      display: block;
      width: 100%;
      margin-left: 0;
      margin-top: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .megapanel .row:first-child [class*="col"]:first-child {
      margin-top: 0;
  }
  .megapanel .row {
      margin-top: 0;
  }
  .black {
      background: #222;
  }


  .banner-top{
    display: none;
  }
  #header{
    text-align: center;
  }
}


.menu_resposive{
  display: none;
  padding: 0;
  margin: 0;
}

.menu-main-cleary{
  background: #333;
  height: 43px;
}

/* END MENU */




/* =Widget
    Party where the styles are customized widget
-------------------------------------------------------------- */
.widgets{overflow: hidden;}
.widgets a{
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.widgets h2,.widgets h3 {
  color: #CCCCCC;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 18px;
  font-family: 'open sans condensed',bebasneueregular,arial,verdana;
  font-weight: normal;
  border-bottom: 1px solid #CCCCCC;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.widgets .social-neckwork-widget{}
.widgets .social-neckwork-widget li{ width: 32.33%;float: left;}

.widgets .carousel-direction-nav{
  top: 2px;
}
.widgets .carousel-clearly h2 {
  height: 30px;
}

.widgets .post-clearly-index.moduleA{
  border-bottom: 1px solid #E9E9E9;
}





/* =MENU MULTINIVEL
    Create the menu, and the same multi-level, there are also styles of the 2 positions of menu
-------------------------------------------------------------- */
 
.nav{

}
.nav li {
  float:left;
}

.nav li a{
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav li a {
 
  display:block;

}

.nav li .flecha{
  font-size: 9px;
  padding-left: 6px;
  display: none;
}

.nav li a:not(:last-child) .flecha {
  display: inline;
}

.nav li a:hover {
  background: transparent;
}
.nav li ul li{
  width: 100%;
}

.nav > li a:hover{
  background: #02B8FA;
}
.nav li ul li:hover{
  /*background: #02B8FA;*/
  background: transparent;
}

.nav ul{
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);


}

.nav li {
  position:relative;
}

.nav li > ul {
  display:none;
  position:absolute;
  width:180px;
  background: #333;
  z-index: 9999;
}

  
.nav li ul.sub-menu{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav li ul.sub-menu li a{
  color: #fff !important;
  line-height: 12px;
  font-weight: normal !important;
  font-family: 'Lato';
}

.nav li ul.sub-menu > li{
  position: relative;
}

.nav li ul.sub-menu li.current-menu-item a{
  color: #fff  !important;
}



.nav li:hover > ul {
  display:block;
}

.nav ul.sub-menu{
  position: absolute;
}

.nav li ul li > ul {
  right:-180px;
  top:0;
}


/** custom menu*/
#top,#top2 {
  margin: 0 auto;
  padding: 0;
}

#top{
  border-bottom: 0px solid #383E4B;
}

#topnav,#topnav2 {
  margin: 0;
  padding: 1px 0 2px 0;
  border-top: 0px solid #f0f0f0;
  font-size: 11px;

}
#topnav2{
  border-top: 0;
  border-bottom:1px solid #f0f0f0
}
#topnav2{
  height: 30px;
  border-top: 2px solid #02B8FA;
  clear: both;
  overflow: hidden;
}
#topnav2 .nav > li{}
#topnav2 .nav > li a:hover {
  background: #F0F0F0;
  color: #333;
}

#topnav ul,#topnav2 ul {
  float: left;
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
}
#topnav2 ul {
  float: left;
}
#topnav ul li,#topnav2 ul li {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
}

#topnav ul li{
  border-bottom: 1px solid #333333;
}
#topnav ul li a{
  font-family: Oswald,arial,Georgia, serif;
  font-size: 14px !important; 
  /*font-weight: bold;*/
}
#topnav li a, #topnav li a:link, #topnav li a:visited{
  color: #FFFFFF;
  display: block;
  margin: 0;
  padding: 13px 15px 10px 15px;
  line-height: 19px;
}
#topnav2 li a, #topnav2 li a:link, #topnav2 li a:visited {
  color: #777771 !important;
  display: block;
  margin: 0;
  padding: 3px 8px;
  font-size: 12px;
  font-family: Oswald,arial,Georgia, serif;
  font-weight: normal;
}
.menu-main-cleary{
  width:1085px;
  margin: 0 auto;
}
@media only screen and  (max-width: 980px){
  #topnav ul li a {
    font-size: 10px !important;
  }
  .search-wrapper input{
    width: 80px !important;
  }
}
@media only screen and  (max-width: 875px){
  .search-wrapper input{
    width: 60px !important;
  }
}
@media only screen and  (max-width: 900px){
  .search-wrapper input{
    width: 70px !important;
  }
}
#topnav .current_page_item,#topnav .current-menu-item,
#topnav2 .current_page_item,#topnav2 .current-menu-item,
.current-post-ancestor, .current-menu-parent, .current-post-parent  {
  /*background: #02B8FA;*/
}
.current-post-ancestor a, .current-menu-parent a, .current-post-parent a{
  color: #fff !important;
}
#topnav li,#topnav2 li {
  float: left;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#topnav2 li a{
  color: #000;
}
#topnav2 .current_page_item a,#topnav2 .current-menu-item a{
  color: #fff;
}
#topnav2 li a:hover{}

#topnav2 .sub-menu{
  background: #fff
}






/* =CATEGORY
  Styles of the category in general from when you browse a category
-------------------------------------------------------------- */

.description_category {
  background: #F7F7F7;
  margin: 0 0 30px 0;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.result_category, .result_search{
  padding     : 10px;
  margin      : 10px 0 30px 0;
  padding-left: 55px;
  background  : #F0F0F0 url(images/category.png) 10px 17px no-repeat;
}

.category_wrapper_info{
  overflow: hidden;
  /*margin: 20px 10px 0;*/
  margin: 20px 0px 18px;
}

h3.portero{
  float: left;
  margin: 0;
  margin-right: 10px;
  line-height: 40px;
  font-size: 25px !important;
  color: #000;
}

.resalt{
  height: 12px;
  overflow: hidden;
  margin-top: 5px;
  background: url(images/stripe.png) repeat-x;
  margin-top: 15px;
}

.img.img-post-clearly img{
  height: 180px !important;
}

.post-entry.post-clearly-index {
  margin-bottom: 40px;
}






/* ELEMENTS HTML 
-------------------------------------------------------------- */

/* PLUGIN  Feature POST*/
.cleary_feature_post{
  background: #FFFDFD;
  /* padding: 15px 0 0px 20px; */
  margin: 0px 0 0px -0;
  width: 1085px;
  height: 165px;
  margin-top: 10px;
}

.cleary_feature_post img{
  margin: 0 !important;
  padding: 0;
}

.cleary_feature_post .img_feature{
  margin-right: 10px;
}

.cleary_feature_post .header{
  height: 20px;
  position: relative;
  /*margin-right: 10px;*/
  top: 0px;
  /*width: 15%;*/
  background: #333;
  /*margin: 0 0 0 -20px;*/
  display: none;
}

.cleary_feature_post .header h5{
  font-family: "Lato";
  font-weight: 300;
  font-size: 14px;
  display: inline;
  color: #FFF;
  padding-left: 32px;
  line-height: 22px;
}

.cleary_feature_post .wrapper_close{
  float: right;
}

.cleary_feature_post .wrapper_close .close{
  float: right;
  padding: 2px 8px;
  background: #1A242D;
  color: #A0A0A0;
  font-size: 12px;
  display: block;
  cursor: pointer;
  font-family: "Lato";
  font-weight: 300;

  -webkit-transition: background .25s ;
  -moz-transition: background .25s ;
  -o-transition: background .25s ;
  transition: background .25s ;
}

.cleary_feature_post .wrapper_close .close:hover{
  background: #3C8DC5;
  color: #fff
}


.cleary_feature_post .cleary_feature_post_title{
  position: absolute;
  margin: 0px 9px 0px 0px;
  font-size: 16px;
  font-weight: 100;
  color: #5a5a5a;
  background-color: #ffffff;
  text-decoration: none;
  line-height: 14px;
  padding: 5px 5px 5px 5px;
  z-index: 999;
  width: 190px;
  font-family: 'Open Sans Condensed',arial;
  left: -190px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cleary_feature_post .cleary_feature_post_title:hover{
    color: #ffffff !important;
    background-color: #add136;
}
.cleary_feature_post .li-feature-top:hover .cleary_feature_post_title{
    color: #ffffff !important;  
    left: 0;
}






/* PAGINATE
-------------------------------------------------------------- */
.navigation ul{
  padding: 0;
  margin: 20px 0;
  padding: 0;
}
.navigation ul li a,
.navigation ul li a:hover,
.navigation ul li.active a,
.navigation ul li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation ul li {
  display: inline;
}


.navigation ul li a,
.navigation ul li a:hover,
.navigation ul li.active a,
.navigation ul li.disabled {
  background-color: #D2D6E0;
  color: #fff !important;
  /*border-radius: 3px;*/
  cursor: pointer;
  padding: 10px;
  /*padding: 0.75rem;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.navigation ul li a{

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;


  transition: opacity 1.25s ease-out;
  -moz-transition: opacity 1.25s ease-out;
  -webkit-transition: opacity 1.25s ease-out;
}

.navigation ul li a:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}

.navigation ul li a:hover,
.navigation ul li.active a {
  background-color: #3C8DC5;
  
}
.navigation ul li.active a {
  font-weight: bolder;
}



/* META DATA POST
-------------------------------------------------------------- */

.icon{
  font-family: Fontawesome;
  content: "";

  color: #B0B0B0;
  font-size: 12px;
  padding-right: 4px;
}

.index_post_date_ico,
.index_post_comment_ico,
.index_post_author_ico,
.index_post_category_ico,.
.index_post_view_ico{

  opacity: 0.7;

}

.index_post_category_ico i{font-size: 11px;}
 
.meta_data_post{font-size: 12px;margin-bottom: 10px;color: color: #B0B0B0;}
.meta_data_post.columns_2{font-size: 11px;line-height: 17px}
.meta_data_post span{
  margin-right: 10px;
}




/* IMAGE POST
-------------------------------------------------------------- */

.img-post-clearly {position: relative;}
.img-post-clearly img {
  position: relative;
  width: 98%;
  height: 200px !important;
  margin: 0;
}
.img-post-clearly .tm_bricknews_1_images_icon {
  background-image: url("images/plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.img-post-clearly:hover .tm_bricknews_1_images_icon {
  background-color: #000000;
  opacity: 0.75;
}

.post-entry.columns_2{
  margin-bottom: 10px;
}

.post-entry.columns_1{
  margin-bottom: 20px;
}
.post-entry.columns_1 h2{
  font-size: 150%;
}

.post-entry.columns_1 .meta_data_post{
  margin: 5px 0 10px 0;
}

.post-entry.columns_1 .more-link{
  padding: 5px 10px;
  background: #383E4B;
  color: #fff;
  margin: 8px 0;
  clear: both;
  overflow: hidden;
  text-align: right;
  float: right;


  -webkit-transition: background 0.4s;
  -moz-transition:  background 0.4s;
  -ms-transition:  background 0.4s;
  -o-transition:  background 0.4s;
  transition:  background 0.4s;
}

.post-entry.columns_1 .more-link:hover{
  background: #3C8DC5;
}

.post-cleary-index.columns_2 h2{
  margin-top: 10px;
  font-size: 15px;
}

.widget{
  margin-bottom: 35px;
  font-family: arial;
  font-size: 12px;
}





/* RECENT COMMENTS
-------------------------------------------------------------- */
#recentcomments{padding-left: 0 !important}

#recentcomments .recentcomments{
  list-style-type: none;
  padding-left: 22px;
  background: url(images/icon_comments.png) 0px 6px no-repeat;
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}



/* TAG's
-------------------------------------------------------------- */
.tagcloud{}
.tagcloud span{ display: inline; float: left; }
.tagcloud a {
  background: #dddddd;
  color: #333333;
  display: block;
  float: left;
  /*font-size: 16px !important;*/
  font-family: 'open sans condensed',bebasneueregular,arial,verdana;
  margin: 1px 6px 4px 6px !important;
  padding:1px 6px 1px 6px !important;
  text-decoration: none;

  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget .tagcloud a{
  background: #EBEBEB;
  padding: 5px !important;
}

.tagcloud a:hover {
  background: #3C8DC5;
  color: #fff
}




/* POST
-------------------------------------------------------------- */
.post{}
.post h1{
  font-family: "open sans condensed","arial";
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin: 0px;
}
.post.post-single .meta_data_post{
  font-size: 15px;
  padding-bottom: 1px;
  border-bottom: 1px solid rgb(228, 228, 228);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: arial;
}

.post.type-post {
  font-size: 120%;
}





.post.post-single .tagcloud {
  padding: 5px;
  margin: 0;
  overflow: hidden;
  clear: both;
  border-top: 1px solid rgb(243, 243, 243);
}

.post.post-single .tagcloud a{

  font-size: 13px !important;
  background: transparent;
  color: #000;
  opacity: 0.6;
  border:1px solid gray;

  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;

}

.post.post-single .tagcloud a:hover{
  opacity: 1;
}




/* WIDGET STYLES */
.cleary_widget_last{margin-bottom: 35px;}
.cleary_widget_last .squareffect{
  opacity: 0.6;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  position: relative;
  overflow: hidden;
}
.cleary_widget_last .squareffect img{
  /*max-width: 99%;
  width: 99%;*/
}
.cleary_widget_last .squareffect .img-block-cleary{
  display: block;
}

.cleary_widget_last .squareffect:hover{
  opacity: 1;
}
.cleary_widget_last .cleary_widget_last_title{
  position: absolute;
  margin: 9px 9px 0px 0px !important;
  font-size: 20px;
  font-weight: 100;
  color: #5a5a5a;
  background-color: #ffffff;
  text-decoration: none;
  line-height: 20px;
  padding: 5px 5px 5px 5px !important;
  z-index: 999;
  width: 70%;
  font-family: 'open sans condensed',bebasneueregular,arial,verdana;

  opacity: 0.6;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
}

.cleary_widget_last .cleary_widget_last_title:hover{
    color: #ffffff;
    background-color: #add136;
    opacity: 1;
}
 
.cleary_widget_last .squareffect:hover .cleary_widget_last_title{
    color: #ffffff !important;
    background-color: #02B8FA;
    opacity: 1;
}

.cleary_widget_last .cleary_widget_last_number{
  float: right;
  width: 25%;
  right: 0;

  text-align: center;
  position: absolute;
  margin: 9px 9px 0px 0px !important;
  font-size: 20px;
  font-weight: 100;
  color: #5a5a5a;
  background-color: #ffffff;
  text-decoration: none;
  line-height: 20px;
  padding: 5px 5px 5px 5px !important;
  z-index: 999;
  font-family: 'open sans condensed',bebasneueregular,arial,verdana;

  opacity: 0.6;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;

}

.cleary_widget_last .cleary_widget_last_number:hover{
    color: #ffffff;
    background-color: #add136;
    opacity: 1;
}

.cleary_widget_last .squareffect:hover .cleary_widget_last_number{
    color: #ffffff !important;
    background-color: #02B8FA;
    opacity: 1;
}



/* MAIN CONTAINER
-------------------------------------------------------------- */
.container  { margin: 0 auto;  position: relative; }

.container {
    max-width: 880px; 
} 

.row {
  position: relative;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { 
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; }


/* DEFAULT ROW STYLES */
.row,  { padding-bottom: 2em; } /* set according to preference*/

                  
/* DEFAULT COLUMN STYLES */
.col {
  position: relative;
  display: block;
  float: left;
  width: 100%; 
}

@media (min-width: 690px) {
    .col {
      margin-right: 2%; 
     } 
}

/* RESET MARGINS */
.col.col_last { margin-right: 0; } 
.col:last-child { margin-right: 0; } 


/* COLUMN WIDTH ON DISPLAYS +690px */
@media (min-width: 690px) {
  .span_1 { width: 6.5%; }
  .span_2 { width: 15.0%; }
  .span_3 { width: 23.5%; }
  .span_4 { width: 32.0%; }
  .span_5 { width: 40.5%; }
  .span_6 { width: 49.0%; }
  .span_7 { width: 57.5%; }
  .span_8 { width: 66.0%; }
  .span_9 { width: 74.5%; }
  .span_10 { width: 83.0%; }
  .span_11 { width: 91.5%; }
  .span_12 { width: 100%; }
}



/*-------------------------------------------------------------------------*/
/*  =Main Content
/*-------------------------------------------------------------------------*/

.row .col.section-title {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3em 0px;
  border-bottom: 1px solid #ddd;  
}

#full_width_portfolio .row .col.section-title {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.row .col.section-title.project-title, .row .col.section-title.blog-title {
  margin-bottom: 1.1em;
}

.project-additional {
  margin-left: 0px!important;
  color: #999999;
  font-size: 11px;
  margin-top: 6px;
  margin-bottom: 0px!important;
}

.project-additional li {
  list-style: none!important;
}

.home .row .col.section-title {
  padding: 0px 0px 3em 0px;
}

.row .col.section-title h1, .row .col.section-title h2 {
  margin-bottom: 3px!important;
  font-family: 'OpenSansSemibold';
  letter-spacing: -1px;
  position: relative;
}
.col.section-title h1, .col.section-title h2 {
  margin-bottom: 3px!important;
  font-family: 'OpenSansSemibold';
  letter-spacing: -1px;
  position: relative;
}

.page-template-page-portfolio-php .row .col.section-title h1 {
  margin-bottom: 0px!important;
}

.row .col.section-title h1 {
  top: 3px;
}

.row .col.section-title span {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #888;
  top: 0px;
  position: relative;
  text-transform: none;
  font-family: 'OpenSansLight';
  padding-left: 10px;
}

.row .col.section-title h1 { 
  font-size: 28px; 
  margin-bottom: 12px;
}

.row .col.section-title p {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0px;
  font-family: 'OpenSansLight';
}

.col.section-title p {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0px;
  font-family: 'OpenSansLight';
  margin: 0;
}

.divider {
  height: 20px;
}

.divider-border {
  margin: 35px 0px 35px 0px;
  border-bottom: 1px solid #ddd;
}

.divider-small-border {
  margin: 25px auto 25px auto;
  width: 20%;
  border-bottom: 1px solid #ddd;
}

.light .divider-small-border {
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.col.boxed {
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background-color: #fff;
  padding: 25px 15px 15px 15px;
  position: relative;
  -webkit-transition: top 0.2s linear,-webkit-box-shadow 0.2s linear;
    -moz-transition: top 0.2s linear,-moz-box-shadow 0.2s linear;
    -o-transition: top 0.2s linear,-o-box-shadow 0.2s linear;
    transition: top 0.2s linear,box-shadow 0.2s linear;
}

.col.boxed span.bottom-line {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #E8E8E8;
}

.col.boxed img {
  padding: 0px 15px;
}

.col.boxed:hover {
  top: -4px;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.col.centered-text {
  text-align: center;
}

.col.centered-text img {
  margin: 0 auto!important;
}





/* Carousel slider */
-------------------------------------------------------------- */
.carousel-clearly{
  position: relative;
}

div.carousel-clearly{
  position: relative;
  width: 98%; 
}

.carousel-clearly .carousel-direction-nav i{
  /*background: #383E4B;*/
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  width: 22px;
  height: 23px
}
.carousel-slider.flexslider {
  margin-bottom: 1.25em;
}
.carousel-slider.flexslider .slides li {
  /*margin-right: 25px;*/
  max-width: 150px;
}
.carousel-slider.flexslider .slide-overlay {
  border: 0;
  margin: 0;
  padding: 0.45em 0.5em 0.6em;
  right: 0;
  width: auto;
}
.carousel-slider.flexslider .slide-overlay h3 {
  color: #ccc;
  font-size: 11px; font-size: 1.1rem;
  font-weight: normal;
}
.carousel-direction-nav {
  position: absolute;
  top: 10px;
  right: 0;
}
.carousel-direction-nav i {
  /*background: #222;*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px; 
  /*font-size: 2.2rem;*/
  font-style: normal;
  line-height: 1.1;
  margin-left: 0.25em;
  text-align: center;
  width: 1em;
  height: 1.1em;
}
.carousel-direction-nav i:hover {
  color: #eee;
}
.carousel-slider.flexslider h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.12)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.12), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.12), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.12), rgba(255,255,255,0));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.12), rgba(255,255,255,0));
  border-bottom: 4px solid #aaa;
  color: #eee;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-slider.mini{
  width: 100% !important;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0;
  padding: 5px;
}
.carousel-slider.mini li{
  margin-right               : 10px;
  position                   : relative;
  min-height                 : 100%;
  -webkit-backface-visibility: initial !important;
}
.carousel-slider.mini li div{
   position  :absolute;
   bottom    :0;
   width     :100% !important;
   height    :60px;   /* Height of the footer */
   background:#000;
   opacity   : 0.6;


  -webkit-transition: height  linear 0.1s;
  -moz-transition: height  linear 0.1s;
  -o-transition: height  linear 0.1s;
  -ms-transition: height  linear 0.1s;
  transition: height  linear 0.1s;
}
.carousel-slider.mini li div:hover{
  height: 70px;
}

.carousel-slider.mini li img:hover .carousel-slider.mini li div{

}



.carousel-slider.mini li div h3{
  color    : #fff !important;
  font-size: 13px !important;
}


.carousel-clearly h2{
  border-bottom : 2px solid #383E4B;
  padding-bottom: 0;
  margin-bottom : 0;
  height        : 30px;
}

.carousel-clearly h2 span{
  display   : inline;
  font-size : 15px;
  color     : #fff;
  /*background: #383E4B;*/
  padding   : 4px;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;

  border-radius-topleft: 5px;
  border-radius-topright: 5px;
}
/* Color red */
.carousel-clearly.red .carousel-direction-nav i{
  background: #C56251;
}
.carousel-clearly.red h2{
  border-bottom: 2px solid #C56251;
}
.carousel-clearly.red h2 span{
  background: #C56251; 
}

.carousel-clearly img,.carousel-clearly img.featured-image{
  width: 150px;
  height: 150px;
}




/* <-- Bloques ...  -->
-------------------------------------------------------------- */
.block-2columns-clearly{
  display: block;
}
.block-2columns-clearly h2 {
  border-bottom: 2px solid #383E4B;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 36px;
}
.block-2columns-clearly h4{
  font-size: 11px;
  margin-bottom: 0;
  font-weight: normal;
}
.block-2columns-clearly h4 a{
  font-weight: normal !important;
  font-size: 14px;
}

.block-2columns-clearly h2 span {
  display: inline;
  font-size: 22px;
  color: #333;
  /* background: #383E4B; */
  padding: -1px 8px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-radius-top-left: 5px;
  border-radius-top-right: 5px;
}

.block-2columns-clearly .feature{
  display: block;
  margin-top: 10px;
  float: left;
  margin-right: 0px;
}
.block-2columns-clearly .feature img{
  display: block;
  /*width: 94%;*/
}

.block-2columns-clearly .feature h3{
  font-size: 25px;
  margin-top: 12px;
}

.block-2columns-clearly .mini-post{
  display: block;
  overflow: hidden;
  float: right;
  margin-bottom: 10px;
  width: 50%;
}

.block-2columns-clearly p{
  margin: 0;
  margin-bottom: 32px !important;
  font-size: 16px;
  line-height: 16px;
  color: #838383;
}

.sidebar ul.social {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  /*float: left;*/
}
.sidebar ul.social li {
  background: #fafafa;
}
.sidebar ul.social li {
  /*width: 97px;*/
  height: 97px;
  margin-right: 3px;
  float: left;
  text-align: center;
  margin-bottom: 3px;
  padding: 0;
}
.sidebar ul.social li a {
  display: block;
  width: 98%;
  height: 39px;
  background: #316db7;
  padding: 10px 0 0 0;
}
.sidebar ul.social li a i {
  font-size: 26px;
  color: #FFF;
}
.sidebar ul.social li span {
  color: #696969;
}
.sidebar ul.social li span {
  margin-top: 17px;
  float: left;
  text-align: center;
  width: 100%;
  padding: 0 5px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 14px;
}
.sidebar ul.social li span i {
  font-weight: normal;
}

ul.social li a.facebook {
  background: #316db7;
}
ul.social li a.twitter {
  background: #17a8dd;
}
ul.social li a.rss {
  background: #ff9204;
}
ul.social li a.youtube {
  background: #DA291F;
}
ul.social li a.google-plus {
  background: #383E4B;
}
ul.social li a.comments{
  background: #9498A2;
}

ul.social li a:hover{
  opacity: 0.8
}
ul.social [class^="icon-"], ul.social  [class*=" icon-"]{
  background: transparent;
}



/* Featured Slider Main 
    Styles of the highlights of the main page
*********************************************************************/
.flexslider .slide-overlay {
	/*top: 242px;*/
	/*left: 0;
	right: 0;*/
	color: #aaa;
	padding: 1em;
	position: absolute;
  background: #000;
  opacity: 0.8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  
  padding-bottom: 0;
  width: 55%;
}
.flexslider .slider-category{
  position: absolute;
  top: 0;
  /*float: right;*/
  color: #fff;
  background: rgb(255, 208, 208);
  /*background-image: url(images/bg-dots2.png);*/
  opacity: 0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  /*width: 100%;*/
  padding: 30px 20px;
  text-shadow:1px 1px 0 #333;
  font-size: 50px;
  font-family: 'Open Sans Condensed',arial;
  font-weight: 300;
}


.featured-slider{
  margin-bottom: 40px !important;
  border-top:3px solid #DD5858;
}

.featured-slider .slide-title{
  font: 700 24px/1em "Raleway", sans-serif;
  text-shadow: 1px 1px 0 #000;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Open Sans Condensed',arial;
  font-size: 17px;
}
.featured-slider.flexslider .slide-overlay{
  bottom: 0;
}

.featured-slider .slide-title:hover{
  text-shadow: 1px 0px 0 #2F2F2F;
}

.featured-slider .item-slide-featured{
  z-index: 0 !important;
}

.slide-title.entry-title a{
  color: #FFF !important;
}
.slide-title.entry-title a:hover{
  color: #FFF;
}

.featured-slider .slide-meta{
  font-family: 'Open Sans Condensed',arial;
  font-size: 12px;  
}
img.featured-image{
  /*width: 650px;*/
  /*height: 360px;*/
}
.featured-slider img{
    height: 360px;
}
.top_features .featured-image{
  height: 175px !important
}






/** RELATED POST 
-------------------------------------------------------------- */
.clearly-relate-content-caption {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid rgba(255,255,255,0.5);
  /* box-shadow: 1px 1px 3px rgba(0,0,0,0.5); */
  float: left;
  line-height: 18px;
  margin: 0 10px 15px 0;
  /* max-width: 146px; */
  padding: 5px;
  text-align: center;
  width: 168px;
  height: 220px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 4px solid #fff;
  overflow: hidden;
  background-image: -moz-linear-gradient(top, #f6f2ec, #fff);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #fff));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#fff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#fff')";
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 -4px 0px 1px #fff, 0 0px 1px 0px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 -4px 0px 1px #fff, 0 0px 1px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 -4px 0px 1px #fff, 0 0px 1px 0px rgba(0, 0, 0, 0.65);
}

.clearly-relate-content-caption a {
  color: #252525;
  text-decoration: none;
}

.clearly-relate-content-caption p {
  font-size: 11px;
  margin: 5px;
}

.clearly-relate-content-caption img{
  height: 130px !important;
  margin: 0;
  width: 100%;
}
.clearly-relate-content-caption:hover{

  border:1px solid rgba(255,255,255,0.5);box-shadow:0px 0px 1px rgba(0,0,0,0.5);
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}







 /* Form wrapper styling 
-------------------------------------------------------------- */
.search-wrapper {
  /*width: 150px;*/

  box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
  display: inline;
  margin: 0;
  float: right;
  margin-top: 9px;
  margin-right: 10px;
}
 


/* Form text input
-------------------------------------------------------------- */
 
.search-wrapper input {
  width: 40px;
  height: 26px;
  /* padding: 10px 5px; */
  font: normal 14px 'FontAwesome','lucida sans', 'trebuchet MS', 'Tahoma';
  border: 0;
  background: #EEE;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-style: normal;
}
 
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    /*box-shadow: 0 0 0px rgba(0,0,0,.8) inset;*/
    width: 149px;
}
.search-wrapper input:before{
    font-family: 'FontAwesome';
    color:red;
    position: absolute;
    top: 0px;
    left: -5px;
    content: "\f007";
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #7C808A;
    font-weight: normal;
    font-style: normal;
}
 
.search-wrapper input:-moz-placeholder {
    color: #7C808A;
    font-weight: normal;
    font-style: normal;
}
 
.search-wrapper input:-ms-input-placeholder {
    color: #7C808A;
    font-weight: normal;
    font-style: normal;
}    
 

.xicon-chevron-left:before, .xicon-chevron-right:before {
  content: "≡";
  font-style: normal;
}

.sf-sub-indicator{
  float: right;
  position: relative;
  font-size: 20px;
  left: 4px;
  top: -1px;
  font-weight: normal;
  margin: 0;
}
#topnav li a:hover .sf-sub-indicator{
  color: #fff;
}




/* WP CALENDAR
-------------------------------------------------------------- */
#wp-calendar{
  margin: 0;
}
#wp-calendar caption{
  margin: 0;
  padding: 0;
  background: #ddd;
  text-transform: capitalize;
}



/* HOOK'S Wrap
-------------------------------------------------------------- */
.hook_wrap{ margin: 10px 0; }




/* 
* =Scroll top link inside footer, 
* but fixed relative to viewport
*/
#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background: #555;
  color: #fff;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity:0.7;

  border-radius: 10px;
  -khtml-border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;

  
}






/* 
* When the viewport is 55em 
* (15em wider than the 40em 
* max-width for #content ) 
* it gets a static postion to not 
* overlap the content area 
*/
@media screen and (max-width: 55em) {
  #scrollUp {
    float:right;
    position:static;
    margin:0;
  }
}


/* =Ad */
.ad_below_menu{margin-top: 20px;}
/*.ad_below_menu img{ width: 90%;}*/



/* =Clearly custom */
.withLove_wrap{
  float: left;
}
.withLove_wrap h4{
  color: #ecf0f1;
  text-align: center;
  display: inline;
  float: right;
  font-size: 35px;
  margin-bottom: 1px;
}
.withLove_wrap span{
  color: #fff;
  font-size: 11px;
  float: right;
}
.withLove {
  overflow: hidden;
  cursor: default;
  color: #616c84;
  /*margin: 51PX 0 0 184PX;
  position: absolute;*/
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 30px;
  top: -34px;
  position: relative;
}
.withLove .heart {
  margin: 0 -2px;
  position: relative;
  z-index: 3;
  -webkit-animation: throb 1.33s ease-in-out infinite;
  animation: throb 1.33s ease-in-out infinite;
}

.withLove .heart path {
  fill: #DE6B6A;
}


@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}



/* =Calendar
-------------------------------------------------------------- */
#footer table {
  *border-collapse: collapse; /* IE7 and lower */
  border-spacing: 0;
  color: #fff;
}
#footer td{
  border-right: 1px solid #626262;
  border-bottom: 1px solid #626262;
}
#footer table caption{
  background: transparent;
}
#footer th:first-child {
    border-radius: 6px 0 0 0;
}

#footer th:last-child {
    border-radius: 0 6px 0 0;
}

#footer th:only-child{
    border-radius: 6px 6px 0 0;
}
#footer tbody tr{
  background: transparent;
}
#footer tbody tr:nth-child(even) {
    background: #4D4D4D;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}
#footer th:first-child {
-moz-border-radius: 6px 0 0 0;
-webkit-border-radius: 6px 0 0 0;
border-radius: 6px 0 0 0;
}
#footer table th {
  text-align: left;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-bottom: 1px solid #5E5E5E;
  background-color: transparent;
  background-image: none;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(top, #f5f5f5, #eee);*/
}
#footer th,#footer  td,#footer table {
  border: 1px solid #7A7A7A;
}
#footer table tfoot {
  background: transparent;
}
#footer table a {
  color: #EAEAEA;
  font-weight: bold;
  border-bottom: 1px solid;
}


/*  Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

  body {
  }
}



@media only screen and  (max-width: 1200px){
  #container {
    width: 1024px;
  }

  .menu-main-cleary{
    width: 980px !important;
  }

  #header-wrapper{
    width: 980px;
  }
  #header-inner{
    width: 222px;
  }
  #topnav ul li a {
    font-size: 12px !important;
  }

  .cleary_feature_post{
    width: 985px;
  }
}

@media only screen and  (max-width: 1100px){
  .cleary_feature_post {
     width: 900px;
     margin: 0 auto;
  }
}

@media only screen and  (max-width: 1040px){
  .menu-main-cleary{
     width: 95% !important;
  }
  #container {
    width: 980px;
  }

  .cleary_feature_post {
     width: 900px;
     margin: 0 auto;
  }


}


@media only screen and  (max-width: 1015px){
  .cleary_feature_post {
     width: 770px;
     margin: 0 auto;
  }
}



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

  img {
     border: 0 none;
     max-width: 100%;
     vertical-align: middle;
  }

  .widgets, .grid-right {
    float: none;
  }

  .col-620{
    width: 100%;
  }

  #top2,#top{
    max-width: 95%;
  }
  #top{
    border-bottom: 0 !important;
  }
  #topnav2 ul li {
    margin-left: 0px !important;
  }
  #topnav2{
    border: 0px !important;
  }

  #topnav2{}

  #datetop{
    display: block;
    margin: 0;
    padding: 1px 8px;
    font-size: 9px;
  }

  #datetop:hover{
    background: #F0F0F0;  
  }

  

  #header-wrapper{
    width: auto !important;
  }
  #header-inner{
    float: none !important;
    margin-top: 20px !important;
  }
  #titlewrapper{
    margin: 0 auto;
  }

  #header {
    width: 100%;
    text-align: center;
  }

  #header-wrapper{
    height:100px !important;
  }

  #container{
    /*width: auto !important;*/
    width: 95% !important;
  }


  .social-neckwork-widget{
    text-align: center;
  }
  .social-neckwork-widget li{
    display: inline-block;
    list-style: none;
    float: none !important;
  }

  .cleary_widget_last .squareffect{
    width: 48%;
    float: left;
    margin-bottom: 4px;
  }

  .cleary_widget_last{
    clear: both;
    overflow: hidden;
  }

  #header-inner{
    float: none !important;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
  }

  #header-wrapper .banner-top{
    float: none;
    display: none;
  }

  .menu-main-cleary{
    margin-top: 20px;
  }

  .widget .post-clearly-index.moduleB .img-post-clearly img,
  .widget .post-clearly-index.moduleB .img-post-clearly a{
    width: 100% !important;
  }

}



@media only screen and  (max-width: 900px){
  #header-wrapper{
    height:150px !important;
  }
  #wrapper{
    padding:  0 !important;
  }

  .flexslider{
    margin:0 !important;
    width: 100% !important;
  }
  .cleary_feature_post{
    margin:0 !important;
    width: 100% !important;
    padding: 0 !important; 
  }
  .search-wrapper input{
    width: 75px !important;
  }
}



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

  #wrapper{
    padding:  0 !important;
    margin: 0 !important;
  }

  .flexslider{
    margin:0 !important;
    width: 100% !important;
  }

  .widget {
    float: none;
  }

  .post-entry{
    margin-right: 9%
  }

  #top2,#top{
    display: none;
  }
 
  .featured-slider,.flex-viewport{
    width: 100% !important;
  }

  .flexslider .slides img{
    width: 100%;
  }

  .social-neckwork-widget{
    text-align: center;
  }
  .social-neckwork-widget li{
    display: inline-block;
    list-style: none;
    float: none !important;
  }

  .cleary_widget_last .squareffect{
    width: 48%;
    float: left;
    margin-bottom: 4px;
  }

  .cleary_widget_last{
    clear: both;
    overflow: hidden;
  }

  #header-inner{
    float: none !important;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
  }
  #header-wrapper{
    /*height:50px !important;*/
  }

  #content{
    margin: 0 !important;
    padding: 0 15px;
  }

  #footer{
    margin: 0 !important;
    max-width: 100%;
  }

  .block-2columns-clearly.moduleE .feature img{
    height: 200px !important;
  }

  .block-2columns-clearly.moduleE .mini-post img{
   height: 100px !important; 
  }

  .widget{
    padding: 0 15px;
  }

  .featured-slider {
    margin-top: 30px !important;
  }

  .featured-slider.flexslider .slides img {
    height: 300px !important;
  }

  .post-clearly-index.two-row{
    width: 47% !important;
  }

  .post-entry-single img{
    height: auto !important; 
  }

  .post-entry img{
    height: auto !important; 
  }


  /* =Objects */
  video {
    max-width: 100%;
    height: auto;
  }
  iframe,embed,object {
    max-width: 100%;
  }

  .home-menu {
    height: 43px;
  }

  .block-2columns-clearly p{
    font-size: 12px;
  }

  .block-2columns-clearly .feature h3{
    font-size: 20px;
  }

  .post-clearly-index.moduleB h2{
    font-size: 20px;
  }

  .post-clearly-index.moduleB p{
    font-size: 12px;
  }

 
}


@media only screen and  (max-width: 780px){
  .block-2columns-clearly .feature {
    width: 100%;
  }
  .block-2columns-clearly h4 {font-size: 16px !important;}
  .block-2columns-clearly .mini-post {
    width: 100% !important;
  }

  .featured-slider.flexslider .slides img {
    height: 250px  !important;
  }
}


@media only screen and  (max-width: 640px){
  .sidebar ul.social li {
    width: 90px !important;
  }
}



@media only screen and  (max-width: 600px){
  .header-inner-bg{
    background-image:none !important;
  }
}



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


  .grid {
    float: none;
  }
  .post-entry img {
    height: auto;
  }

  .header-inner-bg{
    background-image:none !important;
  }
  .logo{
    font-size: 180% !important;
  }

  #header-inner{
    margin: 10px 0  !important;
  }

  #titlewrapper{
    font-size: 10px !important;
    line-height: 10px !important;
  }

  #header-wrapper{
    padding: 0 !important;
  }

  .post-entry{
    overflow: hidden;
    clear: both;
  }

  .post h1{
    font-size: 22px !important;
  }

  .post-entry h2{
    font-size: 14px;
  }

  .post-entry .mini_content .meta_data_post{
    display: none;
  }

  .post-entry .mini_content p{
    display: none; 
  }

  .post-entry .img_wrap{
    width: 48%;
  }
  .post-entry .mini_content{
    width: 50%;
  }

  .category_wrapper_info .portero{
    font-size: 14px;
  }

  .block-2columns-clearly.moduleE .feature img{
    height: 100px !important;
  }

  .block-2columns-clearly .feature h3{
    font-size: 14px;
  }

  .block-2columns-clearly.moduleE .mini-post img{
    height: 100px !important;
    width: 100% !important;
  }

  .block-2columns-clearly p{
    display: none;
  }

  .post-clearly-index.moduleA .left{
    width: 100%;
    clear: both;
  }

  .widget .post-clearly-index.moduleB .img-post-clearly img{
    height: 220px !important;
  }
  
 
}

@media only screen and  (max-width: 400px){
  .squareffect{
    width: 100%;
  }
  .clearly-tabs > label span{
    font-size: 12px;
  }
  .aq-template-wrapper .aq_span6,
  .aq-template-wrapper .aq_span4,
  .aq-template-wrapper .aq_span2,
  .aq-template-wrapper .aq_span8,
  .aq-template-wrapper .aq_span10,
  .aq-template-wrapper .aq_span12{
    width: 100%;
  }

  .cleary_widget_last .squareffect{
    width: 100%;
  }
}









/*
  The last 29 days of the month are the hardest
  -nikola tesla
*/