@import url(//fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
* {
    -webkit-font-smoothing: antialiased
}

a,article,b,blockquote,body,dd,details,div,dl,dt,footer,h1,h2,h3,h4,h5,h6,header,html,img,input,label,li,menu,nav,p,select,small,span,sub,textarea,ul {
    background: 0;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0
}

body,html {
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    height: 100%;
    width: 100%;
    color: #383838;
    background: #fff
}

.nicescroll-rails {
    z-index: 9999!important
}

body {
    /*overflow-x: hidden;
    overflow-y: hidden;*/
    overflow: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-family: Raleway,sans-serif;
    color: #222
}

h1 {
    font-size: 36px;
    letter-spacing: 3px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px
}

p {
    font-size: 15px;
    font-weight: 200;
    line-height: 155%
}

b {
    color: #222
}

.container {
    width: 1024px;
    margin: 0 auto;
    padding: 85px 20px 0
}

.small-width {
    width: 980px
}

.full-width {
    width: 100%!important;
    padding: 0!important;
    max-width: inherit!important;
    height: 100%;
    display: block
}

.no-padding {
    padding: 0!important
}

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

a,i {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -moz-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -ms-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -o-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease
}

li {
    list-style: none
}

a {
    outline: 0
}

a:hover {
    text-decoration: none
}

.left {
    float: left
}

.right {
    float: right
}

.one_half {
    width: 49%
}

.one_third {
    width: 31.9%
}

.one_fourth {
    width: 23.37%
}

.one_fifth {
    width: 18.3%
}

.one_sixth {
    width: 14.93%
}

.two_fifth {
    width: 38.6%
}

.two_fourth {
    width: 48%
}

.two_third {
    width: 65.7%
}

.three_fifth {
    width: 59%
}

.three_fourth {
    width: 74%
}

.four_fifth {
    width: 79.2%
}

.five_sixth {
    width: 82.67%
}

.five_sixth,.four_fifth,.one_fifth,.one_fourth,.one_half,.one_sixth,.one_third,.three_fifth,.three_fourth,.two_fifth,.two_fourth,.two_third {
    float: left;
    margin-right: 2%;
    position: relative
}

.last {
    margin-right: 0!important
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.text-align-right {
    text-align: right
}

.section-title {
    text-align: center;
    width: 700px;
    margin: 0 auto 60px
}

.border {
    background: #999;
    display: block;
    height: 2px;
    margin: 0 auto 40px;
    width: 100px
}

.element_from_top {
    top: -50px;
    padding-right: 0;
    opacity: 0;
    position: relative
}

.element_from_bottom {
    bottom: -50px;
    padding-left: 0;
    opacity: 0;
    position: relative
}

.element_from_left {
    left: -80px;
    padding-right: 0;
    opacity: 0;
    position: relative
}

.element_from_right {
    right: -80px;
    padding-left: 0;
    opacity: 0;
    position: relative
}

.element_fade_in {
    opacity: 0;
    position: relative;
    padding-left: 0;
    right: 0
}

.mask {
    background-color: #aac631;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    opacity: 0
}

.home .mask {
    opacity: 1
}

#loader {
    background: url(images/Ruel_walk_loader.png) 0 0/auto 100%;
    height: 92px;
    width: 68px;
    left: 49%;
    top: 48%;
    position: absolute;
    margin: -25px 0 0 -25px;
    -webkit-animation: birdFlap 1s steps(12,end) infinite;
    -moz-animation: birdFlap 1s steps(12,end) infinite;
    -o-animation: birdFlap 1s steps(12,end) infinite;
    animation: birdFlap 1s steps(12,end) infinite
}

#cuterubiks {
    height: 500px;
    max-height: 500px
}

.margin40percent {
    margin-top: 30%
}

