/*
Theme Name: Atomyx
Description:Atomyx is a professional theme with fully responsive design ready to look great on any device. This theme is suitable for any type of websites: news, magazine, blog, shop, built for any needs.
Author: Bechetaru Constantin
Author URI: http://bekero.com
Theme URI: http://bekero.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.7
Tags: two-columns,Custom-menu
*/
/* =============================================================================
   Atomyx Reset 
   ========================================================================== */
   @font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot');
    src: url('font/fontawesome-webfont.eot#iefix') format('embedded-opentype'),
    url('font/fontawesome-webfont.woff') format('woff'),
    url('font/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
  }
  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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  blockquote {
    margin: 0 0 38px 0;
    padding: 20px 20px 0 20px;
    background: #FAFAFA;
    border-left: 5px solid #A4A7AA;
  }
  table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 10px;
  }
  caption, th, td {
    text-align: left;
    font-weight: normal;
  }
  .bg-overlay {
  background: url(images/grid.png) repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -10;
}             

  .container                                  { position: relative; width: 1170px; margin: 0 auto; padding: 0; }
  .container .column,
  .container .columns                         { float: left; display: inline; }
  .row                                        { margin-bottom: 20px; }
  .column.alpha, .columns.alpha               { margin-left: 0; }
  .column.omega, .columns.omega               { margin-right: 0; }
  .container .one.column,
  .container .one.columns                     { width: 40px;  }
  .container .two.columns                     { width: 100px; }
  .container .three.columns                   { width: 160px; }
  .container .four.columns                    { width: 250px; }
  .container .five.columns                    { width: 275px; }
  .container .six.columns                     { width: 330px; }
  .container .seven.columns                   { width: 400px; }
  .container .eight.columns                   { width: 460px; }
  .container .nine.columns                    { width: 520px; }
  .container .ten.columns                     { width: 580px; }
  .container .eleven.columns                  { width: 780px; }
  .container .twelve.columns                  { width: 700px; }
  .container .thirteen.columns                { width: 760px; }
  .container .fourteen.columns                { width: 820px; }
  .container .fifteen.columns                 { width: 880px; }
  .container .sixteen.columns                 { width: 940px; }
  .container .one-third.column                { width: 375px; height: 375px; padding-left: 5px; }
  .container .two-thirds.column               { width: 620px; }
  /* Offsets */
  .container .offset-by-one                   { padding-left: 60px;  }
  .container .offset-by-two                   { padding-left: 120px; }
  .container .offset-by-three                 { padding-left: 180px; }
  .container .offset-by-four                  { padding-left: 240px; }
  .container .offset-by-five                  { padding-left: 300px; }
  .container .offset-by-six                   { padding-left: 360px; }
  .container .offset-by-seven                 { padding-left: 420px; }
  .container .offset-by-eight                 { padding-left: 480px; }
  .container .offset-by-nine                  { padding-left: 540px; }
  .container .offset-by-ten                   { padding-left: 600px; }
  .container .offset-by-eleven                { padding-left: 660px; }
  .container .offset-by-twelve                { padding-left: 720px; }
  .container .offset-by-thirteen              { padding-left: 780px; }
  .container .offset-by-fourteen              { padding-left: 840px; }
  .container .offset-by-fifteen               { padding-left: 900px; }
  #catmenu{display:block;}
  #catnav select{display:none;}
/* =============================================================================
   Atomyx General Styles
   ========================================================================== */
   /* Atomyx Basic Styles */
   body {
    font-family: Verdana, sans-serif;
    font-size: 0.72em;
    color: #666;
    line-height: 18px;
  }
  html {
    min-height: 100%;
  }
  /* Atomyx Typography */
  h1, h2, h3, h4, h5, h6 {
    color: #666;
    line-height: 1.27;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.55em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.35em;
  }
  h6 {
    font-size: 1.25em;
  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
  }
  p img {
    margin: 0;
  }
  i, cite, em, var, address, dfn {
    font-style: italic;
  }
  strong {
    font-weight: bold;
  }
  small,sub,sup {
    font-size: 80%;
  }
  sub {
    vertical-align: baseline;
    position: relative;
    top: 0.3em;
  }
  sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.3em;
  }
  code {
    font: .9em Monaco,monospace,Courier,"Courier New";
  }
  acronym {
    text-transform: uppercase;
    border-bottom: 1px dashed #666;
    cursor: help;
  }
  pre {
    overflow: auto;
    font: .9em Monaco,monospace,Courier,"Courier New";
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }
  /*  Atomyx Blockquotes  */
  blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
  }
  blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
  }
  blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
  }
  blockquote cite:before {
    content: "\2014 \0020";
  }
  blockquote cite a {
    color: #555;
  }
  hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
  }
  /* Atomyx Links */
  a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: #FFA602;
  }
  a:hover {
    color: #000;

  }
  p a {
    line-height: inherit;
  }
  a {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
  }
  
  /* Atomyx Lists */
  
  ol {
    list-style: decimal;
  }
  ul.square {
    list-style: square outside;
  }
  ul.circle {
    list-style: circle outside;
  }
  ul.disc {
    list-style: disc outside;
  }
  ul ul, ul ol,
  ol ol, ol ul {
    margin: 4px 0 5px 30px;
  }
  li {
    line-height: 18px;
  }
  ul.large li {
    line-height: 21px;
  }
  li p {
    line-height: 20px;
  }

  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix {
    display: inline-block;
  }
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  .clearer {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
/* =============================================================================
  Atomyx Structure
  ========================================================================== */
  
  /* Atomyx Wrapper */
  body {
    background: #333;
  }
  #wrapper {
    position: relative;
    margin: 0 auto;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  }
  #blocks-wrapper {
    position: relative;
    padding: 20px;
    background: #fff;
  }
  #sidebar {
   margin-top: 0px;
   margin-left: 7px;
   }
   #sidebarleft {
   margin-top: 0px;
   margin-left: -3px;
   }
 #sidebarbig {
  margin-right:3px; 
  padding-right:7px;
  margin-top: 2px;
}
#sidebarbigleft {
  margin-left:10px; 
  margin-top: 0px;
}
#right-box {
  float: right;
  margin-top: 30px;
}
#sidebar .al-carousel {
  margin-left: -10px;
  
}
.supercar{
  margin-bottom: -30px;
}

