.btn::after, .btn::before, .darker {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.btn, body {
    opacity: 0;
}

.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  font-weight:bold;
  height: 28px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 14px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
.back-top, .like, .load-more {
    text-align: center;
}

nav ul, ul {
    list-style: none;
}

    .back-top, .load-more, nav ul li {
        display: inline-block;
    }

a:active, a:link, a:visited, nav a {
    text-decoration: none;
}

.align-left p:first-child, .btn, .mobile-menu-item a, h1, h2, h3, h4, nav a {
    text-transform: uppercase;
}

body {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    color: #666;
    letter-spacing: .1rem;
    /*background-color:#F8F6F7;*/
}

h1, h2, h3, h4 {
    font-weight: 900;
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.3rem;
}

p {
    font-weight: 300;
    line-height: 1.5;
    margin: 1rem 0;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

blockquote {
    padding: .75rem 1.25rem;
    color: #777;
    font-weight: 200;
    margin: 0 0 2rem;
    font-size: 1.8rem;
    border-left: .3rem solid #eee;
}


.fa {
    margin: 0 .5rem;
}

.fa-heart {
    color: #666;
    margin-right: .5rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .fa-heart:hover {
        color: #ef4138;
    }

.container {
    width: 100%;
    padding: 0;
}

.bg {
  /* The image used */
   background-image: url(../images/bg.png);
    min-height: 100%;

  /* Full height */
  min-height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat:repeat;
  
}
.content {
    background-image: url(../images/bg.png);
    min-height: 100%;
    /*margin-top:50px;*/
}

.darker {
    position: absolute;
}

.tag {
    border-top: solid 1px #eee;
    padding: 1rem 0;
    margin-top: 5rem;
}

    .tag a:hover {
        color: #666;
    }

.btn {
    padding: 1rem 2rem;
    position: relative;
    z-index: 1;
    background: 0 0;
    border: none;
    border-radius: 5rem!important;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
}

    /*.btn > span {
        padding-left: .35em;
    }*/

    .btn::after, .btn::before {
        content: '';
        z-index: -1;
        border-radius: inherit;
        pointer-events: none;
        position: absolute;
        vertical-align: middle;
        -webkit-backface-visibility: hidden;
        -webkit-transition: -webkit-transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s;
        -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
        transition-timing-function: cubic-bezier(.75,0,.125,1);
    }

    .btn::before {
        border: .2rem solid #ef4138;
        opacity: 0;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1);
    }

    .btn::after {
        background: #ef4138;
    }

    .btn:hover {
        color: #ef4138;
    }

.like, .like i {
    color: #aaa;
}

.btn:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.btn:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(.8,.8,1);
    transform: scale3d(.8,.8,1);
}

.load-more {
    width: 100%;
    padding-top: 5rem;
}

.back-top {
    height: 4rem;
    width: 4rem!important;
    position: fixed;
    bottom: 5rem;
    right: 4rem;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    padding: .5rem 0 0;
    border-radius: 4rem;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    -o-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
}

    .back-top.back-top-fade-out, .back-top.back-top-is-visible, .no-touch .back-top:hover {
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s;
    }

    .back-top.back-top-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .back-top.back-top-fade-out {
        opacity: .5;
    }

    .back-top:hover {
        opacity: 1;
    }

button {
    width: 7rem;
}

.pager a {
    min-width: 13rem;
    padding: 1rem 2rem!important;
}

.pager li > a:focus, .pager li > a:hover {
    background: 0 0;
    border: none;
}

.like i {
    font-size: 3.4rem;
    vertical-align: middle;
    cursor: pointer;
}

nav ul {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: right;
}

    nav ul li {
        text-align: left;
        margin-left: 2em;
    }

nav a {
    display: block;
    padding: .7em 0;
    color: #000;
    text-shadow: 0 .1rem .1rem rgba(0,0,0,.5);
}

    nav a:hover {
        color: #ef4138;
        text-shadow: none;
    }

nav ul ul {
    z-index: 4;
    position: absolute;
    margin-left: -2em;
    display: none;
    text-align: center;
}

nav ul li:hover > ul {
    display: inherit;
}

#logo, #menu {
    display: inline-block;
}

nav ul ul li {
    width: 15rem;
    float: none;
    display: list-item;
    position: relative;
    background: #fff;
    border-bottom: solid .1rem rgba(255,255,255,.1);
}