@-webkit-keyframes birdFlap {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

@-moz-keyframes birdFlap {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

@-o-keyframes birdFlap {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

@keyframes birdFlap {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

.title-divider {
    border-bottom: #e9e9e9 1px solid;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    padding-bottom: 5px;
    padding-top: 80px;
    margin-bottom: 50px;
    float: left
}

.pricing-tables {
    float: left;
    width: inherit;
    display: block;
    text-align: center
}

.price-table {
    padding: 25px 0;
    text-align: center;
    transition: all .5s ease 0;
    width: 22%;
    display: inline-block;
    border: 1px solid #e8e8e8;
    background-color: #FFF;
    z-index: 1;
    margin: 20px -2px;
    position: relative
}

.price-table.featured,.price-table:hover {
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    z-index: 100!important;
    padding: 45px 0;
    margin-top: 0;
    margin-bottom: 0
}

.price-table i {
    background-color: #fcfcfc;
    border: 2px solid #DDD;
    border-radius: 100px;
    box-shadow: 0 0 0 5px #f4f4f4;
    display: inline-block;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-bottom: 35px;
    overflow: hidden;
    padding: 25px;
    transition: all .2s ease 0
}

.price-table:hover i {
    box-shadow: 0 0 0 5px #FFF inset;
    color: #FFF
}

.price-table ul {
    margin-bottom: 0
}

.price-table li {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 12px;
    padding: 8px 15px;
    margin: 0 10px
}

.price-table li.pricetable-price {
    background-color: #f7f7f7;
    border-top: 1px dotted #e6e6e6;
    margin: 0
}

.price-table li a {
    margin-top: 20px
}

.price-table li:first-child {
    padding-top: 0;
    border-bottom: medium none
}

.price-table li:last-child {
    border-bottom: medium none
}

.price-table ul h3 {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 7px
}

.price-table li.pricetable-price h3 {
    font-size: 14px
}

footer .recent-post {
    float: none;
    width: 100%;
    border: 0
}

.recent-post {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    border-radius: 3px;
    position: relative;
    border-top: 1px solid #dce5ed
}

.recent-post .recent-post-date {
    line-height: 50px;
    float: left;
    font-size: 12px;
    min-width: 60px;
    position: absolute
}

footer .recent-post-date {
    display: none
}

.recent-post .blog-type {
    border-radius: 0;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    background: 0;
    margin-left: 61px;
    width: auto;
    display: block;
    height: inherit
}

footer .recent-post .blog-type {
    margin-left: 0
}

.recent-post h5 {
    margin-top: 51px;
    text-align: left
}

footer .recent-post h5 {
    margin-top: 0;
    font-size: 13px;

    line-height: 19px
}

.recent-post h5 a {
    color: #383838;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 90%
}

.recent-post h5 a:hover {
    color: #e97626
}

.recent-post .blog-meta {
    margin-right: 0;
    text-align: left;
    color: #9b9b9b;
    font-family: "Open Sans"
}

footer .post-meta {
    display: none
}

.recent-post .recent-post-date .post-date {
    display: block;
    width: 60px;
    text-align: center;
    background: #75b3dc;
    font-family: "Open Sans";
    color: #fff;
    font-size: 300%;
    font-weight: 600
}

.recent-post .recent-post-date .post-month {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Open Sans";
    text-transform: uppercase;
    height: 21px;
    line-height: normal;
    background: #75b3dc;
    border-top: 1px solid #fff;
    color: #fff
}

.recent-post .recent-post-content {
    margin: 20px 60px 20px 20px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    color: #666;
    text-align: left;
    line-height: 25px
}

footer .recent-post .recent-post-content {
    margin: 0
}

.recent-post .recent-post-content .cReadMore {
    display: block;
    margin: 20px 0;
    color: #e97626;
    font-weight: 400;
    font-family: "Open Sans"
}

.recent-post .recent-post-content .cReadMore:hover {
    text-decoration: underline
}

footer .copyright {
    font-family: "Open sans";
    font-size: 10.69px;
    color: #5a5a5a;
    font-weight: 600;
    float: left
}

footer .powerby {
    float: right;
    font-size: 10.69px;
    text-align: right;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: normal
}

.accordion {
    float: left;
    width: inherit
}

.accordion dt {
    cursor: pointer;
    margin-bottom: -1px;
    padding-top: 0;
    border-bottom: #e1e1e1 1px solid;
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0
}

.accordion dt:first-child {
    padding-top: 0
}

.accordion .accordion-active {
    color: #fff;
    background: #75b3dc
}

.accordion dt span {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    display: block;
    padding: 18px 0;
    font-family: "Open Sans";
    font-weight: 700;
    margin: auto 30px
}

.accordion dt span.accordion-status {
    height: 20px;
    width: 20px;
    padding: 2px;
    background: url(images/plus.png) 2px 2px/20px 20px no-repeat;
    float: right;
    margin-right: 30px;
    border-radius: 2px;
    margin-top: 13px
}

.accordion dt.accordion-active span.accordion-status {
    background: url(images/minus.png) 2px 2px/20px 20px no-repeat #222
}

.accordion-content {
    padding: 30px;
    font-size: 16px;
    text-align: left;
    color: #666;
    font-weight: 300;
    line-height: 26px;
    background: #f8f7f7;
    border-bottom: #e1e1e1 1px solid
}

.toggle-wrap {
    float: left;
    width: 100%
}

.toggle-title {
    background: #e5e5e5;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: block;
    font-size: 13px
}

.toggle-title a {
    color: #666;
    text-decoration: none
}

.toggle-title a:hover {
    color: #222
}

.toggle_container {
    padding: 5px 10px 10px;
    font-size: 13px
}

.toggle-active {
    color: #fff;
    background: #222
}

.toggle-active a,.toggle-active a:hover {
    color: #FFF
}

.tab-shortcode {
    float: left;
    width: 100%
}

ul.tabs {
    overflow: hidden;
    margin: 0;
    text-align: center
}

ul.tabs li {
    margin: 0;
    list-style: none;
    display: inline-block
}

ul.tabs li a {
    display: block;
    padding: 10px 41px;
    margin-right: 6px;
    border-radius: 0;
    color: #666;
    text-decoration: none;
    font-size: 75%;
    letter-spacing: -.1px
}

ul.tabs .tab-active a,ul.tabs a:hover {
    color: #fff
}

.tab_container {
    clear: both;
    margin-top: 0;
    font-size: 13px;
    border-top: 1px solid #e5e5e5;
    padding-top: 80px
}

.dropcap-normal {
    font-family: Montserrat,sans-serif;
    float: left;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 8px 0 0
}

.dropcap.dark {
    color: #FFF
}

.dropcap.round {
    border-radius: 3px
}

.dropcap.square {
    border-radius: 50px
}

.dropcap {
    font-family: Montserrat,sans-serif;
    display: block;
    float: left;
    font-size: 36px;
    margin: 6px 8px 0 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    width: 50px;
    height: 50px
}

.counters {
    margin-top: 40px
}

.counters ul {
    text-align: center
}

.counters i {
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
    position: relative
}

.counters li {
    background: #FFF;
    color: #222;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px
}

.counters li span {
    font-family: Montserrat,sans-serif
}

.counters li.last {
    border-right: 0 none
}

.icons-ul li {
    color: #999;
    margin-bottom: 10px;
    font-size: 14px
}

.icons-ul li i {
    margin-right: 7px
}

.fa-ul {
    font-size: 14px
}

.fa-ul li {
    margin-bottom: 10px
}

.fa-ul.big-list li i {
    background: #f1c40f
}

.fa-ul.big-list {
    font-size: 16px;
    font-weight: 700
}

.fa-ul.big-list li {
    padding-left: 15px;
    line-height: 40px
}

.fa-ul.big-list li i {
    padding: 10px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    width: 20px;
    line-height: 20px
}

.alertboxes {
    float: left;
    width: 100%
}

.shortcode_alertbox {
    border-radius: 3px;
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 15px 40px 15px 14px;
    position: relative
}

.shortcode_alertbox .box_close {
    background: url(images/close_box.png) 10px 10px/20px 20px no-repeat;
    display: block;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    cursor: pointer
}

.shortcode_alertbox b {
    color: inherit
}

.shortcode_alertbox.box_red {
    background: #f9e5e6;
    border: 1px solid #f7c7c9;
    color: #b3696c
}

.shortcode_alertbox.box_blue {
    background: #d8ecf5;
    border: 1px solid #9ac9df;
    color: #528da9
}

.shortcode_alertbox.box_yellow {
    background: #fcf7d9;
    border: 1px solid #f5dc7d;
    color: #c4a21b
}

.shortcode_alertbox.box_green {
    background: #e3ebc6;
    border: 1px solid #c2d288;
    color: #8fa442
}

a.mc-button {
    border-radius: 5px;
    font-family: "Open Sans",sans-serif;
    letter-spacing: .5px;
    text-transform: none;
    font-weight: 600;
    text-shadow: -1px 1px 0 #db5e06;
    font-size: 80%
}

.small {
    font-size: 12px;
    padding: 5px 9px 7px;
    line-height: 12px
}

.medium {
    font-size: 14px;
    padding: 10px 15px;
    line-height: 14px
}

.large {
    font-size: 16px;
    padding: 17px 25px;
    line-height: 16px
}

.grey,.grey:hover {
    color: #FFF
}

.color,.color:hover {
    color: #fff
}

.outline {
    background-color: #e97626;
    border: 0 solid #e97626;
    color: #FFF;
    line-height: 10px!important;
    border-bottom: 7px solid #a74d07
}

.outline:hover {
    background-color: #c95d08;
    border: 0 solid #e97626;
    border-bottom: 7px solid #8e3e00;
    color: #FFF
}

.outline.white {
    background-color: none;
    border: 2px solid #fff;
    color: #fff
}

.outline.white:hover {
    background-color: #fff;
    color: #222
}

.rounded {
    border-radius: 50px!important
}

.the-icons li {
    font-size: 14px;
    height: 40px;
    text-transform: capitalize
}


.the-icons li i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: -2px;
    width: 35px
}

i.icon-circle-box {
    padding: 15px;
    border-radius: 100%;
    text-align: center;
    vertical-align: 12px;
    width: 20px;
    line-height: 20px;
    margin: 0 5px;
    color: #fff
}

i.fa-lg.icon-circle-box {
    line-height: 30px;
    width: 30px;
    vertical-align: 16px
}

i.fa-2x.icon-circle-box {
    line-height: 40px;
    width: 40px;
    vertical-align: 18px
}

i.fa-3x.icon-circle-box {
    line-height: 50px;
    width: 50px;
    vertical-align: 19px
}

i.fa-4x.icon-circle-box {
    line-height: 60px;
    width: 60px;
    vertical-align: 20px
}

i.fa-5x.icon-circle-box {
    line-height: 70px;
    width: 70px;
    vertical-align: 21px
}

section {
    position: relative;
    background-color: #fff;
    z-index: 1
}

.home-section {
    height: 100%!important;
    position: relative;
    width: 100%
}

#not-found {
    background: url(images/home_pattern.jpg) center/cover;
    height: 100%;
    position: relative;
    width: 100%
}

#thank-you {
    background: url(images/1-MicroCreatives_NewWebsite_Design_Home_Thank-You_1920pxWide-2.png) center/cover;
    height: 100%;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 640px){

	#thank-you {
 	   background: url(images/1-MicroCreatives_NewWebsite_Design_Home_Thank-You_1920pxWide-640px.png) center/cover;
	}

}
@media only screen and (max-width: 480px){

	#thank-you {
 	   background: url(images/1-MicroCreatives_NewWebsite_Design_Home_Thank-You_1920pxWide-480px.png) center/cover;
	}

}
.parallax-slider {
    height: auto!important
}

footer {
    background-color: #262626
}

.parallax {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed!important;
    width: 100%;
    min-height: 100%!important;
    height: 100%
}

.parallax-overlay {
    background-color: rgba(0,0,0,.8)
}

.parallax-pattern-overlay {
    background: url(images/pattern.png) rgba(0,0,0,.1);
    height: 100%;
    width: 100%
}

.home-pattern {
    width: 100%;
    height: 100%
}

.pattern {
    background: url(images/pattern.png);
    width: 100%;
    height: 100%
}

#home-center {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%
}

.div-align-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.ultralarge {
    color: #fff;
    text-align: center;
    font-family: Montserrat,sans-serif;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: 0
}

.four-zero-four {
    color: #fff;
    text-align: center;
    font-family: Raleway;
    line-height: 110%;
    letter-spacing: 0;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 295%
}

.below-four-zero-four {
    margin-bottom: 40px!important;
    font-family: 'Open Sans';
    font-size: 80%;
    font-weight: 500;
    color: #666
}

.below-four-zero-four a {
    color: #e97626
}

.below-four-zero-four a:hover {
    color: #9fbb2e
}

.text-slide-vertical {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    width: 100px!important;
    position: relative!important
}

.text-slide-vertical li {
    line-height: 100px
}

.bullet {
    margin: 0 10px;
    opacity: .9;
    color: #fff
}

.div-align-center p {
    margin-bottom: 20px
}

p.after-slider {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 40px
}

ul.fullwidth-slider {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #222;
    z-index: 0;
    -webkit-backface-visibility: visible;
    background-position: center center;
    background-repeat: no-repeat
}

ul.fullwidth-slider li.slide {
    position: relative;
    display: none;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-attachment: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: visible
}

ul.fullwidth-slider li.slide .caption {
    position: relative;
    height: 100%;
    width: 100%
}

ul.fullwidth-slider li.slide .caption .caption-inside {
    position: absolute;
    top: 0;
    width: 100%
}

ul.fullwidth-slider li.slide .caption .slide-caption {
    height: 100%;
    z-index: 0;
    display: table;
    position: relative;
    top: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%
}

ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.vertical-align-middle p {
    margin: 20px 0;
    color: #fff
}

.vertical-align-middle.dark h1,.vertical-align-middle.dark p {
    color: #222
}

ul.fullwidth-slider,ul.fullwidth-slider .caption-inside {
    height: 700px
}

.parallax-slider .bx-wrapper .bx-next {
    right: 50px
}

.parallax-slider .bx-wrapper .bx-prev {
    left: 50px
}

#fullscreen-slider {
    display: none
}

#fullscreen-slider.horz .mc-image {
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out
}

#slider_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 50px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
    cursor: pointer
}