/* =============================================================================
   Carousel
   ========================================================================== */
   .al-carousel-wrapper{position:relative;clear:both; width: 100%; padding-bottom: 2px;}
   .al-carousel{margin: 0 0px; overflow:hidden;}
   .al-carousel ul{display:none; padding:0; margin:0;}
   .al-carousel ul li{height:100%;float:left;display:block; position: relative;}
   .al-carousel ul li a{display:block;}
   .al-carousel ul li a img{display:block;border:none;max-height:100%;max-width:100%;padding:0px; margin:0px;}
   .al-nav span{position:absolute;text-indent:-9000px;cursor:pointer;top:0;}
   .al-nav span.al-nav-next{right:10px;width:30px;height:140px;background:transparent url(images/carousel/car-buttons.png) 0 0;}
   .al-nav span.al-nav-prev{left:10px;width:30px;height:140px;background:transparent url(images/carousel/car-buttons.png) -30px 0;}
   .al-nav span.al-nav-next:hover{background:transparent url(images/carousel/car-buttons.png) 0 -134px;}
   .al-nav span.al-nav-prev:hover{background:transparent url(images/carousel/car-buttons.png) -30px -134px;}
   .carousel {
    float: left;
    margin: 0;
    overflow: hidden;
    width: 100%;
  }
  .carousel ul {
    display: inline;
    float: left;
    width: 100%;
  }
  .carousel ul li {
    display: inline;
    float: left;
    margin-right: 10px;
  }
  .carousel ul li:last-child {
    margin-right: 0;
  }
  .carousel-image {
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
  }
  .carousel-image img {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 200px;
  }
  .carousel-image img:hover {
    opacity: .85;
  }
  .carousel-text {
    background: #121212 url(images/pattern-widget.png);
    opacity: 0.8;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
    position: absolute;
    bottom: 0;
    width: 96%;
  }
  .carousel-text a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
  }
  .carousel-text a:visited {
    color: #fff;
  }
/* =============================================================================
   Video 
   ========================================================================== */
   .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 10px;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Atomyx Header */
  
  #header {
    clear: both;
    margin: 0 auto;
    padding: 0;
    border-bottom: none!important;
    position: relative;
    
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  }
  #head-content {
    margin: 0 auto;
    padding: 2px 10px;
    position: relative;
    position: relative;
    min-height: 60px;
    z-index: 98;
  }
  .head-strip {
    border-top: 5px solid #B6B4B0;
  }
  #logo {
    margin: -14px 10px 5px 5px;
    color: #555;
    float: left;
    
  }
  #logo img{width: 100%;}
  #logo h1, #logo h2 {
    font-size: 32px;
    margin: 0 !important;
    line-height: 35px !important;
  }
  #logo a {
    font-weight: 700;
    color: #333;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
  }
  #header-banner728 {
    margin: -15px 27px 10px 0px;
    float: right;
  } 
  .ads300x250 img {
    width: 100%;
  }
  /* Atomyx Categroy Menu */
  
  #catnav {

    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 32px;
    text-shadow: -1px -1px -1px #333;
    position: relative;
  }
  #strk {
    position: relative;
    float: left;
    z-index: 999999;
  }
  #catnav.secondary {
    background: #2E2D2D;
    border-top-right-radius: 2px;
    margin-bottom: 1px;
    border-top-left-radius: 2px;
  }
  #catnav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    line-height: 1;
    border-bottom: 0;
    text-align: center;
    text-transform: uppercase;
  }
  #catnav ul a {
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 0 18px;
    height: 31px;
    line-height: 31px;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #catnav ul li {
    float: left;
    position: relative;
    width: auto;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
  }
  #catnav > ul > li:before {
    position: absolute;
    top: 8px;
    left: -1px;
    display: block;
    content: '';
    height: 14px;
    width: 1px;
    z-index: 1;
  }
  #catnav > .sub-menu {
    margin-left: 0;
  }
  #catnav ul li:first-child  
  #maganav ul  a {
    border-right: none;
  }
  #catnav ul li.current-menu-item  a {
    color: #fff;
  }
  ul.catnav li a {
    padding: 5px 10px;
  }
  #catnav ul li.current-menu-item  ,#catnav ul li a:hover {
    color: white;
    background: #C61025;
  }
  #catnav.secondary ul li.current-menu-item, #catnav.secondary >ul >li a:hover {
    background: #C61025;
  }
  #catnav ul li.dropme a {
    background: #212326;
  }
  #catnav ul ul {
    position: absolute;
    left: -999em;
    width: 212px;
    z-index: 99999;
    border: 0;
    border-bottom: 1px solid #222;
    margin-left: -1px;
    background: none;
    border-bottom: none;
  }
  #catnav ul ul a {
    width: 198px;
    background-color: #212326;
    height: 15px;
    line-height: 15px;
    padding: 9px 0px 9px 15px;
    overflow: hidden;
    text-align: left;
    border-right: none;
  }
  #catnav ul ul a:hover {
    background-color: #C61025!important;
  }
  #catnav ul ul ul {
    border-top: 0;
    margin: -33px 0 0 208px;
  }
  #catnav ul li li {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #272727;
  }
  #catnav ul li:hover {
    position: static;
  }
  #catnav ul li:hover ul ul, #catnav ul li:hover ul ul ul, #catnav ul li:hover ul ul ul ul {
    left: -999em;
  }
  #catnav ul li:hover ul, #catnav ul li li:hover ul,#catnav ul li li li:hover ul,#catnav ul li li li li:hover ul {
    left: auto;
  }
  #notifybrowser {
    padding: 30px;
    background: #eee;
    border: 1px solid #ddd;
  }
  .fluid_container {
    float: left;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
  }   
