/*--------------------------------------------------------------
>>> GLOBAL - TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Content
5.0 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Fauna+One|Playfair+Display:400,400i,700,700i,900,900i');

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
}

h1 {

}

h2 {
    font-size: 60px;
    line-height: 66px;
}

h3 {
    font-size: 54px;
    line-height: 56px;
}

h4 {
    font-size: 54px;
    line-height: 54px;
}

h5 {
    font-size: 48px;
    line-height: 48px;
}

h6 {
    font-size: 36px;
    line-height: 36px;
}

p {
    margin: 0 0 20px;
}

a {
    color: #2eb5c5;
}

img {
    max-width: 100%;
}

b, strong {

}

span {

}

blockquote {
    padding: 0;
    margin: 0 0 15px;
    color: #363636;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    border: none;
}

cite {
    color: #363636;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

ul {
    margin: 0;
}

body {
    font: 400 16px/26px 'Fauna One', serif;
    color: #000;
    overflow-x: hidden;
    margin: 0;
    background: #fff;
    min-width: 320px;
    position: relative;
    transition: right 0.2s ease;
    right: 0;
}

body.body_move {
    right: 260px;
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

#logo {
    padding-top: 25px;
}

.main {
    padding-top: 150px;
    position: relative;
    overflow: hidden;
    background: url(../img/center-top-bg.png) no-repeat 50% 40px;
}
.main ul{
    padding-top: 10px;
    padding-bottom: 10px;
}
.main li{
    padding: 5px 0 5px 25px;
    position:relative;
    list-style: none;
}
.main li:before{
    position:absolute;
    content:'\f00c';
    left:0;
    top:4px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color:#5ae2e2;
}


.top-area {
    position: relative;
    z-index: 1;
}

/*.top-area .row:before{
	position:absolute;
	content:'';
	background:url(../img/bg-left-color.png) no-repeat;
	left:-43px;
	top:0;
	width:17px;
	height:396px;
}*/
.top-area.contact .row:before {
    display: none;
}

.top-area .sup-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 4px;
    display: block;
    text-align: right;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.top-area h1 {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
}

.page-id-298 .top-area h1 {
    font-size: 67px;
    line-height: 90px;
}

.top-area h1 span {
    position: relative;
}

/* faq page */
.faq-area {
    position: relative;
    margin: 100px 0 0;
}

.faq-area:before {
    position: absolute;
    content: '';
    height: 200px;
    width: 547px;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
    background: url(../img/bg-dotted01.png) repeat;
}

.faq-area:after {
    position: absolute;
    content: '';
    height: 110px;
    width: 25px;
    right: 0;
    bottom: 50px;
    background: url(../img/color-bg-02.jpg);
}

.faq-list {
    font-size: 16px;
    line-height: 26px;
}

.top-area.faq h1 span:before {
    position: absolute;
    content: '';
    width: 47px;
    height: 47px;
    top: -26px;
    right: -27px;
    background: url(../img/sprite.png) no-repeat -49px 0;
}

.faq-list .item {
    margin: 0 0 45px;
}

.faq-list .title {
    padding: 0 5px;
    cursor: pointer;
}

.faq-list .title p {
    background: #fff600;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 0 5px;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.faq-list .item .opened {
    display: none;
    max-width: 810px;
    padding: 20px 25px;
}

.faq-list .arrow {
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    background: #fff600;
}

