@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
 display: none;
}
body {
	background: #000;
	width: 100%;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}
* {
	margin: 0;
	padding: 0;
}
@media (max-width: 480px) {
div#mobilelogo {
	display: block!important;
	position: relative;
	z-index: 1;
	margin-left: 0;
}
}
@media (max-width: 767px) {
div#mobilelogo2 {
	display: block;
	position: relative;
	z-index: 1;
	margin-left: -150px;
	left: 50%;
}
}
div#mobilelogo {
	display: none;
}
@media (min-width: 767px) {
div#mobilelogo2 {
	display: none;
}
}
@media (max-width: 480px) {
div#mobilelogo2 {
	display: none;
}
}
.tabcontent {
	display: none;
}
div.tab {
	overflow: hidden;
}
div#container1 img {
	background: transparent;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	height: auto;
}
button {
	background: transparent;
	border: none;
	display: inline-block;
	width: 20%;
	padding-bottom: 10px;
	cursor: pointer;
}
button {
	outline: none;
}
div#container1 img:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transform: rotate(30deg) scale(.9, .9);
}
​ div.tab button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 13px 0px;
	transition: 0.3s;
	font-size: 14px;
	border-bottom: 4px solid transparent;
	margin-top: 13px;
	width: 25%;
	background: transparent;
	color: #000;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	display: inline-block;
	z-index: 2;
	position: relative;
}
div.tab button:hover {
	color: #d40303;
	text-shadow: 1px 1px 7px rgba(0,0,0,0);
}
div.tab button.active {
	border-bottom: 4px solid #ce0202;
}
div#portfoliocontent {
	/*background: url(components/graphics/portfoliobg.jpg);*/
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
}
div#ptopbanner {
	display: block;
	position: relative;
	z-index: 0;
}
.tabcontent, .tabcontent2 {
	-webkit-animation: fadeEffect 2s;
	animation: fadeEffect 2s;
	color: #b9b9b9;
	text-align: center;
	padding-top: 20px;
	max-width: 1600px;
	margin: 0 auto;
}
@-webkit-keyframes fadeEffect {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeEffect {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
label {
	cursor: pointer;
}
label:focus {
	outline: none;
}
.menu ul {
	margin-top: 93px;
}
/* hide inputs */
.menu-checkbox {
	display: none;
}
/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
	background: none;
}
/* fade in checked menu */
.menu-checkbox:checked + .menu {
	transform: translate3d(0, 0, 0);
}
/* for show */
html, body {
	height: 100%;
}
p {
	margin-bottom: 15px;
}
#info {
	z-index: 1;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
@media (min-width: 100px) {
#info #info-content {
	background-image: url(components/graphics/conventus2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: none;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	height: 100%;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	-webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 10s; /* Firefox < 16 */
	-ms-animation: fadein 10s; /* Internet Explorer */
	-o-animation: fadein 10s; /* Opera < 12.1 */
	animation: fadein 10s;
}
}
 @media (min-width: 600px) {
#info #info-content {
	background-image: url(components/graphics/conventus.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: none;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	height: 100%;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	-webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 10s; /* Firefox < 16 */
	-ms-animation: fadein 10s; /* Internet Explorer */
	-o-animation: fadein 10s; /* Opera < 12.1 */
	animation: fadein 10s;
}
}
}
 @keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