/* =============================================================================
  Atomyx share zone
  ========================================================================== */
  
  .share {
    float: right;
    background: #C61025;
    padding: 4px 17px 3px;
    position: relative;
    margin-top: 7px;
    margin-right: 14px;
    z-index: 1000000;
  }
  .share-title {
    padding-left: 24px;
    background: url("http://www.hoyestado.com/wp-content/themes/atomyx/images/share/share-white.png") no-repeat left center;
  }
  .share:hover {
    background: #333;
  }
  .share .share-title a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
  }
  .share-panel {
    width: 119px;
    height: auto;
    background: #FFFFFF;
    border-top: 5px solid #C61025;
    display: none;
    position: absolute;
    left: 1px;
    top: 22px;
  }
  .share-panel ul {
    overflow: hidden;
  }
  .share-panel ul li {
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
    padding-bottom: 7px;
    margin-bottom: 7px;
    padding-left: 7px;
  }
  .share-panel ul li {
    margin-top: 7px;
  }
  .share-panel ul li a {
    display: block;
    float: left;
    opacity: 0.7;
    transition: all 0.2s ease 0s;
    padding-left: 20px;
  }
  .share-panel ul li a:hover {
    opacity: 1;
  }
  .share-panel a.twitter {
    background: url("http://www.hoyestado.com/wp-content/themes/atomyx/images/share/twitter-small.png") no-repeat left center;
  }
  .share-panel a.fb {
    background: url("http://www.hoyestado.com/wp-content/themes/atomyx/images/share/fb-small.png") no-repeat left center;
  }
  .share-panel a.gplus {
    background: url("http://www.hoyestado.com/wp-content/themes/atomyx/images/share/gplus-small.png") no-repeat left center;
  }
  .share-panel a.pinterest {
    background: url("http://www.hoyestado.com/wp-content/themes/atomyx/images/share/pinterest-small.png") no-repeat left center;
  }
  .share-panel a.dribbble {
    background: url("http://www.hoyestado.com/wp-content/themes/atomyx/images/share/dribbble-small.png") no-repeat left center;
  }

}
.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Atomyx Magazine */
.blog-lists {
  position: relative;
  float: left;
  margin: 20px 15px;
}
.messagenowidget {
  font-size: 22px;
  padding:20px 20px 90px 0;
  line-height: 32px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
h2.blogpost-wrapper-title {
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #EBEBEB;
  line-height: 42px;
  color: #222;
  padding: 4px 5px 10px 8px;
  text-transform: uppercase;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.atomyx_magazine_singlethumb  .blog-lists li:first-child h3 a {
  font-size: 22px;
}
.blog-lists li {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-lists-title {
  position: relative;
  width: 70%;
  display: inline;
  float: left;
  margin-left: 10px;
}
.blog-lists h3 {
  display: inline-block;
}
.blog-lists h3 a {
  font-family: 'Montserrat', sans-serif;
  padding: 3px 0px;
  font-size: 13px;
  font-weight: normal;
  color: #363636;
  text-decoration: none;
  line-height: 1.2;
}
.blog-lists .time ,.sb-post-list-title .time {
  font-family: 'Montserrat', sans-serif;
  color: #999;
  font-size: 12px;
  margin: 5px 0 2px;
}
.sb-post-list-title .time {
  margin-top: 4px;
}
.atomyx-excerpt {
  display: block;
  float: left;
  width: 410px;
}
.sticky {
}
.sb-post-list-title span {
  padding-left: 0px;
  color: #7E7E7E;
}
.image_zoom {
  position: relative;
}
span.roll {
  background:url(images/mag.png) center center no-repeat #000;
  position: absolute;
  z-index: 10;    
  -webkit-box-shadow: 0px 0px 4px #000;
  -moz-box-shadow: 0px 0px 4px  #000;
  box-shadow: 0px 0px 4px  #000; 
}
.magbig-thumb {
  position: relative;
  float: left;
  height: 200px;
  width: 340px;
  margin-left: -10px;
}
.magbig-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
}
.blog-lists-blog.clearfix li {
  margin: 10px;
}
.blog-lists-blog h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.full-right {
  float: left;
  width: 47%;
  margin-right: 10px;
  height: 80px;
}
.full-left {
  display: block;
  position: relative;
  padding-bottom: 0px !important;
  width: 100%;
  float: left;
}
.list-block {
  position: relative;
  width: 52%;
  float: left;
  border-top: none;
  padding-bottom: 3px;
  color: #777;
  padding: 0px 0px 0 15px;
  min-height: 100px;
}
.list-block-slide {
  margin: 20px;
}
.list-block-slide h3 {
 font-family: 'Montserrat', sans-serif;
}
.list-block-slide .post-meta-blog {
  font-size: 10px;
}
#sidebar .sb-post-thumbnail {
  width: 70px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.right-box-tab {margin-top: -25px;
}
.mag-image {
  padding-bottom: 14px;
}
.latest-image {
  margin-left: -10px;

}
#title{
  background-color: #222222;
  opacity: 0.9;
  position: absolute;
  margin-top: 125px;
  padding: 6px 10px 9px; 
  
}
#title h4{
  text-transform: none;
}
#title a{
  color: #FFFFFF;
}
.post{
  padding-bottom: 3px;
  padding-left:0px;
}
.readmore {
  background-color:#2E2D2D;
  text-indent:0;
  display:inline-block;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size:12px;
  height:26px;
  line-height:24px;
  width:100px;
  margin-top: 15px;
  text-align:center;
  text-transform: uppercase;
}
.readmore :hover {
 color:#2E2D2D!important;
 background-color:#fff;
 padding: 2px 13px;
}
.readmore:active {
  position:relative;
  top:1px;
}
.feat-thumb {
  padding-right: 10px;
  margin-bottom: 2px;
}
.feat-thumb img {
  width: 100%;
}
.feat-two {
  padding-right: 0px;
  margin-bottom: 2px;
  
}
.feat-two img {
  width: 100%;
}
.sidebar-widget p {
  padding-top: 7px;
  width: 90%;
  font-size: 12px;
}
p {
  padding-bottom: 1px;
  width: 99%;
}
.right {
  float:right;
  width: 73%;
  padding-left: 6px;
}
.rightno {
  margin:0 5px 0 0;
  padding-bottom: 10px;
}
.righttext {
  margin:0 12px;
  float: right;
  width: 65%;

}
.clear {
  clear:both;
}
.meta-text{
  float: left;
  height: 36px;
  padding: 0 12px;
  opacity: 0.8;
  background: #121212 url('images/pattern-widget.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Montserrat;
  overflow: hidden;
  color: #FFFFFF;
  line-height: 36px;
  margin-top:160px;
  margin-left: -5px;
  text-align: center;
  position: relative;
}

/* =============================================================================
  Widget Icon Title
  ========================================================================== */
  .icon-right{
    background:#C61025 url('images/cat.png');
    width: 36px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
  }
  .iconwidgetmag{
    width: 36px;
    height: 37px;
    display: block;
    position: absolute; 
    background-repeat: no-repeat;
    background:#C61025 url('images/widgetmag.png') ;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
  }
  .iconcat{
    width: 36px;
    height: 37px;
    display: block;
    position: absolute; 
    background-repeat: no-repeat;
    background:#C61025 url('images/titlecat.png');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
  }
  .iconslider{
    width: 36px;
    height: 60px;
    display: block;
    position: absolute; 
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
  }
  .iconwidgetmini{
    width: 36px;
    height: 37px;
    display: block;
    position: absolute; 
    background-repeat: no-repeat;
    background:#C61025 url('images/widgetmini.png');
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
  }
  .meta-cat{
    position: absolute;
  }
  .meta-cat-widget{
    position: absolute;
    margin-top:-50px;
  }
  .meta-cat-widget h3{
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #121212;
    opacity: 0.7;
  }
  .icon-cat-widget{
    background-image:#C61025 url('images/square.png');
  }
  .meta-text h3, 
  .meta-text h3 a{
    color: #FFFFFF;
    line-height: 36px;

  }
  #blocks-left{padding-right: 10px;
  }
  #blocksleft{padding-left: 20px;
  }
  #blocksleftp{padding-left: 13px;
  }
   #blocks-leftarh{
    padding-right: 20px;
    margin-left: 5px;
  }
  #blocksleftarh{padding-left: 20px;
  }