.item.active .arrow img {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.top-area.faq h1 span:after {
    position: absolute;
    content: '';
    width: 41px;
    height: 41px;
    right: -25px;
    bottom: -25px;
    background: url(../img/sprite.png) no-repeat;
}

/* end faq */
/* contact page */
.contact h1 {
    text-align: right;
    position: relative;
}

.top-area.contact h1 .select {
    display: block;
}

.color-box {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    max-width: 405px;
    width: 100%;
}

.color-box .color-item {
    float: left;
    width: 25%;
    height: 26px;
    background: #09eff2;
}

.color-box .color-item:nth-of-type(1) {
    -webkit-animation: resize-first 10s infinite;
    animation: resize-first 10s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.color-box .color-item:nth-of-type(2) {
    background: #ff00c0;
    -webkit-animation: resize-second 10s infinite;
    animation: resize-second 10s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

}

.color-box .color-item:nth-of-type(3) {
    background: #fff600;
    -webkit-animation: resize-third 10s infinite;
    animation: resize-third 10s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.color-box .color-item:nth-of-type(4) {
    background: #231f20;
    -webkit-animation: resize-forth 10s infinite;
    animation: resize-forth 10s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes resize-first {
    0%, 100% {
        width: 25%;
    }
    25% {
        width: 5%;
    }
    50% {
        width: 25%;
    }
    75% {
        width: 45%;
    }

}

@keyframes resize-second {
    0%, 100% {
        width: 25%;
    }
    25% {
        width: 15%;
    }
    50% {
        width: 25%;
    }
    75% {
        width: 35%;
    }

}

@keyframes resize-third {
    0%, 100% {
        width: 25%;
    }
    25% {
        width: 35%;
    }
    50% {
        width: 25%;
    }
    75% {
        width: 15%;
    }

}

@keyframes resize-forth {
    0%, 100% {
        width: 25%;
    }
    25% {
        width: 45%;
    }
    50% {
        width: 25%;
    }
    75% {
        width: 5%;
    }
}

/* contact form */
.form-box {
    padding: 0 0 0 50px;
    margin: 0 0 45px;

}

.top-area h1 .select {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    position: relative;
}

.top-area ul {
    padding: 25px 0 0;
}

.top-area ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 27px;
}

.top-area ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    left: 0;
    top: 3px;
    height: 20px;
    background: url(../img/bullet01.png) no-repeat;
}

.top-area ul a {
    color: #000;
}

.top-area .row {
    position: relative;
}

/* yellow-box */
.clock-area {
    position: relative;
    z-index: 0;
}

.yellow-area .title-box {
    float: right;
}

.yellow-area {
    background: rgb(240, 255, 0);
    position: absolute;
    width: 40%;
    float: left;
    top: -87px;
    bottom: 0;
    padding-bottom: 30%;
}

.yellow-area:before {
    position: absolute;
    content: '';
    top: 100px;
    left: 25px;
    width: 100%;
    height: 200px;
    background: url(../img/bg-dotted01.png);
}

.yellow-area:after {
    clear: both;
    display: block;
    content: '';
}

.yellow-area h3 {
    font-size: 35px;
    line-height: 35px;
    text-align: right;
    margin: 0 -25px 0 0;
    font-family: 'Playfair Display', serif;
}

.yellow-area h3 a {
    padding: 16px 45px 16px 0;
    max-width: 230px;
    color: #181616;
    position: relative;
    display: inline-block;
}

.yellow-area h3 a:after {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    position: absolute;
    content: '';
    background: url(../img/color-bg-02.jpg) no-repeat;
    top: 0;
    width: 25px;
    height: 110px;
    right: 0;
}

.yellow-area h3 a:hover:after {
    transform: scale(1.1);
}

.yellow-area .img-holder {
    bottom: 0;
    position: absolute;
    right: -152px;
    overflow: hidden;
}

#clock {
    position: relative;
    width: 647px;
    height: 394px;
    margin: 20px auto 0 auto;
    background: url(../img/clock/clock2.png) no-repeat;
    list-style: none;
}
#clock li{
    padding:5px 0;
}
#clock li:before{
    display:none;
}

#sec, #min, #hour {
    position: absolute;
    /*width: 30px;
    height: 647px;
    top: 0px;
    left: 285px;*/
    left: 323px;
    top: 323px;
    transform-origin: 50% 50%;
}

#sec {
    background: url(../img/clock/second.png) no-repeat center 0;
    width: 16px;
    height: 364px;
    z-index: 3;
    margin: -189px 0 0 -8px;
}

