/* GENERAL */

.ProximaNova-Regular {
    font-family: 'ProximaNova-Regular';
}

.ProximaNova-Bold {
    font-family: 'ProximaNova-Bold';
}

.ProximaNova-Light {
    font-family: 'ProximaNova-Light';
}


/* CONTACT */

.contact {
    padding: 60px 0;
    border-bottom: 2px solid #fbfbfb;
}

.contact .title {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.contact .table-fluid {
    padding-right: 3%;
}

.contact p {
    font-family: 'ProximaNova-Light';
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}

.contact .button {
    padding: 20px 50px;
    font-size: 24px;
    background: #fbfbfb;
}


/* FORM */

.form-style {
    margin: 32px 0;
    transition: background 0.3s ease-out;
}

.hero .form-style {
    padding: 16px;
    background: #26394a;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-out;
}

.form-style input[type="text"],
.form-style textarea {
    font-family: 'ProximaNova-Regular';
    font-size: 15px;
    font-weight: 800;
    color: #717171;
    background: #fbfbfb;
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadada;
    -webkit-appearance: none;
    outline: 0;
}

.hero .form-style input[type="text"] {
    background: #fff;
    box-shadow: 0 0 3px #656266 inset;
    width: 100%;
    padding: 16px;
    border-width: 0px;
    border: none;
}

.form-style input[type="text"]:focus,
.form-style textarea:focus {
    box-shadow: 0 0 2px #656266 inset;
    -webkit-appearance: none;
    outline: 0;
}

.hero .form-style input[type="text"]:focus {
    box-shadow: 0 0 6px #656266 inset;
    border-width: 0px;
    border: none;
}

.hero .form-style input[type="submit"],
.form-style .button {
    font-family: 'ProximaNova-Bold';
    font-size: 17px;
    width: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
}

.hero .form-style input[type="submit"],
.hero .form-style .button {
    width: 100%;
}

.hero .form-style input[type="submit"] {
    background: none repeat scroll 0 0 #f74c42 !important;
    color: #fbfbfb !important;
}
.hero .form-style div.sg-accept {
    clear: both;
    width:auto;
    text-align: center;
    padding: .5em;
    margin: 0;
    line-height: 1em;
}
.hero .form-style div.sg-accept label {

}
.hero .form-style div.sg-accept label span {
    font-size: 15px;
    font-weight: 800;
    color:#717171;
    line-height: 1em;
    font-family: "ProximaNova-Regular";

}
.hero .form-style div.sg-accept input[type="checkbox"] {
    margin:0 .5em 0 0;
    width:auto;
    padding: 0;
}

.form-style .wpcf7-response-output {
    margin: 5px 0 0 0;
}

.form-style span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.page-template-contact span.wpcf7-not-valid-tip {
    color: #FF8B8B;
}

.form-style div.wpcf7 img.ajax-loader {
    display: none;
}

.guarantee {
    font-style: italic;
    font-size: 14px;
    margin: 0;
}

span.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

.wpcf7-response-output {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto !important;
}


/* FORM GRID */

.form-grid {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.form-grid1 {
    display: inline-block;
    float: left;
    margin: 0;
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.form-grid13 {
    display: block;
    float: left;
    margin: 0;
    padding-right: 16px;
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333%;
}

.hero .form-grid13 {
    /*width: 28%;*/
    padding-bottom: 0;
}

.form-grid13:last-child {
    padding: 0;
}

.form-grid13.no_padding {
    padding-right: 0;
}

.form-grid14 {
    display: block;
    float: left;
    margin: 0;
    padding-right: 16px;
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.form-grid14.last {
    padding: 0;
}
.hero .form-grid14 {
    /*width: 28%;*/
    padding-bottom: 0;
}

.form-grid14:last-child {
    padding: 0;
}

.form-grid14.no_padding {
    padding-right: 0;
}


/*
.hero .form-grid13:last-child {
    width: 44%;
}
*/


/* HERO */

.hero {
    color: #fbfbfb;
}

.cover .tagline {
    font-size: 50px;
    margin: 8px 0 5px 0;
    color: #fbfbfb;
}

.tagline-desc {
    font-size: 22px;
    font-family: 'ProximaNova-Light';
    margin: 4px 0 40px 0;
}

ul.hero-list {
    padding: 0;
    /*list-style: square outside url(images/checkbox.png);*/
}

ul.hero-list li {
    background: url(images/checkbox.png) no-repeat left top;
    padding: 0 0 18px 30px;
    margin: 0;
    font-size: 18px;
    transition: background 0.3s linear;
    /* break horizontal list into two columns */
    width: 40%;
    width: calc(50% - 30px);
    float: left;
    display: inline;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.hero-list li:nth-child(even) {
    float: right;
}

ul.hero-list li:nth-child(even):after {
    /* content: ' ';
    height: 40px;
    width: 40px;
    background:  #fff; */
    content: " ";
    display: block;
    min-height: 0;
    clear: both;
}

ul.hero-list li:hover {
    background: url(images/checkbox-over.png) no-repeat left top;
}


/* LOGOS */

.logos {
    text-transform: uppercase;
    padding: 32px 16px;
    color: #7a7a7a;
}

.logos-tagline {
    font-size: 14px;
    color: #7a7a7a;
    padding-bottom: 20px;
}

.featured {
    list-style: none;
    width: 100%;
    text-align: center;
}

.featured li {
    display: inline-block;
    margin: 0 24px;
}

.about {
    position: relative;
    background: #293844;
}

.about .left-bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.about .right-bg {
    background: #26394a;
}

.about .title {
    color: #f74c42;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 46px;
    margin: 0;
    margin-bottom: 36px;
}

.about .text {
    padding: 50px 0 50px 50px;
}

.about .text p {
    font-family: 'ProximaNova-Light';
    font-size: 17px;
}

.entry-content .expertise p,
.expertise span,
.expertise .title {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    text-transform: uppercase;
}

.expertise span,
.expertise .title {
    line-height: 28px;
}

.expertise .title {
    margin: 48px 0 0 0;
}

.home .expertise span {
    color: #fbfbfb;
    margin: 0;
}

.about .wrapper .logo-after {
    position: static;
}


/* Stick :after to parent, not itself */

.about .wrapper .logo-after:after {
    content: url(images/logo-th.png);
    position: absolute;
    bottom: 50px;
    left: 0;
}


/* HOME ARTICLE */

.blog-list .content-area {
    padding: 55px 0 76px;
}

.read-title {
    padding: 60px 0;
    border-bottom: 1px solid #dadada;
}


/* contact page title */

.page-template-contact .read-title {
    padding: 34px 0 14px;
    border-bottom: none;
}

.page-template-contact .read-title a {
    color: #000;
    text-decoration: none;
}

.page-template-contact .flexible-spacer {
    margin-bottom: 0;
}

.page-template-contact .contact-hide {
    display: none !important;
}

.page-template-contact .form-style .wpcf7-form p:first-of-type {
    margin-top: 0;
}

.page-template-contact .form-style .wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.page-template-contact .form-style .wpcf7-form p .wpcf7-submit {
    width: initial;
    padding: 0 24px;
    margin-bottom: 6px;
}

.read-title .title {
    font-family: 'ProximaNova-Bold';
    font-size: 45px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.blog-list .kolona13 {
    position: relative;
    width: 26.53066666666667%;
    margin-right: 10.204%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-list .kolona13:after {
    content: '';
    position: absolute;
    top: 0;
    right: -19.23055%;
    height: 100%;
    border-right: 1px solid #dadada;
}

.blog-list .kolona13:nth-child(3n) {
    border-right: none;
    margin-right: 0;
}

.blog-list .kolona13:nth-child(3n):after {
    content: none;
}

.blog-list .entry-title {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    text-transform: uppercase;
}

.blog-list .entry-title a {
    color: #030303;
    transition: color 0.3s ease-out;
}

.blog-list .entry-title a:hover {
    color: #f74c42;
}

.read-title .read-desc {
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 20px;
    margin: 4px 0 0;
}

.blog-list .post {
    text-transform: uppercase;
}

.blog-list .post .entry-content a {
    opacity: 1;
    background-repeat no-repeat;
    background-position center top;
    background-size: cover;
    width: 100%;
    position: relative;
    padding-bottom: 77.5%;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-out;
}

.blog-list .post:hover .entry-content a {
    opacity: 0.8;
}

.blog-list .post {
    text-transform: uppercase;
}

.entry-date,
.share {
    display: block;
}

.blog-list .entry-footer {
    font-size: 16px;
}


/* ABOUT-PAGE CONTENT */

.about-image {
    /*background: #26394a url(images/about-bg.jpg) no-repeat center 39%;*/
    /*background-size: cover;*/
    width: 100%;
    position: relative;
    /*padding-bottom: 47%;*/
    /*height: 0;*/
    margin-top: 70px;
    overflow: hidden;
}

.about-image img {
    display: block;
    width: 100%;
    height: auto;
}


/*
.about-image:after {
    content: url(images/logo.png);
    position: absolute;
    bottom: 50px;
    left: 22px;
}
*/

.expertise-about {
    padding-bottom: 110px;
}

.entry-content .expertise-about p {
    color: #f74c42;
    margin: 0;
}


/*
.entry-content, .entry-content p {
    font-size: 17px;
    font-family: 'ProximaNova-Light';
}
*/

.expertise .title {
    color: #293844;
    font-size: 20px;
}

.expertise p,
.expertise span {
    color: #f74c42;
    font-size: 20px;
}

.top-space {}

div[class^="kolona"] {
    min-height: 10px;
}

body {
    color: #030303;
    background-color: #fbfbfb;
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-input-placeholder {
    color: #717171;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #717171;
    font-size: 15px;
}

::-moz-placeholder {
    color: #717171;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #717171;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: #030303;
    display: inline-block;
}

.ome-thblog a {
    text-decoration: underline;
    color: #f74c42;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ProximaNova-Bold';
}

.uppercase {
    text-transform: uppercase;
}

img {
    max-width: 100%;
    height: auto;
}

input,
textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dadada;
    box-sizing: border-box;
    color: #717171;
    font-size: 15px;
    font-weight: 800;
    outline: 0 none;
    padding: 16px;
    width: 100%;
}

input[type="submit"] {
    width: auto;
    font-size: 17px;
    line-height: 42px;
    height: 42px;
    background: #f74c42;
    color: #fbfbfb;
    text-transform: uppercase;
    padding: 0 16px;
}

.dark p {
    color: #fbfbfb;
}

.light p {
    color: #030303;
}

.red {
    color: #f74c42 !important;
}

.red-bg {
    color: #fbfbfb !important;
    background: #f74c42 !important;
}

.blue,
.url {
    color: #26394a !important;
}

.blue-bg {
    color: #fbfbfb !important;
    background: #26394a !important;
}

header,
div,
section,
ul {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    min-height: 0;
    clear: both;
}

.left-bg {
    width: 50%;
    position: absolute;
    left: 0px;
    height: 100%;
    overflow: hidden;
}

.right-bg {
    width: 50%;
    position: absolute;
    right: 0px;
    height: 100%;
}

.nav-list li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.nav-list li a {
    color: #fbfbfb;
}
.nav-list-legal li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.nav-list-legal li a {
    color: #fbfbfb;
}

.content ul {
    margin: 16px 0 16px 38px;
}

.content ul li {
    padding-bottom: 12px;
    margin: 0;
    font-size: 18px;
    list-style-type: circle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content ol li {
    padding-bottom: 8px;
}

.background-base {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.widezilla {
    background-attachment: fixed;
    padding: 36px 0;
    border-bottom: 3px solid #fff;
}

.widezilla:nth-child(even) {
    background-attachment: scroll;
}

.widezilla.widezilla-intro {
    background-attachment: scroll !important;
    padding-bottom: 0;
}

.widezilla-no-parallax {
    background-attachment: scroll !important;
}

.widezilla.widezilla-intro .read-title {
    width: 60%;
    padding: 80px 0;
    border-bottom: 0;
}

.widezilla-item {
    width: 50%;
    background: #293844;
    background: rgba(41, 56, 68, 0.5);
    color: #fff;
}

.widezilla.widezilla-intro .widezilla-item {
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.widezilla:nth-child(even) .widezilla-item {
    float: right;
}

.widezilla-title {
    background: #293844;
    background: rgba(41, 56, 68, 0.14);
    padding: 16px;
    margin: 0;
    text-transform: uppercase;
}

.widezilla-text {
    padding: 16px;
}

.widezilla-text ul {
    list-style-type: none;
    margin: 16px;
    padding: 0;
}

.widezilla-text ul li {
    list-style-type: none;
    background: url(images/checkbox.png) no-repeat left top;
    padding: 0 0 18px 30px;
    transition: background 0.3s linear;
}

.widezilla-text ul li:hover {
    background: url(images/checkbox-over.png) no-repeat left top;
}

.nav-list li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.nav-list li a {
    color: #fbfbfb;
}

.nav-list li.current_page_parent a {
    color: #f74c42;
}
.nav-list-legal li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.nav-list-legal li a {
    color: #fbfbfb;
}

.nav-list-legal li.current_page_parent a {
    color: #f74c42;
}

.button,
.wpcf7-submit,
.hero .form-style input[type="submit"],
input[type=submit] {
    opacity: 1;
}

.button:hover,
.wpcf7-submit:hover,
.hero .form-style input[type="submit"]:hover,
input[type=submit]:hover {
    opacity: 0.8;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*# sourceMappingURL=normalize.css.map */

::-moz-focus-inner {
    border: 0;
}

a:focus {
    outline-style: none;
}


/* GRID STYLES */

.wrapper {
    width: 100%;
    /*max-width: 1412px; */
    max-width: 1366px;
    margin: 0 auto;
}


/*.container { width: 97.1671388102%; padding: 0px 1.416%; }*/

.kolona1 {
    width: 100%;
}

.kolona12 {
    width: 47.449%;
    margin-right: 5.102%;
}

.kolona12:nth-of-type(2n) {
    margin-right: 0px;
}

.kolona14 {
    width: 21.173%;
    margin-right: 5.102%;
}

.kolona14:nth-of-type(4n) {
    margin-right: 0px;
}

.kolona13 {
    width: 29.932%;
    margin-right: 5.102%;
}

.kolona13:nth-of-type(3n) {
    margin-right: 0px;
}

.kolona23 {
    width: 64.966%;
    margin-right: 5.102%;
}

.kolona15 {
    width: 15.918%;
    margin-right: 5.102%;
}

.kolona16 {
    width: 12.415%;
    margin-right: 5.102%;
}

.kolona15:nth-of-type(5n) {
    margin-right: 0px;
}

.kolona16:nth-of-type(6n) {
    margin-right: 0px;
}

.kolona45 {
    width: 78.98%;
    margin-right: 5.102%;
}

.kolona25 {
    width: 36.938%;
    margin-right: 5.102%;
}

.kolona35 {
    width: 57.958%;
    margin-right: 5.102%;
}

.kolona34 {
    width: 73.725%;
    margin-right: 5.102%;
}

.kolona12 .kolona12 {
    width: 44.623%;
    margin-right: 10.753%;
}

.kolona12 .kolona12:nth-of-type(2n) {
    margin-right: 0px;
}

.kolona12 .kolona13 {
    width: 26.165%;
    margin-right: 10.753%;
}

.kolona12 .kolona13:nth-of-type(3n) {
    margin-right: 0px;
}

.kolona14 .kolona12 {
    width: 37.951%;
    margin-right: 24.097%;
}

.kolona14 .kolona12:nth-of-type(2n) {
    margin-right: 0px;
}

.kolona34 .kolona12 {
    width: 46.54%;
    margin-right: 6.92%;
}

.kolona34 .kolona12:nth-of-type(2n) {
    margin-right: 0px;
}

.no_margin {
    margin-right: 0px;
    margin-left: 0px;
}

.floatfix {
    clear: both;
}

.spacer {
    height: 70px;
    width: 100%;
    position: relative;
    float: left;
}

.left {
    position: relative;
    float: left;
}

.right {
    position: relative;
    float: right;
}

.wrapper:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.kolona1,
.kolona12,
.kolona13,
.kolona14,
.kolona15,
.kolona16,
.kolona34,
.kolona23,
.kolona45,
.kolona25,
.kolona35 {
    position: relative;
    float: left;
}


/* TOP HEADER */

header.top {
    position: fixed;
    width: 100%;
    z-index: 10002;
    background: transparent;
    transition: background 0.5s ease-out;
}

.home header.top.colorize.shadow,
header.top.colorize {
    background: #293844;
}

.home header.top.colorize {
    background: transparent;
}

header.top:after {
    content: " ";
    opacity: 0;
    display: inline-block;
    position: absolute;
    height: 10px;
    bottom: -10px;
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease-out;
    background: none;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}

header.top.shadow:after {
    opacity: 1;
}

.logo {
    display: inline-block;
    /* width: 256px; */
    width: 276px;
    /* height: 23px; */
    height: 38px;
    padding-top: 18px;
    padding-right: 25px;
    margin: 0;
}

.logo img {
    display: block;
}

.top.colorize .logo {
    /* padding-top: 40px; */
    padding-top: 34px;
    padding-bottom: 36px;
}

.colorize {
    background: #293844;
}

.cover {
    position: relative;
}

.cover figure {
    position: relative;
    overflow: hidden;
    max-height: 815px;
    margin: 0;
}

.cover {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 78px;
}

.cover-content {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -683px;
}

.top-header {
    /*background: #293844 url(images/header-bg.jpg) no-repeat center top;
    background-size: cover;*/
    padding-top: 78px;
}

.signature:after {
    /* content: url(images/signature.png); */
    content: " ";
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    min-height: 68px;
    height: inherit;
    width: 97.1671388102%;
    padding: 8px 1.416% 24px;
    padding: 24px 1.416% 32px;
    text-align: right;
}


/* NAVIGATION */

header .kolona1 {
    display: table;
}

header .kolona1.mobile-bg .right {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: middle;
    text-align: right;
}

.top-header .kolona12 {
    width: 50%;
    margin: 0;
}

#main-nav {
    float: right;
    display: inline-block;
}

#top-nav li {
    padding-right: 0;
}

#top-nav li a {
    padding: 0 25px;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    text-decoration: none;
}

.top.colorize #top-nav li a {
    line-height: 41px;
}

#top-nav li:nth-child(1) a {
    padding-left: 0;
}

.current-menu-item,
#top-nav li.current-menu-item a,
#top-nav li a:hover,
#mobile-menu ul li.current-menu-item a {
    color: #f74c42;
}

#mobile-menu-button {
    float: right;
    display: block;
    vertical-align: top;
    width: 36px;
    padding: 22px 0 18px 20px;
}

#mobile-menu-button span {
    display: block;
    background: #fbfbfb;
    height: 4px;
    width: 100%;
    margin: 4px 0;
}

#mobile-menu-button span:first-child,
#mobile-menu-button span:last-child {
    margin: 0;
}

#mobile-menu {
    display: block;
    right: -235px;
    /* left: 0; */
    position: fixed;
    top: 0;
    width: 235px;
    height: 100vh;
    background: #26394a;
    padding: 0;
    z-index: 7000;
    overflow-y: auto;
    /* box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.47); */
}

#mobile-menu ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mobile-menu li {
    padding: 0 16px;
}