/* =============================================================================
  Scrollup
  ========================================================================== */
  .scrolltop {
    height: 35px;
    width: 35px;
    background: url('images/up.png') center center no-repeat #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .scrolltop:hover {
    background: url(images/up.png) center center no-repeat #D71A1A;
  }
  /* Atomyx Pagination */
  .pagination {
    position: relative;
    margin: 10px 10px 30px 30px;
    overflow: hidden;
    text-align: center;
  }
  .pagination .current ,.pagination a, .page-numbers.dots {
    font-size: 1em;
    font-weight: 300;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
    color: white;
    background: black;
  }
  .pagination .current,.pagination a:hover {
    color: white;
    background: #C61025;
    text-decoration: none;
  }
  .page-numbers.dots {
    text-shadow: none;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    color: #000;
  }
  .post-content {
    background: white;
    margin: 0px 0;
    padding:0 2px 2px 2px;
    
  }
  .post-title {
    position: relative;
  }
  .post-title h1 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.2;
    word-break: normal;
    word-wrap: break-word;
  }
  .page .post-title {
    border-bottom: 1px solid whiteSmoke;
  }
  .post-meta-blog {
    font-family: 'Montserrat', sans-serif;
    color: #999;
    font-size: 13px;
  }
  .post-meta-blog span {
    display: inline-block;
    padding: 3px 2px;
  }
  .post-outer {
    margin: 0 0 0 0px;
  }
  .page .post-outer {
    margin: 0px;
  }
  .post_content {
    position: relative;
    color: #222;
    font-style: normal;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
  }
  .post_content h1 {
    font-size: 32px;
  }
  .post_content h2 {
    font-size: 28px;
  }
  .post_content h3 {
    font-size: 24px;
  }
  .post_content h4 {
    font-size: 20px;
  }
  .post_content h5 {
    font-size: 16px;
  }
  .post_content h6 {
    font-size: 12px;
  }
  .post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
    line-height: 1.2;
    color: #111;
    margin: 10px 0 15px;
  }
  .post_content img {
    max-width: 100%;
    height: auto!important;
  }
  .post_content p {
    display: block;
    margin-bottom: 15px;
    line-height: 22px;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px
  }
  .post_content blockquote {
    background: url(images/quote.png) no-repeat;
    font-family: serif;
    font-size: 12px;
    font-style: italic;
    padding-left: 32px;
    margin-left: 25px;
    color: #777;
  }
  .post_content ul, .post_content ol {
    margin: 20px 40px;
  }
  .post_content li {
    line-height: 21px;
  }
  .post_content ul {
    list-style: disc outside;
  }
  .post_content ol {
    list-style: decimal outside;
  }
  .post_content ul ul,.post_content ul ol {
    margin-top: 10px;
  }
  .post_content ul ul ,.post_content ol ul {
    list-style: circle outside;
  }
  .post_content table a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
  }
  .post_content table a:active,.post_content table a:hover {
    color: #bd5a35;
    text-decoration: underline;
  }
  .post_content table {
    width: 90%;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;
  }
  .post_content table caption {
    font-weight: bold;
    line-height: 35px;
  }
  .post_content table th {
    padding: 9px 15px 9px 25px;
    background: #565555;
    font-size: 20px;
    color: white;
    text-shadow: none;
  }
  .post_content table tr {
    text-align: center;
    padding-left: 20px;
  }
  .post_content table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
    width: 30%;
  }
  .post_content table tr td {
    padding: 6px 15px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    background: #FFF;
  }
  .post_content table tr:last-child td {
    border-bottom: 0;
  }
  .post_content table tr:hover td {
    background: #F8F8F8;
  }
  .post_content p a, .post_content li a,
  .post_content p a:visited, .post_content li a:visited {
    text-decoration: none;
    color: #409BD4;
  }
  .post_content p a:hover, .post_content li a:hover,.post_content p a:active, .post_content li a:active {
    text-decoration: none;
    color: #08ACD5;
  }
  .post_content code {
    background: lightYellow;
    padding: 1px;
    font-family: monospace,Monaco, Courier;
  }
  .post_content pre {
    margin: 15px 0;
    overflow: auto;
    color: white;
    background: #1D1F21;
    padding: 0;
    font-family: monospace,Monaco, Courier;
    -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;
  }
  .post_content pre code {
    font-family: monospace, Monaco, Courier;
    background: none;
    padding: 15px;
    white-space: pre;
    overflow: auto;
    display: block;
  }
  .post_content .alignright {
    float: right;
    padding: 10px;
  }
  .post_content .alignleft {
    float: left;
    padding: 10px;
  }

/* =============================================================================
   Atomyx Related Posts
   ========================================================================== */
   .related-post{
    overflow: hidden;
    width:185px;
    float: left;
    margin-right: 6px;
    text-align: center;
  }
  .related-post.four-margin{ 
    margin-right: 0 
  }
  .related-post-title{
    padding-top: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    
  }
  .related-post-title a:hover{
    color: #C61025;
  }
  .wp-caption, .gallery-caption {
    border: 1px solid #D7D7D7;
    padding-top: 4px;
    margin-bottom: 20px;
    text-align: center;
  }
  .wp-caption {
    border: 1px solid #ECECEC;
    padding: 4px ! important;
    margin-bottom: 20px;
    text-align: center;
    max-width: 99% !important;
    background: #F0F0F0;
  }
  .wp-caption img {
    max-width: 100% !important;
  }
  p.wp-caption-text {
    margin-bottom: 2px;
  }
  .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  img.centered,img.aligncenter ,mg.alignleft,img.alignrightimg.alignright {
    padding: 0px;
  }
  .post-topics a {
    text-transform: uppercase;
    color: #82BBF8;
  }
  .post-topics a:hover {
    text-decoration: underline;
  }
  .tiled-gallery {
    clear: none!important;
  }
  /* Atomyx Breadcrumbs */
  #atomyx-breadcrumbs {
    overflow: hidden;
    width: 100%;
  }
  #atomyx-breadcrumbs li {
    float: left;
    line-height: 5px;
    margin: 0;
  }
  #atomyx-breadcrumbs a {
    font-weight: bold;
    float: left;
    text-decoration: none;
    color: #888;
    position: relative;
    padding: 7px 4px 0 2px;
    font-size: 11px;
  }
  #atomyx-breadcrumbs .current {
    background: none;
    line-height: 18px;
    font-size: 11px;
    color: #888;
  }
  /* Atomyx social post sharing buttons*/
  .social-footer-wrap {
    overflow: hidden;
    float: right;
    display: inline;
    margin: 2px 10px;
  }
  .social-footer {
    display: block;
    float: left;
    text-align: left;
  }
  .social-footer ul {
    display: block;
    height: 32px;
    margin: 0;
  }
  .social-footer li {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-left: 0px;
    background-position: left top;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
  }
  .social-footer li:hover {
    opacity: 0.6;
  }
  .social-footer li a {
    display: inline-block;
    width: 31px;
    height: 31px;
  }
  .social-footer li.facebook {
    background-image: url(images/social/facebook.png);
  }
  .social-footer li.twitter {
    background-image: url(images/social/twitter.png);
  }
  .social-footer li.vimeo {
    background-image: url(images/social/vimeo.png);
  }
  .social-footer li.youtube {
    background-image: url(images/social/youtube.png);
  }
  .social-footer li.googleplus {
    background-image: url(images/social/googleplus.png);
  }
  .social-footer li.flickr {
    background-image: url(images/social/flickr.png);
  }
  share_top_text{
    margin:0 0 5px 5px
  }
  .social-button-container{
    margin:15px 0 15px; 
    border-bottom:none;

  }
  .SocialCustomMenu, .SocialCustomMenu a, SocialCustomMenu a:visited{
    display:inline;
    padding:7px 5px;
    color:white;
    text-decoration:none;
    font-size:0.95em;
  }
  .scmTwitter{
    background-color:#7cd5fd;
    border:solid 0px #c1c1c1;
  }
  .scmFacebook{
    background-color:#45619d;
    border:solid 0px #c1c1c1;
  }
  .scmGoogleplus{
    background-color:#af291d;
    border:solid 0px #c1c1c1;
  }
  .scmPinterest{
    background-color:#cb2027;
    border:solid 0px #c1c1c1;
  }

  /*Author*/
  .box-author {
   margin-bottom: 20px;
   overflow: hidden;
 }
 .author-description img{
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 10px;
}
.description-author { 
  padding-left: 86px 
}
.description-author span a {
 font-weight: bold;
 text-transform: capilatize;
}
.description-author span a:hover{
 color: #f1f1f1;
 background-color: #292626;
}
.author-base {
  overflow: hidden;
  width: 80px;
  float: left;
}
.author-pic  {
 overflow: hidden 
}
.single-navigation {
  padding: 10px;
  font-size: 14px;
}
.previous_post {
  display: block;
  float: left;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}

