@-webkit-keyframes pt_theme__loadingSpinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); }
}

@keyframes pt_theme__loadingSpinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); }
}

body {
}

body .-text-white {
	color: white; }

body .-max-width-10px {
	max-width: 10px; }

body .-max-width-20px {
	max-width: 200px; }

body .-max-width-30px {
	max-width: 30px; }

body .-max-width-40px {
	max-width: 40px; }

body .-max-width-50px {
	max-width: 50px; }

body .-max-width-60px {
	max-width: 60px; }

body .-max-width-70px {
	max-width: 70px; }

body .-max-width-80px {
	max-width: 80px; }

body .-max-width-90px {
	max-width: 90px; }

body .-max-width-100px {
	max-width: 100px; }

body .-max-width-150px {
	max-width: 150px; }

body .-max-width-200px {
	max-width: 200px; }

body .-max-width-300px {
	max-width: 300px; }

body .-max-width-350px {
	max-width: 350px; }

body .-max-width-400px {
	max-width: 400px; }

body .-max-width-450px {
	max-width: 450px; }

body .-max-width-500px {
	max-width: 500px; }

body .-max-width-550px {
	max-width: 550px; }

body .-max-width-600px {
	max-width: 600px; }

body .-max-width-650px {
	max-width: 650px; }

body .-max-width-700px {
	max-width: 700px; }

body .-max-width-750px {
	max-width: 750px; }

body .-max-width-800px {
	max-width: 800px; }

body .-opacity-10 {
	opacity: 0.1; }

body .-opacity-20 {
	opacity: 0.2; }

body .-opacity-30 {
	opacity: 0.3; }

body .-opacity-40 {
	opacity: 0.4; }

body .-opacity-50 {
	opacity: 0.5; }

body .-opacity-60 {
	opacity: 0.6; }

body .-opacity-70 {
	opacity: 0.7; }

body .-opacity-80 {
	opacity: 0.8; }

body .-opacity-90 {
	opacity: 0.9; }

body.-do-not-scroll {
	overflow: hidden !important; }

body .-gradient-overlayer::before {
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(10%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 10%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 10%, rgba(0, 0, 0, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }

html {
	height: 100%;
	width: 100%; }

body {
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	margin: 0;
}

body.-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap; }

body.-flex.-flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end; }

body.-flex.-flex-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center; }

body main {
	width: 100%;
	max-width: 1170px;
	position: relative; }

body main.-fluid {
	max-width: 100%; }

body main.-center {
	margin: 0 auto; }

@media (max-width: 767px) {
	body .-hide-on-phone {
		display: none; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	body .-hide-on-tablet-portrait {
		display: none; }
}

@media (min-width: 1024px) and (max-width: 1024px) {
	body .-hide-on-tablet {
		display: none; }
}

@media (min-width: 1025px) {
	body .-hide-on-browser {
		display: none; }
}

div.section.newsletter input.submit, div.section.writeus>.toggle-button {
	background-color: #000000;
	color: #ffffff;
}

#contact_form .wrap .submit {
	background-color: #ffffff;
	color: #000000;
}

div.section.writeus {
	bottom: 0;
	width: 100% !important;
}

div.section.writeus>.toggle-button {
	width: 150px;
	margin: 0 auto;
	display: block;
	padding: 15px 0px;
	text-align: center;
	cursor: pointer;
	position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
}

#contact_form {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	    height: 0px;
	    background-color: rgba(255, 255, 255, 10);
	
}

#contact_form .wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}

#contact_form .wrap>span.close {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 20px;
	height: 17px;
	background: url("../images/close.png") no-repeat;
	cursor: pointer;
	border: 1px solid transparent;
	z-index: 10;
}

#contact_form .wrap span.close:hover {
	border: 1px solid #eee;
}

#contact_form .wrap .form {
	width: 415px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #383838;
	position: relative;
}