#min {
    background: url(../img/clock/minute.png) no-repeat center 0;
    z-index: 2;
    width: 8px;
    height: 500px;
    margin: -250px 0 0 -4px;
}

#hour {
    background: url(../img/clock/hour.png) no-repeat center 0;
    z-index: 1;
    width: 22px;
    height: 324px;
    margin: -167px 0 0 -11px;
}

.clock-area .text-box {
    float: right;
    width: 55%;
    padding: 10% 15px 5% 10%;
}

.clock-area .text-box h3 span {
    background: #61fff2;
}

.clock-area .text-box h3 {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 72px;
    line-height: 80px;
}

/* digital page */
.digital .yellow-area {
    margin: 70px 0 0;
    top:0;
    padding-bottom: 27%;
}

.digital h1 {
    text-align: right;
    position: relative;
    margin: 0;
}

.digital h1 .select:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 100%;
    width: 485px;
    height: 228px;
    background: url(../img/bg-digital.png) no-repeat 100% 100%;
    background-size: contain;
    width: 100%;
    z-index: -1;
}

@keyframes movementdigital {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -12125px 0;
    }
}

.pagination-nav {
    padding: 30px 0;
    overflow: hidden;
}

.top-area .text {
    padding: 0 15px;
}

.top-area .text p {
    margin: 0 0 25px;
}

.request-quote {
    color: #0dc7c9;
}

.request-quote img {
    margin: 0 5px 0 0;
}

.digital .top-area .link-box {
    text-align: right;
}

.img-area {
    padding-top: 25px;
    padding-bottom: 25px;
}
.img-area{
    text-align:center;
}
.img-area .row{
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}
.img-area [class^='col']{
    float:none;
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0;
    display:inline-block;
    vertical-align:top;
}
.img-area .img-holder {
    max-width: 270px;
    max-height: 268px;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
}

.vivid-area {
    padding-top: 45px;
    padding-bottom: 45px;
    /*font-size: 15px;*/
    /*line-height: 21px;*/
}

.vivid-area p {
    margin: 0 0 20px;
}

.vivid-area h2 {
    font-size: 50px;
    line-height: 70px;
    margin: 0 0 45px;
}

.vivid-area h2 .select {
    background: #f0ff00;
    /*display:block;*/
    padding: 0 4px;
}

.worry h2 {
    margin: 0 0 30px;
}

.worry h2 .select {
    color: #fff;
    padding: 0 6px;
    background: #ff00c0;
}

.worry blockquote {
    max-width: 450px;
}

.worry cite {
    text-align: right;
    display: block;
}

.anim-holder {
    padding: 0 10px 0 0;
    display:none;
}

.form-holder {
    overflow: hidden;
}

/* 404 styles */
.top-area.error-404 .row:before {
    display: none;
}

.error-404 h1 {
    font-size: 36px;
    line-height: 36px;
    float: right;
    margin: 0;
    position: relative;
}

.error-404 h1 + img {
    margin: -120px 0 0;
}

.error-404 p {
    margin: 95px 0 85px;
}

.error-home {
    font-size: 46px;
    line-height: 46px;
    background: #000;
    color: #fff;
    padding: 16px 30px;
    float: right;
}

.error-home:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* end 404 */
/* request quote */
.request h1 {
    font-size: 72px;
    line-height: 72px;
    text-align: right;
}

.request h1 .select {
    padding: 3px 0 5px;
}

.request .top-area p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #636363;
    padding: 0 25px 0 0;
}

.request .form-box {
    max-width: 1070px !important;
    padding: 0 !important;
}

.request .top-area .row:before {
    left: auto;
    right: 0;
}

.request .color {
    color: #cf48ae;
}

/* end request quote */

/* header style */
.site-header {
    position:relative;
    z-index:10;
}
.site-header #logo + [class*="col-"]{
    position:static;
}
.site-nav {
    text-align: right;
    z-index: 1;
}