.next_post {
  display: block;
  float: right;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}

/* Atomyx Post Short codes */

/* One Columnar List */
.one-col {
  position: relative;
  overflow: hidden;
  float: none;
  width: 100%;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #e5e5e5;
}
/*Dropcap */
.dropcap {
  font-size: 44px;
  margin-right: 6px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  float: left;
  line-height: 1;
  font-weight: bold;
}
.post-thumb {
  margin-bottom: 1.25em;
}

/* Two Columnar List */
.two-col {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.two-col li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 48.484848%;
  margin: 0 3.030303% 1.5em 0;
  border-bottom: 1px solid #e5e5e5;
}

.full-width .two-col li {
  width: 49%;
  margin: 0 2% 2% 0;
}

.two-col li.first-grid {
  clear: both;
}

.two-col li.last-grid {
  margin-right: 0;
}


/* Column Grids */
.scfull,
.scthree-fourth,
.sctwo-third,
.schalf,
.scone-third,
.scthree-eighth,
.scone-fourth {
  position: relative;
}

.sccolumn {
  float: left;
  margin-right: 1.030303%;
}

.scrow {
  position: relative;
  margin-bottom: 0.75em;
}

.scrow:after {
  clear: both;
}

.scrow:before,
.scrow:after {
  display: table;
  content: "";
}

.scfull {
  float: none;
  clear: both;
  width: 100%;
  margin-right: 0;
}

.scthree-fourth {
  width: 74.2425%;
}

.schalf {
  width: 48.484848%;
}

.sctwo-third {
  width: 65.6562%;
}

.scone-third {
  width: 31.3131%;
}

.scthree-eighth {
  width: 35.60625%;
}

.scone-fourth {
  width: 22.7275%;
}

.scfull-width .column {
  margin-right: 2%;
}

.scfull-width .column.last {
  margin-right: 0;
}

.scfull-width .three-fourth {
  width: 74.5%;
}

.scfull-width .half {
  width: 49%;
}

.full-width .two-third {
  width: 66%;
}

.scfull-width .one-third {
  width: 32%;
}

.full-width .three-eighth {
  width: 36.25%;
}

.scfull-width .one-fourth,
#secondary .one-fourth {
  width: 23.5%;
}

#scsecondary .one-fourth {
  margin-right: 2%;
}

#scsecondary .one-fourth.last {
  margin-right: 0;
}

/* CSS3 Buttons */
.al-button,
.al-button:visited {
  display: inline-block;
  padding: 0.2em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  font-weight: normal;
  color: #444;
  border: 1px solid #444;
  border-color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  cursor: pointer;
  vertical-align: middle;
}

.al-button:hover {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2));
}

