﻿/*	inline borders:	919191
	inline color:	f5f5f5
*/
/*jqPagination DigitalDownloads*/

a {
	outline: 0;
}

.centered {
	margin: 0 auto;
	/* width: 206px;*/
}

html {
	background-color: transparent;
	color: #666666;
	font: 11px verdana, sans-serif;
	margin: 0px;
	text-align: center;
	/* IE fix to center the page */
	
	width: 100%;
}

body {
	background-attachment: inherit;
	background-color: #FFFFFF;
	background-position: top right;
	background-repeat: no-repeat;
	height: auto;
	margin: 0px;
	text-align: center;
	/* IE fix to center the page */
	
	width: 100%;
}

form {
	height: auto;
}

.clientaccess {}

.customStyleSelectBox {
	background-color: #E2E2E2;
	/* border: 1px solid #E7DAB0; */
	
	border-radius: 5px 5px 5px 5px;
	color: #465158;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px 7px;
	width: 135px;
}

.customStyleSelectBox.changed {
	/* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */

.customStyleSelectBoxInner {
	background: url(/images/backend/customlayout/canvas-list-nav-item-arrow-.gif) no-repeat;
	background-position: 127px;
	display: -moz-grid !important;
	overflow: hidden;
	width: 135px !important;
	z-index: 999;
}

div#cl_container {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	text-align: left;
	outline: 0;
}

div#cl_header_container {
	width: 100%;
	height: 105px;
	left: 0;
	position: fixed;
	top: 0!important;
	z-index: 999;
}

div#cl_header {
	position: relative;
	height: 109px;
	margin: 0px;
	width: 100%;
}

a#uxOwnerWebsiteLinkNew {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

div#cl_logo {
	background-position: center;
	background-repeat: no-repeat;
	max-width: 864px;
	height: 100%;
	margin: 0px auto;
    max-height: 105px;
}

.showcasePage {
	max-width: 864px;
}

div#cl_slideshow,
div#cl_slideshow_fallback {
	background-color: transparent;
	margin: 4px auto;
	width: 864px;
	border-radius: 6px;
	overflow: hidden;
}

div#cl_slideshow_fallback {
	overflow: hidden;
	position: relative;
}
/* give each slide the same dimensions */

div#cl_slideshow_fallback div {
	height: 576px;
	width: 864px;
}
/* make sure each slide image is centered */

div#cl_slideshow_fallback img {
	display: block;
	left: 0px;
	margin: auto;
	opacity: 1;
	/*position: absolute; */
	
	top: 0px;
}

div#flashcontainer_fallback {
	border: 0px solid #fff;
	display: inline;
	float: left;
	height: 398px;
	margin: 0 15px;
	margin-bottom: 15px;
	width: 598px;
}

div#flashcontainer_fallback {
	overflow: hidden;
	position: relative;
}

div#flashcontainer_fallback div {
	height: 398px;
	width: 598px;
}

div#flashcontainer_fallback img {
	display: block;
	left: 0px;
	margin: auto;
	opacity: 1;
	top: 0px;
}

div#cl_body {
	font-size: 14px;
	padding: 25px;
	width: 100%;
	background-color: transparent !important;
	box-sizing: border-box;
}

div#reactionsPanel {
	position: relative;
	font-size: 15px;
	margin: 0 auto;
	width: 864px;
}

div#cl_reactions {
	position: relative;
	width: 100%;
	border-radius: 3px;
	padding: 32px 28px;
	box-sizing: border-box;
}

#leaveReactionContainer {
	position: absolute;
	width: 370px;
	top: 32px;
	right: 28px;
}

#leaveReaction {
	position: absolute;
	width: 370px;
}

#leaveReaction.stick {
	position: fixed;
	top: 32px;
}

.formGrid {
	width: 100%;
}

.formRow {
	padding: 0 !important;
	margin-top: 10px !important;
}

#formHide {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.formGrid.active #formHide {
	max-height: 110px;
}

.formInput {
	display: inline-block;
	position: relative;
}

