/* ==========================================================================

    Project: CIO Dashboard
    Author: XHTMLized
    Last updated: Mon Oct 13 2014 18:00:45

    1. Normalize
    2. Common

   ========================================================================== */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}


audio:not([controls]) {
  display: none;
  height: 0;
}


[hidden],
template {
  display: none;
}


a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}


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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Custom Styling
   ========================================================================== */


.row:after,
.nav:after,
.hero:after,
.form:after,
.content-post:after,
.footer-post:after,
.posts-list:after,
.social-box > div:after,
.category-box ul:after,
.widget_categories ul:after,
.related-list:after,
.technology-list .post:after,
.technology-list .bottom-post:after,
.video-featured:after,
.list ul:after,
.footer .container:after,
.contact-info ul:after,
.contact-info fieldset:after {
  content: "";
  display: table;
  clear: both;
}

/* Common
   ========================================================================== */


/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebasneue-webfont.eot');
  src: url('../fonts/bebasneue-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Container */

.container img {
  display: block;
  max-width: 100%;
}

@media (min-width: 640px) {
  .container.padding {
    padding-top: 15px;
    padding-bottom: 40px;
  }

}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #414141;
  line-height: 1.5em;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* Header */

.header {
    background: #022745;
    padding: 25px 0;
}

.site-name {
  float: left;
  text-indent: -999999px;
  width: 200px;
  height: 31px;
}

.site-name span {
  background: url(../img/logo.png) no-repeat;
  background-size: 200px 31px;
  width: 200px;
  height: 31px;
}

@media screen and (min-width: 768px) {
  .site-name {
    width: 263px;
    margin-top: 16px;
    height: 41px;
  }

  .site-name span {
    background-size: 263px 41px;
    width: 263px;
    height: 41px;
  }

}


@media screen and (min-width: 768px) {
  .dropdown-toggle {
    display: none;
  }

}

.search-toggle {
  margin-top: 24px;
  float: right;
  width: 28px;
  height: 28px;
  background: url(../img/icons.png) no-repeat center center;
}

@media screen and (min-width: 768px) {
  .search-toggle {
    float: left;
    margin-left: 15px;
  }

}

@media screen and (min-width: 870px) {
  .search-toggle {
    display: none;
  }

}

.search {
  right: 0;
  z-index: 100;
  display: none;
  position: absolute;
  width: 100%;
  max-width: 380px;
  top: 75px;
}

.search input[type=text] {
  height: 35px;
  margin: 0;
  border-radius: 0;
  color: rgba(2, 39, 69, 0.51);
  width: 100%;
  padding: 0 40px 0 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  background: #bec7cf;
  border: none;
}

.search input[type=text]::-webkit-input-placeholder {
  color: rgba(2, 39, 69, 0.51);
}

.search input[type=text]::-moz-placeholder {
  color: rgba(2, 39, 69, 0.51);
}

.search input[type=text]:-moz-placeholder {
  color: rgba(2, 39, 69, 0.51);
}

.search input[type=text]:-ms-input-placeholder {
  color: rgba(2, 39, 69, 0.51);
}

.search button {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  background: #01b1f4 url(../img/icons.png) no-repeat center center;
  border: none;
}

@media screen and (min-width: 870px) {
  .search {
    display: block !important;
    top: 0;
    
    float: right;
    width: auto;
    margin-top: 24px;
    max-width: 173px;
  }

  .search input[type=text] {
    height: 27px;
  }

  .search button {
    height: 27px;
    width: 24px;
  }

}

/* Navigation */

.nav li {
  font-size: 14px;
}

.nav a {
  color: #fff;
  text-decoration: none;
  text-align: left;
  position: relative;
  padding: 8px 15px;
  display: block;
}

.nav a:hover {
  color: #018dc7;
}

.nav a:before {
  content: none;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #01b1f4;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* Content */

.hero {
  position: relative;
  padding: 25px 0 0;
  behavior: url(http://www.ciodashboard.com/wp-content/themes/cio/css/js/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

.hero.hero-inner .row {
  padding-bottom: 50%;
}

.hero.bg1 {
  background-image: url(../media/hero.jpg);
}

.hero.bg2 {
  background-image: url(../media/hero1.jpg);
}

.hero.bg3 {
  background-image: url(../media/hero3.jpg);
}

.hero.bg-post {
  background-image: url(../media/hero.jpg);
}

.hero h2 {
  line-height: 1em;
  margin: 20px 0 35px;
  padding: 0 15px;
  font-size: 28px;
}

.hero h2 .font-32 {
  line-height: 0.8em;
  display: block;
  font-size: 25px;
}

.hero h2.left-title {
  color: #fff;
  position: absolute;
  bottom: 20px;
  margin: 0;
  font-size: 46px;
}

.hero h2.left-title .amp {
  color: #01b1f4;
  font-size: 18px;
}

.hero h2.left-title .font-100 {
  color: #022745;
  display: block;
  font-size: 70px;
}

.hero h2.left-title sup {
  position: absolute;
  top: 15px;
  left: 20px;
}

.hero h2.right-title {
  right: 0;
  bottom: auto;
  top: 0;
  padding-left: 70px;
}

.hero h2 .font-84 {
  line-height: 0.7em;
  display: block;
  font-size: 32px;
  margin-left: 15px;
}

.hero h2 sup {
  font-size: 20px;
  position: relative;
  top: -8px;
}

@media (min-width: 640px) {
  .hero {
    padding: 0;
    overflow: hidden;
  }

  .hero h2 {
    position: absolute;
  }

  .hero h2.left-title {
    margin-top: 25px;
  }

}

@media screen and (min-width: 768px) {
  .hero h2 {
    margin-top: 40px;
    left: 19%;
    font-size: 53px;
  }

  .hero h2.left-title {
    left: 10px;
    bottom: 46px;
    font-size: 46px;
  }

  .hero h2.left-title .font-100 {
    margin-top: 8px;
    font-size: 100px;
  }

  .hero h2.left-title .amp {
    font-size: 30px;
  }

  .hero h2.right-title {
    left: auto;
    bottom: auto;
    right: 20%;
  }

  .hero h2.right-title sup {
    left: -10px;
    top: 20px;
  }

  .hero h2.right-title .font-100 {
    margin-top: 15px;
  }

  .hero h2 sup {
    top: -35px;
    left: -2px;
    font-size: 32px;
  }

  .hero h2 .font-32 {
    font-size: 32px;
  }

  .hero h2 .font-84 {
    font-size: 84px;
  }

  .hero.hero-inner .row {
    padding-bottom: 37%;
  }
  
  .hero.hero-inner.bg-post .row {
    padding-bottom: 27%;
  }

}
@media (min-width: 800px) {
  .hero h2 {
    left: 20%;
  }
}
@media (min-width: 820px) {
  .hero h2 {
    left: 25%;
  }
}
@media screen and (min-width: 980px) {
  .hero h2 {
    left: 30%;
  }
}

.col-blue {
  color: #01b1f4;
}

.list-post {
  padding: 0;
  line-height: 1em;
  list-style: none;
  margin: 0;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.list-post ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.list-post h4 {
  text-align: center;
  margin: 0;
  font-size: 25px;
  background: #ff9200;
  color: #fff;
  font-weight: 400;
  line-height: 1em;
  padding: 7px 15px 6px;
  position: relative;
}

.list-post h4:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  left: 5px;
  border-top: 9px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.list-post li {
  counter-increment: list-counter;
  position: relative;
}

.list-post li:before {
  position: absolute;
  left: 23px;
  top: 2px;
  font-size: 83px;
  line-height: 83px;
  color: #fff;
  z-index: 1;
  vertical-align: top;
  content: counter(list-counter);
}

.list-post a {
  min-height: 83px;
  color: #fff;
  background: rgba(2, 39, 69, 0.91);
  text-decoration: none;
  display: block;
  vertical-align: top;
  padding: 11px 20px 11px 65px;
  letter-spacing: -0.02em;
  width: 100%;
  position: relative;
  line-height: 1.15em;
  display: inline-block;
}

.list-post a:before {
  content: none;
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  top: -16px;
  border-right: 8px solid #004a80;
  border-bottom: 8px solid #004a80;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
}

.list-post a:after {
  content: none;
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  bottom: -16px;
  border-right: 8px solid #004a80;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #004a80;
}

.list-post a:hover {
  background: rgba(1, 177, 244, 0.71);
}

@media (min-width: 640px) {
  .list-post {
    float: right;
    width: 245px;
  }

  .list-post li:hover:before {
    left: 8px;
  }

  .list-post li:last-child a:hover:after {
    content: none;
  }

  .list-post a {
    padding-right: 55px;
    width: 110%;
  }

  .list-post a:hover {
    left: -15px;
  }

  .list-post a:hover:before,
  .list-post a:hover:after {
    content: '';
  }

}

.widget_categories a:after {
  content: '';
}

.arrow-right, .widget_categories a:after {
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin: 0 5px;
}

.arrow-right.small, .widget_categories a:after {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  position: relative;
  top: 1px;
  border-bottom: 5px solid transparent;
}

.bottom-hero {
  width: 100%;
  background: #022745;
  padding: 24px 0;
  float: none;
  clear: right;
}

@media screen and (min-width: 768px) {
  .bottom-hero {
    padding-bottom: 18px;
  }

}

input[type=text],
input[type=email] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #505050;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 0;
  font-style: italic;
  background: #fff;
  height: 32px;
  border: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #505050;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder {
  color: #505050;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #505050;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #505050;
}

.submit {
  background: #01b1f4;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-family: 'Bebas Neue', Arial, sans-serif;
  text-transform: uppercase;
  padding: 8px 5px 7px 10px;
  border: none;
  height: 32px;
}

.form {
  padding: 0 15px;
}

.form label {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  font-family: 'Bebas Neue', Arial, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.02em;
}

.form input {
  width: 100%;
  margin: 5px 0;
  height: 42px;
  font-size: 14px;
}

.form .submit {
  width: 100%;
  height: 42px;
  margin: 5px 0;
  font-size: 20px;
}

@media (min-width: 640px) {
  .form label {
    float: left;
    width: 30%;
    text-align: left;
  }

  .form input {
    float: left;
    width: 25%;
    margin-left: 10px;
  }

  .form input[type=text] {
    width: 20%;
  }

  .form .submit {
    float: left;
    width: 15.5%;
  }

}

@media screen and (min-width: 960px) {
  .form label {
    width: 35%;
    line-height: 1.7em;
    padding-left: 40px;
    margin: 0;
  }

}

.content {
  padding: 0;
}

@media (min-width: 840px) {
  .content {
    float: left;
    width: 64%;
    padding-top: 18px;
  }

}

.post {
  padding: 0 15px;
}

.post h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.post header p {
  margin: 2px 0 0 0;
  color: #979797;
  letter-spacing: 0.02em;
  font-size: 11px;
}

.post header p .category {
  color: #022745;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.content-post {
  margin: 15px 0 0;
  border: 1px solid #022745;
  border-left: none;
  border-right: none;
  padding: 18px 0 16px;
}

.content-post p {
  letter-spacing: -0.01em;
}

.content-post img {
  display: block;
  max-width: 100%;
  width: 100%;
  height:100%;
}

@media (min-width: 640px) {
  .content-post img {
    float: left;
    width: 33.5%;
  }

  .content-post p {
    margin: 0;
  }

  .content-post > div {
    float: left;
    padding: 0 15px;
    width: 66.5%;
  }
  
  .content-post > div.full-width-content {
    width: 100%;
  }

}

.btn, .widget_categories a {
  color: #fff;
  background: #022745;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', Arial, sans-serif;
  text-decoration: none;
  padding: 7px 10px 7px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget_categories a {
  background: #01b1f4;
}
.post.older .btn{
  float:right;
  color: #fff;
  background: #022745;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', Arial, sans-serif;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom:40px;
}

.btn:hover {
  background: #ff9200;
}

.footer-post {
  margin: 20px 0 0;
}

.footer-post .social {
  padding: 0;
  list-style: none;
  margin: 15px 0 0;
  overflow: hidden;
}

.footer-post .social li {
  vertical-align: top;
  display: inline-block;
  margin: 0 3px;
}

.footer-post .social li:last-child {
  width: 70%;
}

.footer-post .tw {
  background: url(../img/tw.png);
  width: 24px;
  height: 19px;
  display: block;
}

.footer-post .pls div {
  width: 50% !important;
}

@media (min-width: 640px) {
  .footer-post {
    margin-top: 9px;
  }

  .footer-post .btn {
    float: left;
  }

  .footer-post .social {
    float: right;
    width: 64%;
    margin: 3px 0 0 0;
  }

}

.posts-list {
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.posts-list img {
  width: 100%;
}

.posts-list li {
  padding: 0 15px;
  margin-bottom: 20px;
}

.posts-list a {
  display: block;
  position: relative;
}

.posts-list h3 {
  position: absolute;
  background: rgba(2, 39, 69, 0.93);
  margin: 0;
  padding: 16px 10px;
  font-size: 16px;
  bottom: 0;
  line-height: 1.1em;
  width: 100%;
  color: #fff;
}

@media (min-width: 640px) {
  .posts-list {
    padding: 0 8px;
  }

  .posts-list li {
    float: left;
    width: 33.33333%;
    padding: 0 7px;
    margin: 0;
  }

  .posts-list h3 {
    padding: 12px 10px 19px;
  }

}

.divider {
  margin: 5px 0;
  height: 1px;
  border: none;
  width: 100%;
  background: #022745;
}

.divider1 {
  margin: 0;
  height: 20px;
  border: none;
  width: 100%;
  background: url(../img/bg_line.jpg);
}

/* Sidebar */

@media (min-width: 840px) {
  .sidebar {
    float: right;
    width: 34%;
    margin-top: 18px;
  }

}

.widget {
  padding: 0 15px 10px;
  margin: 16px 0 16px;
}

.widget h2 {
  margin: 16px 0 0;
}

.widget.padding-none {
  padding: 0;
}

@media (min-width: 640px) {
  .widget {
    padding-bottom: 35px;
  }

  .widget:last-child {
    margin-bottom: 0;
  }

}

.social-box h2 {
  float: left;
}

.social-box .social-widget, .social-box .social-links {
  float: right;
  margin-top: 12px;
}

@media (min-width: 640px) {
  .social-box .social-widget, .social-box .social-links {
    margin-top: 17px;
  }

}

.category-box ul, .widget_categories ul {
  padding: 0 7px;
  list-style: none;
  margin: 8px 0 8px 0;
  margin-left: -7px;
  margin-right: -7px;
}

.category-box li, .widget_categories li {
  float: left;
  margin: 7px 3px;
}

.category-box a, .widget_categories a {
  display: block;
  padding-left: 10px;
  padding-right: 5px;
}

.related-list {
  padding: 0;
  list-style: none;
  margin: 17px 0 0 0;
}

.related-list li {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.related-list a {
  text-decoration: none;
  font-family: 'Bebas Neue', Arial, sans-serif;
  display: block;
  color: #808080;
  text-transform: uppercase;
  position: relative;
  padding: 10px 45px 10px 10px;
  border: 1px solid #dbdbdb;
}

.related-list a i {
  width: 39px;
  margin: 0;
  border: none;
  right: 0;
  top: 0;
  height: 100%;
  background: #ff9200;
  position: absolute;
}

.related-list a i:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -5px;
  vertical-align: middle;
  border-left: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.title-post {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 32px;
  background: #fff;
  position: relative;
}

.title-post > span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 5px 0 0;
}

.title-post:before {
  content: none;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
  z-index: 1;
  border: none;
  width: 100%;
  background: url(../img/bg_line.jpg);
}

@media (min-width: 640px) {
  .title-post:before {
    content: '';
  }

}

.about {
  padding-top: 30px;
  position: relative;
}

.about img {
  top: -10px;
  border-radius: 100%;
  border: 5px solid #d7d7d7;
  right: 0;
  position: absolute;
}

.about h2 {
  margin-top: 40px;
}

@media (min-width: 840px) {
  .about {
    padding-top: 18px;
  }

  .about img {
    right: -5px;
    top: -20px;
  }

  .about h2 {
    margin-top: 10px;
  }

  .about p {
    margin-bottom: 20px;
  }

  .about p:last-child {
    margin-bottom: 0;
  }

}

@media screen and (min-width: 960px) {
  .about img {
    right: -20px;
  }

}

.technology-list {
  padding: 0 15px;
}

.technology-list .post {
  padding: 15px 0;
  border-bottom: 1px solid #022745;
}

.technology-list .post.first {
  border-top: 1px solid #022745;
}

.technology-list h3 {
  margin-bottom: 10px;
}

.technology-list h3 a {
  color: #022745;
  text-decoration: none;
}

.technology-list p a {
  text-decoration: none;
  color: #01b1f4;
}

.technology-list p a .arrow-right.small {
  top: -1px;
  border-left-color: #01b1f4;
}

.technology-list .bottom-post {
  border-top: 1px solid #c2c2c2;
  padding-top: 13px;
}

.technology-list .bottom-post p {
  font-size: 11px;
  color: #929191;
  min-height: 16px;
  margin: 0;
}

.technology-list .bottom-post p .comment {
  background: url(../img/ico_comment.png) no-repeat right center;
  padding-right: 30px;
  min-height: 16px;
  display: inline-block;
}

.technology-list img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}

.technology-list .pull-left {
  text-align: center;
  position: relative;
}
.technology-list .pull-left.thumbnail-contain {
  width:200px!important;
}
.technology-list .pull-left .thumbnail {
  width:200px;
  height:150px;
  overflow:hidden;
}
.technology-list .pull-left .thumbnail img {
  height:100%;
  width:100%;
}
.technology-list .pull-left .btn {
  position: relative;
  top: -10px;
}

@media (min-width: 640px) {
  .technology-list .pull-left {
    float: left;
    width: 33.5%;
  }

  .technology-list h3 {
    margin-top: 0;
  }

  .technology-list .pull-right {
    float: left;
    padding: 0 0 0 15px;
    width: 66.5%;
  }

  .technology-list .bottom-post p {
    float: left;
  }

  .technology-list .bottom-post p:last-child {
    float: right;
  }

}

.title-row {
  padding: 0 15px;
}

.general .post .row {
  margin: 0;
}

@media (min-width: 640px) {
  .general .col-5 {
    float: left;
    width: 40%;
  }

  .general .col-7 {
    width: 60%;
    padding-left: 15px;
    float: left;
  }

  .general .first p {
    margin: 0;
  }

  .general .divider {
    margin: 15px 0;
  }

}

.video-featured {
  margin: 25px 0 15px;
}

.video-featured h3 {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .video-featured {
    margin-bottom: 0;
  }

  .video-featured .video {
    float: right;
    width: 64%;
    padding-bottom: 30%;
  }

  .video-featured .col-3 {
    float: left;
    width: 35%;
  }

  .video-featured p {
    margin: 20px 0;
  }

  .video-featured h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 960px) {
  .video-featured .video {
    padding-bottom: 37%;
  }

}

.video {
  position: relative;
  padding-bottom: 50%;
}

.video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.list {
  padding: 0 15px;
}

.list ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
}

.list div {
  background: #d7d7d7;
  font-size: 11px;
  color: #414141;
  text-align: left;
  padding: 10px 7px 20px;
  line-height: 1.35em;
}

.list img {
  margin-bottom: 7px;
}

.list p {
  margin: 5px 0;
}

.list h4 {
  /*font-family: 'Bebas Neue', Arial, sans-serif;*/
  font-size: 12px;
  color: #022745;
  text-transform: uppercase;
  margin: 5px 0;
}

.list h3 {
  margin: 10px 0 15px;
}

.list .btn {
  position: relative;
  top: -8px;
}

.list li {
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 640px) {
  .list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list ul {
    display: table;
  }

  .list li {
    display: table-cell;
    width: 25%;
    padding: 0 5px;
  }

  .list div {
    min-height: 150px;
  }

  .list h3 {
    padding: 0 10px;
  }

}

/* Footer */

.footer {
  background: #01b1f4;
}

.footer h3 {
  margin-bottom: 29px;
  color: #fff;
  font-size: 20px;
}

.footer h3 a {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  color: #01b1f4;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 10px 0;
}

.footer p {
  line-height: 1.2em;
}

.footer p a {
  color: #01b1f4;
  text-decoration: none;
}

.footer p a .arrow-right.small {
  top: -1px;
  margin: 0;
  border-left-color: #01b1f4;
}

.footer p.copy {
  color: #b9b9b9;
}

.footer a {
  color: #01b1f4;
}

.footer .container > div {
  color: #fff;
}

@media screen and (min-width: 768px) {

.footer .container > div.social-feed {
width: 28%;
}

.footer .container > div.contact-info {
width: 36%;
float: right;
}

}


.social-feed ul {
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  list-style: none;
  margin: 0;
}

.social-feed ul li {
  margin: 0 0 13px;
}

.social-feed ul a {
  text-decoration: none;
}

.social-feed ul p {
  margin: 0 0 6px 0;
}

@media screen and (min-width: 768px) {
  .social-feed li:last-child {
    margin-bottom: 0;
  }

}

.contact-info ul {
  padding: 0 0 10px;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.contact-info li {
  margin-bottom: 10px;
}

.contact-info p {
  margin: 0;
}

.contact-info p a {
  color: #fff;
}

.contact-info a {
  color: #fff;
}

.contact-info fieldset {
  padding: 0;
  border: none;
}

.contact-info fieldset input {
  width: 100%;
  margin-bottom: 8px;
}

.contact-info fieldset .submit {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .contact-info li {
    float: left;
    margin-bottom: 0;
    width: 50%;
  }

  .contact-info li:last-child {
    float: right;
  }

  .contact-info .social-widget, .contact-info .social-links {
    float: right;
    margin-top: -5px;
  }

  .contact-info form h3 {
    margin: 12px 0 20px;
  }

  .contact-info input[type=text] {
    float: left;
    width: 20%;
    margin-right: 10px;
  }

  .contact-info input[type=email] {
    float: left;
    width: 46%;
  }

  .contact-info fieldset .submit {
    float: right;
    width: 27%;
  }

}

/* WP */

.entry-content a {
  color: #01b1f4;
  text-decoration: underline;
}
.entry-content a.btn {
  color: #fff;
  text-decoration: none;
}
.entry-content h2 a {
  color: #022745;
  text-decoration: none;
}
.entry-content h2 a:hover {
  text-decoration: underline;
}
.technology-list .pull-right.full-width {
  width: 100%;
}
.pagination {
  margin: 16px 0 0 0;
}
.pagination a, .pagination span {
  font-size: 13px;
  padding: 0 2px;
}

/** addons **/
.social-links img {
  display: inline-block;
  margin: 0 3px;
}