/*
*
* ####### PS STYLES #######
*
*/
.shop-button {
	width: 100% !important;
	background: #F4C300 !important;
	box-shadow: 0 5px 0 0 #f3a600;
	color: #FFFFFF !important;
	text-shadow: 1px 0 0 #ba7a14;
	font-family: 'Roboto', sans-serif;
	padding: 20px 5px !important;
	font-size: 30px !important;
	font-weight: bold;
	text-align: center !important;
	border: 0 !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	text-transform: none;
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
}

.shop-button:hover {
	background: #FECE0E !important;
	box-shadow: 0 5px 0 0 #f3a600 !important;
}

}

/* BUTTONS */
.btn-big {
	padding: 16px !important;
	font-size: 18px !important;
}

.btn-small {
	padding: 5px !important;
}

.btn-primary {
	display: inline-block;
	background: #039DDD;
	color: #ffffff !important;
	padding: 14px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0px;
	width: 100%;
	text-align: center;
}

.btn-primary:hover {
	background: #2980b9;
}

.btn-secondary {
	display: inline-block;
	background: #FFFFFF;
	color: #444444 !important;
	padding: 10px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
	background: #3498db;
	border: 0px !important;
}

.ps-btn-blue {
	background: #3498db !important;
}

.ps-btn-blue:hover {
	background: #2980b9 !important;
}

.ps-btn-green {
	background: #2ecc71 !important;
}

.ps-btn-green:hover {
	background: #27ae60 !important;
}

.ps-btn-red {
	background: #e74c3c !important;
}

.ps-btn-red:hover {
	background: #c0392b !important;
}

.ps-btn-orange {
	background: #e67e22 !important;
}

.ps-btn-orange:hover {
	background: #d35400 !important;
}

.ps-btn-yellow {
	background: #f1c40f !important;
}

.ps-btn-yellow:hover {
	background: #f39c12 !important;
}

.ps-btn-darkblue {
	background: #34495e !important;
}

.ps-btn-darkblue:hover {
	background: #2c3e50 !important;
}

.ps-btn-white {
	background: #ffffff !important;
	color: #34495e !important;
}

.ps-btn-white:hover {
	background: #ecf0f1 !important;
}

.ps-btn-black {
	background: #000000 !important;
}