#slider_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 50px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
    cursor: pointer
}

#slider_left:active,#slider_left:hover,#slider_right:active,#slider_right:hover {
    margin-top: -28px
}

.slide-content {
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%
}

.light {
    color: #fff!important
}

.dark {
    color: #222
}

.slide-content h1 {
    color: inherit;
    font-size: 100px;
    line-height: 100px;
    margin: 10px 0;
    letter-spacing: 1px
}

.georgia {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
    padding: 10px 0
}

.slide-content a,.slide-content p {
    margin: 10px 0
}

.video-section {
    background-image: url(images/video-placeholder.jpg)
}

#video-volume {
    bottom: 30px;
    color: #FFF;
    cursor: pointer;
    font-size: 24px;
    margin-left: -10px;
    left: 50%;
    position: absolute;
    width: 20px;
    z-index: 10
}

.screens {
    position: relative
}

.big-screen {
    width: 620px;
    height: auto;
    margin: 0 auto;
    z-index: 100
}

.small-screen-left {
    width: 350px;
    height: auto;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 0
}

.small-screen-right {
    width: 350px;
    height: auto;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 0
}

.bar {
    text-align: left!important;
    margin: 0!important
}

.bar li {
    list-style: none!important
}

.bar li:last-child span {
    margin-bottom: 0
}

.bar li .bar-wrap {
    margin-bottom: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ddd
}

.bar li span {
    height: 35px;
    width: 0;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.bar li p {
    padding-bottom: 2px
}

.bar li span {
    overflow: visible!important;
    position: relative
}

.bar li span strong {
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgba(255,255,255,.8);
    line-height: 12px!important;
    display: block
}

.our-team {
    text-align: center
}

.our-team li {
    display: inline-block;
    margin: 0 50px;
    height: 330px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    width: 260px
}

.our-team li img {
    display: block;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    float: left
}

.team-profile {
    height: 200px;
    width: 220px;
    padding: 40px 20px 20px;
    margin-top: 235px;
    z-index: 11;
    position: absolute;
    border-radius: 3px;
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0
}

.our-team li:hover>.team-profile {
    margin-top: 0;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.team-profile h5 {
    color: #222;
    text-transform: uppercase
}

p.about-team {
    margin: 20px 0 30px;
    font-size: 13px
}

ul.socials-icons {
    text-align: left;
    float: left;
    width: 100%
}

ul.socials-icons li {
    margin: 0 31px 0 0;
    display: inline-block
}

ul.socials-icons li a {
    opacity: .5;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    font-size: 20px
}

ul.socials-icons li .block-icon {
    display: block
}

ul.socials-icons li a:hover {
    opacity: 1
}

.twitter-feed .bx-wrapper {
    margin: 30px 0 15px!important
}

.twitter-feed h4 {
    color: #fff!important;
    text-transform: none
}

.twitter-feed p {
    opacity: .5
}

.twitter-feed-icon img {
    width: 60px;
    height: auto;
    opacity: .7;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

.twitter-feed-icon img:hover {
    opacity: 1
}

.twitter-feed .bx-wrapper .bx-controls-direction a {
    width: 18px;
    height: 34px
}

.twitter-feed .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -30px;
    margin-top: 90px;
    background: url(images/slider_left_white.png) 0 0/18px 34px no-repeat;
    opacity: .5;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    z-index: 0
}

.twitter-feed .bx-wrapper .bx-next {
    right: 50%;
    margin-right: -30px;
    margin-top: 90px;
    background: url(images/slider_right_white.png) 0 0/18px 34px no-repeat;
    opacity: .5;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    z-index: 0
}

.twitter-feed .bx-wrapper .bx-next:hover,.twitter-feed .bx-wrapper .bx-prev:hover {
    opacity: 1
}

.twitter-feed .bx-wrapper .bx-next:hover {
    background-position: 0 0
}

.twitter-feed {
    margin-bottom: 70px
}

.service-item {
    float: left;
    margin: 30px 0
}

.service-item h5 {
    text-transform: uppercase;
    color: #222;
    margin: 5px 0
}

.service-item.text-right {
    text-align: right
}

.service-item.text-right .fa-stack {
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

.service-item.text-left .fa-stack {
    cursor: pointer;
    margin-right: 20px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

.service-item.text-left .fa-stack:hover,.service-item.text-right .fa-stack:hover {
    color: #222
}

.service-item .service-icon {
    font-size: 27px!important
}

#bx-pager {
    text-align: center
}

#bx-pager a {
    border-radius: 3px;
    margin: 10px;
    background-color: #FFF;
    display: inline-block
}

#bx-pager a img {
    opacity: .5;
    border-radius: 3px;
    width: 200px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

#bx-pager a img:hover,#bx-pager a.active img {
    opacity: 1;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

.clients-slider li {
    padding: 0 50px
}

.clients-slider h3 {
    color: #222;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center
}

.clients-slider p {
    margin-top: 20px;
    text-align: center
}

ul.technology {
    text-align: center
}

ul.technology li {
    display: inline-block;
    width: 238px;
    margin: 10px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

ul.technology li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 25px 25px 0;
    border-style: solid;
    display: block;
    width: 0
}

ul.technology li:first-child {
    margin-left: 0
}

ul.technology li:last-child {
    margin-right: 0
}

ul.technology li i {
    font-size: 40px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

ul.technology li h5 {
    text-transform: uppercase;
    color: #222;
    margin-top: 10px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

ul.technology li p {
    font-size: 13px;
    margin-top: 10px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

ul.technology li:hover h5,ul.technology li:hover i {
    color: #fff
}

ul.technology li:hover p {
    color: #fff;
    opacity: .5
}

.quote h1 {
    color: #FFF;
    padding: 30px 0 10px;
    line-height: 40px;
    letter-spacing: .5px
}

.quote p {
    color: #FFF;
    opacity: .5
}

h1 span.quote-img img {
    width: 21px;
    height: auto;
    padding: 10px;
    margin-bottom: 12px;
    opacity: .5
}

#portfolio,.container.portfolio-title {
    padding-bottom: 0
}

#filters {
    margin-top: 10px;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative
}

#filters ul {
    border-bottom: 1px solid #e5e5e5
}

#filters ul li {
    display: inline-block;
    margin: 0 5px
}

#filters ul li a {
    display: block
}

#filters ul li a h5 {
    padding: 8px 15px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    font-family: 'Open Sans';
    color: #666
}

#filters ul li a.active h5,#filters ul li a:hover h5 {
    color: #fff
}

#portfolio-wrap {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block
}

#portfolio-wrap .one-four {
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
    margin: 10px!important
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.portfolio-item .portfolio-image {
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover!important;
    overflow: hidden;
    padding-bottom: 100%
}

.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto
}

.portfolio-item:hover .project-overlay {
    opacity: .8;
    transition: all .4s ease 0;
    -moz-transition: all .4s ease 0;
    -webkit-transition: all .4s ease 0;
    -ms-transition: all .4s ease 0;
    -o-transition: all .4s ease 0
}

.project-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    cursor: pointer
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100
}

.open-project {
    position: absolute;
    width: 100%;
    height: 100%
}

.project-info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center
}

.project-name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 65px;
    opacity: 0;
    transition: all .2s ease 0;
    -moz-transition: all .2s ease 0;
    -webkit-transition: all .2s ease 0;
    -ms-transition: all .2s ease 0;
    -o-transition: all .2s ease 0
}

.portfolio-item:hover .project-name {
    opacity: 1;
    -webkit-transition: opacity .4s .5s;
    -moz-transition: opacity .4s .5s;
    -ms-transition: opacity .4s .5s;
    -o-transition: opacity .4s .5s;
    transition: opacity .3s .5s
}

.project-categories {
    font-size: 15px;
    color: #fff;
    opacity: 0;
    margin-top: 0;
    transition: all .2s ease 0;
    -moz-transition: all .2s ease 0;
    -webkit-transition: all .2s ease 0;
    -ms-transition: all .2s ease 0;
    -o-transition: all .2s ease 0;
    font-weight: 300
}

.portfolio-item:hover .project-categories {
    opacity: .5;
    -webkit-transition: opacity .4s .8s;
    -moz-transition: opacity .4s .8s;
    -ms-transition: opacity .4s .8s;
    -o-transition: opacity .3s .8s;
    transition: opacity .3s .8s
}

.project-header {
    background-color: #111
}

.project-header .block-intro {
    height: 500px;
    width: 100%;
    line-height: 500px;
    background: center/cover no-repeat;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1
}

.project-header .block-intro .vertical-align {
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

.project-header .block-intro .vertical-align span {
    display: block
}

.project-header .block-intro .vertical-align span.text-small {
    font-size: 24px;
    line-height: 30px;
    padding: 0 5px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    text-transform: none;
    letter-spacing: normal;
    opacity: .5
}

.project-header .block-intro .vertical-align span.text-large {
    font-size: 80px;
    line-height: 96px;
    margin-top: 6px
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.png) 0 0/40px 40px;
    transition: all .3s ease .1s;
    -moz-transition: all .3s ease .2s;
    -webkit-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 7px;
    -webkit-transition: opacity .3s .2s,margin-top .3s .2s;
    -moz-transition: opacity .3s .2s,margin-top .3s .2s;
    -ms-transition: opacity .3s .2s,margin-top .3s .2s;
    -o-transition: opacity .3s .2s,margin-top .3s .2s;
    transition: opacity .3s .2s,margin-top .3s .2s
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity
}