#mobile-menu a {
    text-align: left;
    font-family: 'ProximaNova-Regular';
    width: 100%;
    font-size: 18px;
    /*padding: 16px 0 16px 16px;*/
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    color: #fbfbfb;
}

#mobile-wrapper {
    position: relative;
}


/* SOCIAL TOP */

.social-top {
    padding-top: 17px;
    margin-left: 60px;
    float: right;
    display: inline-block;
}

header .social-top {
    padding: 0;
    margin: 0 0 0 100px;
}

.top.colorize .social-top {}

.ome-thblog {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.375;
}

.ome-thblog .post-content .grid-1,
.ome-thblog .post-content .grid-2,
.ome-thblog .post-content .grid-3,
.ome-thblog .post-content .grid-4,
.ome-thblog .post-content .grid-5,
.ome-thblog .post-content .grid-6,
.ome-thblog .post-content .grid-7,
.ome-thblog .post-content .grid-8,
.ome-thblog .post-content .grid-9,
.ome-thblog .post-content .grid-10,
.ome-thblog .post-content .grid-11,
.ome-thblog .post-content .grid-12 {
    margin: 0;
}

.ome-thblog > .ome-thblog-single-post > .container {
    width: auto;
    padding: 0;
    margin: 0 auto;
    display: table;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* ===== BLOG INTRO ===== */

.ome-thblog .blog-intro {
    background: url('images/70_042715_Todd_3.jpg') no-repeat center top;
    background-size: cover;
    text-align: left;
    padding: 20px 0;
}

.ome-thblog .blog-intro h1 {
    font-size: 80px;
    line-height: 1.2;
    font-family: 'franchise-free-bold';
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.ome-thblog .blog-intro h2 {
    font-size: 50px;
    line-height: 1.2;
    font-family: 'ProximaNova-Light';
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.ome-thblog .blog-intro p {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #f74c42;
    text-transform: uppercase;
    margin: -5px 0 0;
}

@media only screen and (max-width: 1220px) {
    .ome-thblog .blog-intro h1 {
        font-size: 67px;
    }
    .ome-thblog .blog-intro h2 {
        font-size: 40px;
    }
    .ome-thblog .blog-intro p {
        font-size: 38px;
    }
}

@media only screen and (max-width: 980px) {
    .ome-thblog .blog-intro h1 {
        font-size: 56px;
    }
    .ome-thblog .blog-intro h2 {
        font-size: 30px;
    }
    .ome-thblog .blog-intro p {
        font-size: 32px;
    }
}

@media only screen and (max-width: 760px) {
    .ome-thblog .blog-intro {
        padding: 100px 0 20px 0;
        text-align: center;
    }
    .ome-thblog .blog-intro h1 {
        font-size: 47px;
    }
    .ome-thblog .blog-intro h2 {
        font-size: 20px;
    }
    .ome-thblog .blog-intro p {
        font-size: 27px;
    }
}

@media only screen and (max-width: 600px) {}


/* ===== CALL TO ACTION ===== */

.ome-thblog .call-to-action {
    background: #293844;
    padding: 31px 0 35px;
    margin-bottom: 47px;
}

.ome-thblog .call-to-action h2 {
    font-family: 'franchise-free-bold';
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    text-align: left;
}

.ome-thblog .call-to-action a.btn {
    display: inline-block;
    line-height: 2;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: bottom;
    background: #f74c42;
    margin: 0;
    transition: opacity .3s;
}

.ome-thblog .call-to-action a.btn:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1220px) {
    .ome-thblog .call-to-action {
        padding: 26px 0 29px;
        margin-bottom: 39px;
    }
    .ome-thblog .call-to-action h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .ome-thblog .call-to-action a.btn {
        width: 217px;
        font-size: 22px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 980px) {
    .ome-thblog .call-to-action {
        padding: 22px 0 24px;
        margin-bottom: 32px;
    }
    .ome-thblog .call-to-action h2 {
        font-size: 33px;
        line-height: 42px;
    }
    .ome-thblog .call-to-action a.btn {
        width: 181px;
        font-size: 18px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 760px) {
    .ome-thblog .call-to-action {
        padding: 18px 0 20px;
        margin-bottom: 27px;
    }
    .ome-thblog .call-to-action h2 {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        padding-bottom: 10px;
    }
    .ome-thblog .call-to-action a.btn {
        width: 151px;
        font-size: 15px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .ome-thblog .call-to-action h2 {
        display: block;
    }
    .ome-thblog .call-to-action a.btn {
        display: block;
        margin: 0 auto;
    }
}


/* ===== POSTS SECTION ===== */

.ome-thblog .posts-section .post {
    text-align: left;
    padding: 32px 0 47px;
    border-bottom: 1px solid #f74c42;
}

.ome-thblog .posts-section .post:nth-child(2n+2) {
    background: #f0f0f0;
}

.ome-thblog .posts-section .post:last-child {
    border: 0;
}

.ome-thblog .posts-section .post .grid-4 a {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.ome-thblog .posts-section .post img {
    max-width: 100%;
    display: block;
    transition: opacity .3s;
    position: relative;
}

.ome-thblog .posts-section .post img:hover {
    opacity: 0.8;
}

.ome-thblog .posts-section .post h3 {
    font-family: 'franchise-free-bold';
    font-size: 45px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    padding: 17px 0;
}

.ome-thblog .posts-section .post h3 a {
    color: #000;
    text-decoration: none;
    transition: color .3s;
}

.ome-thblog .posts-section .post h3 a:hover {
    color: #f74c42;
}

.ome-thblog .posts-section .post a.read-more-btn {
    display: inline-block;
    background: #f74c42;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 38px;
    padding: 0 56px 0 18px;
    position: relative;
    transition: background .3s;
}

.ome-thblog .posts-section .post a.read-more-btn:hover {
    background: #293844;
}

.ome-thblog .posts-section .post a.read-more-btn .read-more-icon {
    background: url(images/read-more-icon.png) no-repeat;
    width: 26px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
}

@media only screen and (max-width: 1220px) {
    .ome-thblog .posts-section .post {
        padding: 27px 0 39px;
    }
    .ome-thblog .posts-section .post h3 {
        font-size: 38px;
        padding: 0 0 14px 0;
    }
}

@media only screen and (max-width: 980px) {
    .ome-thblog .posts-section .post {
        padding: 23px 0 33px;
    }
    .ome-thblog .posts-section .post h3 {
        font-size: 32px;
        padding: 0 0 12px 0;
    }
}


/* ===== PAGINATION ===== */

.ome-thblog .navigation.paging-navigation {
    background: #f74c42;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 21px 0;
    text-align: center;
}

.ome-thblog .navigation.paging-navigation .pagination .page-numbers {
    margin-right: 10px;
}

.ome-thblog .navigation.paging-navigation .pagination .page-numbers:last-child {
    margin-right: 0;
}

.ome-thblog .navigation.paging-navigation .pagination .page-numbers.current {
    text-decoration: underline;
}

.ome-thblog .navigation.paging-navigation .pagination a.page-numbers {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s;
}

.ome-thblog .navigation.paging-navigation .pagination a.page-numbers:hover {
    color: #293844;
}

.ome-thblog .navigation.paging-navigation .pagination a.page-numbers.next {
    margin-left: 21px;
}

.ome-thblog .navigation.paging-navigation .pagination a.page-numbers.prev {
    margin-right: 21px;
}

.ome-thblog .navigation.paging-navigation .pagination a.page-numbers .next-icon {
    background: url(images/read-more-icon.png) no-repeat;
    width: 26px;
    height: 20px;
    display: inline-block;
}

.ome-thblog .navigation.paging-navigation .pagination a.page-numbers .prev-icon {
    background: url(images/pagination-prev.png) no-repeat;
    width: 26px;
    height: 20px;
    display: inline-block;
}

@media only screen and (max-width: 1220px) {
    .ome-thblog .navigation.paging-navigation {
        font-size: 20px;
        padding: 18px 0;
    }
    .ome-thblog .navigation.paging-navigation .pagination a.page-numbers .next-icon {
        background: url(images/read-more-icon.png) no-repeat;
        background-size: 100%;
        width: 22px;
        height: 17px;
    }
    .ome-thblog .navigation.paging-navigation .pagination a.page-numbers .prev-icon {
        background: url(images/pagination-prev.png) no-repeat;
        background-size: 100%;
        width: 22px;
        height: 17px;
    }
}

@media only screen and (max-width: 980px) {
    .ome-thblog .navigation.paging-navigation {
        font-size: 17px;
        padding: 15px 0;
    }
    .ome-thblog .navigation.paging-navigation .pagination a.page-numbers .next-icon {
        background: url(images/read-more-icon.png) no-repeat;
        background-size: 100%;
        width: 18px;
        height: 14px;
    }
    .ome-thblog .navigation.paging-navigation .pagination a.page-numbers .prev-icon {
        background: url(images/pagination-prev.png) no-repeat;
        background-size: 100%;
        width: 18px;
        height: 14px;
    }
}

@media only screen and (max-width: 760px) {
    .ome-thblog .navigation.paging-navigation {
        font-size: 14px;
        padding: 13px 0;
    }
    .ome-thblog .navigation.paging-navigation .pagination a.page-numbers .next-icon {
        background: url(images/read-more-icon.png) no-repeat;
        background-size: 100%;
        width: 15px;
        height: 12px;
    }
    .ome-thblog .navigation.paging-navigation .pagination a.page-numbers .prev-icon {
        background: url(images/pagination-prev.png) no-repeat;
        background-size: 100%;
        width: 15px;
        height: 12px;
    }
}


/* ===== OME THBLOG SINGLE POST ===== */

.ome-thblog-single-post {
    text-align: left;
    padding: 57px 0 0;
    margin-bottom: 50px;
}

.ome-thblog-single-post h2 {
    color: #f74c42;
    font-family: 'franchise-free-bold';
    font-size: 45px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.111111111111;
    margin: 0 0 24px;
}

.ome-thblog-single-post .post-meta {
    background: #293844;
    color: #fff;
    line-height: 1.5;
    padding: 12px 19px 12px 23px;
    margin-bottom: 29px;
    height: 26px;
}

.ome-thblog-single-post .post-meta-left {
    float: left;
}

.ome-thblog-single-post .post-meta-right {
    float: right;
}

.ome-thblog-single-post .post-meta .post-date {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

.ome-thblog-single-post .post-meta .post-author {
    color: #f74c42;
}

.ome-thblog-single-post .post-meta .post-author a {
    color: #f74c42;
    text-decoration: none;
}

.ome-thblog-single-post .post-meta .post-author a:hover {
    text-decoration: underline;
}

.ome-thblog-single-post .post-meta .share {
    color: #f74c42;
}

.ome-thblog-single-post .post-meta .share > span {
    margin-right: 10px;
}

.ome-thblog-single-post .post-meta .share a {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    transition: border-color .3s, color .3s;
}

.ome-thblog-single-post .post-meta .share a:hover {
    color: #f74c42;
    border-color: #f74c42;
}

.ome-thblog-single-post .post-content {
    margin-bottom: 86px;
}

@media only screen and (max-width: 1220px) {
    .ome-thblog-single-post {
        padding: 48px 0 0;
    }
    .ome-thblog-single-post h2 {
        font-size: 38px;
        margin: 0 0 20px;
    }
    .ome-thblog-single-post .post-content {
        margin-bottom: 72px;
    }
}

@media only screen and (max-width: 980px) {
    .ome-thblog-single-post {
        padding: 40px 0 0;
    }
    .ome-thblog-single-post h2 {
        font-size: 32px;
        margin: 0 0 17px;
    }
    .ome-thblog-single-post .post-content {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 760px) {
    .ome-thblog-single-post {
        padding: 33px 0 0;
    }
    .ome-thblog-single-post .post-content {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .ome-thblog-single-post .post-meta-left {
        float: none;
        margin-bottom: 10px;
    }
    .ome-thblog-single-post .post-meta-right {
        float: none;
    }
}


/* ===== COMMENTS ===== */

.ome-thblog-single-post #comments h2 {
    font-size: 60px;
    margin-bottom: 32px;
}

.ome-thblog-single-post #comments ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ome-thblog-single-post #comments .comment-meta {
    margin-bottom: 13px;
}

.ome-thblog-single-post #comments .comment-meta .comment-author {
    float: left;
    font-size: 24px;
    color: #f74c42;
    margin-right: 15px;
}

.ome-thblog-single-post #comments .comment-meta .comment-author a {
    color: #f74c42;
    text-decoration: none;
    transition: color .3s;
}

.ome-thblog-single-post #comments .comment-meta .comment-author a:hover {
    color: #293844;
}

.ome-thblog-single-post #comments .comment-meta .comment-metadata {
    float: left;
    font-size: 18px;
    line-height: 1.83333333333;
}

.ome-thblog-single-post #comments .comment-meta .comment-metadata a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-top: 3px;
}

.ome-thblog-single-post #comments .comment-meta .comment-metadata a:hover {
    text-decoration: underline;
}

.ome-thblog-single-post #comments .comment-content {
    margin-bottom: 15px;
}

