@charset "utf-8";

/* 1. Clearfix
--------------------------------------------------------------------------------------------------------*/

/* ----- clear fix for floats ----- */

/* hides clearfix from IE-mac */

/* end hide from IE-mac */

/* Preventing font-rendering switches during CSS transitions inside Flexslider for Safari and Chrome under MacOSX */

/* End Clearfix
--------------------------------------------------------------------------------------------------------*/

/* =2. Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9999999;
}

/* horizontal centering */

/* vertical centering */

.child {
    display: table-cell;
    vertical-align: middle;
}

/* End Preloader
--------------------------------------------------------------------------------------------------------*/

/* =3. Typography
--------------------------------------------------------------------------------------------------------*/

body {
    font-size: 16px;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

p {
    padding: 0;
    margin: 10px 0 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    line-height: 1.4;
}

p a {
    text-decoration: underline;
    position: relative;
}

.white-text p a, .intro p a {
    color: #fff;
    opacity: 0.7;
}

p a:hover {
    text-decoration: underline;
    opacity: 1;
}

.black-text p, .black-text a, .black-text a:hover {
    color: #333;
}

/* End Typography
--------------------------------------------------------------------------------------------------------*/

/* =4. Headings
--------------------------------------------------------------------------------------------------------*/

.numbers, h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
    display: block;
    position: relative;
    font-weight: 600;
    font-family: 'Catamaran', sans-serif;
}

.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6 {
    color: #333;
}

/* End Headings
--------------------------------------------------------------------------------------------------------*/

/* 5. Navigation
--------------------------------------------------------------------------------------------------------*/

/* End Navigation
--------------------------------------------------------------------------------------------------------*/

/* =6. Main Content
--------------------------------------------------------------------------------------------------------*/
#header {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 98;
    padding: 25px 0;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}

/* was tile-3 */

.with-padding {
    padding: 20px 20px 0 20px;
}

article.with-padding {
    padding-top: 71px !important;
    padding-bottom: 65px !important;
}

.white-bg {
    background: #fff;
    height: 100%;
    position: relative;
}

.grey-bg {
    background: #f5f5f5;
    -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    height: 100%;
    position: relative;
    min-height: 260px;
}

a:hover .grey-bg, .grey-bg.lighter {
    background: #f5f5f5;
    -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.grey-bg.darker {
    background: #333;
}

.category2 {
    position: absolute;
    left: 35px;
    top: 35px;
    background: #fff;
    padding: 14px 20px 15px;
    z-index: 10;
    color: #2b2b2b;
    font-size: 115%;
    border-radius: 30px;
}

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

/* =7. Content Elements
--------------------------------------------------------------------------------------------------------*/

/* =End Content Elements
--------------------------------------------------------------------------------------------------------*/

/* =8. Icons
--------------------------------------------------------------------------------------------------------*/

.social-list.custom li {
    display: block;
    padding: 1px 0;
}

/* End Icons
--------------------------------------------------------------------------------------------------------*/

/* =9. Images & Hover Animation
--------------------------------------------------------------------------------------------------------*/

.boxed-wrapper {
    background: #1e2122b0;
    color: #fff !important;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 9;
    width: 580px;
    padding: 71px 75px 52px 75px;
}

/* End Images & Hover Animation
--------------------------------------------------------------------------------------------------------*/

/* 10. Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
    margin: 80px 0 0 0;
    width: 100%;
    z-index: 18;
    position: relative;
    background-color: #eee;
}

/* End Footer
--------------------------------------------------------------------------------------------------------*/

/* =11. Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list, .hentry ul, ol {
    padding: 0px 0px 20px 25px;
    margin-bottom: 0;
}

/* =End Lists
--------------------------------------------------------------------------------------------------------*/

/* =12. Blog
--------------------------------------------------------------------------------------------------------*/

ul.comments {
    padding-top: 0px;
    margin: 0;
    position: relative;
    margin-top: -2px;
    margin-bottom: -3px;
}

.commenter-avatar > img {
    width: 65px;
    height: 65px;
    border-radius: 51%;
}

.comment-content {
    float: left;
    width: calc(100% - 95px);
}

/* End Blog
--------------------------------------------------------------------------------------------------------*/