.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0
}

#project-page-holder {
    display: none;
    background-color: #FFF
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) 0 0/50px 50px no-repeat #fff;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: .5
}

#project-page-button-fullscreen li a:hover {
    opacity: 1
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0;
    font-size: 30px
}

#project-page-data {
    margin-bottom: 0
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px
}

.project-image-slider .bx-wrapper .bx-next {
    background: url(images/project_slider_right.png) 0 0/35px 65px no-repeat;
    opacity: .3;
    right: -90px
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url(images/project_slider_left.png) 0 0/35px 65px no-repeat;
    opacity: .3;
    left: -90px
}

.project-image-slider .bx-wrapper .bx-next:hover,.project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0 0
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100
}

.project-image-slider {
    margin-bottom: 40px
}

.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
    margin-top: 5px
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px;
    float: left
}

.project-description h5 {
    color: #222;
    text-transform: uppercase;
    margin-bottom: 5px
}

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px
}

#arrow_left:active,#arrow_left:hover,#arrow_right:active,#arrow_right:hover {
    margin-top: -28px
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.in-slide-content div.info-slide {
    background: url(images/info.png) left bottom/46px 46px no-repeat #FFF;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    margin: 0;
    display: block;
    text-indent: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=.5);
    opacity: .5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.in-slide-content div.info-slide:hover {
    width: 200px;
    background: #FFF;
    position: absolute;
    bottom: 40px;
    padding: 10px 20px;
    text-indent: 0;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    opacity: 1
}

.in-slide-content h2,.in-slide-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 24px
}

.in-slide-content h2 {
    font-size: 14px;
    color: #444;
    text-shadow: none;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1001;
    position: relative;
    white-space: nowrap
}

.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: 400;
    white-space: nowrap
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0 10px 10px
}

.in-slide-content div.info-slide:hover h2,.in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0
}

#project-header {
    height: 600px;
    z-index: 1
}

#project-header .container {
    height: inherit
}

.table-header {
    display: table;
    position: relative;
    height: inherit;
    width: 100%
}

.table-left {
    width: 50%;
    left: 0;
    position: absolute;
    bottom: 0
}

.table-right {
    width: 50%;
    text-align: left;
    position: relative;
    right: 0;
    display: table-cell;
    vertical-align: middle
}

.table-header h2 {
    margin-bottom: 25px
}

.table-header p {
    margin-bottom: 35px
}

#project-url {
    height: 40px;
    background-color: #222;
    text-align: center;
    position: relative;
    z-index: 10
}

#project-url .site a {
    color: #FFF;
    display: block;
    font-family: Georgia;
    font-size: 13px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    overflow: hidden
}

#project-url .site .group {
    display: block;
    width: 100%
}

#project-url .site .group span {
    display: block;
    height: 40px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

#project-url .site:hover .text {
    display: block;
    margin-top: -40px
}

#project-url .site:hover .hover {
    display: block
}

#project-info .section-title {
    margin-bottom: 0
}

#project-features {
    background-color: #fff
}

#project-slider .container {
    padding-bottom: 60px
}

#project-slider .bx-wrapper {
    margin-bottom: 60px!important
}

#project-options {
    background: #fff
}

#project-options h2 {
    margin: 40px 0
}

#project-options ul {
    margin-bottom: 40px
}

#project-options ul li {
    line-height: 24px
}

.project-counters .counters {
    width: auto;
    margin: 0 auto
}

.project-counters .counters li {
    background: 0;
    border-radius: 3px;
    color: rgba(255,255,255,.5);
    font-family: 'Open Sans',serif;
    font-size: 14px;
    padding: 45px 0 25px;
    text-align: center;
    text-transform: none
}

.project-counters .counters li .count {
    border-radius: 3px;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 70px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    display: block
}

#single-portfolio-featured-image {
    display: none
}

.mc-social-container {
    text-align: center;
    margin: 80px auto;
    padding: 0 20px
}

.mc-social {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 243px
}

.mc-social a {
    display: inline-block;
    text-align: center;
    width: 60px;
    padding: 0;
    border-left: #CCC 1px dotted
}

.mc-social a:first-child {
    border-left: 0
}

.mc-social .n-shortcode i {
    font-size: 16px;
    line-height: 18px
}

.mc-social a i {
    display: block;
    font-size: 18px
}

.light-grey-background {
    background-color: #f5f5f5
}

.white-background {
    background-color: #fff
}

.dark-background {
    background-color: #222
}

.call-action {
    color: #222;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    line-height: 35px
}

.call-action a {
    margin-left: 20px
}

.contact-details {
    text-align: center;
    width: 100%
}

.phone-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 40px
}

.company-phone a {
    color: #fff;
    background-color: rgba(255,255,255,.15);
    text-align: center;
    font-size: 72px;
    line-height: 72px;
    font-family: Montserrat,sans-serif;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    display: inline-block
}

.company-phone a:hover {
    color: #fff
}

h5.company-address,h5.company-email {
    margin-bottom: 15px;
    color: #999;
    text-transform: none
}

#contact-formular {
    text-align: center!important
}

#contact-formular input[type=email],#contact-formular input[type=text],input[type=password],textarea {
    color: #999;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    height: 20px;
    padding: 15px 3%;
    width: 100%;
    background: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 0;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    -o-box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

#contact-formular input[type=email]:focus,#contact-formular input[type=text]:focus,#contact-formular textarea:focus,input[type=email]:focus {
    background-color: #fff
}

#contact-formular textarea {
    height: 160px;
    resize: none
}

#contact-formular input[type=submit],input[type=submit] {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 14px 25px;
    letter-spacing: 0;
    line-height: 14px;
    cursor: pointer;
    border-radius: 3px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 1px #e55a16;
    display: block
}

.error_message {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    color: #e93735;
    font-weight: 700
}

#success_page {
    text-align: center
}

#success_page p {
    color: #999;
    margin-top: 20px
}

#message fieldset {
    border: 0
}

#map_canvas {
    width: 100%;
    height: 400px;
    z-index: 0;
    position: relative
}

footer {
    box-shadow: 0 -1px 5px rgba(0,0,0,.15);
    z-index: 100;
    position: relative;
    padding: 70px 0 40px;
    text-align: left
}

#back-top {
    z-index: 1029;
    right: 1.2%;
    cursor: pointer;
    top: auto!important;
    bottom: 31px!important;
    margin-bottom: 0;
    height: 46px;
    width: 46px;
    border-radius: 25px;
    visibility: hidden;
    opacity: .3
}

.nodisplay {
    display: none
}

#menu_top {
    height: 46px;
    width: 46px;
    border-radius: 24px;
    right: 5%;
    cursor: pointer;
    bottom: 31px
}

#menu_top_inside {
    background-image: url(images/menu_bottom_top_bg.png);
    background-size: 100% auto;
    background-position: center;
    height: 46px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    width: 46px;
    border-radius: 82px
}

#blog-header {
    text-align: center;
    padding: 80px 0 100px
}

#blog {
    position: relative;
    width: 100%
}

#blog .container {
    top: -50px;
    padding: 60px 40px;
    border-radius: 3px
}

#blog.masonry .container {
    margin-top: -50px;
    background-color: #FFF;
    top: -50px;
    padding: 25px;
    width: 1130px!important;
    border-radius: 3px
}

#blog.masonry .blog-posts-content {
    width: 100%;
    min-height: 500px;
    float: left;
    margin-right: 50px
}

.blog-post {
    float: left
}

.blog-post.masonry {
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    padding: 20px;
    width: 283px;
    margin: 25px;
    border-radius: 3px
}

.blog-post.masonry-quote {
    margin: 25px;
    width: 325px
}

.blog-post.masonry .post-content {
    width: 100%;
    word-wrap: break-word
}

.blog-post.masonry-quote .post-content {
    width: 100%
}

.post-quote {
    margin-bottom: 20px
}

.type-date {
    width: 50px;
    height: 100px;
    margin-right: 30px;
    float: left
}

.blog-type {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    float: none
}

.blog-date {
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    height: 45px;
    background-color: #fff;
    float: none
}

.bluedate {
    width: 61px;
    position: absolute;
    z-index: 9;
    margin-top: 5px;
    margin-left: 5px
}

.bluedate .blog-date {
    width: auto
}

.bluedate .blog-date h5 {
    background: #5aa2d1;
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    text-transform: uppercase
}

.bluedate .blog-date h5:nth-child(1) {
    background: #75b3dc;
    color: #fff;
    font-size: 41.57px;
    line-height: 41.57px;
    font-family: "Open Sans";
    text-align: center;
    height: 43px
}

.post-content {
    width: auto;
    float: left;
    margin-bottom: 30px
}

.post-excerpt {
/*    padding: 23px 9px;
    float: left;
    min-height: 246px;*/
    padding: 10px 9px;
    float: left;
    min-height: 272px;
}