.site-nav .menu {
    font-size: 18px;
    line-height: 22px;
    padding:0;
    text-transform: uppercase;
}

.site-nav .menu > li {
    display: inline-block;
    vertical-align: top;
    border-top: 7px solid #09eff2;
    padding: 0 0 35px;
}


.site-nav .menu > li > a {
    color: #000;
    padding: 28px 15px 20px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* hover and active state for nav */
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li:hover > a {
    background: #09eff2;
    color: #fff;
    text-decoration: none;
}

.site-nav .menu > li:nth-of-type(2) {
    border-color: #ff00c0;
}

.site-nav .menu > li:hover:nth-of-type(2) > a,
.site-nav .menu > li.current-menu-item:nth-of-type(2) > a {
    background: #ff00c0;
}

.site-nav .menu > li:nth-of-type(3) {
    border-color: #fff600;
}

.site-nav .menu > li:hover:nth-of-type(3) > a,
.site-nav .menu > li.current-menu-item:nth-of-type(3) > a {
    background: #fff600;
}

.site-nav .menu > li:nth-of-type(4) {
    border-color: #000;
}

.site-nav .menu > li:hover:nth-of-type(4) > a,
.site-nav .menu > li.current-menu-item:nth-of-type(4) > a {
    background: #000;
}

.site-nav .menu > li:not(:last-child) {
    margin: 0 44px 0 0;
}



.site-nav .menu > li:nth-of-type(2) .sub-menu {
    border-color: #ff00c0;
}

.site-nav .menu > li:nth-of-type(3) .sub-menu {
    border-color: #fff600;
}

.site-nav .menu > li:nth-of-type(4) .sub-menu {
    border-color: #000;
}

.site-nav .menu > li a {
    color: #000;
}

.site-nav .sub-menu {
    list-style:none;
    border-top: 7px solid #09eff2;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1001;
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
    left: 0;
    right:0;
    margin:auto;
    max-width: 1170px;
    width: 100%;
    background: #fff;
    padding: 0;
    text-align: left;
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 1px solid #e7e7e7;
    -moz-column-rule: 1px solid #e7e7e7;
    column-rule: 1px solid #e7e7e7;
}
.site-nav .sub-menu li {
    margin: 0;
    padding: 18px 68px 11px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: top;
    width: 100%;
    display: inline-block;
}

.site-nav .sub-menu li a {
    color: #000;
}

.site-nav .sub-menu li:hover a {
    color: #0bdadd;
    text-decoration:none;
}

.site-nav .menu > li:hover .sub-menu {
    display: block;
}

.menu-btn {
    display: none;
    text-align: center;
    margin: 0;
    padding: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #53a037;
    background: none;
    position: relative;
    width: 40px;
    height: 38px;
    overflow: hidden;
    clear: both;
    top: 15px;
    right: 5px;
}

.menu-btn > span {
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #09eff2;
}

.menu-btn > span:before, .menu-btn > span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #09eff2;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu-btn > span:before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.menu-btn > span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.menu-btn.active > span {
    background: transparent;
}

.menu-btn.active > span:before, .menu-btn.active > span:after {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    background: #09eff2;
}

.menu-btn.active > span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn.active > span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.container-fluid.pre-footer {
    background: #000;
    color: #fff;
    padding: 65px 0;
    position: relative;
    z-index: 1;
}

.container-fluid.pre-footer:before {
    position: absolute;
    content: '';
    height: 252px;
    top: 5px;
    left: 0;
    width: 24%;
    z-index: 0;
    background: url(../img/bg-dotted02.png) repeat;
}

.container-fluid.pre-footer h2 {
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #000;
}

.container-fluid.pre-footer h2 .select {
    background: #ff00c0;
    display: inline-block;
}

.container-fluid.pre-footer span.title {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    background: #000;
    display: block;
    color: #fff;
}

.large-format {
    position: relative;
}

.large-format:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 102px;
    height: 109px;
    background: url(../img/sprite.png) no-repeat 0 -191px;
}