.ome-thblog-single-post #comments .comment-content p {
    margin: 0;
}

.ome-thblog-single-post #comments .reply a {
    font-size: 18px;
    color: #f74c42;
    text-decoration: none;
    font-weight: 700;
    transition: color .3s;
}

.ome-thblog-single-post #comments .reply a:hover {
    color: #293844;
}

.ome-thblog-single-post #comments .comment-list > .comment {
    margin-bottom: 73px;
    display: block !important;
}

.ome-thblog-single-post #comments .comment .children {
    padding-top: 29px;
    padding-left: 24px;
}

.ome-thblog-single-post #comments .comment .children li {
    border-left: 1px solid #f74c42;
    padding-left: 34px;
    margin-bottom: 20px;
    list-style: none;
    display: block !important;
}

@media only screen and (max-width: 1220px) {
    .ome-thblog-single-post #comments h2 {
        font-size: 50px;
        margin-bottom: 27px;
    }
    .ome-thblog-single-post #comments .comment-meta {
        margin-bottom: 11px;
    }
    .ome-thblog-single-post #comments .comment-meta .comment-author {
        font-size: 20px;
        margin-right: 13px;
    }
    .ome-thblog-single-post #comments .comment-meta .comment-metadata {
        font-size: 15px;
    }
    .ome-thblog-single-post #comments .comment-content {
        margin-bottom: 13px;
        font-size: 14px;
    }
    .ome-thblog-single-post #comments .reply a {
        font-size: 15px;
    }
    .ome-thblog-single-post #comments .comment-list > .comment {
        margin-bottom: 61px;
    }
    .ome-thblog-single-post #comments .comment .children {
        padding-top: 24px;
        padding-left: 20px;
    }
    .ome-thblog-single-post #comments .comment .children li {
        padding-left: 28px;
        margin-bottom: 17px;
    }
}