.formInput#formMessage {
	width: 100%;
}

.formInput#formName {
	float: left;
	width: 42%;
}

.formInput#formEmail {
	float: right;
	width: 55%;
}

.formInput#formName,
.formInput#formEmail,
.formRow#submit {
	opacity: 0;

	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);

	-webkit-transition: opacity 0.1s ease, transform 0.1s ease;
	transition: opacity 0.1s ease, transform 0.1s ease;
}

.formGrid.active .formInput#formName,
.formGrid.active .formInput#formEmail,
.formGrid.active .formRow#submit {
	-webkit-transition: opacity 0.25s ease, transform 0.25s ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.formGrid.active .formInput#formName,
.formGrid.active .formInput#formEmail,
.formGrid.active .formRow#submit {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.formGrid.active .formInput#formName {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.formGrid.active .formInput#formEmail {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.formGrid.active .formRow#submit {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.formInput .inputField {
	width: 100% !important;
	padding: 12px 16px;
	background: white;
	border-radius: 5px;
	font-size: 15px !important;
	color: gray;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .05);
	box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit browsers */
   color: #BFBFBF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #BFBFBF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #BFBFBF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #BFBFBF;
}

.formbutton {
	background: white;
	display: inline-block;
	font-weight: bold !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 10px 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    border-collapse: separate;
	float: right;
	margin-top: 4px;
	margin-bottom: 5px;
}

.formbutton .fa {
	margin-right: 8px;
	margin-bottom: 1px;
	vertical-align: middle;
}

#orFacebook {
	display: none;
	/*display: inline-block;*/
	font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 10px 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,.1);
    text-decoration: none;
    text-align: center;
    border-collapse: separate;
	float: right;
	margin-top: 10px;
	margin-bottom: 6px;
	clear: both;
	cursor: pointer;
}

#orFacebook:hover {
	background: rgba(255,255,255,0.1);
}

#guestbookposts {
	width: 400px;
	padding: 10px 10px 0px 0px;
	box-sizing: border-box;
}

#div_facebook {
	background: rgba(255,255,255,0.98);
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	float: none;
	border-radius: 5px;
	clear: both;
}

div.cl_block {
	background-color: #efefef;
	font-size: 14px;
	margin: 15px auto;
	min-height: 100px;
	padding: 10px;
	width: 844px;
}

div.cl_block h1,
div#cl_body h1,
div#cl_reactions h1 {
	font-size: 24px;
	margin-top: 0px;
}

div.cl_block h2,
div#cl_body h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

.reactionsTitle {
	font-size: 18px !important;
	margin-bottom: 10px;
	font-weight: bold !important;
	padding: 0 2px;
}

.messageBlock {
	width: 100%;
	margin-bottom: 24px;
	text-align: left;
}

.messageName {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 4px;
	font-weight: bold !important;
}

.messageDate {
	display: inline-block;
	font-size: 13px !important;
	opacity: 0.8;
}

.messageText {
	width: 100%;
}

div#cl_footer {
	color: #cdcdcd;
	margin: 15px auto;
	padding-bottom: 25px;
	text-align: center;
	width: 175px;
}

div#cl_footer a img {
	position: relative;
	top: 3px;
}

div.actions {
	display: inline-block;
	font-size: 14px;
	width: 100%;
	margin-top: 20px;
}

div.actions a {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	outline: 0;
	vertical-align: middle;
}

div.actions a i {
	background: rgba(255,255,255,0.5);
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
    width: 17px;
    height: 17px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28) !important;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28) !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28) !important;
    overflow: hidden;
    white-space: nowrap;
    font-family: FontAwesome;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    color: $donkergrijs;
    border-collapse: separate;
}

div.actions a span {
	display: inline-block;
	vertical-align: middle;
}

div.actions a img {
	border: none;
	margin-right: 10px;
	position: relative;
	top: 9px;
}

.left {
	float: left;
}

div.actions a.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 165px;
	white-space: nowrap;
}

.right {
	float: right;
}