#info #info-content h1 {
	color: #fff;
	border: 3px solid #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	font-size: 22px;
	font-weight: normal;
	padding: 20px;
	margin: 10px;
	display: inline-block;
}
#info #info-content h1 strong {
	display: block;
	font-size: 26px;
}
#content {
	display: block;
	position: relative;
	background: white;
}
/* SLDIER */
.slideshow, .slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 36s linear infinite 0s;
	-moz-animation: imageAnimation 36s linear infinite 0s;
	-o-animation: imageAnimation 36s linear infinite 0s;
	-ms-animation: imageAnimation 36s linear infinite 0s;
	animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-animation: titleAnimation 36s linear infinite 0s;
	-moz-animation: titleAnimation 36s linear infinite 0s;
	-o-animation: titleAnimation 36s linear infinite 0s;
	-ms-animation: titleAnimation 36s linear infinite 0s;
	animation: titleAnimation 36s linear infinite 0s;
}
.slideshow li div h3 {
	font-family: "helvetica neue", helvetica;
	text-transform: uppercase;
	font-size: 80px;
	padding: 0;
	line-height: 200px;
	color: rgba(255,255,255, 0.8);
}
@media (min-width: 100px) {
.slideshow li:nth-child(1) span {
	background-image: url(sldies/0s.jpg);
}
}
 @media (min-width: 600px) {
.slideshow li:nth-child(1) span {
	background-image: url(sldies/0.jpg);
}
}
}
.slideshow li:nth-child(2) span {
}
@media (min-width: 100px) {
.slideshow li:nth-child(2) span {
	background-image: url(sldies/1s.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
}
 @media (min-width: 600px) {
.slideshow li:nth-child(2) span {
	background-image: url(sldies/1.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
}
}
.slideshow li:nth-child(3) span {
}
@media (min-width: 100px) {
.slideshow li:nth-child(3) span {
	background-image: url(sldies/2s.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
}
 @media (min-width: 600px) {
.slideshow li:nth-child(3) span {
	background-image: url(sldies/2.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
}
}
.slideshow li:nth-child(4) span {
}
@media (min-width: 100px) {
.slideshow li:nth-child(4) span {
	background-image: url(sldies/3s.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
}
 @media (min-width: 600px) {
.slideshow li:nth-child(4) span {
	background-image: url(sldies/3.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
}
}
.slideshow li:nth-child(5) span {
}
@media (min-width: 100px) {
.slideshow li:nth-child(5) span {
	background-image: url(sldies/4s.jpg);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
}
 @media (min-width: 600px) {
.slideshow li:nth-child(5) span {
	background-image: url(sldies/4.jpg);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
}
}
.slideshow li:nth-child(6) span {
}
@media (min-width: 100px) {
.slideshow li:nth-child(6) span {
	background-image: url(sldies/5s.jpg);
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
}
 @media (min-width: 600px) {
.slideshow li:nth-child(6) span {
	background-image: url(sldies/5.jpg);
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
}
}
.slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
 0% {
 opacity: 0;
 -webkit-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -webkit-transform: scale(1.05);
 -webkit-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -webkit-transform: scale(1.1);
}
 25% {
 opacity: 0;
 -webkit-transform: scale(1.1);
}
 100% {
opacity: 0
}
}
@-moz-keyframes imageAnimation {
 0% {
 opacity: 0;
 -moz-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -moz-transform: scale(1.05);
 -moz-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -moz-transform: scale(1.1);
}
 25% {
 opacity: 0;
 -moz-transform: scale(1.1);
}
 100% {
opacity: 0
}
}
@-o-keyframes imageAnimation {
 0% {
 opacity: 0;
 -o-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -o-transform: scale(1.05);
 -o-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -o-transform: scale(1.1);
}
 25% {
 opacity: 0;
 -o-transform: scale(1.1);
}
 100% {
opacity: 0
}
}
@-ms-keyframes imageAnimation {
 0% {
 opacity: 0;
 -ms-animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 -ms-transform: scale(1.05);
 -ms-animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 -ms-transform: scale(1.1);
}
 25% {
 opacity: 0;
 -ms-transform: scale(1.1);
}
 100% {
opacity: 0
}
}
@keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 transform: scale(1.05);
 animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 transform: scale(1.1);
}
 25% {
 opacity: 0;
 transform: scale(1.1);
}
 100% {
opacity: 0
}
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
 0% {
 opacity: 0;
 -webkit-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -webkit-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -webkit-transform: scale(10);
}
 100% {
opacity: 0
}
}
@-moz-keyframes titleAnimation {
 0% {
 opacity: 0;
 -moz-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -moz-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -moz-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -moz-transform: scale(10);
}
 100% {
opacity: 0
}
}
@-o-keyframes titleAnimation {
 0% {
 opacity: 0;
 -o-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -o-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -o-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -o-transform: scale(10);
}
 100% {
opacity: 0
}
}
@-ms-keyframes titleAnimation {
 0% {
 opacity: 0;
 -ms-transform: translateY(200px);
}
 8% {
 opacity: 1;
 -ms-transform: translateY(0px);
}
 17% {
 opacity: 1;
 -ms-transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 -webkit-transform: scale(10);
}
 100% {
opacity: 0
}
}
@keyframes titleAnimation {
 0% {
 opacity: 0;
 transform: translateY(200px);
}
 8% {
 opacity: 1;
 transform: translateY(0px);
}
 17% {
 opacity: 1;
 transform: scale(1);
}
 19% {
opacity: 0
}
 25% {
 opacity: 0;
 transform: scale(10);
}
 100% {
opacity: 0
}
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
	opacity: 1;
}
@media screen and (max-width: 1140px) {
.slideshow li div h3 {
	font-size: 100px
}
}
@media screen and (max-width: 600px) {
.slideshow li div h3 {
	font-size: 50px
}
}
/* SLDIER */

div#abouttop {
	display: block;
	opacity: 1;
	position: relative;
}
div#menutitle {
	display: inline-block;
	z-index: 2;
	position: relative;
	margin-top: 2px;
	margin-left: 50px;
	pointer-events: none;
	padding: 12px;
}
@media (max-width: 480px) {
div#menutitle {
	transform: scale(0);
	margin-top: 0!important;
}
}
@media (max-width: 768px) {
div#menutitle {
	transform: scale(0);
	margin-top: -83px;
}
}
@media (max-width: 480px) {
nav>a {
	margin-top: 18px!important;
}
}
@media (max-width: 768px) {
nav>a {
	margin-top: 2px;
}
}
@media (min-width: 769px) {
nav>a {
	margin-top: 20px;
}
}
.animated {
	background-image: url(components/graphics/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	margin-bottom: 45px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	display: block;
	position: absolute;
	bottom: 1px;
	z-index: 2;
	width: 120px;
	left: 50%;
	margin-left: -60px;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
@media (max-width: 767px) {
.animated {
	background-size: 60px;
	margin-bottom: -30px;
}
}
.titles {
	font-weight: 700;
	font-size: 29px;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	padding-left: 30px;
	letter-spacing: -1px;
	padding-top: 22px;
	display: inline-block;
	color: #000000;
	padding-bottom: 30px;
}
#contact .titles {
	color: white;
}
.subtitles {
	font-weight: 300;
	font-size: 17px;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	padding-left: 32px;
	padding-right: 17px;
	padding-bottom: 7px;
	letter-spacing: -1px;
	display: inline-block;
	margin-top: 57px;
	position: absolute;
	line-height: 14px;
	padding-top: 7px;
	background: #ce0202;
	color: #ffffff;
	left: 0;
	border-radius: 0 30px 30px 0;
}
.porfoliotext {
	color: #a2a2a2;
	text-align: justify;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 24px;
}
.textblock1 {
	display: block;
	max-width: 1300px;
	margin: 0 auto;
	text-align: justify;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	padding-top: 50px;
	padding-bottom: 57px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 26px;
}
header {
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.87);
	position: fixed;
	z-index: 4;
	display: block;
	top: 0;
	text-align: center;
	border-bottom: 1px solid #000;
}
@media (max-width: 480px) {
header {
	height: 0px;
}
}
.header-left, .header-right {
	position: relative;
	color: white;
	float: left;
}
.header-left {
	width: 30%;
}
.header-right label {
	position: absolute;
	top: -82px;
	left: 0px;
	cursor: pointer;
}
.header-right span {
	position: relative;
	width: 70px;
	height: 70px;
	background-image: url(components/graphics/menubg.png);
	-webkit-transition: all .3s ease;
}
.header-right span:hover {
	background-image: url(components/graphics/menubg2.png);
}
.header-right span:before, .header-right span:after {
	content: '';
	position: absolute;
	width: 2em;
	height: .5em;
	top: 4px;
	left: 0;
}
.header-right span:after {
	top: 14px;
}
.header-right {
	width: 70%;
	text-align: right;
}
#open {
	display: none;
}
h1 {
	font-weight: 300;
	line-height: 40px;
}
a {
	text-decoration: none;
	color: white;
}
#ccards a {
	text-decoration: none;
	color: #ce0202;
}
nav>a {
	position: relative;
	display: inline-block;
	line-height: 37px;
	-webkit-transition: all .3s ease;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding-right: 75px;
	text-shadow: 1px 1px 3px #000000;
}
nav>a:hover {
	color: red;
}
.hidden-desktop {
	display: none;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.box {
	width: 49%;
	margin-bottom: 5%;
}
ul li:nth-child(3) .box {
	clear: both;
}
ul li:nth-child(2n) .box {
	margin-right: 0;
	clear: right;
}
}

/* Small monitor */
@media (max-width: 979px) {
nav>a {
	padding: 0 1.5em;
}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.container {
	width: 95%;
}
.header-left, .header-right {
	width: 100%;
	text-align: center;
}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
nav {
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	background: rgba(0, 0, 0, 0.84);
	margin-top: -83px!important;
	margin-left: 83px;
	border-radius: 0px 0px 0px 46px;
	border: 1px solid #545454;
}
input[type="checkbox"]:checked + nav {
	height: 250px;
	margin-top: -3px;
}
nav>a {
	padding: 0 10px;
	display: block;
}
.header-left, .header-right {
	width: 100%;
	text-align: center;
}
.hidden-desktop {
	display: block;
}
}
#navmenu {
	display: block;
	max-width: 1300px;
	margin: 0 auto;
}
h2 {
	margin-top: -80px;
	padding-top: 80px;
	display: inline-block;
}
@media (max-width: 480px) {
h2 {
	margin-top: 0px;
	padding-top: 74px;
	display: inline-block;
}
}
div#about {
	display: block;
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	background-image: url(components/graphics/about/aboutbg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
div#portfolio {
	display: block;
	background: white;
	background-repeat: no-repeat;
	background-position: top right;
	font-family: "Times New Roman", Times, serif;
}
div#contact {
	display: block;
	clear: both;
	background-image: url(components/graphics/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	background-color: #000;
}
div#brands {
	display: block;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding-top: 68px;
	padding-bottom: 60px;
}
.brand {
	display: inline-block;
}
@media (max-width: 600px) {
.brand {
    display: inline-block;
    transform: scale(0.5);
    margin-left: -50px;
    margin-right: -50px;
}
}
@media (min-width: 100px) {
div#aboutbanner {
	background-image: url(components/graphics/about/banner-small.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 90%;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
}
@media (min-width: 600px) {
div#aboutbanner {
	background-image: url(components/graphics/about/banner.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 30%;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
}
div#aboutbackground {
	background: url(components/design/aboutbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
	position: relative;
	text-align: center;
	background-color: black;
}
@media (max-width: 600px) {
div#about {
	background: white;
	background: url(components/graphics/about/aboutbgm.jpg);
	z-index: 1;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
}
div#container1 {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 940px;
	padding-top: 20px;
}
div#p70 {
	width: 70%;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}
