/*
Theme Name: Basic Child
Description: Child theme off of Basic theme base
Author: Alex Hanna
Template: basic
Version: 1.0.0
*/

.aligncenter {
	text-align:center;
}

.align-inline-wrap2 {
	display:flex;
}
.object-float-right {
	float:right;
	margin:25px 0 25px 25px;
}
.object-float-left {
	float:left;
	margin:25px 25px 25px 0;
}
.prof-image-right {
	float:right;
	margin:25px;
	width:20%;
}
.prof-image-right img {
	border-radius: 15px;
	-webkit-box-shadow: 11px 10px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 11px 10px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 11px 10px 10px 0px rgba(0,0,0,0.75);
}
.prof-image-left {
    float:left;
    margin:25px;
    width:20%;
}
.prof-image-left img {
    border-radius: 15px;
    -webkit-box-shadow: 11px 10px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 11px 10px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 11px 10px 10px 0px rgba(0,0,0,0.75);
}
.width-75 {
	width:75%;
}
.tr-hover-gray:hover {
	background-color:#eee;
}
.resource-table td:first-child {
	width:30%;
}
.open-box {
    border:2px solid #086a8e; 
    padding:5px; 
    cursor:pointer;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.open-box:hover {
    background-color: #ddd;
}
.section-h2 {   /*Added this class to use for entire sections, which have h2, but no h1. adds extra padding on top of section*/
    margin-top: 25px; 
}
.row_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
ul li {
    list-style: disc;
    font-weight: 400;
}
ol li {
    font-weight: 400;
}
.flex_row_middle {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: space-between;
}
#interest-options li {
    list-style:none;
    font-size: 15px;
}

/* ----------------------ROW FOR "SIGN UP FOR FREE"... SECTION ON SINGLE POST PAGES --------------" */

#assessment-1,
#assessment-2 {
    background-color: transparent !important;
    box-shadow: none;
    padding:0;
    width: 30%;
}
#assessment-1 section,
#assessment-2 section {
    float:none;
    display: block;
}


/*-----------------------------------------START MAILCHIMP SIGNUP FORM STYLE------------------------------*/


/*---------------------------------BEGIN SIGN UP BAR SECTION OF CONTENT-SINGLE BLOG PAGE-------------------*/