.large-format .digital {
    position: relative;
}

.large-format .digital:before {
    position: absolute;
    content: '';
    width: 63px;
    height: 33px;
    left: 0;
    right: 0;
    margin: auto;
    top: -110px;
    background: url(../img/center-top-bg.png) no-repeat;
}

.large-format .digital:after {
    position: absolute;
    content: '';
    width: 56px;
    height: 102px;
    right: -15px;
    top: -110px;
    background: url(../img/sprite.png) no-repeat -150px -56px;
}

/* blog */
.blog h1 {
    text-align: right;
}

.blog h1 .select {
    position: relative;
}

.blog h1 .select:before {
    position: absolute;
    content: '';
    background: url(../img/color-bg-03.png) no-repeat;
    background-size: cover;
    width: 170px;
    height: 122px;
    right: 100%;
    top: 0;
    -webkit-animation: changeimg 10s infinite;
    animation: changeimg 10s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes changeimg {
    0% {
        background: url(../img/color-bg-03.png) no-repeat;
        background-size: cover;
    }
    20% {
        background: url(../img/color-bg-04.png) no-repeat;
        background-size: cover;
    }
    40% {
        background: url(../img/color-bg-05.png) no-repeat;
        background-size: cover;
    }
    60% {
        background: url(../img/color-bg-06.png) no-repeat;
        background-size: cover;
    }
    80% {
        background: url(../img/color-bg-07.png) no-repeat;
        background-size: cover;
    }
    100% {
        background: url(../img/color-bg-08.png) no-repeat;
        background-size: cover;
    }
}

.blog h1 .select {
    padding: 0 10px;
}

.blog h1 .select:after {
    position: absolute;
    content: '';
    width: 41px;
    height: 41px;
    top: 100%;
    left: 100%;
    background: url(../img/sprite.png) no-repeat;
}

.blog p {
    margin: 0 0 30px;
}

.blog .title {
    background: #fff600;
    padding: 0 5px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

.blog .top-area {
    margin-bottom: 45px;
}

.blog .date {
    background: #daffff;
    color: #7a7a7a;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    padding: 4px 10px;
    font-family: 'Playfair Display', serif;
}

.blog .request-quote {
    float: right;
}

.blog .container.list-post {
    max-width: 985px;
    width: 100%;
}

.blog .container.list-post .row {
    margin-bottom: 30px;
}

.blog .imng-holder {
    position: relative;
}

.blog .imng-holder:after {
    position: absolute;
    content: '';
    width: 72px;
    height: 69px;
    right: -30px;
    bottom: -30px;
    background: url(../img/bg-bottom.jpg) no-repeat;
}

.service-title {
    float: left;
    margin: 0 25px 0 0;
    padding: 0 15px;
    width: 50%;
}

.top-area .text h3 {
    margin: 38px 0 30px;
    font-size: 49px;
}

@media (max-width: 1200px) {
    .blog h1 .select:before {
        height: 83px;
        width: 145px;
        background-size: cover;
    }
    .worry h2{
        font-size: 57px;
        line-height: 65px;
        text-align:center;
    }
}

@media (max-width: 992px) {
    .blog .container.list-post {
        width: 750px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .blog h1 .select:before {
        display: none;
    }

    .blog .top-area h1 {
        text-align: center;
    }

    .blog .date {
        max-width: 81px;
        margin: 0 auto;
        display: block;
    }

    .blog .list-post {
        text-align: center;
    }

    .list-post .img-holder {
        margin: 0 0 25px;
    }
    .faq-list .arrow{
        display:block;
        margin:0;
    }
    .img-area,
    .vivid-area{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .vivid-area h2{
        margin:0 0 25px;
    }
    .digital .yellow-area{
        margin:15px 0 0;
    }

}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .site-header .menu-btn {
        display: block;
    }

    .site-nav {
        display: block;
        position: fixed;
        width: 260px;
        right: -260px;
        top: 0;
        bottom: 0;
        background: #333;
        transition: right 0.2s ease;
        text-transform: uppercase;
        z-index: 15;
        overflow-y: scroll;
    }

    .site-nav.active {
        right: 0;
    }

    .site-nav .menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .site-nav .menu .sub-menu {
        padding: 15px 15px 0 0;
        list-style: none;
        text-transform: none;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding:0;
    }
    .site-nav .sub-menu li{
        padding: 0 0 11px;
    }
    .site-nav .sub-menu li:last-child{
        border:none;
    }
    .site-nav .sub-menu li a {
        display: block;
    }

    .site-nav .menu > li {
        padding: 0;
        display: block;
        margin: 0;
        position:relative;
    }

    .site-nav .menu > li a {
        padding: 10px 15px;
        color: #FFF;
    }

    .site-nav .menu > li > .sub-menu > li > a {
        padding: 10px 15px 0 20px;
        color: #fff;
    }

    .site-nav .sub-menu .sub-menu {
        display: none;
    }

    .site-nav .menu > li.menu-item-has-children:after {
        display: none;
    }

    .site-nav .menu > li:not(:last-child) {
        margin: 0;
    }

    .site-nav .sub-menu {
        position: static;
        text-align: right;
        background: none;
        padding: 0 20px 0 0;
        width: auto;
    }

    .menu-item-has-children a {
        padding-right: 25px !important;
    }

    .menu-item-has-children:before {
        position: absolute;
        content: '\f078';
        font-family: 'FontAwesome';
        font-size: 13px;
        right: 5px;
        color: #fff;
        top: 10px;
        z-index: 1;
    }

    .worry blockquote {
        max-width: 100%;
    }

    .vivid-area .row:after,
    .vivid-area .row:before {
        display: none;
    }
}

/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/

/* Large devices (large desktops */
@media (max-width: 1200px) {
    .top-area:after {
        right: 0;
    }

    .top-area:before {
        left: 0;
    }

    .top-area .row:before {
        left: -15px;
    }

    .button-list li {
        float: none;
        padding: 0;
    }

    .button-list li:before {
        display: none;
    }

    .top-area h1 {
        font-size: 100px;
        line-height: 100px;
    }

    .container-fluid.pre-footer h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .top-area h1 {
        font-size: 59px !important;
        line-height: 80px !important;
    }

    .page-id-298 .top-area h1 {
        font-size: 67px !important;
        line-height: 90px !important;
    }

    .error-404 h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .error-404 h1 + img {
        margin: -110px 0 0;
    }

    .color-box {
        max-width: 270px;
        left: 82px;
    }

    .faq-area:before {
        display: none;
    }

}

/* Medium devices (desktops, 992px) */
@media (max-width: 991px) {
    .color-box {
        top: 100%;
        left: 0;
    }

    .contact.top-area h1 {
        text-align: left;
        margin: 0 0 40px;
    }
}

@media (max-width: 992px) {
    .container h2 {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .yellow-area .img-holder {
        left: -456px;
        right: auto;
    }

    .clock-area .text-box {
        width: 60%;
        padding: 7% 15px 5% 25px;
    }

    .error-404 h1 {
        margin: 0 0 25px;
    }

    .error-404 h1 + img {
        margin: 0;
    }

    .error-404 br {
        display: none;
    }

    .top-area .text {
        padding-left: 15px;
    }

    .digital .top-area:before, .digital .top-area:after {
        display: none;
    }

    .large-format .digital:after,
    .large-format .digital:before {
        display: none;
    }

    .request .form-box {
        padding: 0 15px !important;
    }
    .top-area h1{
        font-size: 45px !important;
    }
    .contact-box{
        text-align:center !important;
    }
}

/* Small devices (767px) */
@media (max-width: 767px) {
    .top-area h1 {
        font-size: 50px !important;
        line-height: 80px !important;
    }

    .top-area ul li {
        margin: 0 0 20px;
    }

    .yellow-area {
        width: 200px;
        top: 0;
    }

    .clock-area .text-box {
        width: 70%;
    }

    .yellow-area h3 {
        font-size: 21px;
        line-height: 23px;
    }

    .clock-area .text-box h3 {
        font-size: 34px;
        line-height: 39px;
    }

    .yellow-area .img-holder {
        left: 0;
    }

    .error-404 {
        text-align: center;
    }

    .top-area h1 {
        float: none;
    }

    .error-home {
        float: none;
    }

    .top-area h1 {
        font-size: 45px !important;
        line-height: 50px !important;
    }

    .error-404 p {
        margin: 20px 0 50px;
        padding: 0 15px;
    }

    .img-area .img-holder {
        margin-bottom: 25px;
    }

    .gray h2:after {
        display: none;
    }

    .form-box {
        padding: 0;
    }

    body.admin-bar {
        padding-top: 46px;
        margin-top: -46px;
    }

    .page-id-298 .top-area h1 {
        font-size: 38px !important;
        line-height: 50px !important;
    }

}

@media (max-width: 770px) {
    .yellow-area .img-holder {
        display: block;
        position: absolute;
        bottom: 0;
        max-width: 250px;
    }

    .yellow-area {
        position: relative;
        float: none;
        width: 100%;
        height: 260px;
    }

    .yellow-area h3 {
        margin: 0;
    }

    .yellow-area:before {
        height: 130px;
    }

    .clock-area .text-box {
        width: 100%;
    }

    .service-title {
        float: none;
        width: 100%;
    }
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 38px 0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.site-footer ul{
    list-style: none;
    padding:0;
}
.site-footer {
    overflow: hidden;
}

.site-footer:after,
.site-footer:before {
    position: absolute;
    content: '';
    width: 33px;
    height: 63px;
    left: 30px;
    top: 50%;
    margin: -31px 0 0 0;
    background: url(../img/sprite.png) no-repeat -267px -100px;
}

.site-footer:after {
    background-position: -130px 0;
    width: 40px;
    height: 38px;
    top: 70px;
    left: 60px;
}

.contact-info {
    margin: 0 0 45px;
}

.contact-box {
    text-align: right;
    color: #231f20;
    font-size: 16px;
    line-height: 26px;
    padding: 35px 0;
}

.contact-box p {
    margin: 0;
}

.contact-box a {
    color: #231f20;
}

.contact-box .fa {
    margin: 0 7px 0 0;
    font-size: 27px;
    color: #adadad;
}

.contact-box .fa-phone {
    font-size: 20px;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
}

.site-footer p {
    margin: 0 0 1px;
    position: relative;
}

.site-footer .contact-info span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.site-footer .contact-info.top:after {
    position: absolute;
    content: '';
    background: url(../img/bg-dotted04.png) repeat;
    left: 20px;
    top: 12px;
    width: 99999px;
    height: 70px;
    z-index: 0;
}

.site-footer .title {
    color: #ff00ae;
    background: none;
}

.site-footer .phone {
    color: #acb605;
    background: none;
}

.site-footer .fax {
    color: #03afc9;
    background: none;
}

.social-list {
    overflow: hidden;
    margin: 0 0 55px;
}

.social-list li {
    width: 27px;
    height: 27px;
    float: left;
    margin: 0 0 0 6px;
    text-align: center;
    line-height: 27px;
    background: #25241e;
}

.social-list li:first-child {
    margin: 0;
}

.social-list a {
    display: block;
}

.social-list a {
    color: #fff;
}

@media (max-width: 1350px) {
    .site-footer:after {
        left: 0;
        top: 0;
        margin: 0;
    }

    .site-footer:before {
        left: 0;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .site-footer:before {
        display: none;
    }

    #clock {
        display: none;
    }
    .contact-info{
        padding-top:15px; 
    }
    .site-footer .contact-info.top:after{
        top:26px;
    }
    .site-footer p{
        margin:0 0 2px;
    }
}



/* Large devices (large desktops, 1200px and up) */
