@charset "UTF-8";/*[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Kasper  Pedersen - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Swoopie.xyz 2017 - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdForm  - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdPWrap - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] -  stdBtn  - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdInput - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] -  stdDiv  - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdPopUp - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdSize  - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdFont  - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdColor - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdFontSize  - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdTextarea  - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] -  stdNavTop   - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - stdAnimationCall - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

/* Common includes */
button, input[type="submit"] { /* Standard mouse cursor for submit & buttons */
	cursor: pointer;
}

.stdForm fieldset {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stdForm fieldset legend {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

/* Wrappings */
.stdPWrap { /* Standard Page Wrap */
	max-width: 1280px;
	margin: 0 auto;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Buttons - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdBtnSmall { /* Standard Button Size Small */
	font-size: 12px;
}

.stdBtnSmallPlus { /* Standard Button Size Small Plus */
	font-size: 15px;
}

.stdBtnMedium { /* Standard Button Size Medium */
	font-size: 18px;
}

.stdBtnMediumPlus { /* Standard Button Size Medium Plus */
	font-size: 22px;
}

.stdBtnLarge { /* Standard Button Size Large Plus */
	font-size: 32px;
}

.stdBtnLargePlus { /* Standard Button Size Large Plus */
	font-size: 64px;
}

.stdBtnBlack { /* Standard Button Black Colour */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 1px solid black;
	border-radius: 0px;
	color: black;
}

.stdBtnWhite { /* Standard Button White Colour */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 0px;
	color: white;
}

.stdBtnRed { /* Standard Button Red Colour */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 1px solid red;
	border-radius: 0px;
	color: red;
}

.stdBtnGreen { /* Standard Button Green Colour */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 1px solid green;
	border-radius: 0px;
	color: green;
}

.stdBtnYellow { /* Standard Button Yellow Colour */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 1px solid yellow;
	border-radius: 0px;
	color: yellow;
}

.stdBtnBlue { /* Standard Button Blue Colour */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
	border: 1px solid blue;
	border-radius: 0px;
	color: blue;
}

.stdBtnBlack:hover { /* Standard Button Black Colour */
	background-color: black;
	color: white;
}

.stdBtnWhite:hover { /* Standard Button White Colour */
	background-color: white;
	color: black;
}

.stdBtnRed:hover { /* Standard Button Red Colour */
	background-color: red;
	color: white;
}

.stdBtnGreen:hover { /* Standard Button Green Colour */
	background-color: green;
	color: white;
}

.stdBtnYellow:hover { /* Standard Button Yellow Colour */
	background-color: yellow;
	color: black;
}

.stdBtnBlue:hover { /* Standard Button Blue Colour */
	background-color: blue;
	color: white;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Inputs - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdInputBlack { /* Standard Input Black */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	border: 1px solid black;
	border-radius: 1px;
	color: black;
}

.stdInputBlack:hover { /* Standard Input Black Hover*/
	background-color: black;
	color: white;
}

.stdInputBlack::placeholder { /* Standard Input Black Placeholder*/
	color: black;
}

.stdInputWhite { /* Standard Input White */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 1px;
	color: white;
}

.stdInputWhite:hover { /* Standard Input White Hover*/
	background-color: white;
	color: black;
}

.stdInputWhite::placeholder:hover { /* Standard Input White Hover*/
	background-color: white;
	color: black;
}

.stdInputWhite::placeholder { /* Standard Input White Placeholder*/
	color: white;
}

.stdInputRed { /* Standard Input Red */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	border: 1px solid red;
	border-radius: 1px;
	color: red;
}

.stdInputRed:hover { /* Standard Input Red Hover*/
	background-color: red;
	color: white;
}

.stdInputRed::placeholder { /* Standard Input Red Placeholder*/
	color: red;
}

.stdInputGreen { /* Standard Input Green */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	border: 1px solid green;
	border-radius: 1px;
	color: green;
}

.stdInputGreen:hover { /* Standard Input Green Hover*/
	background-color: green;
	color: white;
}

.stdInputGreen::placeholder { /* Standard Input Green Placeholder*/
	color: green;
}

.stdInputYellow { /* Standard Input Yellow */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	border: 1px solid yellow;
	border-radius: 1px;
	color: yellow;
}

.stdInputYellow:hover { /* Standard Input Yellow Hover*/
	background-color: yellow;
	color: black;
}

.stdInputYellow::placeholder { /* Standard Input Yellow Placeholder*/
	color: yellow;
}

.stdInputBlue { /* Standard Input Blue */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	border: 1px solid blue;
	border-radius: 1px;
	color: blue;
}

.stdInputBlue:hover { /* Standard Input Blue Hover*/
	background-color: blue;
	color: white;
}

.stdInputBlue::placeholder { /* Standard Input Blue Placeholder*/
	color: blue;
}

.stdInputSmall { /* Standard Input Size Small */
	font-size: 12px;
}

.stdInputSmallPlus { /* Standard Input Size Small Plus */
	font-size: 15px;
}

.stdInputMedium { /* Standard Input Size Medium */
	font-size: 18px;
}

.stdInputMediumPlus { /* Standard Input Size Medium Plus */
	font-size: 22px;
}

.stdInputLarge { /* Standard Input Size Large Plus */
	font-size: 32px;
}

.stdInputLargePlus { /* Standard Input Size Large Plus */
	font-size: 64px;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Divs - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdDivBlack { /* Standard Div Black Colour */
	background-color: black;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 1px;
}

.stdDivGrey { /* Standard Div Black Colour */
	background-color: #565656;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 1px;
}

.stdDivWhite { /* Standard Div White Colour */
	background-color: white;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 1px;
}

.stdDivRed { /* Standard Div Red Colour */
	background-color: red;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 1px;
}

.stdDivGreen { /* Standard Div Green Colour */
	background-color: green;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 1px;
}

.stdDivYellow { /* Standard Div Yellow Colour */
	background-color: yellow;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 1px;
}

.stdDivBlue { /* Standard Div Blue Colour */
	background-color: blue;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 1px;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Sizes - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdSizeSmall { /* Standard Size Small */
	width: 10%;
}

.stdSizeSmallPlus { /* Standard Size Small Plus */
	width: 15%;
}

.stdSizeMedium { /* Standard Size Medium */
	width: 30%;
}

.stdSizeMediumPlus { /* Standard Size Medium Plus */
	width: 35%;
}

.stdSizeLarge { /* Standard Size Large */
	width: 60%;
}

.stdSizeLargePlus { /* Standard Size Large Plus */
	width: 65%;
}

.stdSizeFull { /* Standard Size Full */
	width: 100%;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Fonts - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdFont1 { font-family: helvetica neue, verdana; }
.stdFont2 { font-family: 'Roboto', sans-serif; }
.stdFont3 { font-family: 'Roboto Condensed', sans-serif; }
.stdFont4 { font-family: 'Lato', sans-serif; }
.stdFont5 { font-family: 'Vollkorn SC', serif; }
.stdFont6 { font-family: 'Hind Madurai', sans-serif; }
.stdFont7 { font-family: 'Indie Flower', cursive; }
.stdFont8 { font-family: 'Dosis', sans-serif; }
.stdFont9 { font-family: 'Lobster', cursive; }
.stdFont10 { font-family: 'Acme', sans-serif; }
.stdFont11 { font-family: 'Gloria Hallelujah', cursive; }
.stdFont12 { font-family: 'Shadows Into Light', cursive; }
.stdFont13 { font-family: 'Berkshire Swash', cursive; }
.stdFont14 { font-family: 'Russo One', sans-serif; }
.stdFont15 { font-family: 'Satisfy', cursive; }

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Font Size - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdFontSizeSmall { font-size: 13px; } /* Standard Font Size Small */
.stdFontSizeSmallPlus { font-size: 18px; } /* Standard Font Size Small Plus */
.stdFontSizeSmallPlusZ { font-size: 22px; } /* Standard Font Size Small Plus X */
.stdFontSizeSmallPlusX { font-size: 24px; } /* Standard Font Size Small Plus Z */

.stdFontSizeMedium { font-size: 30px; } /* Standard Font Size Medium */
.stdFontSizeMediumPlus { font-size: 35px; } /* Standard Font Size Medium Plus */
.stdFontSizeMediumPlusZ { font-size: 40px; } /* Standard Font Size Medium Plus X */
.stdFontSizeMediumPlusX { font-size: 45px; } /* Standard Font Size Medium Plus Z */

.stdFontSizeLarge { font-size: 60px; } /* Standard Font Size Large */
.stdFontSizeLargePlus { font-size: 65px; } /* Standard Font Size Large Plus */
.stdFontSizeLargePlusZ { font-size: 70px; } /* Standard Font Size Large Plus X */
.stdFontSizeLargePlusX { font-size: 75px; } /* Standard Font Size Large Plus Z */

.stdFontSizeMassive { font-size: 100px; } /* Standard Font Size Massive */
.stdFontSizeMassivePlus { font-size: 105px; } /* Standard Font Size Massive */
.stdFontSizeMassivePlusZ { font-size: 110px; } /* Standard Font Size Massive x */
.stdFontSizeMassivePlusX { font-size: 115px; } /* Standard Font Size Massive z */

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Pop Up Boxes - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdPopUpBlack { /* Pop Up Box Black */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: black;
	opacity: 0;
	height: 250px;
	width: 450px;
	border: 1px solid white;
	position: fixed;
	top: 35%;
	left: 35%;
}

.stdPopUpWhite { /* Pop Up Box White */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	opacity: 0;
	height: 250px;
	width: 450px;
	border: 1px solid black;
	position: fixed;
	top: 35%;
	left: 35%;
}

.stdPopUpRed { /* Pop Up Box Red */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: red;
	opacity: 0;
	height: 250px;
	width: 450px;
	border: 1px solid white;
	position: fixed;
	top: 35%;
	left: 35%;
}

.stdPopUpYellow { /* Pop Up Box Yellow */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: yellow;
	opacity: 0;
	height: 250px;
	width: 450px;
	border: 1px solid black;
	position: fixed;
	top: 35%;
	left: 35%;
}

.stdPopUpGreen { /* Pop Up Box Green */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: green;
	opacity: 0;
	height: 250px;
	width: 450px;
	border: 1px solid white;
	position: fixed;
	top: 35%;
	left: 35%;
}

.stdPopUpBlue { /* Pop Up Box Blue */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: blue;
	opacity: 0;
	height: 250px;
	width: 450px;
	border: 1px solid white;
	position: fixed;
	top: 35%;
	left: 35%;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - RadioBtn - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
input[type="radio"] { /* Hiding default radiobutton */
    display: none;
}

input[type="radio"] + label { /* Setting the colour to an white-ish colour */
    color: #f2f2f2;
    font-family: Arial, sans-serif;
}

input[type="radio"] + label span { /* Styling the radiobuttons */
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked + label span { /* Setting the correct icon for when its checked */
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -57px top no-repeat;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - CheckBox - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
input[type="checkbox"] { /* Hiding default checkbox */
    display:none;
}

input[type="checkbox"] + label { /* Setting the colour to an white-ish colour */
    color:#f2f2f2;
}

input[type="checkbox"] + label span { /* Styling the checkbox icon */
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span { /* Setting the correct icon for when its checked */
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Navigation - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdNavTopBlack { width: 100%; background-color: black; color: white; margin: 0; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; } /* Standard Navigation Top Black */
.stdNavTopWhite { width: 100%; background-color: white; color: black; margin: 0; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; } /* Standard Navigation Top White */
.stdNavTopRed { width: 100%; background-color: red; color: white; margin: 0; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; } /* Standard Navigation Top Red */
.stdNavTopGreen { width: 100%; background-color: green; color: white; margin: 0; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; } /* Standard Navigation Top Green */
.stdNavTopYellow { width: 100%; background-color: yellow; color: black; margin: 0; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; } /* Standard Navigation Top Yellow */
.stdNavTopBlue { width: 100%; background-color: blue; color: white; margin: 0; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; } /* Standard Navigation Top Blue */

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Colours - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdFontColorBlack { color: black; } /* Standard font Colour black */
.stdFontColorWhite { color: white; } /* Standard font Colour white */
.stdFontColorGreen { color: green; } /* Standard font Colour green */
.stdFontColorYellow { color: yellow; } /* Standard font Colour yellow */
.stdFontColorPurple { color: purple; } /* Standard font Colour purple */
.stdFontColorPink { color: pink; } /* Standard font Colour pink */
.stdFontColorRed { color: red; } /* Standard font Colour red */
.stdFontColorBlue { color: blue; } /* Standard font Colour blue */
.stdFontColorOrange { color: orange; } /* Standard font Colour orange */

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Textarea - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdTextareaBlack {
	background-color: black;
	resize: none;
	color: white;
	border: 1px solid white;
	border-radius: 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.stdTextareaWhite {
	background-color: white;
	resize: none;
	color: black;
	border: 1px solid black;
	border-radius: 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.stdTextareaRed {
	background-color: red;
	resize: none;
	color: black;
	border: 1px solid black;
	border-radius: 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.stdTextareaGreen {
	background-color: green;
	resize: none;
	color: white;
	border: 1px solid white;
	border-radius: 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.stdTextareaYellow {
	background-color: yellow;
	resize: none;
	color: black;
	border: 1px solid black;
	border-radius: 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.stdTextareaBlue {
	background-color: blue;
	resize: none;
	color: white;
	border: 1px solid white;
	border-radius: 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Animations - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
@keyframes stdAnimationPageSlideOut { /* Fading out full web pages */
	0% { -webkit-opacity: 1; -webkit-transform: translate(0, 0) rotate(0deg); -webkit-opacity: .5; }
	35% { -webkit-transform: translate(3500px, 0) rotate(90deg); -webkit-opacity: .2; }
	70% { -webkit-transform: translate(3500px, 100px) rotate(90deg); }
	100% { -webkit-transform: translate(0, 0) rotate(0deg); }
}

@keyframes stdAnimationPageSlideIn { /* Fading in full web pages */
	0% { -webkit-transform: translate(0, 0) rotate(0deg); }
	35% { -webkit-transform: translate(3500px, 100px) rotate(90deg); }
	70% { -webkit-transform: translate(3500px, 0) rotate(90deg); -webkit-opacity: .2; }
	100% { -webkit-opacity: 1; -webkit-transform: translate(0, 0) rotate(0deg); -webkit-opacity: .5; }
}

@keyframes stdAnimationPageLeft { /* Sliding to the left */
	from { -webkit-transform: translate(0, 0); -webkit-opacity: 1; }
	to { -webkit-transform: translate(3500px, 0); -webkit-opacity: 0; }
}

@keyframes stdAnimationPageRight { /* Sliding to the right */
	from { -webkit-transform: translate(0, 0); -webkit-opacity: 1; }
	to { -webkit-transform: translate(-3500px, 0); -webkit-opacity: 0; }
}

@keyframes stdAnimationPageFadeOut { /* Fading page down to .1 opacity */
	from { -webkit-opacity: 1; }
	to { -webkit-opacity: .1; }
}

@keyframes stdAnimationPageFadeIn { /* Fading page up to 1 opacity */
	from { -webkit-opacity: .1; }
	to { -webkit-opacity: 1; }
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] - Calling animations - [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
.stdAnimationCallPageSlideOut { -webkit-animation: 1s stdAnimationPageSlideOut forwards; }
.stdAnimationCallPageSlideIn { -webkit-animation: 1s stdAnimationPageSlideIn forwards; }
.stdAnimationCallPageLeft { -webkit-animation: 1.5s stdAnimationPageLeft forwards; }
.stdAnimationCallPageRight { -webkit-animation: 1.5s stdAnimationPageRight forwards; }
.stdAnimationCallPageFadeOut { -webkit-animation: 1s stdAnimationPageFadeOut forwards; }
.stdAnimationCallPageFadeIn { -webkit-animation: 1s stdAnimationPageFadeIn forwards; }