.row_31 {
    clear: both;
    width: auto;
    min-height: 100px;
    background-color:#66CCFF;
    margin-bottom:30px;
    margin-top:0px;
}
.column_29 {
    width: 100%;
    min-height: 100px;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
}
.row_32 {
    clear: both;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.column_30 {
    float: none;
    width: 100%;
    min-height: 100px;
    color:#FFFFFF;
    padding:30px 15px 10px 15px;
    text-align:center;
}
.column_30 h4 {
    color: #FFFFFF;
    line-height:200%;
}
.column_31 {
/*    float: none;        */
    width: 100%;
    min-height: 0px;        /*  was min-height: 100px; */
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:15px;
    margin-bottom: 0px;
}

.align-inline-wrap2 {
    text-align:center;
}
/*-----------------------------------------END SIGN UP BAR-----------------------------------------*/

/*-----------------------------------------MAILCHIMP FORM DETAILS-----------------------------------------*/
#mc4wp-form-1{
    margin-left: 2%;
    margin-right: 2%;
}
.mc4wp-form-fields {
    display: flex;
    justify-content: center;
}
.mc-column1 {
    padding: 1% !important;
    width: 25%;
    float: left;
    margin: auto;
}
.mc-column2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    float: left;
}
/*-----------------------------------------MAILCHIMP FIELDS-----------------------------------------*/
.mc-column1 label {
    font-size: 18px;
    font-weight: 500;
    font-family: Lato, sans-serif;
}
.mc-column1 h4 {
    color: #FFFFFF;
}
p.mc-field {
    display: inline-block;
    width: 100%;
    margin: 10px;
    text-align: center;
} 
p.mc-field-hidden {
    display:none;
}
p.mc-field label {
    font-size: 15px;
    font-weight: 500;
    font-family: Lato, sans-serif;
    display: none;
    width: 25%;
    color: #FFF;
}
p.mc-field span.chkbox {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
p.mc-field span.chkbox span {
    vertical-align: middle;
    display:inline;
}
p.mc-field label.mc-label-interest {
    width: 100%;
    display: inline-block;
    float:left;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 2px solid #FFF;
    margin:0;
}
p.mc-field input {
    font-size:15px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    transition:all ease-in-out .4s;
    padding: 15px 10px 15px 10px;
    background-color:#FFFFFF;
    border: solid 2px #CCCCCC;
    width: 100%;
    text-transform: uppercase;
}
p.mc-field label.mc-label-checkbox {
    width: auto;
    display: inline;
    float:left;
    font-size: 18px;
    vertical-align: middle;
    height:100%;
}
p.mc-field input.mc-input-checkbox {
    font-size:15px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    transition:all ease-in-out .4s;
    padding: 15px 10px 15px 10px;
    background-color:#FFFFFF;
    border: solid 2px #CCCCCC;
    width: auto;
    text-transform: uppercase;
    display: inline;
    float: left;
    height:100%;
    vertical-align: middle;
}
/*---------------------------------------INTEREST GROUP SECTION CHECKBOXES--------------------------------*/
.input-group {
    font-size: 18px;
    color: #FFF;
}
.mc-checkbox-label {
    color: #FFF;
}
.mc-checkbox-input {
}
p.mc-field input.button_white1 {
    border: solid 2px #FFFFFF;
}
p.mc-field input.button_white1:hover {
    font-size:15px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}
/*-----------------------------------------MAILCHIMP SUBMIT BUTTON-----------------------------------------*/
#mc-submit input.mc-button {
    font-size: 15px;
    padding: 5% 10%;
    text-transform:uppercase;
}
a.button-blue,
#mc-submit input.mc-button {
    background-color: #66CCFF;
    color: #FFFFFF;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    transition: all 0.4s linear 0s;
    border: solid 2px #66CCFF;
}
a.button-blue:hover,
#mc-submit input.mc-button:hover {
    background-color: #FFFFFF;
    color: #66CCFF;
    cursor: pointer;
}
/*-----------------------------------------MAILCHIMP RESPONSE UPON SUBMISSION-----------------------------------------*/
.mc4wp-response {
    color: rgb(208,95,18);
}
.mc4wp-alert p,
.mc4wp-notice p {
    font-weight: 700 !important;
}

/*-----------------------------------------BEGIN MC HALF SIGNUP BAR-----------------------------------------*/
.half-mc-form {
    width:100%;
    background-color: #66ccff;
    padding:10px;
    -webkit-box-shadow: 10px 10px 35px 0px #93b6c1;
    -moz-box-shadow: 10px 10px 35px 0px #93b6c1;
    -ms-box-shadow: 10px 10px 35px 0px #93b6c1;
    box-shadow: 10px 10px 35px 5px #93b6c1;
    transition:all 0.3s ease;
}
.half-mc-form:hover {
    width:100%;
    background-color: #66ccff;
    padding:10px;
   -webkit-box-shadow: 10px 10px 35px 0px #a3e0ff;
   -moz-box-shadow: 10px 10px 35px 0px #a3e0ff;
   -ms-box-shadow: 10px 10px 35px 0px #a3e0ff;
    box-shadow: 10px 10px 35px 2px #a3e0ff;
}
.left-half {
    float:left;
    width: 48%;
/*    margin: 0.5%; */
}
.right-half {
    float:right;
    width: 48%;
    text-align: left;
/*    margin: 0.5%; */
}
.right-half ul {
    padding: 0 0 0 10px;
}
.bottom-full {
    width: 100%;
    clear:both;
    text-align: center;
 /*   margin: 0.5%; */
}
.left-half-label,
.right-half-label,
.bottom-full-label,
.left-half label,
.right-half label,
.bottom-full label {
    margin:0;
}
.left-half button,
.left-half input.button {
    width:100% !important;
    font-size: 19px !important;
}
.mc-half-chkbox-label {
    display: inline-block;
    left:0;
    color:white;
    line-height: 100%;
    margin:0;
}
.mc-half-chkbox-input {
    display: inline-block;
}
.chkbox-parent-label {
    left:0;
    color:white;
    font-weight: 600;
    display: block;
}
input.form-control {
    padding:15px;
    font-size: 15px;
    font-weight: 400;
    font-family: Lato,sans-serif;
    width:100%;
    transition: all ease-in-out .15s;
    background-color: #FFFFFF;
    border:1px solid #777777;
    margin-bottom:10px;
}
input.form-control:hover {
    border-color: #66ccff;
}
/*------------------------------------------END MC HALF SIGNUP BAR------------------------------------------*/
/*-----------------------------------------END MAILCHIMP SEGMENT-------------------------------------------*/
/*-----------------------------------------CUSTOM BUTTONS------------------------------------------*/
/*REGISTER BUTTON INSIDE OF HEADER SECTION*/
.button_white1,
.button_blue1 {
    display:inline-block;
    font-size:15px;
    font-family: Lato,sans-serif;
    line-height:157%;
    margin:10px 0;
    text-decoration:none;
    padding:15px 30px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    cursor:pointer;
    text-align:center;
    transition: all 0.4s linear 0s;
    font-weight:700;
}
.button_white1,
.button_white1:visited {
    background-color: #FFFFFF;
    color:#66CCFF;
    border:2px solid #FFFFFF;
}
.button_blue1,
.button_blue1:visited {
    background-color: #66CCFF;
    color:#FFFFFF;
    border:2px solid #66CCFF;
}
.button_white1:hover,
a.register-button:hover {
    color: #FFFFFF;
    background-color: #66CCFF;
}
.button_blue1:hover {
    color: #66CCFF;
    background-color: #FFFFFF;
}

