body{
	color:#030000;
	font-family: 'Eurostile', Arial, Helvetica, sans-serif;
	font-size:1em;
  background: initial;
}

header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 10px 20px;
}
.headerwrap {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}
#logo img {
    width: 100px;
    height: auto;
}
#banner {
    float: left;
    text-align: left;
    margin-bottom: -20px;
}
.menu-toggle {
  margin-top: 20px;
    float: right;
}
.menu-toggle {
    background: none;
    color: #272425;
}
.menu-toggle.toggled-on {
    background: none;
}
.srt-menu.toggled-on {
    top: 20px;
}
.srt-menu li a {
    margin: 0;
    background: #dd4243;
}
.srt-menu li a, .srt-menu li a:visited, .srt-menu li a:active, .srt-menu li a:hover {
    color: white;
    background: #dd4243;
}

.wrapper {
    width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    padding-left: 20px;
    padding-right: 20px;
}

.flex-control-nav {
    bottom: 10px;
    text-align: right;
    padding-right: 8%;
		padding-right: 4%;
}
.flex-control-paging li a {
	font-size: 0;
}
.flex-control-paging li a.flex-active {
    background: black;
}
.flex-control-paging li a {
    background: white;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: black;
}
.flexslider .slides img.desktop {
	display: none;
}
.flexslider .slides img.tablet {
	display: none;
}
.flexslider .slides img.mobile {
	display: block;
}
.flexslider .slides li {
	background-size: cover;
	background-position: center;
	background-position: center right;
}

.section-2 {
	background: #dd4243;
	color: white;
	padding-top: 40px;
}
.section-2 > div > div {
    margin-left: -45px;
    margin-right: -45px;

		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
}
.s2-grid-wrap {
    padding: 0 15px;
}
.section-2 h2 {
	text-align: center;
	color: white;
	white-space: nowrap;
}
.s2-grid-wrap img {
    border-top-right-radius: 3em;
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
		margin: 1em 0;
		width: 100%;
		border-top-right-radius: 3em;
}

.section-3 {
	padding: 3em 0 0 0;
	background-image: url(../images/bg-s3.png);
	background-size: auto 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.s3head {
	width: 100%;
	text-align: center;
	font-size: 2.25em;
	color: #dd4243;
	margin-bottom: 1.5em;
	white-space: nowrap;
	font-size: 8vw;
}
.s3head span {
	font-size: .65em;
	color: white;
	background: #dd4243;
	padding: .25em 1em;
	vertical-align: top;
	box-shadow: 0 4px 10px rgba(0,0,0,.4);
	margin-left: .5em;
}
.s3left > div {
    text-align: center;
}
.s3leftbox {
    width: 100%;
    /*height: 400px;*/
    background: #dd4243;
    border-radius: 50%;
    margin: 0 auto;
		/*padding: 1em;*/
		position: relative;
		padding-top: 100%;
}
.s3leftbox > div {
	/*
    position: relative;
    top: 50%;
    transform: translateY(-50%);
		*/
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
}
.s3leftbox > div > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.s3leftbox > div span {
    color: white;
    font-size: 1.7em;
    line-height: 1.25;
		font-size: 6.5vw;
}
.s3leftbox > div a {
	display: block;
	font-size: 2em;
	color: #dd4243;
	background: white;
	width: 180px;
	margin: 1em auto;
	padding: .5em;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0,0,0,.4);
	font-size: 7vw;
}

.s3rightbox {
    width: 100%;
    max-width: 640px;
    height: 480px;
    margin: 3em auto;

		height: auto;
		overflow: hidden;
}
.s3rightbox iframe {
    width: 100%;
    max-width: 640px;
    height: 360px;
		box-shadow: 0 0 15px rgba(0,0,0,.75);
}

footer {
    padding: 2em 20px;
    color: white;
    background: #272425;
}
.footerwrap div:nth-of-type(1) img {
	width: 100px;
	height: auto;
}
.footerwrap div:nth-of-type(2) {
    font-family: sans-serif;
    padding: 1em 0;
}
.footerwrap div:nth-of-type(2) span span {
    display: block;
}
.footerwrap div:nth-of-type(3) a {
    color: white;
		font-size: 1.5em;
		margin-right: .5em;
}
.footerwrap div:nth-of-type(3) a:last-of-type {
		margin-right: 0;
}
.footerwrap a, .footerwrap a:hover, .footerwrap a:focus, .footerwrap a:active {
	color: white;
	text-decoration: none;
}

.s3rightbox ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
		font-size: 1.25em;
		line-height: 1.5em;
}

.inputbox {
	margin-bottom: 1em;
}
.inputbox span {
	display: inline-block;
	width: 8em;
	font-family: 'Eurostile', Arial, Helvetica, sans-serif;
}
input, textarea {
	width: calc(100% - 8em);
	border: 2px solid black;
	font-size: 1em;
	padding: .5em .75em;
}
button {
	margin-left: 6.4em;
	padding: .5em 1.75em;
	background: #dd4243;
	font-size: 1.25em;
	color: white;
	border: none;
	font-family: 'Eurostile', Arial, Helvetica, sans-serif;

}
label.error {
    margin-left: 10em;
    font-size: .8em;
    color: #dd4243;
}
.errormgs-feedback {
    text-align: center;
    margin-top: 1em;
		font-family: 'Eurostile', Arial, Helvetica, sans-serif;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#contactusbox {
    width: 100%;
    max-width: 640px;
		padding: 3em 2em 2em;
}