.al-button:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.default,
.default:visited {
  color: #444;
  border: 1px solid #ccc;
  cursor: pointer;
  text-shadow: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fafafa;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea);
  background-image: -moz-linear-gradient(top, #fafafa, #eaeaea);
  background-image: -ms-linear-gradient(top, #fafafa, #eaeaea);
  background-image: -o-linear-gradient(top, #fafafa, #eaeaea);
  background-image: linear-gradient(top, #fafafa, #eaeaea);
}

.default:hover {
  color: #333;
  background-color: #fafafa;
  border-color: #bbb;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #fafafa, #e5e5e5);
  background-image: -moz-linear-gradient(top, #fafafa, #e5e5e5);
  background-image: -ms-linear-gradient(top, #fafafa, #e5e5e5);
  background-image: -o-linear-gradient(top, #fafafa, #e5e5e5);
  background-image: linear-gradient(top, #fafafa, #e5e5e5);
}

.default:active {
  color: #666;
  background-color: #e5e5e5;
  border-color: #bbb #ccc #ccc #ccc;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #e0e0e0, #e5e5e5);
  background-image: -ms-linear-gradient(top, #e0e0e0, #e5e5e5);
  background-image: -webkit-linear-gradient(top, #e0e0e0, #e5e5e5);
  background-image: -o-linear-gradient(top, #e0e0e0, #e5e5e5);
  background-image: linear-gradient(top, #e0e0e0, #e5e5e5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.aqua,
.aqua:visited {
  color: #fff;
  background-color: #33cc99;
}

.red,
.red:visited {
  color: #fff;
  background-color: #cc0000;
}

.grey,
.grey:visited {
  color: #fff;
  background-color: #444;
}

.pink,
.pink:visited {
  color: #fff;
  background-color: #ff3399;
}

.brown,
.brown:visited {
  color: #fff;
  background-color: #996600;
}

.skyBlue,
.skyBlue:visited {
  color: #fff;
  background-color: #3399ff;
}

.royalBlue,
.royalBlue:visited {
  color: #fff;
  background-color: #0055cc;
}

.orange,
.orange:visited {
  color: #fff;
  background-color: #ff7600;
}

.forestGreen,
.forestGreen:visited {
  color: #fff;
  background-color: #339933;
}

.yellowGreen,
.yellowGreen:visited {
  color: #fff;
  background-color: #99cc00;
}

.size-s,
.size-s:visited {
  font-size: 0.9166em;
}

.size-m,
.size-m:visited {
  font-size: 1.166em;
}

.size-l,
.size-l:visited {
  font-size: 1.5em;
}
/* Level Indicators */
.p_bar,
.p_label,
.p_indicator,
.p_active,
.p_value {
  position: relative;
  overflow: hidden;
}

.p_bar {
  width: 100%;
  margin-bottom: 0px;
}

.p_label {
  float: left;
  width: 20%;
  padding-right: 1%;
  font-size: 1em;
  margin-top: 15px;
}

.p_indicator {
  float: left;
  width: 69%;
  background: #e5e5e5;
  height: 1.9em;
  margin: 10px 0 10px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.p_active {
  float: left;
  width: auto;
  height: 1.9em;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.07);
}

.p_value {
  float: left;
  width: 6%;
  padding-left: 3%;
  font-size: 0.9166em;
  line-height: 1.636;
  color: #999;
  margin-top: 15px;
}
/* Logo Grid */
ul.logo-grid {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.75em;
  padding: 0;
  list-style: none;
}

ul.logo-grid li {
  float: left;
  margin: 0 0.75em 0.75em 0;
  line-height: 0;
}

ul.logo-grid li:last-child {
  margin-right: 0;
}
/* Horizontal Rules */

.hr, .hr-double, .hr-3d, .hr-bar, .hr-dashed {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  clear: both;
}
.hr {
  border-bottom: 1px solid #e5e5e5;
}

.hr-double {
  border-bottom: 3px double #e5e5e5;
}

.hr-3d {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 0 #f5f5f5;
  -moz-box-shadow: 0 1px 0 #f5f5f5;
  box-shadow: 0 1px 0 #f5f5f5;
}

.hr-bar {
  height: 0.75em;
  background: #f5f5f5;
}

.hr-dashed {
  border-bottom: 1px dashed #ccc;
}
/* Lists */
ul.list {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}

ul.list li {
  padding: 0 0 0 1.5em;
  position: relative;
}

ul.list li:before {
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  font-size: 1.2em;
  vertical-align: baseline;
}

ul.list0 li:before {
  content: "\f00c";
}

ul.list1 li:before {
  content: "\f004";
}

ul.list2 li:before  {
  content: "\f005";
}

ul.list3 li:before  {
  content: "\f006";
}

ul.list4 li:before  {
  content: "\f007";
}

ul.list5 li:before  {
  content: "\f0a9";
}

ul.list6 li:before  {
  content: "\f024";
}

ul.list7 li:before  {
  content: "\f02b";
}

ul.list8 li:before  {
  content: "\f040";
}

ul.list9 li:before  {
  content: "\f055";
}

ul.list10 li:before  {
  content: "\f058";
}

ul.list11 li:before  {
  content: "\f087";
}
/* Boxes */
.box {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.5em;
  padding: 1em 1em 0;
  border: 1px solid #e9e9e9;
  border-left: none;
  border-right: none
}

.box * {
  margin-bottom: 1em;
  color: #666;
}

.box0 {
  background: #f5f5f5;
  border-color: #e5e5e5;
}

.box1 {
  background: #fff7e1;
  border-color: #f2e5c5;
}

.box1 * {
  color: #aa7f2b;
}

.box2 {
  background: #e1f0d9;
  border-color: #c6e2b9;
}

.box2 * {
  color: #336600;
}

.box3 {
  background: #f7d9d9;
  border-color: #f2c3c3;
}

.box3 * {
  color: #ac2b2b;
}

.box4 {
  background: #d9edf7;
  border-color: #c1e0f1;
}

.box4 * {
  color: #336699;
}

.hide_box {
  position: absolute;
  display: block;
  right: 0.25em;
  top: 0.1666em;
  font-size: 1em;
  line-height: 1;
  padding: 1px 0.333em;
  cursor: pointer;
  -webkit-border-radius: 0.1666em;
  -moz-border-radius: 0.1666em;
  border-radius: 0.1666em;
}

.hide_box:hover {
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.5);
}


/* Atomyx Post Gallery*/
.post_content .gallery .gallery-icon a:focus img, .post_content .gallery .gallery-icon a:hover img, .post_content .gallery .gallery-icon a:active img {
  background: #EEE;
  border-color: #BBB;
}
.post_content .gallery .gallery-icon img {
  border: 1px solid #DDD ! important;
  padding: 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.post-attachment {
  text-align: center;
  display: block;
}
.single-split-page {
  margin: 10px 0 25px;
  font-size: 10px;
  font-weight: normal;
}
.single-split-page p {
  font-size: 14px;
  font-weight: bold;
}
.single-split-page p a {
  margin-right: 4px;
  background: #B6B4B0;
  color: white;
  text-decoration: none;
  padding: 7px 12px;
  margin-left: 5px;
  border-radius: 30px;
}
.single-split-page a:hover {
  color: white;
  background: #212326;
}
.single-split-page strong {
  background: #212326;
  color: white;
  margin-right: 10px;
  padding: 6px 12px;
}


/* Atomyx Comments Blocks*/

#comments {
  margin-top: 10px;
  display: block;
  background: white;
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 120px;
  border: 1px solid #EBEBEB;
}
#comments > h2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 42px!important;
  color: #222;
  padding: 4px 5px 0px 8px;
  text-transform: uppercase;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #EBEBEB;
}
#respond h3 {
  margin: 8px 0px;
}
.logged-in-as {
  padding-bottom: 10px;
}
ol.commentlist,ol.sepa_pinglist {
  margin: 15px;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
ol.sepa_pinglist {
  margin: 20px;
  width: 96%;
  list-style: none;
}
li.pingback {
  border-left: 3px solid #ECECEC;
  margin: 5px 0;
  padding: 8px 5px;
  background: #FAFAFA;
  border-bottom: 1px dashed #EEE;
}
.edit-link {
  margin-left: 15px;
}
.comments-title {
  padding: 0px;
  line-height: 21px;
}
.comment {
  margin-top: 3px;
}
.commentlist ul.children {
  margin-left: 30px;
}
.comment-wrapper {
  padding: 10px ! important;
  background: white;
  border: 1px solid #ebebeb;
}
.comment-avatar img {
  opacity: 1;
  padding: 3px;
  border: 1px solid #ccc;
}
.comment-avatar {
  float: left;
  margin: 20px 12px 0px 0;
  background: white;
  text-align: center;
  width: 65px;
  height: 65px;
}
.odd .comment-avatar {
  float: right;
  margin: 15px 5px 0px 0;
  background: white;
  text-align: center;
  width: 65px;
  height: 65px;
}
.comment-meta {
  margin: 6px;
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.comment-meta .author {
  display: inline-block;
  margin: 5px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.comment-meta .time {
  padding-left: 6px;
  border-left: 1px solid #F7F7F7;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 4px;
  display: inline-block;
  color: #999;
  text-decoration: none;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: none;
}
.commentlist .comment-content {
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  color: #666;
  font-size: 13px;
  margin: 10px 20px;
  word-wrap: break-word;
}
.comment-content p {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.comment-content ul li {
  list-style: disc;
}
.commentlist .comment-content h1,.commentlist .comment-content h2,.commentlist .comment-content h3,.commentlist .comment-content h4,.commentlist .comment-content h5,.commentlist .comment-content h6 {
  margin-bottom: 10px;
}
.commentlist .comment-content a {
  text-decoration: underline;
  color: #1470D3;
}
.commentlist .comment-content .reply {
  background-color:#333;
  text-indent:0;
  display:inline-block;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  height:26px;
  line-height:24px;
  width:91px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 1px #615656;
  text-transform: uppercase;
}
.commentlist .comment-content .reply a {
  padding-top: 10px;
  text-decoration: none;
  color: #fff;
}
.commentlist .odd .comment-content {
  padding: 20px;
  margin: 10px;
}
.depth-2,.depth-3,.depth-4,.depth-5,.depth-6,.depth-7,.depth-8,.depth-9,.depth-10 {
  padding-right: 0px;
  padding-bottom: 0px;
}
#respond {
  clear: both;
  margin: 15px;
  padding: 0px 0 20px 5px;
}
#cancel-comment-reply-link {
  color: #E85A08;
  font-size: 12px;
}
#commentform input[type="text"], input[type="email"],#commentform textarea ,.post_content input[type="password"] {
  background: white;
  color: #666;
  padding: 6px 6px 6px 8px;
  margin-bottom: 15px;
  height: 18px;
  border: solid 1px #BBB;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.post_content input[type="password"] {
  height: 20px;
}
#commentform textarea {
  width: 94%;
  height: 100px;
  padding: 5px;
  max-width: 100%;
  line-height: 20px;
  outline: 0;
}
#commentform input[type="text"]:focus, #commentforminput[type="email"]:focus, #commentform textarea:focus {
  border: 1px solid #B6B4B0;
  color: #444;
  -moz-box-shadow: 0 0 7px #B6B4B0;
  -webkit-box-shadow: 0 0 7px #B6B4B0;
  box-shadow: 0 0 7px #B6B4B0;
}
#commentform  input[type="submit"] {
  color: #F4FCFF;
  font-size: 11px ! important;
  margin: 0 1px 1px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  display: block;
  background: #333;
  text-decoration: none;
  float: left;
  font-weight: bold;
  border: 1px solid #B6B4B0;
  height: 29px;
  line-height: 26px;
  padding: 1px 12px 0px 12px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.comment-form-author label,.comment-form-email label,.comment-form-url label {
  line-height: 32px;
  padding-left: 15px;
}
.comment-form-comment label {
  display: none;
}
.comment-notes,.form-allowed-tags {
  margin: 10px 0;
}
.shbox {
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 0 rgba(160, 160, 160, 0.75) inset,0 20px 0 #6D6D6D,0 -2px 20px rgba(66, 63, 63, 0.8);
  -moz-box-shadow: 0 1px 0 rgba(160, 160, 160, 0.75) inset,0 20px 0 #6D6D6D,0 -2px 20px rgba(66, 63, 63, 0.8);
  box-shadow: 0 1px 0 rgba(160, 160, 160, 0.75) inset,0 20px 0 #6D6D6D,0 -2px 20px rgba(66, 63, 63, 0.8);
}
.nocomments {
  padding: 15px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}
.bypostauthor .comment-avatar img {
  border: 0px solid #ccc;
}

/* Atomyx Sidebar,Footer Widgets General */
.sidebar-widget {
  background: #fff;
  position: relative;
  margin-bottom: 3px;
  word-break: normal;
  word-wrap: break-word;
  overflow: hidden;
}
.widget-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 10px;
  font-size: 18px;
  color: #2E2D2D;
  margin-bottom: 10px;
  padding-top: 10px;
  height:19px;
  border-bottom: 2px solid #2E2D2D;

}
.iconwidget{
  width: 25%;
  height: 20px;
  background:#fff url('images/wg-pattern.png');
  float: right;
  margin-top: 6px;
  opacity: 0.9;

}
.nomagazine {
  font-family: 'Montserrat', sans-serif;
  line-height: 18px;
  font-size: 1.4em;
  background: #4E4E4E;
  color: #ffffff;
  margin-bottom: 10px;
  padding-top: 10px;
  height: 27px;
  padding-left: 45px;
  border-bottom: 1px solid #DFDFDF;
}
.sidebar-widget a {
  color: #5A5A5A;
}
.sidebar-widget a:hover {
  color: #666;
}
.sidebar-widget a:active {
  text-decoration: underline;
}
.sidebar-widget ul {
  position: relative;
  margin: -10px 0 0;
}
.sidebar-widget li {
  padding: 10px 10px 10px 10px;
  font-size: 100%;
  line-height: 16px;
  list-style: none;
  border-bottom: 0px solid #eee;
  overflow: hidden;
}
.sidebar-widget li:last-child {
  border-bottom: none;
}
.widget_recent_comments li {
  background: url('images/comment_r.png') no-repeat 13px 10px ! important;
  padding: 10px 10px 10px 35px ! important;
}
.atomyx_tweets li {
  background: url('images/twit.png') no-repeat 10px 10px ! important;
  padding: 10px 10px 10px 50px;
}
.sidebar-widget select ,#footer-blocks select {
  margin: 10px 0 10px 30px;
  width: 180px;
  height: 25px;
}
.sb-post-list-title {
  position: relative;
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
.sb-post-list-title p {
  margin: 2px 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #999;
  font-size: 12px;
  float: left;
  display: inline-block;
}
.sb-post-thumbnail {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
}
.sb-post-thumbnail img {
  width: 100%;
  height: 100%;
}
/* =============================================================================
  Atomyx search form
  ========================================================================== */
  #searchform{
    overflow: hidden;
    margin-top: -5px;
  }
  #searchform .searchfield{
    font-size: 12px !important;
    padding: 7px 10px;
    width: 80%;
    height: 19px;
    border: 1px solid #EEEEEE;
    border-right: none;
    font: inherit;
    color: #999999;   
    display: block;
    float: left;  
    margin-right: 0; 
  }
  #searchform .submit{  
    cursor: pointer;
    border: none;
    display: block;
    float: left;  
    margin-left: 0;
  }
  .search-top{
    width: 99%;
    float: right;
    margin-right: 0;
    margin-top: 7px;
    margin-bottom: 4px;
    position: relative;
  }
  .searchfield{ 
    width: 70%;
    height: 22px;
    font: inherit;
    color: #999999;
    padding: 3px 10px 5px;
  }
  #searchsubmit{
    background-color: #333;
    background-image: url("images/search.png"); 
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999em;
    height: 35px;
    width: 35px; 
  } 
  #footer-blocks .sb-post-thumbnail {
    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
  }
  #footer-blocks .sb-post-thumbnail img {
    width: 60px;
    height: 60px;
  }
  #footer-blocks .right-box-tab{ 
    margin-left: -20px;
    margin-top: 1px;
  }
  .sidebar-widget h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
  }
  /* Atomyx Text Widget */
  .sidebar-widget .textwidget ,#footer-blocks .textwidget {
    position: relative;
    padding: 20px 10px 10px;
    margin: -15px 0 0;
    line-height: 18px;
  }
  .sidebar-widget .textwidget {
    position: relative;
    padding: 20px 0px 0px;
    margin: -15px 0 0;
    line-height: 18px;
  }
  #footer-blocks .textwidget {
    padding: 15px 0 0 0;
  }
  .sidebar-widget .textwidget p ,#footer-blocks .textwidget p {
    margin-bottom: 15px;
    word-break: break-all;
  }
  .sidebar-widget .textwidget img ,#footer-blocks .textwidget img {
    max-width: 100%;
  }
  .sidebar-widget .textwidget p:last-child ,#footer-blocks .textwidget p:last-child {
    margin-bottom: 0;
  }
  #calendar_wrap {
    margin: 20px;
  }
  #wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
  }
  #wp-calendar th,
  #wp-calendar td,
  #wp-calendar caption {
    text-align: center;
    border: 1px solid #F7F7F7;
  }
  #wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
  }
  .sidebar-widget .tagcloud {
    padding: 10px;
    margin: -10px 0 0;
  }
  .post-tags,.tagcloud {
    position: relative;
    color: #ccc;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 5px;
    margin-top: 15px;
  }
  .post-tags a,.post-tags strong,.tagcloud a {
    color: #F4FCFF;
    font-size: 11px ! important;
    margin: 0 1px 1px 0;
    padding: 5px 10px;
    display: block;
    background: #333;
    text-decoration: none;
    float: left;
    border-radius: 6px;
  }
  .post-tags strong {
    background: #212326 !important;
  }
  .post-tags  a:hover,.tagcloud a:hover {
    background: #212326;
    color: #EEECEC;
  }
  /* # subscribe Widget */
  
  #searchform #submitbutton, .newsletter .nletterb {
    outline: none;
    background-color: #222;
    border: 1px solid #222;
    color: white;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .2),inset 0 0 1px rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .2),inset 0 0 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 0 1px hsla(0,100%,100%,.2),inset 0 0 1px hsla(0,100%,100%,.2);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #commentform input#submit:hover, .subsform .nletterbutton:hover {
    background-color: #212326;
    border-color: #212326;
    color: #FFF;
  }
  
  /* #Flickr  Google plus fb Widget*/
  .sidebar-widget .atomyx-flickr {
    margin: 0 auto;
    width: 90%;
  }
  .atomyx-flickr-widget .widget-head {
    margin: 0;
  }
  .flickr_badge_image {
    float: left;
    margin: 5px;
  }
  .sidebar-widget .flickr_badge_image img {
    border: 1px solid rgb(236, 236, 236);
    background: rgb(247, 247, 247);
  }
  .flickr_badge_image img {
    float: left;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    padding: 4px;
    border: 1px solid #313131;
    background: rgba(0, 0, 0, 0.16);
  }
  .atomyx-fb-like-box, .gp-box-widget {
    text-align: center;
  }
  .atomyx-fb-like-box {
    overflow: hidden;
    margin: 5px 10px -54px!important;
  }
  
  /* Copyright */
  #footer {
    position: relative;
    -moz-box-shadow: 0px 0px 2px black;
    -webkit-box-shadow: 0px 0px 2px black;
    box-shadow: 0px 0px 2px black;
    background: #000000;
    min-height: 5px;
    margin: 0 auto;
    line-height: 21px;
    font-size: 12px;
    padding: 5px 0;
    border-top: 1px solid #121212;
  }
  .left-credit{padding-left: 10px;}
  .right-credit{float: right; padding-right: 10px;}
  #footer.foot-widg-narrow {
    width: 100%;
  }
  #footer  .foot-wrap {
    margin: 0 auto;
  }
  #footer.foot-wide .foot-wrap {
    margin: 0 auto;
    width: 96%;
  }
  #footer .foot-wrap a {
    color: #ECFFF1;
    text-shadow: -1px -1px -1px black;
  }
  #footer  .foot-wrap p.copyright {
    float: left;
    margin-left: 15px;
    color: #AFAFAF;
  }
  #footer  .foot-wrap p.credit {
    float: right;
    margin-right: 15px;
    color: #AFAFAF;
  }
  /*# Footer Blocks */
  
  #footer-blocks {
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 auto;
    padding: 0px 0;
    background: #121212 url('images/grid.png');
    color: #CECECE;
    font-size: 13px;
  }
  .fb-container {
    padding: 0 0px 0 20px;

  }
  #footer-blocks .widget {
    margin: 0 0 20px;
    border: 0;
  }
  #footer-blocks .widget li {
    background: url('http://www.hoyestado.com/wp-content/themes/atomyx/images/bullet2.png') no-repeat 10px;
    list-style-type: none;
    margin: 0 0 6px;
    border-bottom: 0px solid #353232;
    padding: 6px 8px 10px 30px;
    font-size: 100%;
    line-height: 16px;
    overflow: hidden;
  }
  #footer-blocks .sb-tabs-wrap li {
    padding-left: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  #footer-blocks .atomyx_tweets li {
    padding: 8px 10px 10px 50px;
  }
  #footer-blocks .widget_search h3,#footer-blocks .widget_calendar h3 {
    display: block ! important;
  }
  #footer-blocks  .sb-post-list-title {
  }
  #footer-blocks  .tagcloud {
    margin-top: 20px;
  }
  #footer-blocks  .tagcloud a {
    color: #fff;
    text-shadow: none;
  }
  #footer-blocks #wp-calendar th {
    color: #BBB;
  }
  #footer-blocks .email-subs {
    padding: 0;
  }
  #footer-blocks .social-counter {
    margin-left: 5px !important;
  }
  #footer-blocks a,#footer-blocks a:visited {
    outline: none;
    text-decoration: none;
    color: #DBDBDB;
    font-weight: normal;
    font-size: 13px;
  }
  #footer-blocks a:active,#footer-blocks a:hover {
    text-decoration: none;
    color: white;
  }
  .footer-block1,.footer-block2,.footer-block3,.footer-block4 {
    float: left;
    width: 268px;
    padding: 20px 19px 0 0;
  }
  h3.widget-title {
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.27;
    margin: 0 0 15px;
    padding: 0 0 10px;
    height: 32px;
    color: white;
    text-transform: capitalize;
    border-bottom: 1px dotted #5A5656;
  }
  /* Contact Page */
  #contactf input[type="text"] {
    background:#fff;
    border:1px solid #ddd;
    color:#444;
    font-size:13px;
    margin:0;
    outline:none;
    padding:10px;
    width:96%;
  }
  #contactf textarea {
    background:#fff;
    border:1px solid #ddd;
    color:#444;
    font-size:13px;
    margin:0;
    outline:none;
    padding:10px;
    width:96%;
  }
  #contactf label {
    display:block;
  }
  #contactf button {
    margin-top:5px;
  }
  #contactf button[type="submit"] {
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    -webkit-transition:all .3s ease;
    background-color:#555;
    border:0;
    border-radius:5px;
    color:#FFF;
    cursor:pointer;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    outline:none;
    padding:.25em 2em;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    transition:all .3s ease;
  }
  #contactf button[type="submit"]:hover {
    background:#444;
  }
  .nopostimg img {
    width: 100%;
  }
  .page-numbers li{
    height: 27px!important;
  }
  .page-numbers{
    background-image: none!important;
  }
  /* Woocommerce */
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: 0 0px 0px 0 #ccc!important;
    float: right;
    height: auto;
    margin-left: 4px;
    width: 80px!important;
  }