#contact_form .wrap .form .success {
	display: none;
	text-transform: uppercase;
	font-size: 55px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: white;
	height: 100%;
	padding-top: 100px;
	line-height: 65px;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 100%;
}

#contact_form .wrap .form .success>span.close {
    width: 100px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: 88% 16px;
    cursor: pointer;
    display: block;
    margin: 8px auto;
    font-size: 23px;
    color: #555;
    border: 1px solid transparent;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 10px 35px 5px 5px;
}

#contact_form .wrap .form .success>span.close:hover {
	border: 1px solid #444;
}

#contact_form .wrap .form .status {
	text-align: center;
	padding: 0 0 10px;
}

#contact_form .wrap .form h3 {
	font-size: 35px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#contact_form .wrap .form .description {
	margin-bottom: 15px;
}

#contact_form .wrap .form .row {
	clear: both;
	margin: 10px 0;
}

#contact_form .wrap .form .row label {
	text-transform: uppercase;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

#contact_form .wrap .form .row .screw {
	float: left;
	margin-top: 5px;
	margin-left: -4px;
}

#contact_form .wrap .form .row label.for_checkbox {
	padding: 15px 0 5px 10px;
	font-size: 13px;
	font-weight: normal;
	text-transform: inherit;
	float: left;
}

#contact_form .wrap .form .row textarea, #contact_form .wrap .form .row input[type=email], #contact_form .wrap .form .row input[type=text] {
	width: 100%;
	border: 1px solid #000000;
	padding: 10px 5px;
}

#contact_form .wrap .form .row textarea {
	height: 120px;
}

#contact_form .wrap .submit {
	float: right;
	width: 110px;
	height: 50px;
	line-height: 27px;
	font-size: 14px;
	/*color: white;*/
	text-transform: uppercase;
	border: 1px solid #666;
}

#contact_form::-webkit-input-placeholder {
	color: #000000;
}

#contact_form:-moz-placeholder {
	color: #000000;
}

#contact_form::-moz-placeholder {
	color: #000000;
}

#contact_form:-ms-input-placeholder {
	color: #000000;
}

.hidden {
	display: none;
}

.notvisible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.transition {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.transition:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

@-webkit-keyframes spaceboots {
	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(0deg);
	}

	100% {
		-webkit-transform: translate(1px, -2px) rotate(-1deg);
	}

}

.shake {
	color: red;
	display: inline-block;
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

#widgets {
	position: absolute;
	width: 100%;
	padding: 0;
	overflow-y: hidden;
	top: 0px;
	left: 0px;
	height: 100%;
}

#widgets.opened>span.close {
	display: block;
	position: fixed;
	right: 20px;
	width: 18px;
	height: 22px;
	cursor: pointer;
	border: 1px solid transparent;
	z-index: 0;
	margin-top: 20px;
}

#widgets {
	
}

@media only screen and (max-width:1025px) {
	#contact_form .wrap {
		width: 860px;
	}

	#contact_form .wrap .form {
		width: 485px;
	}

}
@media only screen and (max-width:768px) {
	#contact_form .wrap {
		width: 668px;
	}

	#contact_form .wrap .form {
		width: 485px;
	}

}
@media only screen and (max-width:568px) {
	#contact_form {
		height: 100%;
	}

	#contact_form .wrap {
		width: 310px;
	}

	#contact_form .wrap .form {
		width: 300px;
	}
	body main .wrap {
    margin-bottom: 60px !important;
	}
	#contact_form .wrap .form h3 {
    font-size: 30px;
    letter-spacing: 0em; 
    font-family: 'Open Sans Condensed', sans-serif;
	}
}
@media only screen and (max-width:380px) {
	#widgets div.section {
		width: 240px;
	}
	body main .wrap {
    margin-bottom: 60px !important;
	}
	#contact_form .wrap .form h3 {
    font-size: 30px;
    letter-spacing: 0em; 
    font-family: 'Open Sans Condensed', sans-serif;
	}
}