div#p70 img {
	width: 100%;
}
@media (max-width: 900px) {
div#p70 {
	width: 100%;
}
}
div#p30 {
	width: 30%;
	display: inline-block;
	margin: 0;
	float: right;
	clear: right;
}
@media (max-width: 900px) {
div#p30 {
	width: 100%;
}
}
div#p30-t {
	width: 26%;
	display: inline-block;
	margin: 0;
	padding: 2%;
	float: right;
	clear: right;
}
@media (max-width: 900px) {
div#p30-t {
	width: 96%;
}
}
div#p50l {
	width: 50%;
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
}
@media (max-width: 900px) {
div#p50l {
	width: 100%;
}
}
div#p50r {
	width: 50%;
	display: inline-block;
	padding: 0;
	margin: 0;
	float: right;
	clear: right;
}
@media (max-width: 900px) {
div#p50r {
	width: 100%;
}
}
div#p33 {
	width: 33%;
	display: inline-block;
	padding: 0;
	margin: 0;
	transition: transform .2s;
	cursor: zoom-in;
}
@media (max-width: 900px) {
div#p33 {
	width: 100%;
	border-bottom: 1px solid #3e3e3e;
}
}
@media (min-width: 601px) {
div#p33:hover {
	transform: scale(1.4);
	-webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.75);
}
}
div#p100 {
	width: 100%;
	display: inline-block;
}
div#p100-t {
	width: 94%;
	display: inline-block;
	margin: 0;
	float: right;
	clear: right;
	padding: 2%;
}
div#potfoliocontent {
	display: block;
	width: 100%;
}
.quarter {
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 20%;
	margin: 0 auto;
	vertical-align: top;
}
.ptext {
	color: #000;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	padding-top: 23px;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: 300;
}
@media (max-width: 600px) {
.ptext {
	font-size: 13px;
}
}
div#potfoliocontent-2 {
	display: block;
	text-align: center;
}
.portfolio-about-title {
	color: #ce0202;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -1px;
	border-bottom: 4px solid #d4d4d4;
	padding-bottom: 5px;
	display: block;
}
.tab2 {
	display: block;
	max-width: 940px;
	margin: 0 auto;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 10px;
}
div.tab2 button.active {
	background: #ce0202;
	padding-top: 14px;
	padding-bottom: 10px;
	color: white;
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
}
div.tab2 .tablinks2 {
	background: #e0e0e0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	border-radius: 8px 8px 0px 0px;
	font-size: 12px;
}
#goup {
	display: block;
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}
main {
	width: 100%;
	margin: 0 auto;
}
section {
	display: none;
	padding: 20px 0 0;
}
input {
	display: none;
}
main label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 9px 18px;
	font-weight: 600;
	text-align: center;
	color: #555;
	border: 1px solid transparent;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-size: 14px;
	opacity: 0.6;
}
label:before {
	display: block;
	float: left;
}
label[for*='1']:before {
	content: url(components/graphics/portfolio/vsi1.jpg);
}
label[for*='2']:before {
	content: url(components/graphics/portfolio/vsi2.jpg);
}
label[for*='3']:before {
	content: url(components/graphics/portfolio/vsi3.jpg);
}
label[for*='4']:before {
	content: url(components/graphics/portfolio/vsi4.jpg);
}
label:hover {
	color: #888;
	cursor: pointer;
}
input:checked + label {
	color: #555;
	border: 1px solid #ddd;
	border-top: 4px solid #ce0202;
	border-bottom: 3px solid #fff;
	opacity: 1;
	transform: scale(1);
	transition: all .2s ease-in-out;
	background: #fff;
	-webkit-box-shadow: 0px -4px 10px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px -4px 10px -5px rgba(0,0,0,1);
	box-shadow: 0px -4px 10px -5px rgba(0,0,0,1);
	border-radius: 6px 6px 0 0;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
	display: block;
	-webkit-animation: fade-in 1s;
	-moz-animation: fade-in 1s;
	-o-animation: fade-in 1s;
	animation: fade-in 1s;
}
 @-webkit-keyframes fade-in {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes fade-in {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fade-in {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @media screen and (max-width: 650px) {
main label {
	font-size: 0;
}
main label:before {
	margin: 0;
	font-size: 18px;
}
div#brands {
	padding-bottom:0;
}
}
 @media screen and (max-width: 400px) {
main label {
	padding: 6px;
	margin-top: 5px;
}
#brandcontainer {
	    margin-bottom: -70px;
}
}
.content {
	padding-top: 0px;
}
@media (min-width: 900px) {
#p70-1 {
	background-image: url(components/graphics/portfolio/70.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 48%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p70-1 {
	background-image: url(components/graphics/portfolio/70s.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
@media (min-width: 900px) {
#p70-1r {
	background-image: url(components/graphics/portfolio/70r.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 48%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p70-1r {
	background-image: url(components/graphics/portfolio/70rs.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
@media (min-width: 900px) {
#p70-1e {
	background-image: url(components/graphics/portfolio/70e.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 48%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p70-1e {
	background-image: url(components/graphics/portfolio/70es.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
@media (min-width: 900px) {
#p70-1a {
	background-image: url(components/graphics/portfolio/70a.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 48%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p70-1a {
	background-image: url(components/graphics/portfolio/70as.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
@media (min-width: 900px) {
#p100-1 {
	background-image: url(components/graphics/portfolio/100.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 28%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p100-1 {
	background-image: url(components/graphics/portfolio/100s.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
@media (min-width: 900px) {
#p100-1r {
	background-image: url(components/graphics/portfolio/100r.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 28%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p100-1r {
	background-image: url(components/graphics/portfolio/100rs.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
@media (min-width: 900px) {
#p100-1e {
	background-image: url(components/graphics/portfolio/100e.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 28%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p100-1e {
	background-image: url(components/graphics/portfolio/100es.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
@media (min-width: 900px) {
#p100-1a {
	background-image: url(components/graphics/portfolio/100a.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 28%;
	width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 900px) {
#p100-1a {
	background-image: url(components/graphics/portfolio/100as.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	height: 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto;
}
}
.above {
	color: #000000;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 600;
	border-right: 2px solid #a5a5a5;
	display: inline-block;
	padding-right: 8px;
	margin-right: 9px;
	line-height: 1px;
	border-top: 2px solid #a5a5a5;
	padding-top: 10px;
}
.below {
	color: #000000;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0px;
	border-left: 2px solid #a5a5a5;
	display: inline-block;
	padding-left: 6px;
	margin-right: 8px;
	line-height: 1px;
	border-bottom: 2px solid #a5a5a5;
	padding-bottom: 10px;
}
.wwd {
	color: #5f5f5f;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -1px;
	border-bottom: 4px solid #d4d4d4;
	padding-bottom: 5px;
	display: block;
}
.wwd-t {
	font-size: 14px;
}
div#p70 {
	width: 70%;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}
div#p70 img {
	width: 100%;
}
@media (max-width: 900px) {
div#p70 {
	width: 100%;
}
}
div#p30 {
	width: 30%;
	display: inline-block;
	margin: 0;
	float: right;
	clear: right;
}
@media (max-width: 900px) {
div#p30 {
	width: 100%;
}
}
div#p30-t {
	width: 26%;
	display: inline-block;
	margin: 0;
	padding: 2%;
	float: right;
	clear: right;
}
@media (max-width: 900px) {
div#p30-t {
	width: 96%;
}
}
div#p50l {
	width: 50%;
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
}
@media (max-width: 900px) {
div#p50l {
	width: 100%;
}
}
div#p50r {
	width: 50%;
	display: inline-block;
	padding: 0;
	margin: 0;
	float: right;
	clear: right;
}
@media (max-width: 900px) {
div#p50r {
	width: 100%;
}
}
div#p33 {
	width: 33%;
	display: inline-block;
	padding: 0;
	margin: 0;
	transition: transform .2s;
	cursor: zoom-in;
}
@media (max-width: 900px) {
div#p33 {
	width: 100%;
	border-bottom: 1px solid #3e3e3e;
}
}
@media (min-width: 601px) {
div#p33:hover {
	transform: scale(1.4);
	-webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.75);
}
}
div#p100 {
	width: 100%;
	display: inline-block;
}
div#p100-t {
	width: 94%;
	display: inline-block;
	margin: 0;
	float: right;
	clear: right;
	padding: 2%;
}
div#potfoliocontent {
	display: block;
	width: 100%;
}
.quarter {
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 20%;
	margin: 0 auto;
	vertical-align: top;
}
.ptext {
	color: #000;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	padding-top: 23px;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: 300;
}
@media (max-width: 600px) {
.ptext {
	font-size: 13px;
}
}
div#potfoliocontent-2 {
	display: block;
	text-align: center;
}
.portfolio-about-title {
	color: #ce0202;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -1px;
	border-bottom: 4px solid #d4d4d4;
	padding-bottom: 5px;
	display: block;
}
.porfoliotext {
	color: #a2a2a2;
	text-align: justify;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 24px;
}
#controls {
	display: block;
	text-align: center;
}
#controls a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	padding: 8px 14px;
	background: #a2a2a2;
	border-radius: 2px;
	display: inline-block;
	width: 108px;
	border-bottom: 3px solid white;
}
#controls a:hover {
	border-bottom: 3px solid #ce0202;
	background: #7d7d7d;
}
i {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}
.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 10px;
}
.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-right: 10px;
}
#tabtextlvl2 {
	display: inline-block;
	line-height: 43px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 12px;
	position: relative;
}
@media (max-width: 800px) {
#tabtextlvl2 {
	display: none;
}
}
main {
	background: url(components/graphics/portfolio/tbg.jpg);
	background-position-x: center;
	background-repeat: no-repeat;
	background-position-y: 3px;
}
@media (max-width: 800px) {
input:checked + label {
	margin-bottom: -10px;
}
}
#pcont {
	display: block;
	width: 100%;
}
#ponts-about {
	display: block;
	margin: 0 auto;
	max-width: 880px;
	overflow: hidden;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
}
#content-left {
	display: inline-block;
	width: 50%;
	float: left;
}
@media (max-width: 800px) {
#content-left {
	width: 100%;
	padding: 20px;
	float: none;
}
}
#content-right {
	display: inline-block;
	width: 50%;
	float: right;
}
@media (max-width: 800px) {
#content-right {
	width: 100%;
	padding: 20px;
	float: none;
}
}
#abouttopest {
	display: block;
	margin-bottom: -49px;
	position: relative;
	z-index: 2;
}
#brandcontainer {
	display: block;
	width: 100%;
	background: #fff;
}
#contact-container {
	display: block;
	text-align: right!important;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
