body {
    padding: 0;
    margin: 0;
    font-family: 'AvenirLTStd-Light';
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

ul {
    list-style: none;
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('fonts/AvenirLTStd-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

a:hover, a:focus {
    text-decoration: none;
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('fonts/AvenirLTStd-Light.otf') format('opentype'), url('fonts/AvenirLTStd-Light.woff') format('woff'), url('fonts/AvenirLTStd-Light.ttf') format('truetype'), url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
}

.main-header {
    /* background:url('images/header-bg2.jpg') repeat; */
    /* min-height:250px; */
}

header {
    background: #222222;
}

.main-header .navbar-inverse {
    background: #0e0e0e;
    border: none;
}

.main-header .navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 0;
}

.j-phone {
    text-align: center;
    color: #fff;
    display: block;
    font-family: 'AvenirLTStd-Light';
    font-size: 17px;
    padding: 6px 0;
}

.short-nav {
    text-align: right;
    margin: 6px 0;
    padding: 0;
}

.short-nav li {
    display: inline-block;
}

.short-nav li a {
    text-decoration: none;
    color: #fff;
    padding: 0 19px;
    font-size: 13px;
    text-transform: uppercase;
}

.short-nav li a span {
    margin-right: 6px;
}

.nav-top {
    width: 74%;
}

.main-header .navbar-inverse {
    display: block;
    background: url(images/nav-left-top-bottom.gif) no-repeat;
    background-position: right 0px;
}

.left, .right {
    display: inline-block;
    width: 48%;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 22px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    font-family: Arial, sans-serif;
}

.index-header .nav > li > a {
    padding: 10px 22px 5px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #4767a2;
    background-color: transparent;
    border-bottom: 2px solid #4767a2;
}

.inner-banner {
    text-align: center;
    font-family: 'Anton', sans-serif;
    color: #fff;
    font-size: 84px;
    padding: 87px 0;
    text-transform: uppercase;
}

.inner-banner span {
    font-size: 35px;
    line-height: 38px;
    display: block;
    padding: 40px 99px 0;
    text-transform: capitalize;
}

.inner-banner span a {
    color: #e5bb1b;
    transition: all 0.4s ease-in-out;
}

.inner-banner span:hover a {
    color: #1467b7;
}

#box-section {
    background: url('images/2015-11-24.png') repeat;
    padding: 27px 0;
    position: relative;
}

.blue {
    background: #4582c4;
}

.red {
    background: #f14d4d;
}

.green {
    background: #96d145;
}

.box-list {
    padding: 0;
    margin: 0 0;
    text-align: center;
}

.box-list li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    text-align: center;
    padding: 44px 0;
    min-height: 262px;
    height: 262px;
    margin-bottom: 4px;
    transition: all 0.6s ease-in-out;
    border: 1px solid transparent;
}

.box-list li:hover {
    box-shadow: inset 0 262px 0 0 #121212;
}

.box-list li:hover img {}

.box-list li span {
    padding: 26px 0 0;
    display: block;
}

.box-list li a {
    text-transform: uppercase;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 29px;
}

#footer-top {
    background: url('images/header-bg2.jpg') repeat;
    padding-top: 62px;
    text-align: center;
}

#footer-top span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 59px 0 39px;
    width: 87%;
    margin: auto;
    line-height: 32px;
    font-size: 24px;
}

#footer-top figure {
    text-align: center;
    display: block;
}

#footer-top figure img {
    margin: auto;
}

.footer-top-heading {
    font-size: 62px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
}

footer {
    background: #0a0a0a;
    padding: 67px 0 59px;
    color: #fff;
}

.footer-para {
    padding: 29px 0 0;
    color: #ffffff;
    font-size: 15px;
}

.footer-header {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-green {
    color: #67b255;
}

.footer-yellow {
    color: #e4bc1c;
}

.footer-blue {
    color: #3a72d3;
}

.footer-list {
    padding: 0;
    margin: 24px 0 0;
    color: #ffffff;
}

.footer-list li {
    margin-bottom: 6px;
    color: #ffffff;
}

.footer-list li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #484545;
}

.footer-list-solial {
    padding: 0;
    margin: 0;
}

.footer-list-solial li {
    display: inline-block;
}

.footer-bott {
    color: #FFFFFF;
    border-top: 1px solid #181818;
    margin-top: 35px;
    padding: 15px 0 0;
}

.footer-bott2 {
    background: url('images/chk_captcha.jpeg') repeat-x center top;
    border: none;
}

.footer-bott .left {
    text-align: left;
}

.footer-bott .right {
    text-align: right;
}

.banner-image img {
    margin: auto;
}

.banner-image {
    display: block;
    text-align: center;
}

.all-heading {
    text-align: center;
    display: block;
    font-family: 'Anton', sans-serif;
    font-size: 69px;
    text-transform: uppercase;
    line-height: 98px;
}

.all-heading-small {
    font-size: 32px;
    font-family: 'Anton', sans-serif;
    text-align: center;
    color: #496ba8;
    padding: 34px 0 50px;
}

.all-heading span {
    display: block;
    font-size: 110px;
}

.common-list {
    padding: 0;
    margin: 0;
}

.common-list li {
    font-size: 34px;
    color: #201c1c;
    line-height: 37px;
    margin: 0 0 41px;
    background: url('images/bullets.png') no-repeat left;
    padding: 0 0 0 43px;
}

.float-image {
    position: absolute;
    right: 0;
    top: 50%;
}

#henest-wrap {
    background: #f14d4c;
    padding-bottom: 43px;
    text-align: center;
}

.color-wh {
    color: #fff;
}

.color-we {
    color: #e5bb1b;
    padding: 0;
}

.comm-matter {
    font-size: 30px;
    color: #fff;
    padding-top: 24px;
}

