@font-face {
    font-family: 'GothamRounded-Book';
    src: url('../fonts/GothamRounded-Book.eot');
    src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamRounded-Book.woff') format('woff'),
         url('../fonts/GothamRounded-Book.ttf') format('truetype'),
         url('../fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	border:0;
	font-family: 'GothamRounded-Book';
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
    -webkit-font-smoothing:antialiased;
}
p {
	font-family: 'GothamRounded-Book';
	font-size: 12pt;
}
a {
	text-decoration: none;	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.section-folds {
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
}

.black-text {
	color: #1F1F1F;
}
.white-text {
	color: #fff;
}
.greyish-text {
	color: #5a5a5a;
}
.darkgrey-text {
	color: #626262;
}
.orange-text {
	color: #e36b36;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
h2 {
    font-family: 'GothamRounded-Book';
	font-size: 35pt;
	font-weight: normal;
	margin: 10px 0;
}
h3 {
    font-family: 'GothamRounded-Book';
	font-size: 25pt;
	font-weight: normal;
	margin: 10px 0;
}
h4 {
    font-family: 'GothamRounded-Book';
	font-size: 20pt;
	font-weight: normal;
	margin: 10px 0;
}
h5 {
    font-family: 'GothamRounded-Book';
    font-size: 17pt;
    font-weight: normal;
    margin: 10px 0;
}

header {
	width: 100%;
	height: 70px;
	background: #1f1f1f;
	position: absolute;
	z-index: 100;
}
header > a {
    float: left;
}
header #tackthis-logo {
	width: auto;
	height: 40px;
	margin: 15px 0 15px 60px;
}
header #header-nav {
	float: right;
	margin: 25px 40px 0 0;
}
header #header-nav p {
	color: #fff;
	font-size: 10pt;
	margin: 0 20px;
	display: block;
	float: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header #header-nav p:hover {
	color: #a5a5a5;
}

#back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	width: 50px;
    height: 50px;
    background: none;
}

/* popup */
.mfp-content {
    height: 100%;
}
.popup-inner-container {
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}

/* get started */
#popup-get-started {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    position: relative;
}
#popup-get-started form {
    width: 70%;
    margin: 50px 15%;
    border-radius: 5px;
}
#popup-get-started .form-boxes {
    width: 24%;
    padding: 2%;
    margin: 0 1% 0 0;
    display: block;
    float: left;
    background: #fff;
    border-radius: 5px;
}
#popup-get-started input {
    width: 100%;
    color: #5a5a5a;
    font-size: 10pt;
}
#popup-get-started .form-submit {
    background: #e66a34;
    color: #fff;
}
#popup-get-started input:focus {
    outline: none;
}

/* prices */
.popup-prices {
    text-align: center;
    color: #fff;
}
.popup-prices h2 {
    width: 50%;
    margin: 0 25% 50px;
    padding: 30px;
    border-bottom: #fff 2px solid;
}
.popup-prices-get-started {
    width: 200px;
    padding: 20px;
    border: 2px #fff solid;
    border-radius: 4px;
    display: table;
    margin: 40px auto 0;
}
.popup-prices-get-started a {
    color: #fff;
    font-weight: bolder;
    font-size: 12pt;
}

.popup-description-list {
    width: 60%;
    margin: 0 20%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/* contact_form_7 css */

.wpcf7 .boxes {
	width: 100%;
	height: 40px;
	font-size: 13px;
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
	background: #fff;
	text-align: left;
}

.wpcf7 .boxes select {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpcf7 .textarea {
	width: 100%;
    height: auto;
    font-size: 13px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    background: #fff;
    text-align: left;
}

.wpcf7 .submit {
	float: right;
    width: 100px;
    height: auto;
    font-size: 13px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    color: #fff;
    background: #1f1f1f;
    text-align: center;
}

.wpcf7 .submit input {
    background: transparent;
    color: #fff;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: red;
    z-index: 2;
    float: right;
    margin-top: -24px;
    padding: 5px;
    position: relative;
}

.wpcf7 .screen-reader-response {
    display:none;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	display:none;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
clear:both;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 4px;
}