/* ===== SIDEBAR ===== */

.ome-thblog #sidebar {
    padding-top: 5px;
}

.ome-thblog .widget {
    background: #fff;
    color: #293844;
    border: 1px solid #f74c42;
    margin-bottom: 39px;
}

.ome-thblog .widget_subscribe,
.ome-thblog .widget_recent_entries {
    padding: 30px;
}

.ome-thblog .widget_subscribe p.top {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.090909090;
    text-transform: uppercase;
    text-align: center;
}

.ome-thblog .widget.widget_subscribe h3 {
    margin: 0 0 38px;
    text-align: center;
    font-family: 'franchise-free-bold';
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    padding: 0;
}

.ome-thblog .widget_subscribe p.privacy {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.ome-thblog .widget_subscribe form p {
    margin: 0;
}

.ome-thblog .widget_subscribe form input[type="text"],
.ome-thblog .widget_subscribe form input[type="email"] {
    display: block;
    width: 100%;
    border: 1px solid #c6c5c6;
    padding: 23px 14% 22px 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.ome-thblog .widget_subscribe form input[type="text"] {
    background: #fff url(images/user.gif) no-repeat 95% 12px;
    margin-bottom: 23px;
}

.ome-thblog .widget_subscribe form input[type="email"] {
    background: #fff url(images/envelope.gif) no-repeat 95% 12px;
    margin-bottom: 20px;
}

.ome-thblog .widget_subscribe a,
.ome-thblog .widget_recent_entries a.load-more,
.ome-thblog .widget_subscribe form input[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    background: #f74c42;
    color: #fff;
    border: 0;
    border-radius: 20px;
    text-shadow: 0 0 0;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    transition: opacity .3s;
    margin: 0;
    text-decoration: none;
}

.ome-thblog .widget_subscribe a:hover,
.ome-thblog .widget_recent_entries a.load-more:hover,
.ome-thblog .widget_subscribe form input[type="submit"]:hover {
    opacity: 0.8;
}

.ome-thblog .widget_about_with_image img {
    display: block;
    max-width: 100%;
    margin: 0 auto 31px;
}

.ome-thblog .widget h3 {
    font-family: 'franchise-free-bold';
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding: 0;
}

.ome-thblog .widget_about_with_image p {
    padding: 0 30px;
    margin: 0 0 34px;
    color: #030303;
}

.ome-thblog .widget_popular_posts {
    padding: 30px 0;
}

.ome-thblog .widget_popular_posts ul {
    margin: 0;
    padding: 0 30px;
    list-style: none;
}

.ome-thblog .widget_popular_posts li {
    position: relative;
    min-height: 100px;
    padding-left: 115px;
    margin-bottom: 29px;
}

.ome-thblog .widget_popular_posts li:last-child {
    margin: 0;
}

.ome-thblog .widget_popular_posts li .thumb {
    position: absolute;
    top: 0;
    left: 0;
}

.ome-thblog .widget_popular_posts li .thumb a {
    display: block;
    transition: opacity .3s;
}

.ome-thblog .widget_popular_posts li .thumb a:hover {
    opacity: 0.8;
}

.ome-thblog .widget_popular_posts li .thumb img {
    max-width: 100px;
}

.ome-thblog .widget_popular_posts li p.title {
    margin: 0 0 10px;
}

.ome-thblog .widget_popular_posts li p.title a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s;
}

.ome-thblog .widget_popular_posts li p.title a:hover {
    color: #f74c42;
}

.ome-thblog .widget_popular_posts li p.date {
    font-size: 12px;
    color: #f74c42;
    margin: 0;
}

.ome-thblog .widget_recent_entries h3 {
    float: left;
}

.ome-thblog .widget_recent_entries h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 30px 21px;
    padding: 11px 0 6px;
    border-bottom: 2px solid #f74c42;
}