@media only screen and (max-width: 837px){
   .post-excerpt {
        margin-top: 10px;
    } 
}



.post-excerpt:hover {
    background: #aac631;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -moz-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -ms-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -o-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease
}

.post-excerpt:hover * {
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -moz-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -ms-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -o-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease
}

.post-excerpt:hover h5 {
    color: #fff!important
}

.post-excerpt:hover .blog-title a:hover {
    color: #fff
}

.post-excerpt .the-date,.the-date {
    color: #c4c4c4!important;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 10px;
    text-transform: capitalize!important;
    margin-top: 0!important
}

.the-date a {
    color: #c4c4c4!important
}

.the-date a:hover {
    color: #e97626!important
}

.post-excerpt .the-date i {
    margin-right: 5px
}

.post-excerpt .blog-border,.post-excerpt .blog-meta {
    display: none
}

.post-excerpt h3.blog-title {
    color: #383838;
    font-family: 'Open Sans';
    font-size: 22px;
    text-transform: capitalize
}

.post-excerpt h3.blog-title a {
    text-transform: capitalize
}

.post-excerpt .blog-content,.post-excerpt .blog-content p {
    font-size: 14.01px;
    font-family: 'Open Sans';
    font-weight: 500
}

.post-excerpt .blog-content .cReadMore {
    display: block;
    margin: 20px 0;
    font-family: Raleway;
    color: #e97626
}

.audio-wrapper,.link-wrapper {
    margin-bottom: 30px
}

.blog-title {
    line-height: 135%;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #383838;
    font-weight: 600;
    font-size: 145%
}

.blog-title a {
    text-transform: uppercase
}

footer .blog-title a {
    text-transform: capitalize;
    font-size: 90%;
    font-size: 12px;
    line-height: 120%
}

.blog-meta {
    line-height: 17px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 85%
}

.blog-border {
    height: 2px;
    width: 100px;
    background-color: #999;
    opacity: .8
}

footer .blog-content {
    display: none
}

.blog-content {
    margin-top: 0;
    margin-bottom: 20px
}

.post-quote {
    padding: 30px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear
}

.post-quote h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px
}

.post-quote p {
    color: #fff;
    opacity: .5
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px
}

.video-container embed,.video-container iframe,.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

hr {
    background-color: #e9e9e9;
    height: 1px;
    width: 100%;
    margin: 60px 0;
    float: left;
    border: none!important
}

.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5 {
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px
}

code {
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    clear: both;
    display: block;
    font: 12px "Andale Mono",Courier,"Courier New",monospace;
    overflow: auto;
    padding: 0 20px;
    margin: 20px 0;
    white-space: pre;
    color: #222
}

blockquote {
    background-image: url(images/blockquote.png);
    background-size: 21px 17px;
    background-position: left 8px;
    background-repeat: no-repeat;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    padding-left: 35px
}

.post-content h4 {
    border-bottommargin-bottompadding-topmargin-bottom: 1px solid #dfdfdf60px20px40px;
    text-transform: capitalize;
    color: #75b3dc;
    font-size: 23px;
    font-family: 'Open sans';
    font-weight: 300
}



.user_comment {
    color: #222;
    margin-bottom: 40px;
    padding: 5px 5px 30px;
    border: 1px solid #f4f4f4;
    margin-left: 32px;
    position: relative
}

.user_comment .avatar {
    position: absolute;
    top: 15px;
    left: 17px;
    border: 1px solid #f4f4f4
}

.avatar {
    height: 77px;
    margin-bottom: -65px;
    margin-left: -50px;
    width: 80px
}
.avatar img{
    width:82px;
    height:79px;

}

.user_comment p strong {
    display: inline;
    color: #7f7f7f;
    font-family: 'Open sans';
    font-style: italic;
    font-weight: 600
}

.user_comment p strong a {
    color: #222
}

.comment-date {
    color: #7f7f7f;
    font-family: 'Open sans';
    margin-bottom: 10px
}

.comment-text {
    color: #999;
    margin: 15px 0 0 0;
    padding-left: 50px
}

.user_comment_reply {
    background: url(images/user.png) no-repeat;
    color: #2b363c;
    margin-top: 40px;
    padding-left: 100px
}

.comment_formular h4 {
    text-transform: capitalize;
    color: #75b3dc;
    margin-bottom: 40px
}

.logged-in-as {
    margin-bottom: 20px
}

.one_half.comment_area_loggedin {
    float: none
}

#commentsform input[type=text],textarea {
    color: #999;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    height: 20px;
    padding: 15px 5%;
    background: #f4f4f4;
    border-radius: 0;
    border: 0;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    -o-box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

#commentsform input[type=text]:focus,#commentsform textarea:focus,input[type=email]:focus {
    background-color: #fff
}

#commentsform textarea {
    height: 100px;
    resize: none;
    box-sizing: border-box
}

#sidebar {
    min-height: 500px;
    float: left
}

.widget {
    margin-bottom: 30px;
    font-size: 14px
}

.companylink .textwidget {
    margin-left: 51px
}

footer .widget {
    float: left;
    max-width: 245px;
    min-width: 245px;
    margin-right: 11px;
    color: #7c7b7b;
    font-weight: 500;
    font-size: 13px
}

footer .widget h1,footer .widget h2,footer .widget h3,footer .widget h4,footer .widget h5 {
    color: #c1c1c1;
    font-weight: 300
}

footer .widget a {
    color: #474747;
    font-weight: 500
}

footer .widget li a {
    line-height: 25px
}

footer .widget a:hover {
    color: #aac631
}

.heading h4 {
    margin-bottom: 20px;
    font-size: 23px;
    text-transform: capitalize;
    color: #75b3dc;
    font-weight: 300
}

input#search {
    background: url(images/zoom-search.png) 10px 10px/30px 30px no-repeat #f5f5f5;
    color: #999;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    height: 20px;
    padding: 15px 15px 15px 45px;
    width: 190px;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    -o-box-shadow: 0 0 3px rgba(0,0,0,.22) inset;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

input#search:focus {
    background: url(images/zoom-search.png) 10px 10px/30px 30px no-repeat #e1e1e1
}

#sidebar .widget ul li ul li:first-child {
    margin-top: 15px
}

#sidebar .widget ul li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

#sidebar .widget_archive li,#sidebar .widget_categories li,#sidebar .widget_meta li,#sidebar .widget_nav_menu li,#sidebar .widget_pages li,#sidebar .widget_recent_comments li,#sidebar .widget_recent_entries li {
    background: url(images/arrow-li.png) 0 17px no-repeat;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    padding: 15px;
    font-size: 13px;
    font-family: 'Open sans';
    -webkit-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -moz-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -ms-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    -o-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease;
    transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out,outline .3s ease
}

#sidebar .widget_archive li:hover,#sidebar .widget_categories li:hover,#sidebar .widget_meta li:hover,#sidebar .widget_nav_menu li:hover,#sidebar .widget_pages li:hover,#sidebar .widget_recent_comments li:hover,#sidebar .widget_recent_entries li:hover,#sidebar li:hover a {
    background: url(images/arrow-li-on.png) 0 17px no-repeat;
    color: #e97626!important
}

#sidebar .widget_archive li:first-child,#sidebar .widget_categories li:first-child,#sidebar .widget_meta li:first-child,#sidebar .widget_nav_menu li:first-child,#sidebar .widget_pages li:first-child,#sidebar .widget_recent_comments li:first-child,#sidebar .widget_recent_entries li:first-child {
    border-top: 1px solid #dfdfdf
}

#calendar_wrap,#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    text-align: right;
    color: #222;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    line-height: 16px
}

#wp-calendar tbody td:hover {
    background: #222;
    cursor: pointer
}

#wp-calendar tbody .pad,#wp-calendar tbody .pad:hover {
    background: 0
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

#sidebar .widget_categories li a {
    color: #666
}

#sidebar .recent-posts li {
    border-top: 1px solid #dfdfdf;
    padding-top: 12px
}

#sidebar .recent-posts p {
    padding-bottom: 12px;
    font-size: 12px
}

#sidebar .recent-posts {
    border-bottom: 1px solid #dfdfdf
}

#sidebar .recent-posts li a {
    color: #222
}

#sidebar .tagcloud a {
    border-radius: 2px;
    background-color: #222;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px!important;
    margin: 5px 5px 0 0;
    padding: 7px 10px;
    position: relative;
    text-transform: capitalize
}

#sidebar .widget_archives li {
    background: url(images/arrow-li.png) 0 22px/5px 8px no-repeat;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    padding: 15px
}

#sidebar .widget_archives li:first-child {
    border-top: 1px solid #dfdfdf
}

#sidebar .widget_archives li a {
    color: #222
}

.inner-navigation {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 15px 0;
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0
}

.inner-navigation.masonry {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative
}

.inner-navigation li a span {
    display: inline-block;
    margin-left: 10px;
    width: 27px;
    height: 50px;
    border-radius: 3px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    float: right
}

.inner-navigation li a {
    color: transparent
}