@media only screen and (min-width: 440px) {
	.s3left > div {
	    text-align: center;
	}
	.s3leftbox {
	    width: 400px;
	    height: 400px;
	    background: #dd4243;
	    border-radius: 50%;
	    margin: 0 auto;
			padding: 1em;
			position: relative;
	}
	.s3leftbox > div {
		position: absolute;
		top: 0;
		left: 0;
		bottom: initial;
		right: initial;
		width: 100%;
		height: 100%;
	}
	.s3leftbox > div > div {
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.s3leftbox > div span {
	    font-size: 1.7em;
			padding: 0 1em;
	}
	.s3leftbox > div a {
		font-size: 2em;
	}

	.s3head {
    font-size: 2.25em;
	}

}

@media only screen and (min-width: 768px) {
  body{
  	font-size:1.125em;
  }

  header {
      padding: 10px 20px;
  }
  #logo img {
      width: 125px;
      height: auto;
  }
  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
      padding-left: 20px;
      padding-right: 20px;
  }

	.flexslider .slides img.desktop {
		display: none;
	}
	.flexslider .slides img.tablet {
		display: block;
	}
	.flexslider .slides img.mobile {
		display: none;
	}
	.flexslider .slides li {
		background-position: center right;
	}
	.flex-control-nav {
			padding-right: 6%;
	}

	.section-2 .row {
			display: -webkit-flex;
			-webkit-flex-wrap: wrap;
			display: flex;
	    flex-wrap: wrap;

			max-width: 960px;
	}
	.section-2 .row:before,
	.section-2 .row:after {
		display:none;
	}

	.section-2 .grid_3 {
		width: 50%;
		display: flex;
	}

	.section-3 {
		background-size: auto 800px;
	}

	footer {
	    padding: 2em 30px;
	}
	.footerwrap div:nth-of-type(1) img {
		width: 125px;
		height: auto;
	}
	.footerwrap div:nth-of-type(2) span span {
	    display: inline;
	}

}

@media only screen and (min-width: 1024px) {
  body{
  	font-size:1.25em;
  }


  header {
      padding: 20px 30px;
  }
  #logo img {
      width: 155px;
      height: auto;
  }
  .srt-menu li {
    margin-left: 0;
  }
  .srt-menu li a, .srt-menu li a:visited, .srt-menu li a:active, .srt-menu li a:hover {
    color: #030000;
    background: none;
  }
  .srt-menu li a {
    display: inline-block;
    position: relative;
  }
  .srt-menu li a:after {
    content: '\f111';
    font-family: 'FontAweSome';
    position: absolute;
    top: 0;
    right: 1em;
    color: #dd4243;
    font-size: .5em;
    top: 25%;
    right: -.5em;
  }
  .srt-menu li:last-of-type a:after {
    display: none;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }
	.wrapper {
    max-width: 1720px;
    margin: 0 auto;
	}

	.flexslider .slides img.desktop {
		display: block;
	}
	.flexslider .slides img.tablet {
		display: none;
	}
	.flexslider .slides img.mobile {
		display: none;
	}
	.flexslider .slides li {
		background-position: center center;
	}
	.flex-control-nav {
	    padding-right: 8%;
	}

	.section-2 .wrapper {
	    max-width: 1780px;
	}
	.s3left {
	    width: 450px;
	    float: left;
	}
	.s3leftbox {
    width: 450px;
    height: 450px;
	}
	.s3right {
	    float: left;
	    width: calc(100% - 450px);
			padding-left: 4.5em;
	}
	.s3rightbox {
    width: 100%;
    max-width: 825px;
    height: 464px;
		margin: 0;
		margin-right: auto;
	}
	.s3rightbox iframe {
    width: 100%;
    max-width: 825px;
    height: 464px;
	}
	.section-3 {
		background-size: auto 800px;
		background-position: right center;
	}

	.footerwrap div:nth-of-type(1) img {
		width: 155px;
		height: auto;
	}

	.footerwrap {
		display: flex;
		flex-wrap: wrap;
	}
	.footerwrap div {
		display: flex;
	}
	.footerwrap div:nth-of-type(1) {
		width: 150px;
	}
	.footerwrap div:nth-of-type(3) {
		width: 170px;
	}
	.footerwrap div:nth-of-type(2) {
		width: calc(100% - 150px - 170px);
	}
	.footerwrap div:nth-of-type(2) > span,
	.footerwrap div:nth-of-type(3) span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 1.5em;
    line-height: 1.5;
	}
	.footerwrap div:nth-of-type(3) span {
		height: 2.25em;
		text-align: right;
	}

}

@media only screen and (min-width: 1366px) {

  .srt-menu li a {
    font-size: 1.25em;
    padding: 15px 35px;
  }
  .srt-menu li a::after {
    top: 37.5%;
  }

	.section-2 .row {
			max-width: unset;
	}
	.section-2 .grid_3 {
		width: 25%;
		display: block;
		float: left;
	}
	.section-3 {
		background-size: auto 1000px;
	}

}

@media only screen and (min-width: 1721px) {

	.section-3 {
		background-size: auto;
	}
}