#menu, .align-right .title, .align-right p, .right-block {
    float: right;
}

nav ul ul li:last-child {
    border-bottom: none;
}

nav ul ul li a {
    font-size: 1.2rem;
    color: #666!important;
    text-shadow: none;
    padding-left: 2rem;
}

    nav ul ul li a:hover {
        color: #ef4138!important;
    }

nav ul ul ul li {
    top: -4.5rem;
    left: 11.5rem;
}

.header {
    position: relative;
    height:0rem;
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#logo img {
    box-shadow: none;
    width: auto;
}

.main-menu {
    padding: 0 1rem;
    margin: 2rem auto;
}

.fixed {
    position: fixed;
    height: auto;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff!important;
    background: 0 0;
}

.menu-active {
    color: #ef4138;
}

.mobile-menu {
    cursor: pointer;
    color: #000;
}

.mobile-menu-overlay {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 5;
    text-align: right;
    background: #ef4138;
    overflow: auto;
    padding: 2.4rem 2.6rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.mobile-menu-content {
    position: absolute;
    right: 2.6rem;
    top: 6rem;
    overflow-y: auto;
}

.mobile-menu-item a {
    font-size: 2.4rem;
    color: #fff;
}

.mobile-submenu {
    display: none;
}

    .mobile-submenu a {
        font-size: 1.8rem;
        opacity: .8;
    }

.visible {
    opacity: 1;
    visibility: visible;
}

.parallax {
    background-image: url(../../../../res.cloudinary.com/dxsl5552a/image/upload/v1480174909/Alex%20Zane/parallax2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: fixed;
    min-height: 35rem;
    padding-top: 6.5rem;
    width: 100%;
    top: 0;
    left: 0;
}

.item-category {
    text-align: center;
    z-index: 1;
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin: 0 0 0;
}

    .item-category .border div {
        height: 20px;
        bottom: 0;
        left: 0;
        top: auto;
        background: url(../images/border1.svg) 100% 100% repeat-x;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.border .frames div, .border div {
    width: 100%;
    top: 0;
    position: absolute;
}

.border div {
    height: 100%;
}

.border .frames div {
    height: 2rem;
    background: url(../images/border1.svg) 50% 65%;
}

    .border .frames div:nth-child(3) {
        bottom: 0;
        top: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .border .frames div:nth-child(4) {
        right: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .border .frames div:nth-child(2), .border .frames div:nth-child(4) {
        width: 2rem;
        height: 100%;
        background: url(../images/border-vert.svg) 65% 50%;
    }

.border .corners div::after, .border .corners div::before {
    content: "";
    background: url(../images/corner.svg) center center no-repeat;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 1rem;
    top: 1.1rem;
}

.border .corners div:nth-child(1)::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 1rem;
    top: 1.1rem;
}

.border .corners div:nth-child(2)::before {
    left: auto;
    right: 1rem;
    top: auto;
    bottom: 1.1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.border .corners div:nth-child(2)::after {
    top: auto;
    bottom: 1.1rem;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    min-height: 80%;
    color: #fff;
    animation-delay: .9s;
}

/*#section1 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480174919/Alex%20Zane/img2.jpg);
}

#section1-v2 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480182261/Alex%20Zane/blur-img2.jpg);
}

#section2 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480174919/Alex%20Zane/img1.jpg);
}

#section2-v2 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480182261/Alex%20Zane/blur-img1.jpg);
}

#section3 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480174919/Alex%20Zane/img3.jpg);
}

#section3-v2 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480182261/Alex%20Zane/blur-img3.jpg);
}

#section4 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480174919/Alex%20Zane/img4.jpg);
}

#section4-v2 {
    background-image: url(http://res.cloudinary.com/dxsl5552a/image/upload/v1480182261/Alex%20Zane/blur-img4.jpg);
}*/

.cover-titles {
    position: relative;
    margin-top: 5rem;
    width: 100%;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.2,.1,.3,1);
    -webkit-transition-delay: .2s;
    transition: all 1s cubic-bezier(.2,.1,.3,1);
    transition-delay: .2s;
}

    .cover-titles a {
        margin-left: .8rem;
    }

.section .darker {
    background: #111;
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.active.section .darker {
    opacity: .1;
}

.darker.medium {
    background-image: none;
    opacity: 1;
}

.active.section .darker.medium {
    opacity: .3;
    background-image: url(../images/dark-denim-3.png);
}

.active .cover-titles {
    opacity: 1;
    max-width: 120rem;
    padding: 0 6.5rem;
}

.align-left p:first-child {
    font-weight: 600;
    margin: 0 0 0 9rem;
    width: 15rem;
    text-align: left;
    border-bottom: solid .2rem #ef4138;
}

.align-left p:after {
    width: 100%;
    height: 2rem;
}

.align-left p {
    max-width: 28rem;
    padding: .8rem;
    margin: 0 0 2rem;
    text-shadow: 0 .1rem .1rem rgba(0,0,0,1);
}

.align-left .title, .align-right .title {
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
}
.hometitle {
     -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    color:#337AB7;
    
}
/*.ptitle {
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    color:#337AB7;
    padding-left: 6px;
    padding-right: 6px;
    font-size:20px;
    font-weight:bolder;
    background-color:#F0EFEB;
}*/

.ptitle {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  font-weight:bold;
  height: 28px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left:10px;
  padding-right: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 16px;
  margin-right:5px;
  width:100px;
  
}
.align-left .title {
    font-size: 12.8rem;
    margin: 0;
    width: 100%;
    letter-spacing: -.5rem;
    overflow: hidden;
}

    .align-left .title h1 {
        margin: 0;
        position: relative;
        font-size: 13.6rem;
    }

.align-right p:first-child {
    text-transform: uppercase;
    color:#000000;
    font-weight: 600;
    padding-right: 0;
    margin: 0 0 0 9rem;
    width: 15rem;
    float: right;
    opacity: 1;
    text-align: right;
    border-bottom: solid .2rem #ef4138;
}

.align-right p {
    opacity: 0;
    text-align: right;
    margin: 0 0 2rem;
    -webkit-transition: all ease .7s;
    -webkit-transition-delay: .5s;
    -moz-transition: all ease .7s;
    -moz-transition-delay: .5s;
    -ms-transition: all ease .7s;
    -ms-transition-delay: .5s;
    -o-transition: all ease .7s;
    -o-transition-delay: .5s;
    transition: all ease .7s;
    transition-delay: .5s;
}

.align-right .title {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: right;
}

.cover-titles-2 {
    max-width: 120rem;
    margin: 0 auto;
}

.cover-titles-2, .left-block, .right-block {
    opacity: 0;
    -webkit-transition: all ease-in-out .7s;
    -moz-transition: all ease-in-out .7s;
    -ms-transition: all ease-in-out .7s;
    -o-transition: all ease-in-out .7s;
    transition: all ease-in-out .7s;
}

.pagination-3 li:first-child, .post-comment-respond .comment-form .column {
    float: left;
}

.right-block img {
    width: 100%;
    border: 1px solid rgba(255,255,255,1);
}

.active .cover-titles-2 {
    opacity: 1;
    /*padding: 7rem;*/
}

.active .align-right p, .active .left-block, .active .right-block {
    opacity: 1;
}

.masonry img, .post-info {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.enter-category {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 3%;
}
.row2 {
    margin: 0 auto;
    padding: -2rem 0;
    max-width: 120rem;
}
.row {
    margin: 0 auto;
    padding: 2rem 0;
    max-width: 120rem;
}

    .row a {
        color: rgba(119,119,121,.5);
    }

.blog-item a, .blog-post-meta {
    color: #ef4138;
}

.row img {
    width: 100%;
}

.masonry img {
    z-index: 1;
}

.grid-item {
    margin-top: 1rem;
    cursor: pointer;
}

    .grid-item figcaption {
        display: none;
    }

.blog-item {
    margin-bottom: 6rem;
}

    .blog-item.timeline:nth-child(2) {
        margin-top: 31rem;
    }

.blog-description {
    height: 26.4rem;
}

.post-info {
    min-height: 30rem;
    padding-bottom: 1rem;
    overflow: hidden;
    animation-delay: .1s!important;
    border-bottom: solid 1px #eee;
}

    .post-info h3 {
        margin-top: 0;
    }

.date {
    position: relative;
    font-size: 6em;
    font-weight: 900;
    text-align: left;
    opacity: .6;
    margin-top: 1rem;
}

#footer, .caption, .contact_form h3, .contact_form p, .social-icons a {
    text-align: center;
}

.footerfix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#ffffff;
    color: white;
    text-align: center;
}

.date span {
    font-size: 1.2rem;
    font-weight: 400;
    position: absolute;
    bottom: 2.6rem;
    left: 10rem;
    width: 3rem;
}

.post-info .text-left {
    padding: 0;
}

.blog-item:hover, .grid-item:hover {
    z-index: 3;
}

    .blog-item:hover img, .grid-item:hover img {
        -webkit-box-shadow: 0 2.5rem 5rem rgba(0,0,0,.6);
        -moz-box-shadow: 0 2.5rem 5rem rgba(0,0,0,.6);
        box-shadow: 0 2.5rem 5rem rgba(0,0,0,.6);
    }

.text-right i {
    margin-right: -4.6rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.timeline .text-right i {
    margin-right: -3.2rem;
}

.blog-item:hover .text-right i {
    margin-right: -2.5rem;
}

.timeline:hover .text-right i {
    margin-right: -1rem;
}

.blog-item:hover .post-info {
    border-color: #ef4138;
}

.caption {
    font-size: 1.4rem;
    padding: 1rem;
    font-style: italic;
    margin: 1.5rem;
    display: block;
}

.post-comments .comments-title {
    margin-bottom: 3rem;
    padding-top: 3rem;
    border-top: solid .1rem #eee;
}

.post-comments .user-avatar {
    max-width: 7rem;
    float: left;
}

.post-comments .comment-content {
    margin-left: 10rem;
}

.post-comments .comment-meta {
    font-size: 1.2rem;
}

.comment-meta span:first-child {
    margin-left: 0;
}

.comment-meta span {
    margin-left: 1rem;
    margin-right: 1rem;
}

.comment-list li {
    margin-bottom: 5rem;
}

.comment-list ul {
    margin-top: 5rem;
    margin-left: 10rem;
}

ul.comment-list {
    padding-left: 0;
}

.user-avatar {
    width: 7rem;
}

.post-comments .comment-meta a {
    margin-left: .8rem;
    margin-right: .8rem;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: #ef4138;
}

.post-comments .name {
    margin-bottom: 1rem;
}

.comment-form textarea {
    min-height: 20rem;
}

.post-author, .post-comment-respond, .post-comments {
    border-color: #eee;
}

    .post-comment-respond .reply-title {
        margin-bottom: 3rem;
    }

.column > :first-child {
    margin-top: 0;
}

.pagination-3 ul {
    border-top: 1 solid #eee;
}

    .pagination-3 ul li {
        display: inline-block;
    }

.pagination-3 li {
    margin-top: -.1rem;
    margin-left: -.4rem;
}

.social-icons {
    margin-top: 2rem;
}

    .social-icons a {
        width: 4.2rem;
        height: 4.2rem;
        padding: 0;
        margin: 2rem 1rem 1rem 0;
    }

    .social-icons i {
        padding: .8rem 0;
        color: #fff;
    }

.btn.facebook:hover i {
    color: #3b5998;
}

.btn.youtube:hover i {
    color: #CD201F;
}

.btn.px:hover i {
    color: #252525;
}

.btn.flickr:hover i {
    color: #f00084;
}

.btn.pinterest:hover i {
    color: #cb2027;
}

.btn.twitter:hover i {
    color: #00aced;
}

.btn.instagram:hover i {
    color: #125688;
}

.btn.google:hover i {
    color: #dd4b39;
}

.clients img {
    box-shadow: none;
    position: relative;
    width: 10rem;
    margin: 2rem 2rem 2rem 0;
    opacity: 1;
}

.contact_form {
    margin-top: 3rem;
}

    .contact_form input, .contact_form textarea, .post-comment-respond input, .post-comment-respond textarea {
        background: 0 0;
        padding-left: 3rem;
    }

.form-group span {
    position: absolute;
    left: 2rem;
    top: .7rem;
    opacity: .7;
}

.form-group label.error {
    color: #ef4138;
    font-size: 85%;
}

.form-control {
    border-radius: 0;
    border: .1rem solid #d9d9d9;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border: .1rem solid #666;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

textarea.form-control {
    min-height: 15rem;
}

#footer {
    display: block;
    width: 100%;
    height: 8rem;
    padding-top: 3rem;
    z-index: 2;
    color: #666;
    bottom: 0;
}

@media (max-width:1024px) {
    .row {
        margin: 0 50px;
    }
     
    .blog-item.timeline:nth-child(2) {
        margin-top: 33%;
    }

    .align-left .title {
        font-size: 4.5rem;
    }

    .align-right .title {
        /*font-size: 4.5rem;*/
       width: 100%;
        text-align: right;
    }

    .active .cover-titles-2 {
        padding: 4rem 8.5rem;
    }

    .active .right-block {
        padding: 0;
        opacity: 1;
    }
}
@media (max-width:1023px) {
    .border .corners div::after, .border .corners div::before, .date span i {
        display: none;
    }
    .row2 {
        max-width: 100%;
        padding: 30px 0;
        margin: 0 15px;
    }
    .row {
        max-width: 100%;
        padding: 30px 0;
        margin: 0 15px;
    }

    .content {
        background-image: none;
        background-color: #fcfcfc;
    }

    .header {
        height: 20rem;
    }

    .main-menu {
        padding: 0 3rem;
        /*margin: 2.5rem auto;*/
    }

    .border .frames div {
        height: 15px;
    }

        .border .frames div:nth-child(2), .border .frames div:nth-child(4) {
            width: 15px;
        }

    .item-category {
        padding: 0 1rem;
        /*margin: 1rem 0;*/
    }

        .item-category h1 {
            font-size: 3rem!important;
        }

    .section {
        opacity: 1;
    }

    .active .cover-titles {
        padding: 0;
    }

    .blog-item.timeline:nth-child(2), .blog-item:nth-child(2) {
        margin-top: 0;
    }

    .left-block {
        margin: 2rem 0 0;
    }

    .align-left p:first-child {
        margin: 0 auto;
        padding-bottom: 0;
        text-align: left;
    }

    .align-left .title {
        font-size: 5rem;
        letter-spacing: 0;
        text-align: center;
    }

    .align-right .title {
        float: right;
        width: 100%;
        text-align: right;
    }
     .align-right p {
        margin: 0 auto 1.2rem;
        text-align: right;
        float: right;
        padding: 0;
    }

    .align-left p {
        margin: 0 auto 1.2rem;
        text-align: left;
        float: none;
        padding: 0;
    }

    .cover-titles {
        text-align: center;
        padding: 0 5%;
    }

    .contact_form h3, .contact_form p, .date {
        text-align: left;
    }

    .cover-titles-text {
        margin: 0 auto;
    }

    .post-info {
        min-height: 25rem;
    }

    .date {
        position: relative;
        font-size: 4em;
        font-weight: 900;
        opacity: .8;
    }

        .date span {
            font-size: 1.2rem;
            font-weight: 400;
            left: 7rem;
            position: absolute;
            bottom: 1.6rem;
            width: 3rem;
        }

    .post-comments .user-avatar {
        width: 3.5em;
        margin-right: 1rem;
    }

    .post-comments .comment-content {
        margin-left: 0;
    }

    .comment-list ul {
        margin: 0;
    }

    .comment-list div p {
        margin-top: 2rem;
    }

    .blog-item:hover img, .grid-item:hover img {
        -webkit-box-shadow: 0 1.2rem 1.8rem 0 rgba(0,0,0,.24),0 1.7rem 5rem 0 rgba(0,0,0,.19);
        box-shadow: 0 1.2rem 1.8rem 0 rgba(0,0,0,.24),0 1.7rem 5rem 0 rgba(0,0,0,.19);
    }

    .blog-item {
        margin-bottom: 3rem;
    }

    .back-top {
        right: 3rem;
        box-shadow: 0 .1rem .3rem rgba(0,0,0,.7);
    }

    .text-right i, .timeline .text-right i {
        margin-right: -1.2rem;
    }
}
@media (max-width:760px) {
    .border .corners div::after, .border .corners div::before, .date span i {
        display: none;
    }
    .row2 {
        max-width: 100%;
        padding: 30px 0;
        margin: 0 15px;
    }
    .row {
        max-width: 100%;
        padding: 30px 0;
        margin: 0 15px;
    }

    .content {
        background-image: none;
        background-color: #fcfcfc;
    }

    .header {
        height: 20rem;
    }

    .main-menu {
        padding: 0 3rem;
        /*margin: 2.5rem auto;*/
    }

    .border .frames div {
        height: 15px;
    }

        .border .frames div:nth-child(2), .border .frames div:nth-child(4) {
            width: 15px;
        }

    .item-category {
        padding: 0 1rem;
        /*margin: 1rem 0;*/
    }

        .item-category h1 {
            font-size: 3rem!important;
        }

    .section {
        opacity: 1;
    }

    .active .cover-titles {
        padding: 0;
    }

    .blog-item.timeline:nth-child(2), .blog-item:nth-child(2) {
        margin-top: 0;
    }

    .left-block {
        margin: 2rem 0 0;
    }

    .align-left p:first-child {
        margin: 0 auto;
        padding-bottom: 0;
        text-align: left;
    }

    .align-left .title {
        font-size: 5rem;
        letter-spacing: 0;
        text-align: center;
    }

    .align-right .title {
        float: right;
        width: 100%;
        text-align: right;
    }
     .align-right p {
        margin: 0 auto 1.2rem;
        text-align: right;
        float: right;
        padding: 0;
    }

    .align-left p {
        margin: 0 auto 1.2rem;
        text-align: left;
        float: none;
        padding: 0;
    }

    .cover-titles {
        text-align: center;
        padding: 0 5%;
    }

    .contact_form h3, .contact_form p, .date {
        text-align: left;
    }

    .cover-titles-text {
        margin: 0 auto;
    }

    .post-info {
        min-height: 25rem;
    }

    .date {
        position: relative;
        font-size: 4em;
        font-weight: 900;
        opacity: .8;
    }

        .date span {
            font-size: 1.2rem;
            font-weight: 400;
            left: 7rem;
            position: absolute;
            bottom: 1.6rem;
            width: 3rem;
        }

    .post-comments .user-avatar {
        width: 3.5em;
        margin-right: 1rem;
    }

    .post-comments .comment-content {
        margin-left: 0;
    }

    .comment-list ul {
        margin: 0;
    }

    .comment-list div p {
        margin-top: 2rem;
    }

    .blog-item:hover img, .grid-item:hover img {
        -webkit-box-shadow: 0 1.2rem 1.8rem 0 rgba(0,0,0,.24),0 1.7rem 5rem 0 rgba(0,0,0,.19);
        box-shadow: 0 1.2rem 1.8rem 0 rgba(0,0,0,.24),0 1.7rem 5rem 0 rgba(0,0,0,.19);
    }

    .blog-item {
        margin-bottom: 3rem;
    }

    .back-top {
        right: 3rem;
        box-shadow: 0 .1rem .3rem rgba(0,0,0,.7);
    }

    .text-right i, .timeline .text-right i {
        margin-right: -1.2rem;
    }
}

@media (max-width:600px) {
    .active .cover-titles-2 {
        margin: 2rem 0 0;
        padding: 0 3rem;
    }

    .align-left .title, .align-right .title {
        font-size: 10vw;
        letter-spacing: 0;
        text-align: right;
    }

    /*.align-right p:first-child {
        display: inline;
    }*/

    .align-right p {
        margin: 0 auto 1.2rem;
        text-align: right;
        float: right;
         width:100%;
    }

}

@media (max-height:580px) and (orientation:landscape) {
    /*.align-right p:first-child {
        display: block;
        text-align: right;
        float: right;
        margin: 0 auto;
    }*/

    .right-block {
        display: none;
    }

    .active .cover-titles-2 {
        margin: 2rem 0 0;
        padding: 0 3rem;
    }

    .align-left .title, .align-right .title {
         /*font-size: 4.5rem;*/
        letter-spacing: 0;
        text-align: right;
    }

    .align-right p {
        margin: 0 auto 1.2rem;
        text-align: right;
        float: right;
        padding: 0;
         width:100%;
    }
}

@media (max-height:360px) {
    .cover-titles {
        margin-top: 0;
    }

    .align-left p {
        margin: 0 auto 1.2rem;
        max-width: 40rem;
    }
    .align-right p {
        margin: 0 auto 1.2rem;
        width:100%;
        /*max-width: 40rem;*/
    }

    .mobile-menu-content {
        top: 7rem;
    }

    #footer {
        height: 7rem;
    }
}