.font1 {
	font-weight: normal;
	letter-spacing: normal;
}

.font2 {
	font-weight: normal;
	letter-spacing: normal;
	margin: 5px 0 5px 0;
}

.font3 {
	font-weight: normal;
	letter-spacing: normal;
}

.normalSpacing {
	letter-spacing: normal;
}
/* admin/backend styles */

a.bigButton,
a.bigButtonGrey,
a.bigButtonOrange {
	background-image: url(/images/backend/customlayout/savesettingsbutton.png);
	display: inline-block;
	float: right;
	height: 22px;
	width: 206px;
}

#layoutPanel a.bigButton,
a.bigButton,
a.bigButtonGrey {
	color: #FFFFFF;
	font: bold 18px/29px arial, sans-serif;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

a.bigButton small,
a.bigButtonGrey small {
	color: #666666;
	display: block;
	font: 11px verdana, sans-serif;
	letter-spacing: 0px;
	text-transform: none;
}
/* css styles for collapsible panel */

#setLayoutPnl_setLayoutPnl {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 20;
}

#layoutPanel {
	position: absolute;
	width: 445px;
	top: 125px;
	right: 10px;
	text-align: left;
}

#panel {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#showPanel {
	background-color: white;
	border-bottom-left-radius: 6px;
	border: none;
	border-top-left-radius: 6px;
	display: none;
	position: absolute;
	padding: 15px 15px 15px 20px;
	position: fixed;
	right: 0;
	text-align: center;
	font-size: 20px!important;
	color: gray;
	top: 125px;
	z-index: 2;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.menuIcon:hover,
#showPanel:hover {
	color: #c6d52a;
}

.actionPanel {
	cursor: pointer;
	display: block;
	float: right;
}

.iconPanel {
	margin: 15px 0px 0px 0px;
}

.pnlactions {
	background: white;
	margin: 0;
	padding: 10px 25px;
}

.pnlactions #setLayoutPnl_typeDropDown,
.pnlactions label,
.pnlactions .dropDown {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.pnlactions #hidePanel {
	float: right;
	margin-top: 6px;
}

.pnlactions label {
	margin-right: 5px;
}

.iconStyle {
	color: #9FC419;
	cursor: pointer;
	font-size: 24px;
	margin-left: 14px;
}

.menuIcon {
	font-size: 20px!important;
	margin-left: 10px;
	color: gray;
	vertical-align: middle;
	cursor: pointer;
}

/* css for sliders */

.slider {
	display: block;
	position: relative;
	height: 60px;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	background: whitesmoke;
	padding: 10px 0;
	margin-bottom: 10px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.slider .viewport {
	float: left;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
	width: 90%;
	height: 100%;
}

.slider .buttons {
	float: left;
	color: #444444;
	cursor: pointer;
	width: 5%;
	height: 100%;
	text-align: center;
	line-height: 60px;
}

.slider .disable {
	cursor: default;
	opacity: 0.35;
}
/* accordion */

.titleSubHeader {
	position: initial !important;
	height: auto !important;
	margin: 0!important;
	padding: 12px 10px!important;
	background: white !important;
	border: none !important;
	border-radius: 0 !important;
	border-top: 1px solid #e5e5e5 !important;
	box-sizing: border-box;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.titleSubHeader:hover {
	background: whitesmoke !important;
}

.ui-state-active {
	background: whitesmoke !important;
}

.titleSubHeader .ui-icon {
	position: initial !important;
	display: inline-block;
	vertical-align: middle;
	left: 0 !important;
	margin-top: 0 !important;
	top: 0 !important;
}

#accordion .block {
	position: static !important;
	top: 0 !important;
	margin: 0 !important;
	padding: 15px 25px !important;
	background: white !important;
	border: none !important;
	border-radius: 0!important;
	border: none !important;
	border-top: 1px solid #e5e5e5 !important;
	box-sizing: border-box;
	width: 100% !important;
}

.headerAccordion {
	margin: 0;
}

#accordion h3 {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin-left: 2px;
}