.inner-navigation li {
    display: block;
    font-size: 14px;
    line-height: 48px;
    width: 100%!important;
    position: relative
}

.inner-navigation li.blog-pagination-next a span {
    float: left;
    margin-left: 10px;
    margin-right: 0;
    background-size: 100%!important
}

.inner-navigation li.blog-pagination-next {
    text-align: left;
    width: 20%!important;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 19%
}

.inner-navigation li.blog-pagination-prev {
    text-align: right;
    width: 20%!important;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 18%
}

.inner-navigation li a:hover span {
    color: #e97626;
    background-position: top left!important
}

.inner-navigation li a:hover {
    color: #e97626
}

.hoverblue {
    color: #d1e2ec
}

.hoverblue:hover {
    color: #e97626
}

span.wpcf7-list-item {
    margin-left: 24px;
    display: inline-block;
    max-width: 182px;
    width: 100%
}

.SERVICESREQUIRED span.wpcf7-list-item.first {
    margin-left: 0
}

.SERVICESREQUIRED span.wpcf7-list-item input[type=checkbox] {
    display: none
}

.SERVICESREQUIRED span.wpcf7-list-item input[type=checkbox]+span.wpcf7-list-item-label {
    display: block;
    background: #c0da4f;
    border: 2px solid #c0da4f;
    padding: 16px 5px;
    font-family: 'Open Sans';
    color: #789206;
    font-size: 120%
}

.SERVICESREQUIRED span.wpcf7-list-item input[type=checkbox]:checked+span.wpcf7-list-item-label {
    background: 0;
    border: 2px solid #fff;
    color: #fff
}

.c-text {
    width: auto;
    margin: 0!important;
    padding: 0!important;
    font-family: "Open Sans"!important;
    font-size: 18px!important;
    max-width: 100%!important;
    color: #aac631!important
}

.cTextGroup .wpcf7-form-control-wrap {
    background: #FFF;
    padding: 17px
}

textarea.c-text {
    background: 0 0!important;
    box-shadow: 0 0 3px transparent inset;
    -moz-box-shadow: 0 0 3px transparent inset;
    -webkit-box-shadow: 0 0 3px transparent inset;
    -o-box-shadow: 0 0 3px transparent inset;
    border-radius: 0!important;
    width: 100%!important;
    height: 100%!important;
    text-transform: none
}

input[type=submit].c-text {
    width: 100%;
    padding: 21px!important;
    background: #e97626;
    color: #fff!important;
    font-family: "Open Sans"!important;
    font-weight: 700;
    text-transform: capitalize
}

span.Questionsandconcerns {
    background: #fff;
    padding: 15px 17px
}

span.Questionsandconcerns .wpcf7-not-valid-tip {
    top: 0;
    left: 0;
    text-align: right;
}

.paddingBlock {
    margin-bottom: 13%
}

p strong {
    color: #666;
    margin-bottom: 5px;
    margin-top: 10px
}

table {
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0
}

caption,td,th {
    text-align: left
}

dt {
    font-weight: 700;
    color: #383838;
    position: relative
}

dd {
    margin: 0
}

.sticky .blog-content {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 3px
}

.post-content ul li {
    list-style-type: square;
    margin-bottom: 7px
}

.post-content blockquote {
    margin: 20px 0
}

.post-content ol li {
    list-style-type: decimal
}

.post-content ol li ul li {
    list-style-type: square
}

.post-content ul.blog-slider {
    margin: 0
}

#content ul,.post-content ol,.post-content ul {
    margin: 15px 0;
    padding: 0 0 0 18px
}

#content #sidebar ul,.post-content #sidebar ol,.post-content #sidebar ul {
    margin: 16px 0;
    padding: 0
}

.meta_info ul {
    margin: 0
}

pre {
    background: #fff;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

img.size-full,img.size-large,img.wp-post-image {
    height: auto;
    max-width: 100%
}

.comment-content img,.post_content img,.widget img,.wp-caption {
    max-width: 100%;
    height: auto
}

img.alignleft {
    margin: 5px 20px 5px 0
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0!important;
    overflow: hidden;
    position: relative;
    width: auto!important
}

.gallery-item img {
    margin: 0;
    display: block;
    border: 0!important
}

.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail {
    margin: 0 auto 20px
}

.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item {
    text-align: center
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    left: 0;
    min-height: 49px;
    position: absolute;
    top: 0;
    width: 100%
}

.gallery-caption {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    color: #FFF;
    font-size: 12px;
    left: 0;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    text-align: left;
    transition: opacity 400ms ease 0;
    width: auto
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
    display: none
}

.alignleftblog h4 {
    margin: 0
}

.page-links {
    clear: both;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase
}

.page-links a,.page-links>span {
    background: #FFF;
    padding: 5px 9px;
    text-decoration: none
}

.page-links a {
    background: #222;
    color: #FFF;
    border-radius: 3px;
    margin: 0 3px
}

.page-links a:hover {
    background: #666;
    color: #FFF
}

.comments-navigation .alignleft {
    float: none
}

.comments-navigation a {
    font-size: 14px;
    font-weight: 700
}

.comments-navigation a:hover {
    color: #09F
}

.commentlist,.commentlist ul {
    list-style: none
}

.post_content input[type=password] {
    background: #FFF;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #919da4;
    height: 38px;
    padding: 0 10px;
    margin: 0 10px
}

#sidebar select {
    border: 1px solid #CCC
}

. .alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {
    display: block
}

h4.call-action {
    margin-bottom: 0!important
}

.wp-caption {
    background: 0;
    border: 0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    font-weight: 700;
    color: #2b363c;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

span.wpcf7-form-control-wrap {
    display: block!important
}

span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 3px;
    font-size: 12px;
    font-weight: 100;
}

.SERVICESREQUIRED span.wpcf7-not-valid-tip {
    top: 80px;
    right: 0
}

div.wpcf7 img.ajax-loader {
    border: 0;
    display: block;
    margin-top: 10px;
    margin-left: 4px;
    vertical-align: middle
}

div.wpcf7-response-output {
    margin: 10px 0!important;
    padding: .2em 1em
}

div.wpcf7-validation-errors {
    background: #ea2e49;
    border: 2px solid #ea2e49;
    border-radius: 0;
    color: #FFF;
    text-align: center;
    font-size:14px;
    padding:10px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    border-radius: 3px;
    color: #FFF;
    text-align: center
}

.no-main-menu-text {
    margin-top: 14px;
    float: right
}

.home-section.collage {
    background-color: #000
}

#collage {
    background: url(images/collage.jpg) 0/cover;
    height: 100%;
    width: 100%;
    position: relative
}

.collage-overlay {
    background-color: rgba(0,0,0,.8);
    height: 100%;
    width: 100%
}

p.colage-text {
    margin-bottom: 0
}

#arrow {
    top: 3px;
    position: relative
}

#arrow a {
    width: 20px;
    height: 20px;
    display: block;
    padding: 15px
}

#arrow-box {
    height: 50px;
    width: 50px;
    background-color: #111;
    opacity: .5;
    margin: 0 auto;
    border-radius: 2px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0
}

#arrow-box:hover {
    opacity: 1
}

.arrow-box-dark {
    background-color: #fff!important
}

.homeh2 {
    font-size: 280%;
    color: #aac631;
    line-height: 113%;
    font-weight: 300;
    width: auto;
}

.homeh4 {
    font-size: 21px;
    color: #cacaca;
    text-transform: none;
    margin: auto 9%;
    line-height: 152%;
    font-weight: 200;
    text-indent: 0;
    letter-spacing: 1px
}

.scrolldown {
    margin-top: 4%
}

.scrolldown h5 {
    color: #aac631;
    font-size: 18px;
    font-weight: 300;
    text-transform: none
}

.homebanner {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.1px 0;
    display: block
}

.homebannerInner {
    max-width: 78%;
    margin: auto
}

.fontSize365 {
    font-size: 365%
}

.fontSize300 {
    font-size: 300%
}

.fontSize160 {
    font-size: 160%
}

.fontSize162 {
    font-size: 180%
}

.fontSize110 {
    font-size: 100%
}

.fontSize118 {
    font-size: 118%
}

.fontSize115 {
    font-size: 115%
}

.fontSize125 {
    font-size: 125%
}

.fontSize130 {
    font-size: 130%
}

.fontSize155 {
    font-size: 155%
}

.fontSize205 {
    font-size: 205%
}

.fontSize225 {
    font-size: 225%
}

.fontSize270 {
    font-size: 270%
}

.fontSize80 {
    font-size: 80%
}

.fontSize22,.fontSize22 p {
    font-size: 90%
}

.fontSize75 {
    font-size: 75%
}

.fontSize70 {
    font-size: 70%
}

.lineh100 {
    line-height: 100%
}

.lineh120 {
    line-height: 120%
}

.lineh150 {
    line-height: 150%
}

.lineh180 {
    line-height: 180%
}

.lineh200 {
    line-height: 200%
}

.lineh230 {
    line-height: 230%
}

.marginTop7 {
    margin-top: 7%
}

.marginTop10,.marginTop30p {
    margin-top: 25%
}

.marginTop25p {
    margin-top: 20%
}