.ome-thblog .widget_recent_entries h4 .arrow {
    background: url(images/arrow.png) no-repeat;
    width: 22px;
    height: 12px;
    display: block;
    float: right;
    margin: 12px 10px 0 0;
}

.ome-thblog .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ome-thblog .widget_recent_entries li {
    margin-bottom: 40px;
}

.ome-thblog .widget_recent_entries ul p.text {
    margin: 0 0 12px;
    color: #030303;
}

.ome-thblog .widget_recent_entries ul .date {
    color: #f74c42;
    font-size: 12px;
}

.ome-thblog .widget_recent_entries ul a {
    color: #293844;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
    margin-top: 4px;
    text-decoration: none;
}

.ome-thblog .widget_recent_entries ul a:hover {
    text-decoration: underline;
}

.ome-thblog .widget_recent_entries ul a .read-more-icon2 {
    display: inline-block;
    width: 15px;
    height: 11px;
    background: url(images/read-more-icon2.png) no-repeat;
}

.ome-thblog .widget_recent_entries #archives-dropdown-3 {
    width: 98px;
    height: 29px;
    line-height: 29px;
    margin-right: 29px;
    text-align: center;
    color: #000;
    position: relative;
    float: right;
    margin-top: 3px;
}

.ome-thblog .widget_recent_entries #archives-dropdown-3 .dropdown-selection {
    background: #fff url(images/dropdown-arrow.gif) top right no-repeat;
    display: block;
    height: 29px;
    padding-right: 29px;
    cursor: pointer;
    border: 0;
}