#accordion h3 span {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

span.number {
	width: auto;
	color: #c6d52a;
	font-size: 18px;
}

#accordion .block .uploadImage {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.slider .overview {
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.slider .overview li {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin: 0 5px;
	padding: 0px;
	width: 60px;
	height: 60px;
	line-height: 59px;
	opacity: 0.75;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.slider .overview li:hover {
	opacity: 1;
}

.slider .overview li img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
}

.customWidget {
	height: 36px;
	position: relative;
	width: 36px;
}

div.image_Setting span,
div.font_Setting span,
div.bg_Setting span {
	width: 100%;
}

.image_holder img {
	height: auto;
	margin: 2px;
	max-height: 60px;
	max-width: 60px;
	width: 100%;
}

.slider .overview li.image_holder_selected {
	background: white;
	opacity: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image_holder_selected:after {
	border: solid 2px #c6d52a;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.button {
	background-image: url(/images/backend/customlayout/button_background.png);
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.buttonSelected {
	color: #c6d52a !important;
}

.buttonTransparent {
	background-image: url(/images/backend/customlayout/button_transparent.png);
}

.longButton {
	background-image: url(/images/backend/customlayout/long_button_background.png);
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 100px;
}

.longButtonSelected {
	background-image: url(/images/backend/customlayout/long_button_background_selected.png);
}
/* layoutPanel internal */

div.block {
	background-color: #f5f5f5;
	border: solid 1px #919191;
	margin: 5px 0px;
	padding: 5px;
	vertical-align: top;
	width: 410px;
}

div.bg_Setting {
	display: inline-block;
	max-width: 75px;
}

div.bg_Setting span {
	display: inline-block;
	margin-left: 4px;
}

div.ss_Setting {
	float: none;
	/*margin-top: 5px;*/
	
	height: 36px;
	vertical-align: middle;
}

div.bgpos_Setting {
	clear: both;
	float: none;
	margin-bottom: 10px;
	vertical-align: middle;
}

.bgpos_Setting input,
.bgpos_Setting select,
.font_Settings input,
.font_Settings select,
.font_Settings img,
.bw_Setting select {
	vertical-align: middle;
}

.bgpos_Setting select,
.font_Settings select,
.bw_Setting select {
	height: 25px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	color: gray;
	cursor: pointer;
}

.bgpos_Setting input {
	margin: 0 2px 0 0;
}

div.bw_Setting {
	display: inline-block;
	vertical-align: middle;
}

.subblock {
	margin-bottom: 10px;
}

.font_Settings {
	display: inline-block;
	vertical-align: top;
}

div.bgpos_Setting select {
	width: 95px;
}

div.font_Setting select {
	width: 120px;
}

span.font_Setting {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

div.font_Setting,
div.fontStyle_Setting {
	width: 100%;
	margin-bottom: 5px;
}

span.image_Setting,
span.bgpos_Setting,
span.bgcolor_Setting {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
}

span.bgborder_Setting {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 5px;
}

div.postion_Setting .longButton,
div.font_Setting .button,
div.fontStyle_Setting .button,
div.bg_Setting .button {
	display: inline-block;
	vertical-align: middle;
}

.upload_pnl_button {
	display: inline-block;
	width: 100%;
}

.upload_pnl_button span.left {
	display: inline-block;
	vertical-align: middle;
}

.uploadActions a,
.upload_pnl_button span.right,
.upload_pnl_deletebutton a {
	display: inline-block;
	vertical-align: middle;
	color: #becd29;
	text-decoration: none;
	margin-bottom: 10px;
	cursor: pointer;
}

.upload_pnl_deletebutton a.disabled {
	display: none;
	color: #C0C0C0;
	cursor: default;
	font-weight: normal;
	text-decoration: none;
}

.uploadActions {
	background-color: #efefef;
	border: solid 1px #9fc419;
	display: none;
	margin-top: 20px;
	padding: 0px 2px 10px 10px;
	width: 395px;
}

.underlined {
	text-decoration: underline;
}

.notunderlined,
div#cl_body div.actions notunderlined,
div#cl_body div.actions a.notunderlined,
#uxShareSite.notunderlined,
div#cl_footer a {
	text-decoration: none;
}

div#cl_body .actions {
	text-decoration: none;
}

#not_yet_hd {
	color: Red;
	margin: 10px;
	padding-top: 10px;
}