.flex-row {
    display: block;
}
.flex-row-space-between {
    display: flex;
    justify-content: space-between;
}
.flex-col {
    display:flex !important;
    flex-direction:column; 
    align-items:center;
    flex:1 0 0px;
    text-align:center
}
.center-text {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

/*-------------------------------END CUSTOM BUTTONS-------------------------*/

/*-------------------------------BEGIN LIGHTBOX CALLOUT-------------------------*/
/* ----------------------- Fun little callout boxes - Shortcode Ultimate Expand ----------------------------------------------------------------------- */
.su-program-feature {
    float:left;
    margin: 1.5em auto;
    padding: 0;
    display: flex;
    /*flex-flow: row wrap; */
    justify-content: space-between;
}
.su-program-feature__block {
    width:100%;
    height:auto;
}
.su-program-feature__block * {
    font-weight:500;
}
.su-program-feature__header {
    text-align: center;
}
.su-program-feature ul,
.suicide-hotline-list ul {
    list-style-type: circle;
}
.su-program-feature li { 
}
.su-program-feature__text {
    margin:0 10px;
}
.su-more-cont {
    text-align:center; 
    margin:1.5em 0;
}
.su-more {
    border-color:#086a8e; 
    color:#086a83; 
    font-weight:700; 
    font-size:17px;
    cursor: pointer;
}
h1.su-heading2 {
    text-align: center;
    font-weight: 400;
    color: #333333;
    font-size: 36px;
}
.su-align-inline-wrap18 {
    text-align: center;
}
.customClass1 {
    width: 72px;
    height: 3px;
    background-color: #66CCFF;
    border-style: hidden;
    border-width: 1px;
}
.su-customClass2 {
    width: 72px;
    height: 3px;
    background-color: #66CCFF;
    border-style: hidden;
    border-width: 1px;
    margin:15px 0;
}
p.su-paragraph1 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
    color: #777777;
    margin-top: 50px;
}
.su-content-inner {
    font-size: 17px;
}
.su-custom-post-list {
    border-top-style: none;
    border-top-width:1px;
    border-bottom:0px solid #EBEBEB;
    border-left:0px solid #EBEBEB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
 }