.ome-thblog .widget_recent_entries #archives-dropdown-3 ul {
    position: absolute;
    top: 29px;
    left: 0;
    width: 98px;
    background: #f1f1f1;
    padding: 2px 0 0;
    display: none;
}

.ome-thblog .widget_recent_entries #archives-dropdown-3 ul li {
    line-height: 22px;
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.ome-thblog .widget_recent_entries #archives-dropdown-3 ul li:hover {
    background: #293844;
    color: #fff;
}

.ome-thblog .widget_recent_entries #archives-dropdown-3 ul li:last-child {
    border: 0;
}


/* SPRITES */

.sprite {
    width: 37px;
    height: 37px;
    background-image: url(images/social.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 14px;
    margin-bottom: 14px;
}

header .sprite {
    margin-bottom: 0;
}

.social-top a:nth-child(1) .sprite {
    margin-left: 0;
}

.social-top .sprite,
.social-footer .sprite {
    border-radius: 50%;
    transition: border 0.3s ease-out;
}

.social-top .sprite {
    border: 2px solid #fbfbfb;
}

.social-footer .sprite {
    border: 2px solid #293844;
}

.social-top a:hover .sprite {
    border-color: #f74c42;
}

.social-footer a:hover .sprite {
    border-color: #fbfbfb;
}

.sprite.top-facebook {
    background-position: -5px -5px;
}

.sprite.top-twitter {
    background-position: -47px -5px;
}

.sprite.top-instagram {
    background-position: -89px -5px;
}

.sprite.top-linkedin {
    background-position: -131px -5px;
}

.sprite.footer-facebook {
    background-position: -5px -47px;
}

.sprite.footer-twitter {
    background-position: -47px -47px;
}

.sprite.footer-instagram {
    background-position: -89px -47px;
}

.sprite.footer-linkedin {
    background-position: -131px -47px;
}


/* FOOTER */

.footer {
    background: #000;
    padding: 20px 0 110px;
}

.footer-nav {
    padding-top: 15px;
    text-align: left;
}

.footer-nav .nav-list li a {
    color: #f74c42;
    font-size: 20px;
    text-decoration: none;
}
.footer-nav-legal {
    padding-top: 15px;
    text-align: left;
}
.footer-nav-legal .nav-list-legal li a {
    color: #f74c42;
    font-size: 14px;
    text-decoration: none;
}

.footer,
.footer p,
.footer a,
.footer span {
    font-family: 'ProximaNova-Regular';
    color: #f74c42;
}

.social-footer p {
    font-size: 16px;
    padding: 0;
    margin: 11px 16px;
    margin-left: 0;
    float: left;
}


/* end FOOTER */


/* Content WYSIWYG styles */

.alignleft,
img.alignleft {
    float: left;
    padding: 6px 6px 6px 0;
    margin-right: 8px;
}

.alignright,
img.alignright {
    float: right;
    padding: 6px 0 6px 6px;
    margin-left: 8px;
}

.aligncenter,
img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignnone,
img.alignnone {
    float: none;
}

.image {
    display: inline;
}

.wp-caption-text {
    margin: 0 0 12px;
    font-size: 14px;
    color: #787878;
}

.small-only {
    display: none !important;
}


/* end Content WYSIWYG styles */


/* Images */

img {
    display: block;
    border: 0;
    -webkit-backface-visibility: hidden;
}

a > img:hover {
    opacity: 0.85;
    transition: opacity .3s;
}

body.single-post [class^="grid-"] img {
    max-width: 100%;
}

body.single-post [class^="grid-"] h1 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
}

