@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    color: #4c5462;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
}
h1{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}
header{
     text-align: center;
    position: relative;
}
header:before{
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    content: "";
    height: 160%;
    left: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
body.ext-pop:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index:100;
}
body.ext-pop:after {
    content: '';
    width: 523px;
    height: 159px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 250px;
    background: url("../img/pop_gif4_c.gif");
    z-index: 101;
}
.content-wrap{
    position: relative;
    padding-top: 60px;
}
p .cursive{
    font-family: 'Yellowtail', cursive;
    font-size:46px;
    vertical-align: top;
    margin-right:20px;
}
header p{
    color: #fff;
    margin-bottom: 25px;
}
.image-holder{
    max-width: 1256px;
    margin: 0 auto 0;
    padding-bottom: 50px;
    text-align: center;
    z-index:1;
    position: relative;

}
.image-holder:before {
    content: '';
    position: absolute;
    width:125px;
    height: 125px;
    background-repeat:no-repeat;
    background-image: url(../img/cat-gif.gif);
/*    background-image: url(https://i.imgur.com/q2QbM6S.gif);*/
    background-size: contain;
    right: 37%;
    top: 45%;
}

.btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus {
    border-color: transparent;
    outline: 0 none;
}
.btn:hover, .btn:focus, .btn:active .btn{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #fff;
    outline: 0 none;
    border: 0 none;
    text-decoration: none;
}
.content-wrap a{
   display: inline-block;
}
.btn.btn-bordered-white {
    background: #f4cd1e;
    border: 2px solid #fff;
    padding: 11px 30px;
    color: #fff;
    font-size: 28px;
    border-radius: 100px;
    font-weight: 600;
    position: relative;
}
.btn.btn-bordered-white:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: calc(100% + 4px);
    z-index: -1;
}
.btn.btn-bordered-white:hover:after, .btn.btn-bordered-white:focus:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.add-to-chrome-button img{
    width: 48px;
    height: auto;
    border-radius: 50%;
    margin: 0 20px 0 -20px;
    vertical-align: middle;
}

img{
    max-width: 100%;
}
.mob-image{
    display: none;
}
footer{
    background-color: #2b323f;
    padding-bottom: 45px;
    padding-top: 3em;
    font-family: "Raleway", sans-serif;
}
.static a {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}
.static a:hover {
    text-decoration: underline;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    font-size:14px;
}
.copyright a {
    color: #00c9fd;
}
@media all and (max-width: 980px) {
    .content ,header{
        padding: 0 15px;
    }
    h1 {
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .content-wrap{
        padding: 40px 0;
    }
    .image-holder:before {
        display: none;
    }
}
@media all and (max-width: 640px) {
    .btn.btn-bordered-white {
        font-size: 22px;
    }

    p .cursive {
        font-size:32px;
    }
    .desktop-img{
        display: none;
    }
    .mob-image{
        display: block;
    }
}