.dd_block {
	display: inline-block;
	width: 100%;
}

.dd_thumb {
	display: inline-block;
	float: left;
	height: 100px;
	margin: 20px;
	width: 100px;
	text-align: center;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.arialBlack {
	font-family: Arial Black, Gadget, sans-serif;
}

.courier {
	font-family: Courier New, Courier, monospace;
}

.Georgia {
	font-family: Georgia, serif;
}

.helvetica {
	font-family: HelveticaNeueLTCom45Light;
}

.Impact {
	font-family: Impact, Charcoal, sans-serif;
}

.Tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}

.Trebuchet {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.LucidaSans {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.PalatinoLinotype {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.Aharoni {
	font-family: Aharoni;
}

.CinnamonCake {
	font-family: CinnamonCake;
}

.Clemente {
	font-family: Clemente;
}

.Constantia {
	font-family: Constantia;
}

.Gabriola {
	font-family: Gabriola;
}

.GeoSans {
	font-family: GeoSans;
}

.Harabara {
	font-family: Harabara;
}

.Jellyka {
	font-family: Jellyka;
}

.JennaSue {
	font-family: JennaSue;
}

.Orial {
	font-family: Orial;
}

.Segoe {
	font-family: Segoe;
}

.Sophie {
	font-family: Sophie;
}

.Jasmine {
	font-family: Jasmine;
}

.Lily {
	font-family: Lily;
}

@font-face {
	font-family: HelveticaNeueLTCom45Light;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/helveticaneueltcom-lt-webfont.eot');
	src: url('../fonts/helveticaneueltcom-lt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueltcom-lt-webfont.ttf') format('truetype');
}

@font-face {
	font-family: Aharoni;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/ahronbd.ttf') format('truetype');
}

@font-face {
	font-family: CinnamonCake;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/CinnamonCake.ttf') format('truetype');
}

@font-face {
	font-family: Clemente;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Clemente.ttf') format('truetype');
}

@font-face {
	font-family: Constantia;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/constan.ttf') format('truetype');
}

@font-face {
	font-family: Gabriola;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gabriola.ttf') format('truetype');
}

@font-face {
	font-family: GeoSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Geo.ttf') format('truetype');
}

@font-face {
	font-family: Harabara;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Harabara.ttf') format('truetype');
}

@font-face {
	font-family: Jellyka;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Jellyka.ttf') format('truetype');
}

@font-face {
	font-family: JennaSue;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/JennaSue.ttf') format('truetype');
}

@font-face {
	font-family: Orial;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Orial.ttf') format('truetype');
}

@font-face {
	font-family: Segoe;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/segoeui.ttf') format('truetype');
}

@font-face {
	font-family: Sophie;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Sophie.ttf') format('truetype');
}

@font-face {
	font-family: Jasmine;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/upcjl.ttf') format('truetype');
}

@font-face {
	font-family: Lily;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/upcll.ttf') format('truetype');
}
/* - Google web fonts - */


.TextMeOne {
	font-family: Text Me One;
}

.SourceSansPro {
    font-family: 'Source Sans Pro', sans-serif;
}

.ArchivoBlack {
	font-family: Archivo Black;
}

.KeaniaOne {
	font-family: Keania One;
}

.Junge {
	font-family: Junge;
}

.CherrySwash {
	font-family: Cherry Swash;
}

.Sacramento {
	font-family: Sacramento;
}

.Molle {
	font-family: Molle;
}

.Oleo {
	font-family: Oleo Script Swash Caps;
}

@font-face {
	font-family: 'Text Me One', sans-serif;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Archivo Black', sans-serif;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Keania One', cursive;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Junge', serif;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Cherry Swash', cursive;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Sacramento', cursive;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Molle', cursive;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Oleo Script Swash Caps', cursive;
	font-style: normal;
	font-weight: normal;
}
/* color thief */

.colorThiefContainer {
	background-color: white;
	width: 400px;
	position: absolute;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
	z-index: 999;
}

.sp-replacer {
	position: relative;
	border: 1px solid #d9d9d9 !important;
	background: white !important;
	border-radius: 5px !important;
	padding: 0 !important;
}

.sp-preview {
	width: 30px !important;
	height: 25px !important;
	border: none !important;
	margin-right: 0 !important;
}

.sp-dd {
	padding: 0px !important;
	line-height: 25px !important;
	position: absolute;
	right: 0;
	width: 16px;
	height: 100% !important;
	text-align: center;
}

.colorThiefPickers {
	text-align: center;
}

.colorThiefPickers .colorPickers {
	display: inline-block;
}

.colorThiefPickers .colorPickerRow {
	display: inline-block;
	margin-right: 5px;
}

.colorthief .output {
	display: none;
}

.colorthief .explanation {
	margin: 0;
}
/* palette */

.sp-container {
	background-color: white !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	border-radius: 3px !important;
}

.sp-picker-container {
	display: inline-block;
	width: 175px !important;
	float: none !important;
	border: none !important;
	padding: 15px 15px 12px 15px !important;
	margin: 0 !important;
}

.sp-button-container {
	margin-top: 10px;
}

.sp-palette-container {
	float: none !important;
	padding: 15px 15px 0 15px !important;
	border: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.sp-palette .sp-thumb-el {
	width: 20px !important;
	height: 20px !important;
	margin: 0 3px 3px 0 !important;
	border: 1px solid #d9d9d9 !important;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
	border: 1px solid #d9d9d9 !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
	background-size: 14px 14px;
}
/* notify */

.ui-pnotify {
	right: 0 !important;
	width: 864px !important;
}

.ui-pnotify-container {
	margin-right: 0 !important;
	padding: 15px 25px !important;
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	text-align: center !important;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25) !important;
}

.ui-pnotify-closer {
	position: absolute;
	top: 10px;
	right: 15px;
	margin: 0 !important;
	float: none !important;
}

.ui-pnotify h4 {
	text-align: center !important;
}

.alert-info {
	background-color: #FFFFDD;
}

.btn_small, .btnSmall {
  display: inline-block !important;
  width: 13px;
  height: 13px;
  background: white;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.28) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.28) !important;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.28) !important;
  overflow: hidden;
  white-space: nowrap;
  margin: 2px;
  font-family: FontAwesome;
  font-size: 14px !important;
  padding: 6px 6px 6px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: gray;
  border-collapse: separate;
  vertical-align: middle !important;
}

.dropDown {
  width: 200px;
  height: 36px;
  position: relative;
  left: 0;
  top: 0;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 1px;
  cursor: pointer;
  float: left;
  background: white;
  overflow: hidden;
}

.dropDown select {
  cursor: pointer;
  color: #919191;
  border: 0px !important;
  height: 36px;
  padding-left: 6px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 220px;
  z-index: 999;
  text-indent: 0.01px;
  text-overflow: "";
}

.dropDown .dropdownArrow {
  font-size: 10px;
  color: #7c8389;
  position: absolute;
  right: 10px;
  top: 43%;
}

.btn_small:hover, .btnSmall:hover {
  position: relative;
  top: 1px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
}

.font_type {
	margin-left: 4px;
}

div a {
  color: #b6c527;
  text-decoration: none;
}



@media only screen and (max-device-width : 1024px) {
	#guestbookposts {
		width: 100%;
		min-height: 0;
	}
	#leaveReactionContainer {
		position: relative;
		width: 100%;
		margin-top: 25px;
		top: 0;
		right: 0;
	}

	#leaveReaction {
		position: relative;
		width: 100%;
	}

	#leaveReaction.stick {
		position: relative;
		top: 0;
	}
}