.su-custom-post {
    float: none;
/*    width: 100%;  */
    flex: 1 100%;
    min-height: 100px;
    padding: 5px 10px;
    margin:10px;
    transition: all 0.4s linear 0s;
    border-color: #EBEBEB;
/*    border-bottom: 1px solid #EBEBEB; */
    -webkit-box-shadow: 5px 5px 15px 5px #93b6c1;
    -moz-box-shadow: 5px 5px 15px 5px #93b6c1;
    -ms-box-shadow: 5px 5px 15px 5px #93b6c1;
    box-shadow: 5px 5px 15px 5px #93b6c1;
    line-height: 150%;
}
.su-custom-post-expand {
    flex:1 100%;    
}
.su-separ1 {
}
.su-custom-post:hover {
    background-color: #F7F7F7;
    padding: 0 10px;
    transition: all 0.4s linear 0s;
    -webkit-box-shadow: 5px 5px 15px 5px #a3e0ff;
    -moz-box-shadow: 5px 5px 15px 5px #a3e0ff;
    -ms-box-shadow: 5px 5px 15px 5px #a3e0ff;
    box-shadow: 5px 5px 15px 5px #a3e0ff;
    cursor: pointer;
}
.su-custom-post:hover span.cond-desc {
    color:#000;
    transition: all 0.4s linear 0s;
}
.su-custom-post:hover a.su-post-permalink {
    background-color:#FFF;
    transition: all 0.4s linear 0s;
}
img.su-image1,
img.su-image1-lbox {
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    padding:10px;
}
img.su-image1 {
    cursor: pointer;
}
h4.su-heading3 {
    text-align: center;
    letter-spacing: 0px;
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 20px;
}
h4.su-heading3-sm {
    text-align: center;
    letter-spacing: 0px;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    word-break: normal;
}
h4.su-heading3 a,
h4.su-heading3 a:visited {
    color:#333333;
    transition: all 0.4s linear 0s;   
}
h4.su-heading3 a:hover {
    color:#66CCFF;
}
p.su-paragraph2 {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    color: #777777;
    margin-top: 0px;
}
span.su-desc {
}
.su-align-inline-wrap1 {
    text-align: center;
}
.align-inline-wrap3 {
    text-align: center;
}
a.su-post-permalink {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 157%;
    margin: 10px 0;
    color: #333333;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #086a8e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
/*    border-width: 0px; */
    transition: all 0.4s linear 0s;
    background-color: #f2f3f4;
    margin: 10px 0 40px 0;
}
a.su-post-permalink:hover {
    background-color: #086a8e !important;
    color:#ffffff;
}
.su-lightbox-content {
    width:75% !important;
}

/* begin healthy habits post-specific styling */
#healthy-habits-table,
#healthy-habits-table th,
#healthy-habits-table td {
border:1px solid black;
border-collapse:collapse;
padding:10px;
width:auto;
text-align:center;
vertical-align:middle;
}
#healthy-habits-table th {
font-weight:700;
background-color:#eee;
}
#healthy-habits-table td img {
max-width:100px;
height:auto;
}
#healthy-habits-table .summary-row {
border:3px solid black;
}
#healthy-habits-table td.neutral-face {
background-color:#FFFFB0;
}
#healthy-habits-table td.sad-face {
background-color:#ffd0d0;
}
#healthy-habits-table td.happy-face {
background-color:#ddffd7;
}
/* end healthy habits post-specific styling */

/* start slickquiz styling */
.slickQuizWrapper .button {
	background-color: #66ccff !important; 	/* mark important so it actually takes over main stylesheet */
}
.slickQuizWrapper .button:hover {
	background-color: white !important;		/* mark important so it actually takes over main stylesheet */
	color:#66ccff !important; 				/* mark important so it actually takes over main stylesheet */
}
.slickQuizWrapper .quizName, 
.slickQuizWrapper .quizHeader {
    text-align: center;
} 
/* end slickquiz styling */

/* --------------------------------------------BEGIN ASPECT RATIO SPECIFIC STYLING--------------------------------------- */

@media only screen and (min-width: 425px) {
    .su-custom-post {
        flex:1 25%;
    }
}