.more-big-para {
    font-size: 47px;
}

#box-section2 {
    background: url('images/2015-11-24.png') repeat;
    padding: 54px 0;
    position: relative;
}

.color-gr {
    color: #201c1c;
    text-align: center;
    font-size: 32px;
    padding-top: 71px;
}

.all-space {
    padding-top: 56px;
}

#muscle-wrap {
    padding: 64px 0;
    background: #4582c3;
    color: #fff;
    text-align: left;
    position: relative;
}

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

.float-image-height {
    position: absolute;
    top: 4%;
}

.button-rd {
    background: #f14d4c;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    width: 20%;
    margin: 23px auto 0 auto;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out
}

.button-rd:hover {
    background: transparent;
    color: #f14d4c;
    border: 1px solid #f14d4c;
}

.some-manner {
    padding: 100px 0 0;
}

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

.float-image-banner {
    position: absolute;
    left: 0;
    bottom: 25%;
}

.all-heading-banner {
    display: block;
    font-family: 'Anton', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 84px;
}

.all-heading-banner span {
    display: block;
    font-size: 110px;
}

.color-light-gray {
    color: #6f6d6d;
}

#want-wrap {
    background: #f14d4c;
    padding: 40px 0 61px;
    text-align: center;
    color: #fff;
}

.comm-space {
    padding: 42px 0 0;
}

#finger-wrap {
    background: #fcca45;
    padding: 58px 0;
    color: #1b1b1b;
}

.finger-small-heading {
    font-size: 32px;
    font-family: 'Anton', sans-serif;
}

#started-wrap {
    background: #4582c3;
    padding: 46px 0;
    text-align: center;
    color: #fff;
}

#started-wrap .button-rd {
    background: #f7be25;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    width: 20%;
    margin: 23px auto 0 auto;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

#started-wrap .button-rd:hover {
    background: transparent;
    color: #f7be25;
    border: 1px solid #f7be25;
}

.net-work-banner {
    padding: 69px 0;
}

.two-part-list {
    padding: 0;
    margin: 0;
}

.two-part-list li {
    display: inline-block;
    vertical-align: top;
    padding: 37px 69px;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    min-height: 362px;
    margin: 0 -4px 0 0;
}

.two-part-list li:first-child {
    background: #f14d4c;
    position: relative;
    width: 49%;
    left: 0;
}

.two-part-list li:last-child {
    background: #4582c3;
    position: relative;
    width: 51%;
    right: 0;
    text-align: right;
}

#three-pic-wrap {
    padding: 75px 0 57px;
    background: #fff;
    text-align: center;
    position: relative;
}

#wifi-wrap {
    position: relative;
    padding: 58px 0;
    background: #fcca45 url(images/cloud-img.png) no-repeat;
    background-size: cover;
    text-align: right;
}

#wifi-wrap .all-heading-small {
    padding: 0 0;
}

#wifi-wrap .color-light-gray {
    color: #000000;
}

#latest-wrap {
    background: #f14d4c;
    position: relative;
    padding: 0 0 80px;
    color: #fff;
    text-align: center;
}

.banner-image-top {
    margin: -34px 0 0;
}

#instant-wrap {
    background: #61bccf url('images/cloud.png') no-repeat left bottom;
    padding: 61px 0 110px;
}

.color-bl {
    color: #000;
}

.razelle-banner {
    padding-top: 29px;
}

#razelle-banner-bott {
    background: url('images/2015-11-24.png') repeat;
    position: relative;
}

.zazelle-list {
    padding: 0;
    margin: 40px 0;
}

.zazelle-list li {
    padding: 24px 14px;
    color: #000;
    font-size: 25px;
    margin-bottom: 15px;
}

.zazelle-list li span {
    font-family: 'Anton', sans-serif;
    color: #fff;
    font-size: 75px;
    float: left;
    vertical-align: top;
    line-height: 1;
    margin: 0 16px 0 0;
}