button.accordion {
	border: 1px solid #bbbbbb;
	color: #ce0303;
	cursor: pointer;
	padding: 16px;
	width: 100%;
	font-weight: 700;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	background-image: none;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.75);
}
button.accordion.active, button.accordion:hover {
	background-color: #ce0303;
	color: #FFFFFF;
}
div.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
#ccards-mobile {
	display: block;
	margin-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
@media (min-width: 700px) {
#ccards-mobile {
	display: none;
}
}
#select-location {
    display: block;
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    margin: 0 auto;
    padding-bottom: 36px;
    font-weight: 700;
    color: #ffffff;
}
#ccards {
	display: block;
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 100px;
	text-align: center;
	overflow: hidden;
}
@media (max-width: 700px) {
#ccards {
	display: none;
}
}
#ccard1 {
	background-image: url(components/graphics/ccbg1.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#ccard2 {
	background-image: url(components/graphics/ccbg2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#ccard3 {
	background-image: url(components/graphics/ccbg3.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#ccard1, #ccard2, #ccard3 {
	display: inline-block;
	width: 24%;
	clear: both;
	background-color: #fff;
	padding: 34px;
	box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.5);
	margin: 22px;
	border-radius: 2px 100px 2px 73px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
 @media (max-width: 1200px) {
#ccard1, #ccard2, #ccard3 {
	display: inline-block;
	width: 26%;
}
}
@media (max-width: 700px) {
#ccard1, #ccard2, #ccard3 {
	display: inline-block;
	width: 100%;
	clear: both;
	box-shadow: none;
	margin: 0;
	padding-top: 10px;
	padding-left: 0px;
	border-bottom: 2px solid #ce0303;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}
}
#ccardtitle {
	display: block;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-size: large;
	font-weight: 700;
	color: #8f9090;
	padding-bottom: 30px;
	padding-top: 10px;
}
@media (max-width: 700px) {
#ccardtitle {
	display: none;
}
}
@media (max-width: 700px) {
#ccard1, #ccard2, #ccard3 {
	margin-top: 10px;
}
}
#ccardphn a {
	color: #ce0303;
}
#ccardpicture {
	display: block;
	width: 100%;
}
#ccardinfo {
	display: block;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 11px;
	font-weight: 600;
	color: #7b7b7b;
}
#ccardphn {
    display: block;
    font-family: "Montserrat", Arial, Tahoma, sans-serif;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #ce0303;
    padding-top: 10px;
    padding-bottom: 18px;
}
#ccardform {
	display: block;
}
#ast {
	color: #ce0202;
	font-weight: 600;
	border-bottom: 2px solid #888888;
	border-image: linear-gradient(to right, #bbbbbb 0%, #d53a9d00 100%);
	border-image-slice: 1;
	border-width: 2px;
	width: 50%;
	margin-bottom: 9px;
}
.ast2 {
    color: #565656;
    font-weight: 600;
}
.ast3 {
    text-decoration: line-through;
}
.sr .fooReveal {
	visibility: hidden;
}
#ast4 {
    font-size: 12px;
    font-style: italic;
    padding: 20px;
    padding-left: 33px;
    background-color: rgba(238, 238, 238, 0.52);
    border-radius: 5px 45px;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    max-width: 1000px;
    margin: 0 auto;
    line-height: 18px;
}
#ast4 .astr {
    text-align: right;
    display: block;
}
#ast4::before {
	background-image:url(components/graphics/phic.png);
    content: " ";
    width: 40px;
    height: 40px;
    background-color: #ce0202;
    display: block;
    position: absolute;
    margin-left: -58px;
    border-radius: 2px 10px;
    margin-top: 2px;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
#about a {
    color: #737373;
    font-weight: 600;
}
#about a:hover {
    color: #ce0202;
    font-weight: 600;
}
#brandstitle {
	display: block;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
	line-height: 28px;
	font-size: 18px;
	font-weight: 600;
	color: #a2a2a2;
	padding-bottom: 24px;
}