@media only screen and (min-width: 768px) {
    .row_31 {
    }
    .column_29 {
        width: 90%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
    .row_32 {
        clear: both;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .column_30 {
/*        float: left;      */
        width: 100%;
        min-height: 50px;
        text-align:center;
        padding:15px;
    }
    .column_31 {
/*        float: left;    */
        width: 100%;
        min-height: 50px;
        padding:10px 15px 10px 15px; /* was padding:30px 15px 0px 15px; */
        margin-bottom: 10px;        
    }
    .flex-row {
        display: flex;
    }
    .su-customClass1 {
        border-style: hidden;
    }
    .su-customClass2 {
    }
    .su-custom-post-list {
/*        border-left-width: 1px; */
        margin-bottom: 15px;
    }
    .su-custom-post {
        float: left;
/*        width: 33%; */
        min-height: 200px;
        padding-left: 5px;
        padding-right: 5px;
        border-width: 1px;
        border-style: solid;
        transition: all 0.4s linear 0s;
    }
    .su-custom-post:hover {
        transition: all 0.4s linear 0s;
        padding-left:10px;
        padding-right:10px;
    }
    img.su-image1 {
        width: auto;
    }
    img.su-image1-lbox {
        width:300px;
    }
    h4.su-heading3 {
        font-size: 17px;
    }
    h4.su-heading3 {
        font-size: 15px;
    }
    p.su-paragraph2 {
        font-size: 13px;
    }
    .su-align-inline-wrap1 {
        text-align: center;
    }
    .su-align-inline-wrap3 {
        text-align: center;
    }
    a.su-post-permalink {
/*        border-width: 0px; */
        margin: 10px 0 40px 0;
    }
    .su-lightbox-content {
        width:50% !important;
    }
    .clients6-column {
        width:48% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .row_31 {
        clear: both;
        width: auto;
        min-height:100px;
    }
    .column_29 {
        float: none;
        width: 80%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
        max-width:1232px;
    }
    .row_32 {
        clear: both;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        align-items: center;
    }
    .column_30 {
/*        float: left;
        width:66.6667%;     */
        min-height:100px;
        text-align:right;
        padding:15px;
    }
    .column_31 {
/*        float: left;
        width:33.3333%;
        padding:30px;     */
        min-height:100px;
    }
    .su-customClass2 {
    }
    .su-custom-post-list {
        clear: both;
        margin-bottom: 30px;
    }
    .su-custom-post {
        float: left;
        border-width: 1px;
        border-style: solid;
        transition: all 0.4s linear 0s;
/*        width: 14%; */
/*        flex: 0 20%;    */
        min-height: 200px;
        margin:10px;
        padding:0 10px;   
    }
    .su-custom-post:hover {
        transition:all 0.4s linear 0s;
    }
    h4.su-heading3 {
        font-size: 22px;
    }
    h4.su-heading3-sm {
        font-size: 17px;
    }
    p.su-paragraph2 {
        font-size: 15px;
    }
    .su-align-inline-wrap1 {
        text-align: center;
    }
    .align-inline-wrap3 {
        text-align: center;
    }
    a.su-post-permalink {
/*        border-width: 0; */
        margin: 10px 0 40px 0;
    }
    .su-expand-link {
        font-size: 17px;
    }
    .su-lightbox-content {
        width:33% !important;
    }
    .clients6-row {
        display:flex;
    }
 }

 @media only screen and (min-width: 1044px) {
	.flex_row_middle {
    	flex-direction: row; 
    }
}

/*-------------------------------END LIGHTBOX CALLOUT-------------------------*/
/* --------------------------------------------END ASPECT RATIO SPECIFIC STYLING--------------------------------------- */
/*-------------------------------Simple Share Buttons-------------------------*/
.ssba {
    clear:both;
}

/* begin speech bubbles */

.triangle-isosceles.left {
    margin-left: 50px;
    background: lightgray; /*#f3961c*/
    float:left;
}

.triangle-isosceles.right {
    margin-right: 50px;
    background: lightblue; /*#f3961c*/
    float:right;
}

.triangle-isosceles {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #000;
    max-width: 50%;
    /*background: #f3961c;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background: -moz-linear-gradient(#f9d835, #f3961c);
    background: -o-linear-gradient(#f9d835, #f3961c);
    background: linear-gradient(#f9d835, #f3961c);*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.triangle-isosceles.left:after {
    top: 16px;
    left: -50px;
    bottom: auto;
    border-width: 10px 50px 10px 0;
    border-color: transparent lightgray; /*#f3961c*/
}

.triangle-isosceles.right:after {
    top: 16px;
    right: -50px;
    bottom: auto;
    left: auto;
    border-width: 10px 0 10px 50px;
    border-color: transparent lightblue; /*#f3961c*/
}

.triangle-isosceles:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border-width: 15px 15px 0;
    border-style: solid;
    /*border-color: #f3961c transparent;*/
    display: block;
    width: 0;
}

/* end speech bubbles */

/* shake affect added to to certain elements along with color change to 66ccff */

.shake {
    color: #66CCFF;
    transition: all .2s linear;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-background-origin: 50% 50%;
    animation-origin: 50% 50%;
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}   
@keyframes shake {

    0% { transform: translate(2px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(0px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(2px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(2px, 2px) rotate(-1deg); }
    100% { transform: translate(2px, 1px) rotate(0deg); }
}

@-webkit-keyframes shake {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(-1deg); }
    100% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
}

/* End shake effect*/