.heading-two h2 {
    color: #FFF;
    font-size: 63px;
    text-transform: none;
    line-height: 72px;
    font-weight: 200
}

.breakIt h2 .char10 {
    position: relative;
    display: inline-block;
    color: transparent;
    margin-right: -4px;
    width: 12%
}

.breakIt h2 .char10 .ani {
    position: absolute;
    background: url(images/arian.png) center/100% auto no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    left: 0
}

.dropit .drop-first {
    display: inline-block;
    height: 181px;
    width: 109px;
    background: url(images/m2.png) bottom center no-repeat;
    position: relative
}

.dropit .drop-second {
    display: inline-block;
    height: 181px;
    width: 109px;
    background: url(images/m1.png) bottom center no-repeat;
    position: relative
}

.dropit .drop-third {
    display: inline-block;
    height: 181px;
    width: 109px;
    background: url(images/m3.png) bottom center no-repeat;
    position: relative
}

.itsmagic {
    animation: animationFrames linear .2s 1s,popItem .5s 1s;
    animation-iteration-count: 1,steps(2,end);
    transform-origin: 50% 100%,0 100%;
    animation-fill-mode: forwards,forwards;
    -webkit-animation: animationFrames linear .2s 1s,popItem .5s 1s;
    -webkit-animation-iteration-count: 1,steps(2,end);
    -webkit-transform-origin: 50% 100%,0 100%;
    -webkit-animation-fill-mode: forwards,forwards;
    -moz-animation: animationFrames linear .2s 1s,popItem .5s 1s;
    -moz-animation-iteration-count: 1,steps(2,end);
    -moz-transform-origin: 50% 100%,0 100%;
    -moz-animation-fill-mode: forwards,forwards;
    -o-animation: animationFrames linear .2s 1s,popItem .5s 1s;
    -o-animation-iteration-count: 1,steps(2,end);
    -o-transform-origin: 50% 100%,0 100%;
    -o-animation-fill-mode: forwards,forwards;
    -ms-animation: animationFrames linear .2s 1s,popItem .5s 1s;
    -ms-animation-iteration-count: 1,steps(2,end);
    -ms-transform-origin: 50% 100%,0 100%;
    -ms-animation-fill-mode: forwards,forwards
}

.qformbox {
    display: block;
    max-width: 502px;
    max-height: 457px;
    height: 457px;
    overflow: hidden;
    position: relative
}

.qformbox .qform {
    position: absolute;
    right: 40px;
    max-width: 335px;
    width: 70%;
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
    top: 220px
}

#our-process-starts-with-you .one_half {
    margin-bottom: 0
}

.loopit {
    -webkit-animation: play .8s steps(25) infinite;
    -moz-animation: play .8s steps(25) infinite;
    -ms-animation: play .8s steps(25) infinite;
    -o-animation: play .8s steps(25) infinite;
    animation: play .8s steps(25) infinite
}

#our-project-process .one_half {
    margin-bottom: 0!important
}

.fontSize500 {
    font-size: 460%;
}

@-webkit-keyframes play {
    from {
        background-position: 0 0
    }

    to {
        background-position: 500px
    }
}

@-moz-keyframes play {
    from {
        background-position: 0 0
    }

    to {
        background-position: 500px
    }
}

@-ms-keyframes play {
    from {
        background-position: 0 0
    }

    to {
        background-position: 500px
    }
}

@-o-keyframes play {
    from {
        background-position: 0 0
    }

    to {
        background-position: 500px
    }
}

@keyframes play {
    from {
        background-position: 0 0
    }

    to {
        background-position: 500px
    }
}

@-webkit-keyframes popItem {
    0,100% {
        background-position: top center
    }
}

@-moz-keyframes popItem {
    0,100% {
        background-position: top center
    }
}

@-o-keyframes popItem {
    0,100% {
        background-position: top center
    }
}

@keyframes popItem {
    0,100% {
        background-position: top center
    }
}

@keyframes animationFrames {
    20% {
        lefttopopacitytransformtransform: 1rotate(0) scaleX(1) scaleY(1)rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        left: 0;
        top: 0;
        opacity: 1;
        transform: rotate(0) scaleX(1) scaleY(1)
    }
}

@-moz-keyframes animationFrames {
    20% {
        lefttopopacity-moz-transform-moz-transform: 1rotate(0) scaleX(1) scaleY(1)rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        left: 0;
        top: 0;
        opacity: 1;
        -moz-transform: rotate(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes animationFrames {
    20% {
        lefttopopacity-webkit-transform-webkit-transform: 1rotate(0) scaleX(1) scaleY(1)rotate(15deg)
    }

    40% {

        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-transform: rotate(0) scaleX(1) scaleY(1)
    }
}

@-o-keyframes animationFrames {
    20% {
        lefttopopacity-o-transform-o-transform: 1rotate(0) scaleX(1) scaleY(1)rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        left: 0;
        top: 0;
        opacity: 1;
        -o-transform: rotate(0) scaleX(1) scaleY(1)
    }
}

@-ms-keyframes animationFrames {
    20% {
        lefttopopacity-ms-transform-ms-transform: 1rotate(0) scaleX(1) scaleY(1)rotate(15deg)
    }

    40% {
        -ms-transform: rotate(-10deg)
    }

    60% {
        -ms-transform: rotate(5deg)
    }

    80% {
        -ms-transform: rotate(-5deg)
    }

    100% {
        left: 0;
        top: 0;
        opacity: 1;
        -ms-transform: rotate(0) scaleX(1) scaleY(1)
    }
}

.sticky-wrapper {
    position: absolute;
    width: 100%
}

.puti {
    background: #FFF;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear;
    visibility: visible!important
}

.bluetext29 h2 {
    color: #6babd5;
    font-size: 29px;
    padding: 45px 10px 0 29px
}

.bluetext40 h2 {
    color: #6babd5;
    font-size: 40px;
    padding: 10px 0
}

.bluetext40 .fa-ul li i {
    color: #aac631;
    font-size: 19px
}

.bluetext40 .fa-ul {
    padding-left: 0;
    margin-left: 26px;
    list-style-type: none
}

.bluetext40 .fa-li {
    position: absolute;
    left: -25px;
    width: .142857em;
    top: 3px;
    text-align: center
}

.bluetext40 .fa-ul li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Open Sans'!important;
    color: #666;
    line-height: 192%
}

.licategory {
    text-align: center;
    width: 60%!important;
    position: absolute;
    background: url(images/six-block.png) center no-repeat
}

.licategory:hover {
    background-position: center 300px
}

.next,.prev {
    height: 48px;
    width: 20px;
    background-position: bottom left!important;
    background-size: 100% auto!important;
    background-repeat: no-repeat!important
}

.foslider {
    width: 100%;
    max-width: 959px;
    height: 815px;
    padding: 0
}

.foslider .arrow-left {
    background: url(images/arrows.png) left top no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px
}

.foslider .arrow-right {
    background: url(images/arrows.png) left bottom no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px
}

.foslider .swiper-slide {
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

.foslider .swiper-slide-active {
    opacity: 1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

.addthis_toolbox.addthis_default_style {
    margin-top: 40px;
    margin-bottom: 40px
}

#comments h4 span {
    float: right;
    background: #e97626;
    color: #fff;
    padding: 10px 25px;
    border-right: 5px;
    display: block;
    -webkit-border-radius: 5px;
    font-family: 'Open sans';
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400
}

#comments h4 span i {
    margin-left: 5px;
    font-size: 14px
}

.commentFrom {
    background: #f4f4f4;
    margin: 0;
    padding: 10px 10px 10px 50px
}

.commentFrom p {
    width: 50%;
    display: inline
}

.commentFrom p:nth-child(2) {
    text-align: right;
    float: right
}

.comment-reply-link {
    text-align: right;
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
    font-family: 'Open Sans'
}

.single-mc_portfolio .addthis_toolbox,.single-mc_portfolio .cab-author {
    display: none
}

.post-nav .blog-pagination-next,.post-nav .blog-pagination-prev {
    float: right!important;
    width: 30px;
    position: relative;
    z-index: 9
}

.post-nav .licategory {
    text-align: center;
    position: relative
}

.post-nav .inner-navigation li a {
    display: block;
    height: 50px
}

.post-nav .licategory:hover {
    background: url(images/six-block-on.png) center no-repeat
}

.BriefForm input[type=email],.BriefForm input[type=text] {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 18px;
    height: inherit;
    height: 40px
}

.BriefForm input[type=date] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 40px;
    font-size: 20px;
    font-family: 'Open Sans';
    text-transform: uppercase
}

.BriefForm label {
    line-height: 120%
}

.BriefForm * strong {
    font-weight: 500
}

.BriefForm .wpcf7-form-control-wrap {
    margin: 13px 0
}

.BriefForm .lhtBluebg .wpcf7-form-control-wrap {
    border: 1px solid #e5e5e5!important;
    padding: 15px!important;
    margin-bottom: 60px
}

.BriefForm .wpcf7-form-control-wrap.txtAdditionalNotes {
    border: 2px solid #afca3e;
    padding: 15px!important
}

.BriefForm .wpcf7-form-control-wrap>textarea {
    padding: 0!important;
    height: inherit;
    background: 0;
    margin: 0
}

.captcha img {
    display: inline;
    float: left;
    margin-top: 11px;
    margin-right: 10px
}

.captcha .wpcf7-form-control-wrap {
    display: inline!important;
    float: left;
    width: 100px;
    margin: 0;
    border: 1px solid #e5e5e5;
    padding: 5px
}

.wpcf7-captchar {
    font-size: 18px
}

.captcha .wpcf7-captchar {
    padding: 0;
    margin: 0;
    border: none!important;
    width: inherit!important;
    height: 30px!important
}

.BriefForm input[type=submit] {
    text-transform: capitalize!important;
    font-size: 17px
}

.BriefForm .wpcf7-not-valid-tip {
    top: 12px!important
}

.BriefForm .captcha .wpcf7-not-valid-tip {
    font-size: 15px;
    line-height: 100%;
    top: 100%;
    white-space: nowrap;
    margin-top: 35px;
    right: -10px
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

#breadcrumbs {
    font-size: 19px;
    font-family: 'Open Sans';
    color: #b0b0b0;
    width: 100%
}

#breadcrumbs .container {
    line-height: 30px;
    border-top: 1px solid #494949
}

