/* CSS Document */

body {
	background-color: #fff;
	background-image: url(images/bg-body.jpg);
    background-attachment: fixed;
	color: #666666;
	margin: 0;
	padding: 0;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }
img.aligncenter {
    display: block;
    margin: auto;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

a { 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.fa {
	margin-right: 0.6em;
	color:#427280;
}

li {
	padding: 0;
	margin: 0;
}

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

@font-face {
	font-family: 'futura';
	src: url('fonts/Futura Book.ttf') format('ttf')
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: 'futura', sans-serif; /* 300 400 500 700 */
	font-weight: 500;
	font-size: 1.8em;
	color: #000;
	margin: 0 0 0 0;
}

h2 {
	font-family: 'futura', sans-serif; /* 300 400 500 700 */
	font-weight: 500;
	font-size: 1.4em;
	color: #000;
	margin: 0 0 0 0;
}

p {
	font-family: 'Roboto', sans-serif; /* 300 400 500 700 */
	font-weight: 300;
	font-size: 0.9em;
	color: #000;
	margin: 0 0 0 0;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
	padding: 1em 0;
	background: #fff;
}

#header .right {
	text-align: right;
}

#header a {
	text-decoration: none;
	color: #000;
}

#header a:hover {
	color: #ff1700;
}

#header p {
	font-weight: 400;
	font-size: 1.2em;
	margin-top: 25px;
}

#header p span {
	font-weight: 500;
}

/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
	background: #ff1700;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'futura', sans-serif; /* 300 400 500 700 */
    font-weight: 500;
    font-size: 0.75em;
    /*letter-spacing: 0.05em;*/
    text-transform: uppercase;
}

#menu li {
    position: relative;
    display: inline;
}

#menu a {
    display: inline-block;
    padding: 1.2em 1.2em;
    margin: 0 0 0 0;
    color: #fff;
    text-decoration: none;
    margin-right: -4px;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

#menu .right a {
    float:right;
    /*margin-right: 3px;*/
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
	color: #fff;
	margin-right: 1px;
}

#menu .right a:hover {
    float:right;
    /*margin-right: 3px;*/
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
}

#menu .active {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
}

#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
    /*color: #FFFFFF;*/
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* BANNER --------------------*/
/* BANNER --------------------*/
/* BANNER --------------------*/
/* BANNER --------------------*/

#banner {}

/* CONTENT --------------------*/
/* CONTENT --------------------*/
/* CONTENT --------------------*/
/* CONTENT --------------------*/

.title.left {
    -webkit-clip-path: polygon(0% 0, 88% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 88% 0, 100% 100%, 0% 100%);
}
.image1 {
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
    clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
  /*width: 100%;
  height: 280px;
  padding-bottom: 66.66%;
  background-size: cover;*/
}
.image2 {
-webkit-clip-path: polygon(0 4%, 100% 0, 99% 100%, 0 99%);
    clip-path: polygon(0 4%, 100% 0, 99% 100%, 0 99%);
  /*width: 100%;
  height: 280px;
  padding-bottom: 66.66%;
  background-size: cover;*/
}

.title.rite {
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 4% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 4% 100%);
}

.title {
    font-family: 'futura', sans-serif; /* 300 400 500 700 */
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
    line-height: 40px;
    color: #FFF;
    background: #ff1700;
    width: 90%;
    padding: 0 5%;
    margin-bottom: 20px;
}

#content {
	padding: 2em;
	background-color: #ffffff;
}

#content .right {
	text-align: right;
}

#content h1 {
	margin: 0 0 0.75em 0;
	padding: 0 0 0 0;
	position: relative;
}

#content h2 {
	font-size: 1.3em;
	margin: 0em 0 1.5em 0;
	line-height: 1.3em;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.clear {
	clear: both
}

#content a {
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

#content a:hover {
    color: #ff1700;
}

#content ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0;
}

#content ul li {
    font-family: 'futura', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
    color: #666;
    line-height: 1.5em;
    padding: 0 0 0 1.2em;
    margin: 0 0 0.5em 0;
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 9px;
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
    padding: 3em 0em 3em 0em;
    background-color: #000;
	text-align: center;
	border-top: 110px solid #ff1700;
}

#footer p {
	font-size: 0.8em;
	color: #fff;
}

#footer p a:hover {
	text-decoration:underline!important;
	color: #fff;
}
#footer p a:link {
	text-decoration:none;
	color: #fff;
}
#footer p a:active {
	text-decoration:none;
	color: #fff;
}
#footer p a:visited {
	text-decoration:none;
	color: #fff;
}

/* GRAVITY FORM --------------*/
/* GRAVITY FORM --------------*/
/* GRAVITY FORM --------------*/
/* GRAVITY FORM --------------*/

body .gform_wrapper {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper ul li {
    margin-bottom: 1em!important;
    margin-top: 0!important;
    padding: 0 0 0 0!important;
    background-image: none!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    font-family: 'futura', sans-serif!important; /* 300 400 500 700 */
    font-weight: 400!important;
    font-size: 0.8em!important;
    color: #999;
    background: #eee;
    border: none!important;
    padding: 0.9em!important;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-family: 'futura', sans-serif!important; /* 300 400 500 700 */
    font-weight: 400;
    font-size: 0.8em;
    color: #999!important;
    background:#eee;
    border: none!important;
    padding: 0.7em;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper .gform_footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'futura', sans-serif!important; /* 300 400 500 700 */
    font-weight: 600;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #ff1700;
    color: #ffffff;
    text-decoration: none;
    padding:  1.2em 2em;
    display: block;
    margin: 0;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.gform_wrapper .gform_footer input.button:hover {
    background: #000;
}

#gform_wrapper_1 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
#gform_wrapper_1 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
#gform_wrapper_1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
#gform_wrapper_1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999;
}
#gform_wrapper_1 input::-ms-input-placeholder { /* Microsoft Edge */
    color:    #999;
}

#gform_confirmation_message_1 {
    font-family: 'futura', sans-serif!important; /* 300 400 500 700 */
    font-weight: 400!important;
    font-size: 0.95em!important;
    color: #666;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
font-family: 'futura', sans-serif;
    line-height: inherit;
    font-size: .775em!important;
}

/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 400px) {}

/* MOBILE HORIZONTAL */
@media (max-width: 767px) {
	
	/* HEADER */
	
	#header {
		padding: 0.5em 0 1em 0;
		background: #fff;
	}
	
	#header .logo {
		text-align: center;
	}
	
	#header .right {
		text-align: center;
	}

	#header p {
		font-size: 1em;
		margin-top: 0px;
	}
	
	/* NAV */
	
	.js #nav {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

	/* NAV */
	
	.js #nav {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}	
	
}

/* DESKTOP */
@media (min-width: 1025px) {}

/* COOKIE NOTICE CSS */

#cn-notice-text {
                font-family: 'Roboto', sans-serif; /* 300 400 500 700 */
                font-weight: 400;
                font-size: 13px;
                color: #ddd;
}

#cookie-notice .button.wp-default {
    line-height: 18px;
    padding: 2px 12px;
    background: #ff1700;
    border-color: #ff1700;
    color: #fff;
    text-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    white-space: nowrap;
}

#cookie-notice .button.wp-default:focus, #cookie-notice .button.wp-default:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