img.dummy {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

img.real_img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

img.wider {
    height: auto !important;
    width: 100% !important;
}

img.taller {
    width: auto!important;
    height: 100%!important;
}

figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

figure img {
    display: block;
    width: 100%;
    height: auto;
}

figure a:hover img {
    opacity: 0.9;
}


/*
white:      #fbfbfb
red:      #f74c42
border grey:  #dadada
grey:     #717171
grey p:     #787878
blue:       #293844
        #26394a
*/


/* end Images */


/* VERTICAL REORDER */

.vertical-reorder {
    display: table;
    width: 100%;
}

.first {
    display: table-header-group;
}

.second {
    display: table-row-group;
}

.third {
    display: table-footer-group;
}


/* TABLE FLUID/FIX */

.table {
    display: table;
    width: 100%;
}

.table-fluid {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.table-fix {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
}


/* end VERTICAL REORDER */


/* MORE */

.button {
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    padding: 10px 16px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/* end MORE */


/* SHARE-BOX */

.share-box {
    padding: 28px 0;
    margin-bottom: 28px;
    border-bottom: 1px solid #dadada;
}

.shares {
    color: #000000;
}

.shares div {
    display: inline !important;
}

.shares .us_wrapper .us_total .us_share,
.shares .us_wrapper .us_button .us_box {
    font-size: 16px;
}

.shares .us_wrapper .us_button .us_count {
    margin-right: 6px;
}


/*
.share-box div {
  display: inline-block;
  width: 90px;
  height: 30px;
  padding-right: 3px;
}

.share-box div:nth-child(1) { background: #3b5998; }
.share-box div:nth-child(2) { background: #00abf0; }
.share-box div:nth-child(3) { background: #d95232; }
.share-box div:nth-child(4) { background: #ae181f; }
.share-box div:nth-child(5) { background: #555555; }
*/


/* COMMENTS */

.comments-area {
    border-top: 1px solid #dadada;
}

.comments-title {
    font-size: 30px;
    margin-bottom: 20px;
}

#cancel-comment-reply-link {
    float: right;
    color: #f74c42;
}

.comments-list-container {
    border-bottom: 1px solid #dadada;
}

.show-less {
    display: none;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-author {
    font-size: 25px;
    font-family: 'ProximaNova-Bold';
    padding-top: 28px;
}

.commentmetadata {
    font-size: 18px;
    margin: 6px 0 18px;
}

.commentmetadata a {
    color: #f74c42;
}

.comment p,
.comment-content {
    font-size: 18px;
    color: #787878;
}

.comment-reply-link,
.comment-body .button {
    padding: 10px 16px;
    font-size: 16px;
    background: none repeat scroll 0 0 #f74c42;
    color: #fbfbfb !important;
    text-transform: uppercase;
}

.button.view-all {
    float: right;
    padding: 16px 20px;
    margin: 35px 0;
}


/* end COMMENTS */


/* COMMENTS REPLY */

.comment-reply-title {
    font-size: 30px;
    color: #f74c42;
}

#form-allowed-tags,
.comment-notes {
    display: none;
}


/* end COMMENTS REPLY */


/* CONTACT */

.contact {
    padding: 60px 0;
    border-bottom: 2px solid #fbfbfb;
}

.contact .title {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
}

.contact .table-fluid {
    padding-right: 3%;
}

.contact p {
    font-family: 'ProximaNova-Light';
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.contact .button {
    padding: 20px 50px;
    font-size: 24px;
    background: #fbfbfb;
}


/* end CONTACT */


/* WATCH CONTENT */

.watch-content {
    background: #26394a url(images/city.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0 0;
}

.slider-max-width {
    max-width: 780px;
    margin: 0 auto;
}

.watch-content .title {
    font-size: 46px;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    color: #fbfbfb;
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    margin: 0;
}

.watch-content,
.watch-content p {
    color: #fbfbfb;
}

.watch-content .owl-carousel .owl-item {
    margin: 150px 0 130px;
}

.owl-title {
    font-size: 35px;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    margin: 30px 0 4px;
    text-align: left;
}

.owl-title a {
    text-decoration: none;
}

.owl-item .kolona1 .kolona15:last-child {
    margin: 0;
}

.owl-item .tagline,
.owl-item p {
    font-size: 22px;
    font-family: 'ProximaNova-Light';
    margin: 8px 0;
    text-align: left;
}

.watch-content .owl-carousel .owl-controls {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}

.watch-content .owl-theme .owl-controls .owl-page span {
    width: 13px;
    height: 13px;
    margin: 3px;
    border: 2px solid #fbfbfb;
    background-color: #fbfbfb;
    background-color: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
    transition: all 0.3s ease-out;
}

.watch-content .owl-theme .owl-controls .owl-page.active span,
.watch-content .owl-theme .owl-controls .owl-page:hover span,
.watch-content .owl-theme .owl-controls .owl-page.active:hover span {
    border: 2px solid #f74c42;
    height: 11px;
    width: 11px;
    background-color: #f74c42;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.watch-content .owl-theme .owl-controls .owl-page:hover span {
    border-color: #fbfbfb;
    background-color: rgba(247, 76, 66, 0.75);
}

.play {
    position: relative;
    width: 125px;
    height: 125px;
    background: #fbfbfb;
    background: rgba(251, 251, 251, 0.1);
    border: 3px solid #fff;
    border: 3px solid rgba(251, 251, 251, 0.1);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.play:hover {
    background: none;
    border-color: rgba(247, 76, 66, 0.75);
}

.play:after {
    content: " ";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 36px solid #f74c42;
    position: absolute;
    top: 41px;
    left: 47px;
    width: 0;
    height: 0;
}

@media only screen and (max-width: 720px) {
    .watch-content .title {
        z-index: initial;
        font-size: 32px;
        width: 50%;
    }
    .owl-title {
        font-size: 26px;
    }
    .owl-carousel .owl-item {
        margin-bottom: 90px;
    }
    .owl-item .tagline,
    .owl-item p {
        font-size: 18px;
    }
    .play {
        width: 100px;
        height: 100px;
        margin-right: 16px;
    }
    .play:after {
        top: 28px;
        left: 36px;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 15px;
        height: 15px;
        margin: 5px;
    }
}


/* end WATCH CONTENT */