.puti #breadcrumbs {
    display: block;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -o-transition: background .5s linear;
    transition: background .5s linear!important
}

.puti #breadcrumbs .container {
    border-top: 1px solid #e5e5e5
}

.home #breadcrumbs,.home .puti #breadcrumbs {
    display: none
}

#breadcrumbs a {
    font-size: 11px;
    color: #b0b0b0
}

#breadcrumbs a:hover {
    color: #e97626
}

#breadcrumbs strong {
    font-size: 12px;
    font-weight: 100;
    color: #b0b0b0
}

.redReq {
    font-size: 55%!important;
    color: red;
    position: absolute;
    margin-left: 6px
}

#its-us-you-need .container>div {
    margin-bottom: 0!important;
    position: absolute!important;
    top: 43%!important;
    margin-top: -59px!important;
    max-width: 1024px
}

#its-us-you-need {
    height: 100%;
    padding-bottom: 74px
}

#looking-for-a-creative-specialist,#portfolio,#pricing-models,#still-need-more-info,#the-microcreatives-team,#what-sets-us-apart {
    min-height: 100%
}

#microcreatives-blog {
    min-height: 50%
}

#microcreatives-blog .bloghead span:first-child {
    margin-right: 10px
}

.capcha {
    background: #fff;
    display: block;
    /*padding: 18px 17px*/
}

.capcha input[type=text] {
    margin-bottom: 0;
    width: 100%;
    display: block;
    padding: 0;
    height: 20px;
    color: #aac631!important;
    font-size: 16px!important;
    font-family: "Open Sans"!important
}

.error404 footer {
    display: none
}

.capchabox .one_fifth {
    width: 34%;
    text-align: left
}

.wpcf7-captchac {
    width: 169px
}

.captcha-cusco .wpcf7-captchac {
    width: auto
}

.single-format-standard .blog-content {
    font-family: 'Open Sans',sans-serif;
    font-size: 70%
}

.cta {
    margin-top: 123px
}

input[type=submit].c-text {
    line-height: 7px!important
}

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

    .homelogo{
        margin-top: 2% !important;
    }

    .scrolldown{
        margin-top: 3% !important;
    }

    .c-text {
        height:25px!important
    }

    textarea.c-text {
        height: 210px!important
    }

    input[type=submit].c-text {
        height: 59px!important
    }

    /*.capcha {
        padding: 17px!important
    }*/

    .capcha>span>input {
        height: 25px!important
    }

    .capchabox {
        padding: 30px 0!important
    }

    .wpcf7-captchac {
        height: 58px!important
    }

    .captcha-313{
    	padding: 20px 17px 13px 17px;
    }

    #placeholder-text {
        font-weight: 400!important;
        color: #666!important;
        font-size: 14px!important;
        text-align: left!important;
        margin-left: 250px!important;
        margin-right: 50px!important
    }

    #placeholder-title {
        color: #75b3dc;
        font-weight: 200;
        margin-left: 248px;
        margin-top: 15px
    }

    #placeholder-image {
        width: 175px;
        height: 306px;
        float: left;
        margin: 0 auto 0 50px
    }

    .PortfolioHeader {
        background-size: auto,100%!important;
        background-repeat: no-repeat!important;
        background-position: 60% 70%!important
    }
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
    .c-text {
        height:23px!important
    }

    textarea.c-text {
        height: 187px!important
    }

    /*.capcha {
        padding: 11px 5px!important;
        margin-top: 1px
    }

    .capcha>span>input {
        height: 25px!important;
        padding: 0 0 0 10px!important
    }*/

    .wpcf7-captchac {
        height: 48px!important
    }

    input[type=submit].c-text {
        margin-top: 10px!important;
        padding-bottom: 26px!important
    }

    #placeholder-text {
        font-weight: 400!important;
        color: #666!important;
        font-size: 14px!important;
        text-align: left!important;
        margin-left: 250px!important;
        margin-right: 50px!important
    }

    #placeholder-title {
        color: #75b3dc;
        font-weight: 200;
        margin-left: 248px;
        margin-top: 15px
    }

    #placeholder-image {
        width: 175px;
        height: 306px;
        float: left;
        margin: 0 auto 0 50px
    }

    .PortfolioHeader {
        background-size: auto,100%!important;
        background-repeat: no-repeat!important;
        background-position: 61% 62%!important
    }
}

@media only screen and (max-width: 480px) {
/*
    .post-slider {
        max-width: 385px;
    }
*/
    .bx-wrapper .bx-viewport{
        height: 268px !important;
    }

    .post-content ul.blog-slider li {
        width: 385px!important;
    }
}

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

    #placeholder-image {
        height: 246px !important;
        width: 132px !important;
    }

    #placeholder {
        width: 100%!important
    }

    .c-text {
        height: 23px!important
    }

    input[type=submit].c-text {
        height: 59px!important
    }

    .capcha>span>input {
        padding: 0 0 2px 10px!important
    }

    #placeholder-text {
        color: #666!important;
        font-size: 14px!important;
        font-weight: 400!important;
        margin-bottom: 30px;
        text-align: center!important
    }

    #placeholder-title {
        clear: both;
        color: #75b3dc;
        float: none;

        font-weight: 200;
        margin: 0 auto;
        width: 100%
    }

    #placeholder-image {
        float: none;
        height: 306px;
        margin: 30px auto 0;
        width: 175px
    }

    .PortfolioHeader {
        background-size: 200% auto,100% auto!important;
        background-repeat: no-repeat!important;
        background-position: 61% 62%!important
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #loader {
        background: url(images/Ruel_walk_loader.png)!important;
    }

    .breakIt h2 .char10 .ani {
        background: url(images/arian.png) no-repeat;
        background-size: 100%;
        margin-top: 7px
    }

    .zoom-icon {
        background: url(images/zoom.png);
        background-size: 100%;
    }

    .accordion dt.accordion-active span.accordion-status {
        background: url(images/minus.png) 0px 0px/100% 100% no-repeat;
    }

    .accordion dt span.accordion-status {
        background: url(images/plus.png) no-repeat;
        margin-top: 17px;
        background-size: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1025px) {
    .c-text {
        height:25px!important
    }

    textarea.c-text {
        height: 213px
    }

    input[type=submit].c-text {
        height: 61px!important
    }

    .capcha {
        padding: 0px!important
    }

    .capcha>span>input {
        height: 27px!important
    }

    .wpcf7-captchac {
        height: 60px!important
    }


    .homeh2{
        color: #aac631;
        font-size: 280% !important;
        font-weight: 300;
        line-height: 131% !important;
        width: auto;
    }
    .homeh4 {
        color: #cacaca;
        font-size: 20px !important;
        font-weight: 200;
        letter-spacing: 1px;
        line-height: 57%;
        margin: auto 9%;
        text-indent: 0;
        text-transform: none;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 769px) and (max-width:1024px) {
    .c-text {
        height:25px!important
    }

    textarea.c-text {
        height: 193px!important
    }

    input[type=submit].c-text {
        height: 28px!important;
        padding-bottom: 29px!important
    }

    .capcha {
        padding: 0px!important
    }

    .capcha>span>input {
        height: 22px!important
    }

    .wpcf7-captchac {
        height: 51px!important
    }
    
    .captcha-313{
    	padding: 17px 0 11px 2px;
    }
}

.lbtn {
    background: #e97627;
    color: #fff;
    font-size: 80%;
    padding: 15px 25px;
    font-family: 'Open Sans';
    letter-spacing: 0.5px;
    font-weight: 600;
    text-shadow: -1px 1px 0 #dd5e06;
    border-radius: 5px;
    text-transform: uppercase;
}

.lbtn:hover {
    color: #FFF;
    background: #c95d08;
}

.project-info > h4 {
    padding: 0 10px;
}

#_atssh {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .dec-margin {
        width:43% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .dec-margin {
        width:44% !important;
    }
}