.ps-btn-sale {
	color: #35281f !important;
	padding: 25px !important;
	margin-bottom: 40px;
	font-size: 30px !important;
	border: solid 1px #e67e22 !important;
	border-bottom: solid 7px #e67e22 !important;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	text-decoration: none !important;
	/*font-weight: bold;
	font-style: italic;*/
	font-family: Impact, Arial;
	background: #ffca34;
	background: -moz-linear-gradient(top, #f1c40f 0%, #f39c12 100%);
	background: -webkit-linear-gradient(top, #f1c40f 0%, #f39c12 100%);
	background: linear-gradient(to bottom, #f1c40f 0%, #f39c12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c40f',
		endColorstr='#f39c12', GradientType=0);
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0 0px
		rgba(255, 255, 255, 0.7) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0 0px
		rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0 0px
		rgba(255, 255, 255, 0.7) inset;
}

.ps-btn-sale:hover {
	text-decoration: none !important;
	background: #ffca34;
	background: -moz-linear-gradient(top, #ffda44 0%, #f9ae37 100%);
	background: -webkit-linear-gradient(top, #ffda44 0%, #f9ae37 100%);
	background: linear-gradient(to bottom, #ffda44 0%, #f9ae37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda44',
		endColorstr='#f9ae37', GradientType=0);
}

/* USER INFO - STYLE DEFAULT */
.ps-user-info {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ps-user-info .user-image {
	float: left;
	margin-right: 30px;
}

.ps-user-info .user-image img {
	width: 100%;
	max-width: 100px;
	border: solid 3px #FFFFFF;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.ps-user-info .user-data {
	float: left;
}

.ps-user-info .user-data .display-name {
	font-size: 30px;
	color: #EC067D;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ps-user-info .user-data .info-item {
	font-size: 18px;
	color: #777777;
}

/* FORM STYLE 1 */
.ps-landing-form1 {
	width: 100% !important;
	text-align: center !important;
	margin-top: 30px;
}

.ps-landing-form1 div {
	display: inline-block !important;
	margin: 0 10px !important;
}

.ps-landing-form1 input {
	outline: 0px !important;
	color: #FFF !important;
	background: rgba(255, 255, 255, 0.3) !important;
	position: relative !important;
	font-size: 16px !important;
	padding: 15px !important;
	border-radius: 5px !important;
	border: 2px rgba(255, 255, 255, 0) !important;
	margin: 0px !important;
	display: inline-block !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ps-landing-form1 input:hover {
	box-shadow: inset 0 0 0 2px #EC067D !important;
	outline: 0px !important;
}

.ps-landing-form1 input:focus {
	box-shadow: inset 0 0 0 2px #EC067D !important;
	outline: 0px !important;
}

.ps-landing-form1 input::-webkit-input-placeholder {
	color: #FFFFFF !important;
}

.ps-landing-form1 input:-moz-placeholder {
	color: #FFFFFF !important;
}

.ps-landing-form1 input::-moz-placeholder {
	color: #FFFFFF !important;
}

.ps-landing-form1 input:-ms-input-placeholder {
	color: #FFFFFF !important;
}

.ps-landing-form1 input[type=submit] {
	background: #EC067D !important;
	color: #FFFFFF !important;
	padding: 15px !important;
	font-size: 16px !important;
	text-align: center !important;
	border: 0px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	text-transform: none;
}

.ps-landing-form1 input[type=submit]:hover {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2) !important;
}

/* FORM STYLE 2 */
.ps-landing-form2 {
	width: 100% !important;
	text-align: center !important;
	margin-top: 7px;
	font-family: Arial;
}

.ps-landing-form2 div {
	/*margin: 0 0 !important;*/
	
}

.ps-landing-form2 input {
	margin-bottom: 12px !important;
	width: 100% !important;
	border-radius: 0 !important;
	padding: 14px !important;
	font-size: 17px !important;
	border: 0 !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ps-landing-form2 input:hover {
	box-shadow: inset 0 0 0 2px #3498db !important;
	outline: 0px !important;
}

.ps-landing-form2 input:focus {
	box-shadow: inset 0 0 0 2px #3498db !important;
	outline: 0px !important;
}

.ps-landing-form2 input[type=submit] {
	width: 100% !important;
	background: #F4C300 !important;
	box-shadow: 0 5px 0 0 #f3a600;
	color: #FFFFFF !important;
	text-shadow: 1px 0 0 #ba7a14;
	font-family: 'Roboto', sans-serif;
	padding: 15px 5px !important;
	font-size: 28px !important;
	font-weight: bold;
	text-align: center !important;
	border: 0px !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	text-transform: none;
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
}

.ps-landing-form2 input[type=submit]:hover {
	background: #FECE0E !important;
	box-shadow: 0 5px 0 0 #f3a600 !important;
	/*box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2) !important;*/
}

/* PUBLIC LIST OF LANDINGS */
.wrap-landing {
	
	position: relative;
	vertical-align: top;
	margin: 10px;
	background-color: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wrap-landing:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.wrap-landing .image {
	
}

.wrap-landing .image img {
	width: 100%;
}

.wrap-landing .content-box {
	width: 100%;
}

.wrap-landing .content-box .title {
	font-size: 24px;
	padding: 13px;
}

.wrap-landing .content-box .affiliate-link {
	width: 100%;
	position: relative;
}

.wrap-landing .content-box .affiliate-link input {
	width: 100%;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 12px;
}

.wrap-landing .content-box .affiliate-link input:focus {
	    box-shadow: inset 0 0 0 2px #fba919;
}

.wrap-landing .content-box .affiliate-link .preview {
	position: absolute;
	top: 0;
	right: 0;
	background: #3498db;
	color: #ffffff;
	padding: 10px 14px;
}

.wrap-landing .content-box .statistics {
	font-size: 13px;
}

.wrap-landing .content-box .statistics .setting {
	position: absolute;
	top: 0;
	right: 0;
	background: #27ae60;
	color: #ffffff;
	padding: 6px 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
}

.wrap-landing .content-box .unconfigured {
	margin: 25px 0 20px 0;
	font-size: 18px;
}

.wrap-configuring {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.wrap-configuring input {
	width: 100%;
	padding: 10px;
	font-size: 18px;
}

.wrap-configuring input[type=text] {
	width: 95% !important;
}


/* BANNERS */
.ps-banners {
	
}

.ps-banner {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 47%;
    margin: 1%;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ps-banner .title {
	font-size: 24px;
	color: #ffffff;
	background: #2c3e50;
	padding: 2%;
}

.ps-banner .content {
	padding: 4%;
}

.ps-banner .image {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	max-height: 300px;
}

.ps-banner .image img {
	width: 100%;
	max-height: 300px;
}

.ps-banner .code {
	display: inline-block;
	width: 69%;
	vertical-align: top;
}

.ps-banner .code textarea {
	width: 100%;
}

span.screen-reader-text {
    display: none;
}

/* MARKETPLACE */
.ps-products-sidebar {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.ps-products-danger {
	background: #c0392b;
	margin-right: 20px;
	color: #ffffff;
	padding: 10px;
}

.ps-products-settings {
	background: #ffffff;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.ps-products-content {
	display: inline-block;
	width: 72%;
	vertical-align: top;
	padding-left: 20px;
}

.ps-categories {
	background: #4B515A;
	list-style: none !important;
	margin: 0;
	margin-right: 20px;
}

.ps-categories a {
	color: #ffffff;
}

.ps-categories a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

.ps-category {
	padding: 7px 15px;
	border-bottom: 1px solid #818181;
	margin-bottom: 0px;
	color: #ffffff !important;
}

.ps-products {
	list-style: none !important;
	margin: 0;
	clear: both;
	/*font-size: 0;
    margin: 0 -25px 25px;*/
}

.ps-product {
	width: 26%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 1%;
	margin-bottom: 20px;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
}

.ps-single-product {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ps-single-product .ps-wrap-header {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ps-single-product .ps-header {
	padding: 50px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ps-single-product .ps-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	padding: 40px 50px 50px 50px;
	color: #777777 !important;
	background: #ffffff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: font-family : 'Lato', serif, Arial;
}

.ps-img-rounded {
	border-radius: 100% !important;
}

.ps-single-product .ps-content p {
	color: #777777 !important;
	font-size: 18px;
}

.ps-product:hover {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.37);
}

/* The switch - the box around the slider */
.ps-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.ps-switch input {
	display: none;
}

/* The slider */
.ps-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.ps-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.ps-slider {
	background-color: #2196F3;
}

input:focus+.ps-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.ps-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.ps-slider.ps-round {
	border-radius: 34px;
}

.ps-slider.ps-round:before {
	border-radius: 50%;
}


/*
***************************************
*******   MEDIA QUERY  ****************
***************************************
*/

/* Galaxy-y portrait 240 x 320 ***************
@media only screen and (min-device-width: 100px) and (max-device-width: 240px) {
	.wrap-landing {
		width: 77% !important;
		margin: 3%;
		padding: 9%;
	}
	
	.ps-products-sidebar {
		width: 90%;
		margin: 0 5%;
	}
	
	.ps-products-danger {
		margin: 0;
		padding: 3%;
	}

	.ps-products-settings {
		margin: 0;
		padding: 5%;
		margin-bottom: 15px;
	}
	
	.ps-categories {
		margin: 0;
		margin-bottom: 20px;
	}
	
	.ps-products-content {
		width: 90%;
		margin: 0 5%;
		padding: 0;
	}
	
	.ps-product {
		width: 80%;
		margin: 3%;
		padding: 7%;
	}
	
	.ps-banner {
    	width: 96%;
    	margin: 2%;
	}
	
	.ps-banner .title {
		font-size: 20px;
	}
	
	.ps-banner .content {
    	padding: 6%;
	}

	.ps-banner .image {
		width: 100%;
		max-height: 300px;
	}

	.ps-banner .image img {
		width: 100%;
		max-height: 300px;
	}

	.ps-banner .code {
		width: 100%;
	}
}

/* Galaxy-y landscape 320 x 240 & iPhone portrait 320 x 480***************
@media only screen and (min-device-width: 241px) and (max-device-width: 320px) {
	.wrap-landing {
		width: 82% !important;
		margin: 3%;
		padding: 7%;
	}
	
	.ps-products-sidebar {
		width: 90%;
		margin: 0 5%;
	}
	
	.ps-products-danger {
		margin: 0;
		padding: 3%;
	}

	.ps-products-settings {
		margin: 0;
		padding: 5%;
		margin-bottom: 15px;
	}
	
	.ps-categories {
		margin: 0;
		margin-bottom: 20px;
	}
	
	.ps-products-content {
		width: 90%;
		margin: 0 5%;
		padding: 0;
	}
	
	.ps-product {
		width: 80%;
		margin: 3%;
		padding: 7%;
	}
	
	.ps-banner {
    	width: 96%;
    	margin: 2%;
	}
	
	.ps-banner .title {
		font-size: 20px;
	}

	.ps-banner .image {
		width: 100%;
		max-height: 300px;
	}

	.ps-banner .image img {
		width: 100%;
		max-height: 300px;
	}

	.ps-banner .code {
		width: 100%;
	}
}

/* iPhone landscape 480 x 320 ***************
@media only screen and (min-device-width: 321px) and (max-device-width: 480px) {
	.wrap-landing {
		width: 82% !important;
		margin: 3%;
		padding: 7%;
	}
	
	.ps-products-sidebar {
		width: 100%;
	}
	
	.ps-products-danger {
		margin-right: 0;
		padding: 2%;
	}

	.ps-products-settings {
		padding: 5%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.ps-categories {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.ps-products-content {
		width: 100%;
		padding: 0;
	}
	
	.ps-product {
		width: 80%;
		margin: 3%;
		padding: 7%;
	}
	
	.ps-banner {
    	width: 96%;
    	margin: 2%;
	}

	.ps-banner .image {
		width: 100%;
		max-height: 300px;
	}

	.ps-banner .image img {
		width: 100%;
		max-height: 300px;
	}

	.ps-banner .code {
		width: 100%;
	}
}

/* Kindle portrait 600 x 1024 ***************
@media only screen and (min-device-width: 481px) and (max-device-width: 600px) {
	.wrap-landing {
		width: 82% !important;
		margin: 3%;
		padding: 7%;
	}
	
	.ps-products-sidebar {
		width: 100%;
	}
	
	.ps-products-danger {
		margin-right: 0;
		padding: 2%;
	}

	.ps-products-settings {
		padding: 5%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.ps-categories {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.ps-products-content {
		width: 100%;
		padding: 0;
	}
	
	.ps-product {
		width: 35%;
		margin: 2%;
		padding: 5%;
	}
	
	.ps-banner {
    	width: 96%;
    	margin: 2%;
	}
}

/* iPad portrait 768 x 1024 ***************
@media only screen and (min-device-width: 601px) and (max-device-width: 768px) {
	.wrap-landing {
		width: 85% !important;
		margin: 3%;
		padding: 5%;
	}
	
	.ps-products-sidebar {
		width: 100%;
	}
	
	.ps-products-danger {
		margin-right: 0;
		padding: 2%;
	}

	.ps-products-settings {
		padding: 5%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.ps-categories {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.ps-products-content {
		width: 100%;
		padding: 0;
	}
	
	.ps-product {
		width: 35%;
		margin: 2%;
		padding: 5%;
	}
	
	.ps-banner {
    	width: 96%;
    	margin: 2%;
	}
}

/* Kindle landscape 1024 x 600 & iPad landscape 1024 x 768 ***************
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
	.wrap-landing {
		width: 40% !important;
		margin: 1%;
		padding: 4%;
	}
	
	.ps-product {
		width: 41%;
		margin: 1%;
		padding: 3%;
	}
		
	.ps-banner {
    	width: 96%;
    	margin: 2%;
	}
}

/* Macbook 1280 x 800 ***************
@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px) {
	.wrap-landing {
		width: 25% !important;
		margin: 1%;
		padding: 3%;
	}
	
	.ps-product {
		width: 24%;
		margin: 1%;
		padding: 3%;
	}
}*/