.zazelle-list li:first-child {
    background: -moz-linear-gradient(left, rgba(252, 204, 77, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(252, 204, 77, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: linear-gradient(to right, rgba(252, 204, 77, 1) 0%, rgba(254, 244, 218, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fccc4d', endColorstr='#00fef4da', GradientType=1);
}

.zazelle-list li:nth-child(2) {
    background: -moz-linear-gradient(left, rgba(241, 80, 80, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(241, 80, 80, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: linear-gradient(to right, rgba(241, 80, 80, 1) 0%, rgba(254, 244, 218, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f15050', endColorstr='#00fef4da', GradientType=1);
}

.zazelle-list li:nth-child(2) span {
    line-height: 112px;
}

.zazelle-list li:nth-child(3) {
    background: -moz-linear-gradient(left, rgba(71, 131, 196, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(71, 131, 196, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: linear-gradient(to right, rgba(71, 131, 196, 1) 0%, rgba(254, 244, 218, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4783c4', endColorstr='#00fef4da', GradientType=1);
}

.zazelle-list li:nth-child(4) {
    background: -moz-linear-gradient(left, rgba(151, 192, 94, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(151, 192, 94, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: linear-gradient(to right, rgba(151, 192, 94, 1) 0%, rgba(254, 244, 218, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#97c05e', endColorstr='#00fef4da', GradientType=1);
}

.zazelle-list li:last-child {
    background: -moz-linear-gradient(left, rgba(242, 120, 61, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(242, 120, 61, 1) 0%, rgba(254, 244, 218, 0) 100%);
    background: linear-gradient(to right, rgba(242, 120, 61, 1) 0%, rgba(254, 244, 218, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2783d', endColorstr='#00fef4da', GradientType=1);
}

#razelle-banner-bott figure {
    position: relative;
    margin-top: 235px;
}

#hit-wrap {
    background: #fcca45;
    padding: 50px 0;
}

#hit-wrap figure {
    position: relative;
}

#provider-wrap {
    background: #f14d4c;
    padding: 52px 0 0;
}

.hit-list {
    padding: 0;
    margin: 63px 0 0;
}

.hit-list li {
    display: block;
    font-size: 25px;
    color: #fff;
    margin: 0 0 46px 0;
}

.hit-list li span {
    font-family: 'Anton', sans-serif;
    color: #fff;
    font-size: 70px;
    float: left;
    margin: 0 16px 0 0;
    line-height: 1;
    color: #fcca45;
}

.hit-list li:last-child span {
    line-height: normal;
}

#end-wrap {
    background: #4582c3;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.social-list {
    padding: 0;
    margin: 57px 0 0 0;
    text-align: center;
}

.social-list li {
    display: inline-block;
    vertical-align: inherit;
    font-family: 'Anton', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 40px 0 40px;
}

.social-list li span {
    margin: 0 35px 0 0;
}

.main-header {}

.index-header {
    padding-bottom: 0;
}

.index-wrapper {
    background: #000;
    min-height: inherit;
    border-image: url(https://www.razelle.com/images/line.jpg) 55 round;
    border-style: solid;
    border-width: 4px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.middle-section {
    padding: 0px 0 0px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

.right-grid {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
}

.right-grid li {
    transition: all 0.4s ease-in-out;
}

.right-grid li figcaption {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 100;
    display: block;
    line-height: 27px;
    padding: 15px 7px;
}

.right-grid li.grid-three figcaption {
    padding: 16.7px 7px;
}

.right-grid li.grid-two figcaption span {
    color: #f7cd2d;
    font-family: 'AvenirLTStd-Light';
    display: block;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 23px;
    padding: 7px 0 0;
}

.right-grid li.grid-one {
    background: #2f99c0 url(images/grid-border-bottom.gif) repeat-x center bottom;
    padding-bottom: 5px;
}

.right-grid li.grid-one figure img, .right-grid li.grid-two figure img {
    margin: auto;
}

.right-grid li.grid-one span, .right-grid li.grid-two span {
    font-family: 'Anton', sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    padding: 9px 0;
}

.right-grid li.grid-two {
    background: #be4d74 url(images/grid-border-bottom.gif) repeat-x center bottom;
    padding-bottom: 5px;
}

.right-grid li.grid-three {
    background: #568548;
    padding: 18px 0 0;
    transition: all 0.4s ease-in-out;
}

.right-grid li.grid-three:hover {
    background: #436938;
}

.right-grid li.grid-one:hover {
    background: #317e9b url(images/grid-border-bottom.gif) repeat-x center bottom;
}

.right-grid li.grid-two:hover {
    background: #993a5b url(images/grid-border-bottom.gif) repeat-x center bottom;
}

.right-grid li.grid-three figcaption {
    font-size: 26px;
}

.right-grid li.grid-three figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

.right-grid li.grid-two span a {
    text-transform: capitalize;
    padding: 6px 19px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 0 9px;
    transition: all 0.4s ease-in-out;
}

.right-grid li.grid-two span a:hover {
    background: #fff;
    color: #be4d74;
    border: 2px solid #be4d74;
}

.right-grid li a {
    color: #fff;
}

.gutter-right, .gutter-left {
    padding-right: 2px;
    padding-left: 2px;
}

.index-border {
    position: relative;
}

.index-border:after {
    content: "";
    background: url('images/index-line.gif') repeat-y;
    position: absolute;
    width: 6px;
    left: -2px;
    top: 0;
    height: 709px;
}

.index-banner {
    position: relative;
}

.index-banner .owl-carousel img {
    max-width: inherit;
}

.index-banner-caption {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    color: #67b255;
    font-family: 'Anton', sans-serif;
    font-size: 86px;
    text-transform: uppercase;
    line-height: 85px;
    padding: 21px 36px;
    width: 100%;
}

.index-banner-caption span {
    color: #e4bc1c;
}

.index-banner-caption span:last-child {
    color: #ed3f49;
}

.owl-theme .owl-controls {
    margin-top: 0px;
}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: -3px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 37%;
    width: 50px;
    height: 92px;
    background: url(images/prev.png) no-repeat;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 37%;
    width: 50px;
    height: 92px;
    background: url(images/next.png) no-repeat;
}

.footer {
    background: #222222;
}

.curate-top-section {
    background: url(images/2015-11-24.png) repeat;
    text-align: center;
    padding: 53px 0;
}

.curate-heading {
    font-size: 74px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.curate-heading span {
    font-weight: bold;
}

.curate-box-list li figcaption {
    font-size: 27px;
    line-height: 33px;
    font-family: 'Roboto', sans-serif;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 47px;
}

.curate-box-list {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.curate-box-list li {
    padding: 123px 15px;
    color: #fff;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    min-height: 670px;
    height: 670px;
}

.curate-box-list .first-box figcaption {
    background: url('images/gr-inver.png') no-repeat left top;
}

.curate-box-list .second-box figcaption {
    background: url('images/yell-inver.png') no-repeat left top;
}

.curate-box-list .third-box figcaption {
    background: url('images/blu-inver.png') no-repeat left top;
}

.curate-box-list .fourth-box figcaption {
    background: url('images/red-inver.png') no-repeat left top;
}

.curate-box-list .fifth-box figcaption {
    background: url('images/bla-inver.png') no-repeat left top;
}

.curate-box-list .sixth-box figcaption {
    background: url('images/pink-inver.png') no-repeat left top;
}

.curate-box-list .first-box {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #436d3a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.curate-box-list .first-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #639057;
    box-shadow: inset 0 0 60px 10px #436d3a;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.curate-box-list .first-box:hover, .curate-box-list .first-box:focus,
.curate-box-list .first-box:active, .curate-box-list .second-box:hover,
.curate-box-list .second-box:focus, .curate-box-list .second-box:active,
.curate-box-list .third-box:hover, .curate-box-list .third-box:focus,
.curate-box-list .third-box:active, .curate-box-list .fourth-box:hover,
.curate-box-list .fourth-box:focus, .curate-box-list .fourth-box:active,
.curate-box-list .fifth-box:hover, .curate-box-list .fifth-box:focus,
.curate-box-list .fifth-box:active, .curate-box-list .sixth-box:hover,
.curate-box-list .sixth-box:focus, .curate-box-list .sixth-box:active {
    color: white;
}

.curate-box-list .first-box:hover:before, .curate-box-list .first-box:focus:before,
.curate-box-list .first-box:active:before, .curate-box-list .second-box:hover:before,
.curate-box-list .second-box:focus:before, .curate-box-list .second-box:active:before,
.curate-box-list .third-box:hover:before, .curate-box-list .third-box:focus:before,
.curate-box-list .third-box:active:before, .curate-box-list .fourth-box:hover:before,
.curate-box-list .fourth-box:focus:before, .curate-box-list .fourth-box:active:before,
.curate-box-list .fifth-box:hover:before, .curate-box-list .fifth-box:focus:before,
.curate-box-list .fifth-box:active:before, .curate-box-list .sixth-box:hover:before,
.curate-box-list .sixth-box:focus:before, .curate-box-list .sixth-box:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.curate-box-list .second-box {}

.curate-box-list .second-box {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #df9c15;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.curate-box-list .second-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f1b61e;
    box-shadow: inset 0 0 60px 10px #df9c15;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.curate-box-list .third-box {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #335292;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.curate-box-list .third-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #496cac;
    box-shadow: inset 0 0 60px 10px #335292;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.curate-box-list .fourth-box {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #bc3d32;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.curate-box-list .fourth-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d85a4b;
    box-shadow: inset 0 0 60px 10px #bc3d32;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.curate-box-list .fifth-box {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #0a0a0a;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.curate-box-list .fifth-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f0f0f;
    box-shadow: inset 0 0 60px 10px #0a0a0a;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.curate-box-list .sixth-box {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #9b3352;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.curate-box-list .sixth-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b94b70;
    box-shadow: inset 0 0 60px 10px #9b3352;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.curate-solution {
    background: url('images/header-bg2.jpg') repeat;
    padding: 133px 0;
    text-align: center;
    color: #fff;
}

main {
    font-size: 45px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

main span {
    font-weight: bold;
}

.curate-last {
    background: url(images/2015-11-24.png) repeat;
    padding: 66px 0;
    text-align: center;
}

.curate-icon-list {
    margin-top: 62px;
    padding: 0;
    margin-bottom: 0;
}

.curate-icon-list li {
    display: inline-block;
    width: 33%;
}

.curate-icon-list li:last-child figure {
    padding-top: 36px;
}

.curate-icon-list li figure {
    background: #b94b70;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    padding-top: 27px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.curate-icon-list li figure:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.curate-icon-list li figure:hover, .curate-icon-list li figure:focus,
.curate-icon-list li figure:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.curate-icon-list li figure:hover:before, .curate-icon-list li figure:focus:before,
.curate-icon-list li figure:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.curate-icon-list li figcaption {
    font-size: 43px;
    font-weight: 300;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.emote-green {
    background: #629056;
    text-align: center;
    color: #fff;
    padding: 57px 0 52px;
}

.emote-logo img {
    margin: auto;
}

.emote-heading {
    font-size: 50px;
    line-height: 53px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    padding: 53px 0 29px;
}

.emote-heading span {
    font-weight: bold;
}

.emote-para {
    font-size: 27px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    padding: 0 137px;
    display: block;
    line-height: 33px;
}

.emote-screen {
    margin-top: 39px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
}

.emote-yellow {
    background: #f0b61d;
    padding: 83px 0;
    position: relative;
    color: #fff;
}

.emote-float {
    position: absolute;
    top: 60px;
    left: 454px;
    z-index: 1;
}

.emote-yell-place {
    position: relative;
    width: 45%;
}

.emote-yell-para {
    font-size: 27px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    display: block;
    line-height: 33px;
    margin-bottom: 31px;
    z-index: 8;
    position: relative;
}

.emote-blue {
    background: #496cac;
    padding: 54px 0;
    color: #fff;
    text-align: center;
}

.emote-blue .emote-yell-para {
    padding: 0px 58px;
}

.emote-blue figure {
    margin: 50px 0;
}

.emote-blue figure img {
    margin: auto;
}

.emote-red {
    background: #f14d4d;
    padding: 49px 0;
    color: #fff;
    text-align: center;
}

.emote-red .emote-yell-para {
    padding: 0px 58px;
}

.emote-red-pic {}

.emote-red-pic img {
    margin: auto;
}

.emote-black {
    background: #0f0f0f;
    padding: 50px 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.emote-black-pic {
    margin: 33px 0 -167px;
}

.emote-pricing {
    background: url('images/2015-11-24.png') repeat;
    text-align: center;
    padding-bottom: 57px;
}

.green-strap {
    background: #629056;
    padding: 69px 0 113px;
    color: #fff;
    font-size: 50px;
    line-height: 53px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.pricing-area {
    margin: -78px 0 0 0;
    background: #fff;
    box-shadow: 0 8px 12px 0px #dddddd;
}

.emote-pricing-list {
    padding: 0;
    margin: 0;
    display: inline-flex;
    font-size: 0;
    width: 100%;
}

.emote-pricing-list li .heading {
    background: #eceff6;
    font-size: 27px;
    color: #1a191a;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
}

.emote-pricing-list li {
    width: 34%;
    border-right: 1px solid #e4e4e4;
}

.emote-pricing-list li figcaption {
    padding: 31px 85px;
}

.emote-pricing-list li figcaption .emote-price-name {
    display: block;
    color: #000;
    font-size: 32px;
    padding-bottom: 13px;
}

@media (max-width:2000px) {
    .left, .right {
        width: 44%;
    }

    .main-header .navbar-inverse {
        background-size: 76% auto;
    }

    .nav-top {
        width: 73%;
    }

    .short-nav li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .short-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .nav > li > a {
        padding-left: 14px;
        padding-right: 15px;
    }

    .footer-header {
        font-size: 100%;
    }

    a.navbar-brand {
        margin-top: 0;
    }

    .all-heading-banner span {
        font-size: 100px;
    }

    .two-part-list {
        display: flex;
        flex-direction: row;
    }

    #instant-wrap {
        background-size: 42% auto;
    }

    .float-image-banner {}

    .social-list li {
        margin-left: 14px;
        margin-right: 14px;
    }

    #razelle-banner-bott figure {
        margin-top: 373px;
    }
}

@media (max-width:1200px) {
    .float-image-banner {
        left: 0;
        position: absolute;
        top: 317px;
        width: 40%;
    }

    .right-grid li figcaption {
        font-size: 22px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .right-grid li figcaption span {
        font-size: 20px;
    }

    .right-grid li.grid-two span a {
        font-size: 13px;
    }

    .right-grid li.grid-two figcaption span {
        font-size: 20px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 21px;
    }

    .right-grid li.grid-three {
        padding-top: 9px;
    }

    .index-header .nav > li > a {
        padding-top: 5px;
    }
}

@media (max-width:1024px) {
    main {
        font-size: 37px;
    }

    .curate-solution {
        padding: 81px 0;
    }
}

@media (max-width:992px) {
    .main-header .navbar-inverse {
        background-size: 69% 44%;
        background: none;
    }

    .nav-top {
        background: url('images/navborder.gif') no-repeat;
        padding-bottom: 8px;
        width: 69%;
        background-position: bottom;
    }

    .left, .right {
        display: block;
        text-align: right;
        width: 100%;
    }

    .left {
        color: #fff;
        font-weight: 600;
    }

    .box-list li {
        width: 32%;
    }

    .footer-bott .left {
        color: #535353;
        letter-spacing: 0;
    }

    .float-image {
        width: 39%;
    }

    #instant-wrap .col-sm-8 {
        width: 66.667%;
    }

    .all-heading-banner span {
        font-size: 97px;
    }

    .all-heading-banner {
        font-size: 46px;
    }

    .float-image-banner {
        top: 277px;
    }

    .social-list li {
        margin-bottom: 49px;
        margin-left: 62px;
        margin-right: 35px;
    }

    .some-manner .col-sm-8 {
        width: 67.6667%;
    }

    .some-manner .all-heading-banner {
        font-size: 36px;
    }

    .some-manner .all-heading-banner span {
        font-size: 78px;
    }

    .some-manner .all-heading-small {
        font-size: 24px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .right-grid li figcaption {
        font-size: 20px;
    }

    .right-grid li figcaption span {
        font-size: 17px;
        padding-top: 6px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 17px;
    }

    .right-grid li.grid-three figure {
        width: 96px;
        height: 96px;
    }

    .right-grid li.grid-two span {}

    .right-grid li.grid-two span img {
        display: block;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        width: 40%;
    }

    .right-grid li.grid-two span a {
        display: inline-block;
        margin-bottom: 7px;
        margin-top: 5px;
    }

    .right-grid li.grid-three {
        padding-top: 41px;
    }

    .right-grid li.grid-one {
        padding-top: 17px;
    }

    .middle-section .col-sm-3, .middle-section .col-sm-9 {
        width: 100%;
    }

    .right-grid li {
        vertical-align: top;
        width: 34%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .right-grid li figcaption {
        font-size: 27px;
    }

    .right-grid li figcaption span {
        font-size: 25px;
    }

    .right-grid li.grid-three figure {
        height: 115px;
        width: 115px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 27px;
        padding-top: 35px;
    }

    .index-border {
        margin-top: 9px;
        position: relative;
    }

    .index-border::after {
        background-image: url("images/index-line-mobile.gif");
        background-repeat: repeat-x;
        height: 6px;
        left: 2px;
        position: absolute;
        top: -10px;
        width: 99.6%;
    }

    .right-grid li.grid-one {
        background: #2f99c0 url('images/grid-border-bottom-mobile.gif') repeat-y right bottom;
        padding-bottom: 5px;
        padding-top: 0;
    }

    .right-grid li.grid-one:hover {
        background: #317e9b url('images/grid-border-bottom-mobile.gif') repeat-y right bottom;
    }

    .right-grid li.grid-two {
        background: #be4d74 url('images/grid-border-bottom-mobile.gif') repeat-y right bottom;
    }

    .right-grid li.grid-two:hover {
        background: #993a5b url('images/grid-border-bottom-mobile.gif') repeat-y right bottom;
    }

    .right-grid li {
        margin-right: 0;
    }

    .right-grid {
        margin-top: -4px;
        text-align: center;
        display: flex;
    }

    .index-banner-caption {
        padding-left: 41px;
        padding-right: 41px;
        line-height: 81px;
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .curate-heading {
        font-size: 62px;
    }

    .curate-box-list li {
        padding: 50px 15px 0;
        min-height: 586px;
        height: 586px;
    }

    .curate-box-list li figcaption {
        font-size: 24px;
    }

    .curate-icon-list li {
        width: 33%;
    }

    .curate-icon-list li figcaption {
        font-size: 33px;
    }

    .curate-icon-list li figure {
        background: #b94b70;
        width: 120px;
        height: 120px;
    }

    .curate-icon-list li figure img {
        width: 61%;
    }
}

@media (max-width:990px) {
    .curate-icon-list li figcaption {
        font-size: 30px;
    }

    .curate-icon-list li {
        width: 32%;
    }

    .curate-box-list li figcaption {
        font-size: 22px;
        line-height: 27px;
        padding-top: 28px;
    }

    .curate-box-list li {
        padding: 73px 15px 0;
        min-height: 550px;
        height: 550px;
    }

    main {
        font-size: 32px;
    }

    .curate-heading {
        font-size: 53px;
    }

    .emote-pricing-list li {
        width: 33.33%;
    }

    .emote-heading {
        font-size: 43px;
    }

    .emote-para {
        padding: 0 86px;
    }

    .emote-pricing-list li figcaption {
        padding-left: 60px;
        padding-right: 60px;
    }

    .emote-yell-place {
        position: relative;
        width: 63%;
    }

    .emote-para {
        font-size: 23px;
        line-height: 28px;
    }

    .emote-yell-para {
        font-size: 23px;
        line-height: 27px;
    }

    .emote-float {
        top: 216px;
    }
}

@media (max-width:844px) {
    .curate-box-list li {
        padding: 39px 15px 0;
        min-height: 540px;
        height: 540px;
    }
}

@media (max-width:799px) {
    .float-image-banner {
        top: 317px;
    }

    .two-part-list li {
        font-size: 26px;
        min-height: auto;
        padding-left: 23px;
        padding-right: 27px;
    }

    .main-header figure {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #henest-wrap figure {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 23px;
        padding-top: 35px;
    }
}

@media (max-width:767px) {
    .footer-list {
        margin: 0;
    }

    .all-heading-small {
        font-size: 28px;
    }

    .float-image {
        display: block;
        float: right;
        position: static;
        width: 56%;
    }

    figure img {
        margin: auto;
    }

    figure {
        margin-bottom: 15px;
        margin-top: 0px;
    }

    #started-wrap .button-rd {
        width: 40%;
    }

    .col-xs-12 {
        width: 100%;
    }

    #instant-wrap {
        background-size: 33% auto;
    }

    .two-part-list {
        display: block;
    }

    .two-part-list li {
        display: block;
        width: 100%;
        font-size: 26px;
        min-height: auto;
        padding-left: 23px;
        padding-right: 27px;
    }

    .two-part-list li:first-child, .two-part-list li:last-child {
        width: 100%;
    }

    .float-image-banner {
        display: block;
        margin-bottom: 15px;
        position: static;
        width: 65%;
    }

    #razelle-banner-bott figure {
        margin-top: 0;
    }

    .some-manner .col-xs-12 {
        width: 100%;
    }

    .navbar-brand > img {
        display: block;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .main-header .navbar-brand {
    display: inline-table;
    margin-top: 10px
}

    .navbar-toggle {
        margin-top: 23px !important;
        margin-right: 0;
}

    .index-banner .owl-carousel img {
        max-width: 100%;
    }

    .owl-theme .owl-controls .owl-pagination {
        display: block !important;
    }

    .index-border::after {
        background-color: transparent;
        left: 2px;
        width: 99.5%;
    }

    .owl-theme .owl-controls .owl-page span {
        width: 9px;
        height: 9px;
    }

    .right-grid li figcaption {
        font-size: 24px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 24px;
    }

    .index-header {
    padding-bottom: 8px;
}

    .index-header > .navbar .main-header .navbar-brand {
        padding-top: 7px;
    }

    .curate-box-list li {
        padding: 39px 15px;
        min-height: auto;
        height: auto;
        width: 100%;
    }

    main {
        font-size: 28px;
    }

    .emote-float {
        top: 351px;
    }

    .curate-box-list .first-box figcaption, .curate-box-list .second-box figcaption,
    .curate-box-list .third-box figcaption, .curate-box-list .fourth-box figcaption,
    .curate-box-list .fifth-box figcaption, .curate-box-list .sixth-box figcaption {
        background-size: 14%;
    }
}

@media (max-width:768px) {
    .all-heading {
        font-size: 30px;
        line-height: 62px;
    }

    .all-heading span {
        font-size: 80px;
    }

    .comm-matter {
        font-size: 24px;
        padding-top: 0;
    }

    .two-part-list li {
        font-size: 25px;
        padding-left: 32px;
        padding-right: 34px;
    }

    .all-heading-small {
        padding-bottom: 14px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .main-header .col-sm-8 {
        width: 67.6667%;
    }

    .common-list li {
        font-size: 28px;
        line-height: 32px;
    }

    #box-section2 .all-heading {
        font-size: 60px;
    }

    #box-section .all-heading-small {
        font-size: 24px;
    }

    .all-space {
        padding-bottom: 19px;
        padding-top: 19px;
    }

    .main-header .all-heading {
        font-size: 57px;
    }

    .main-header .inner-banner span {
        font-size: 28px;
        padding-left: 30px;
        padding-right: 30px;
    }

    footer {
        text-align: center;
    }

    .footer-bott .left {
        text-align: center;
    }

    header {
    background: #222222
}

    .middle-section {
        padding-top: 0;
    }

    .right-grid li figcaption {
        font-size: 26px;
    }

    .emote-yell-place {
        position: relative;
        width: 53%;
    }
}

@media (max-width:760px) {
    .emote-pricing-list li figcaption .emote-price-name {
        font-size: 25px;
    }

    .emote-pricing-list li figcaption {
        padding: 31px 107px;
        text-align: center;
    }

    .emote-float {
        position: static;
        top: 0;
        left: 0;
    }

    .emote-yell-place {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .emote-yellow {
        padding: 0 0;
    }

    .emote-pricing-list {
        display: block;
    }

    .pricing-area {
        margin-top: -78px;
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }

    .emote-pricing-list li {
        width: 100%;
    }

    .emote-float {
        left: 0;
        position: static;
        top: 0;
    }
}

@media (max-width:708px) {
    .index-banner-caption {
        font-size: 73px;
    }
}
}

@media (max-width:666px) {
    .all-heading {
        text-align: center;
    }

    .all-heading-small {
        font-size: 24px;
    }

    .button-rd width: 50%;
}

.two-part-list {
    display: block;
}

.two-part-list li {
    display: block;
    width: 100%;
}

.two-part-list li:first-child, .two-part-list li:last-child {
    width: 100%;
}

.two-part-list li {
    min-height: auto;
}

#instant-wrap .col-xs-12 {
    width: 100%;
}

.main-header .col-xs-12 {
    width: 100%;
}

.some-manner {
    padding-top: 4px;
}

.all-heading-banner {
    font-size: 46px;
    text-align: center;
}

.all-heading-small {
    font-size: 24px;
    text-align: center;
}

.color-light-gray {
    color: #6f6d6d;
    text-align: center;
}

.box-list li {
    height: 302px;
    min-height: 302px;
}

.box-list li:hover {
    box-shadow: 0 302px 0 0 #121212 inset;
}

#footer-top figure {
    margin-bottom: 0;
}

.index-banner-caption {
    font-size: 68px;
}

.right-grid li figcaption {
    font-size: 22px;
}

.right-grid li.grid-three figcaption {
    font-size: 20px;
}

.fullwidth {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.gutter-right, .gutter-left {
    padding-right: 0;
    padding-left: 0;
}

.curate-heading {
    font-size: 45px;
}

main {
    font-size: 23px;
}

.curate-solution {
    padding: 44px 0;
}

.curate-icon-list li figure {
    width: 100px;
    height: 100px;
}

.curate-icon-list li:last-child figure {
    padding-top: 29px;
}

.curate-icon-list {
    margin-top: 33px;
}

.curate-icon-list li figcaption {
    font-size: 26px;
}
}

@media (max-width:564px) {
    .curate-heading {
        font-size: 36px;
    }

    .curate-top-section figure img {
        width: 58%;
    }

    main {
        font-size: 20px;
    }

    .curate-icon-list li {
        width: 100%;
        margin-bottom: 43px;
    }
}

@media (max-width:490px) {
    .all-heading {
        font-size: 58px;
        line-height: 93px;
    }

    .inner-banner span {
        font-size: 35px;
        line-height: 49px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .navbar-brand > img {
        margin: 0px 0px !important;
    }

    .index-banner-caption {
        line-height: 35px;
        padding-bottom: 16px;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 16px;
        font-size: 33px;
    }

    .right-grid li {
        display: inline-block;
        margin-right: 0;
        width: 100%;
        min-height: auto;
    }

    .right-grid {
        display: block;
    }

    .right-grid li.grid-one {
        background: #2f99c0 url(images/grid-border-bottom.gif) repeat-x center bottom;
        padding-bottom: 5px;
    }

    .right-grid li.grid-one:hover {
        background: #317e9b url(images/grid-border-bottom.gif) repeat-x center bottom;
    }

    .right-grid li.grid-two {
        background: #be4d74 url(images/grid-border-bottom.gif) repeat-x center bottom;
        padding-bottom: 5px;
    }

    .right-grid li.grid-two:hover {
        background: #993a5b url(images/grid-border-bottom.gif) repeat-x center bottom;

    }

    .right-grid li.grid-one span, .right-grid li.grid-two span {
        font-size: 41px;
    }

    .fullwidth {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .right-grid li.grid-three {
        padding-top: 19px;
    }

    .gutter-right, .gutter-left {
        padding-right: 0;
        padding-left: 0;
    }

    .index-border::after {
        background: url("images/grid-border-bottom.gif") repeat-x;
    }

    .footer-bott2 {
        background: url("images/grid-border-bottom.gif") repeat-x;
    }

    main {
        font-size: 15px;
    }

    .curate-heading {
        font-size: 30px;
    }

    .curate-top-section figure img {
        width: 51%;
    }

    .curate-box-list li figcaption {
        padding-top: 5px;
    }

    .emote-para {
        padding: 0 0;
    }

    .emote-heading {
        padding: 16px 0 29px;
    }

    .emote-blue .emote-yell-para {
        padding: 0px 0px;
    }

    .emote-red .emote-yell-para {
        padding: 0px 0px;
    }

    .emote-black {
        padding: 13px 0 80px;
    }
}

@media (max-width:480px) {
    .box-list li {
        width: 49%;
    }

    .button-rd {
        width: 50%;
    }

    .all-heading span {
        font-size: 88px;
    }

    .all-heading {
        font-size: 45px;
        line-height: 68px;
    }

    .social-list li {
        margin-bottom: 49px;
        margin-left: 0;
        margin-right: 0;
    }

    #henest-wrap figure {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .box-list li {
        height: 312px;
        min-height: 312px;
    }

    .box-list li:hover {
        box-shadow: 0 312px 0 0 #121212 inset;
    }

    /*.navbar-brand > img {
        display: block;
        margin-bottom: 8px !important;
        margin-left: 0 !important;
        margin-right: 36px !important;
        margin-top: 0 !important;
    }*/
    figure {
        margin-bottom: 0;
        margin-top: 0;
    }

    .right-grid li figcaption {
        font-size: 28px;
    }

    .right-grid li.grid-two figcaption span {
        font-size: 29px;
        padding-top: 14px;
    }

    .right-grid li {
        min-height: auto;
    }

    .right-grid li.grid-three figcaption {
        font-size: 32px;
        padding-top: 21px;
    }

    .right-grid li.grid-three {
        padding-top: 10px;
    }

    .index-border::after {
        /* left: 2px;
            width: 99.2%; */
        background-color: transparent;
        left: 0px;
        width: 100%;
    }

    .curate-box-list .first-box figcaption, .curate-box-list .second-box figcaption ,
    .curate-box-list .third-box figcaption,
    .curate-box-list .fourth-box figcaption,
    .curate-box-list .fifth-box figcaption, .curate-box-list .sixth-box figcaption {
        background-size: 23%;
    }

    .curate-box-list li {
        height: auto;
        min-height: auto;
    }
}

@media (max-width:398px) {
    /*	.navbar-brand > img {
        display: block;
        margin-bottom: 0px !important;
        margin-left: 0 !important;
        margin-right: 30px !important;
        margin-top: 0 !important;
    }*/
    .box-list li {
        width: 100%;
    }

    .all-heading span {
        font-size: 68px;
        line-height: 69px;
    }

    #three-pic-wrap {
        padding-bottom: 27px;
        padding-top: 21px;
    }

    .all-heading-banner {
        font-size: 46px;
        text-align: center;
    }

    .comm-matter {
        font-size: 21px;
        text-align: center;
    }

    /*.navbar-brand > img {
        margin: 5px -24px !important;
    }*/

    .right-grid li.grid-one span, .right-grid li.grid-two span {
        font-size: 32px;
    }

    .right-grid li figcaption {
        font-size: 23px;
    }

    .right-grid li.grid-two figcaption span {
        font-size: 24px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 27px;
    }

    .emote-para {
        font-size: 20px;
        line-height: 26px;
    }

    .emote-yellow {
        padding: 24px 0;
    }

    .emote-yell-para {
        font-size: 20px;
        line-height: 26px;
    }

    .pricing-area {
        width: 100%;
    }

    .emote-pricing-list li figcaption {
        padding: 31px 75px;
    }

    .curate-box-list .first-box figcaption, .curate-box-list .second-box figcaption ,
    .curate-box-list .third-box figcaption,
    .curate-box-list .fourth-box figcaption,
    .curate-box-list .fifth-box figcaption, .curate-box-list .sixth-box figcaption {
        background-size: 30%;
    }

    .curate-solution {
        padding: 42px 0;
    }

    .curate-box-list .first-box figcaption, .curate-box-list .second-box figcaption ,
    .curate-box-list .third-box figcaption,
    .curate-box-list .fourth-box figcaption,
    .curate-box-list .fifth-box figcaption, .curate-box-list .sixth-box figcaption {
        background-size: 23%;
    }
}

@media (max-width:360px) {
    .right-grid li.grid-one span, .right-grid li.grid-two span {
        font-size: 32px;
    }

    .right-grid li figcaption {
        font-size: 23px;
    }

    .right-grid li.grid-two figcaption span {
        font-size: 24px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 27px;
    }

    .curate-top-section figure img {
        width: 77%;
    }

    .curate-heading {
        font-size: 24px;
        padding: 22px 0;
    }

    .curate-top-section {
        padding: 22px 0;
    }

    .curate-box-list li figcaption {
        font-size: 16px;
        line-height: 21px;
        width: 86%;
        padding-top: 23px;
    }

    main {
        font-size: 16px;
        padding: 0 11px;
    }

    .curate-last {
        padding: 9px 0;
    }

    .emote-heading {
        font-size: 32px;
        line-height: 39px;
    }

    .emote-para {
        font-size: 20px;
        line-height: 26px;
    }

    .emote-yellow {
        padding: 24px 0;
    }

    .emote-yell-para {
        font-size: 20px;
        line-height: 26px;
    }

    .pricing-area {
        width: 100%;
    }

    .curate-box-list li {
        min-height: auto;
        height: auto;
    }
}

@media (max-width:335px) {
    /*.navbar-brand > img {
        margin: 5px -19px !important;
    }*/
    .navbar-toggle {
        margin-top: 19px !important;
    }

    .navbar-brand > img {
        margin-bottom: 5px !important;
        margin-left: -3px !important;
        margin-right: -19px !important;
        margin-top: 0 !important;
    }

    .curate-box-list .first-box figcaption, .curate-box-list .second-box figcaption ,
    .curate-box-list .third-box figcaption,
    .curate-box-list .fourth-box figcaption,
    .curate-box-list .fifth-box figcaption, .curate-box-list .sixth-box figcaption {
        background-size: 30%;
    }

    .curate-box-list li {
        min-height: auto;
        height: auto;
    }
}

@media (max-width:320px) {
    .all-heading span {
        font-size: 68px;
        line-height: 69px;
    }

    .common-list li {
        font-size: 28px;
        line-height: 31px;
    }

    /*.navbar-brand > img {
        margin: 5px -19px !important;
    }*/
    .navbar-brand > img {
        margin-bottom: 5px !important;
        margin-left: -3px !important;
        margin-right: -19px !important;
        margin-top: 0 !important;
    }

    .right-grid li.grid-one span, .right-grid li.grid-two span {
        font-size: 32px;
    }

    .right-grid li figcaption {
        font-size: 23px;
    }

    .right-grid li.grid-two figcaption span {
        font-size: 24px;
    }

    .right-grid li.grid-three figcaption {
        font-size: 27px;
    }

    .emote-pricing-list li figcaption {
        padding: 31px 68px;
    }

    .curate-box-list li {
        padding: 39px 15px;
        min-height: inherit;
        height: inherit;
        width: 100%;
    }

    main {
        font-size: 16px;
        padding: 0 11px;
    }

    .curate-icon-list {
        margin-top: 8px;
    }
}

@media (max-width:297px) {
    .navbar-brand > img {
        margin: 5px -25px !important;
    }



