/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: octin;
  src: url('../fonts/octincollege.ttf');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Base Styles*/

body {
	background: #fff;
	color: #222;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0, 1);
  transition: 2s 1s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

.container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

section {
	padding: 0px 0;
}

.alt-background {
	background: url(../images/background-1.jpg);
}

.parallax {
	background: #222;
}

.responsive-img, .responsive-vid {
	width: 100%;
	height: auto;
}

.video-container {
	max-width: 820px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.hr {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #eee;
	margin: 60px 0;
}

.round-corners {
	border-radius: 4px;
}

input:focus {
	outline: none;
}

/*Typography*/

.text-block-left, .text-block-right {
	padding: 0px 5% 20px 5%;
}

.text-block-center {
	text-align: center;
	width: auto;
	max-width: 580px;
	margin: 0 auto;
}

h2 {
	font-size: 60px;
	font-weight: 100;
	margin: 20px 0;
}

h3 {
	font-size: 48px;
	font-weight: 100;
	margin: 20px 0;
}

h4 {
	font-size: 24px;
	font-weight: 300;
	margin: 10px 0;
}

h5 {
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0;
}

h6 {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
}

p.subheading {
	font-size: 20px;
	color: #f7cc4b;
	margin: -10px 0px 40px 0px;
}

p {
	color: #b1b1b1;
	font-size: 16px;
	line-height: 1.5em;
	margin: 20px 0;
}

strong, em {
	font-weight: 400;
}

.button {
	display: inline-block;
	padding: 8px 30px;
	text-decoration: none;
	background: none;
	border-radius: 3px;
	border: 2px solid #f7cc4b;
	color: #f7cc4b;
	font-weight: 400;
}

.button:hover {
	text-decoration: none;
	border: 2px solid #f7cc4b;
	background: #f7cc4b;
	color: #fff;
}

.alt-background h2, .parallax h2 {
	color: #fff;
}

.alt-background p.subheading {
	color: #222;
}

.alt-background p {
	color: #fdf5db;
}

.alt-background .button {
	border: 2px solid #fff;
	color: #fff;
}

.alt-background .button:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #f7cc4b;
}

.igrajDrugacije {
	font-family: octin;
	font-size: 60px;
	margin: 20px 0;
}

/*Header*/

.header {
	position: absolute;
	top: 0;
	padding-top: 1px;
	color: #fff;
	width: 100%;
}
ul.top-nav {
	display: flex;
	align-items: center;
}

.header-inner {
	position: absolute;
	top: 100px;
	left: 10%;
	right: 10%;
	text-align: center;
	/* width: 100%; */
}

.header-inner h1.headline {
	color: black;
	font-size: 44px;
	line-height: 1em;
	margin: 140px 0 0 0;
	font-weight: 400;
}
.header-inner h1.headline span {
	color: #f7cc4b;
}


/*Top Bar & Navigation*/

.header .top-bar {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	height: 100px;
	z-index: 1;
}

.site-title {
	float: left;
	width: 25%;
}

.site-title a {
	font-size: 48px;
	margin-top: 12px;
	display: block;
	color: blue;
	text-decoration: none;
}

.site-title img {
	margin-top: 32px;
}

.header .top-nav {
	float: right;
	margin-top: 36px;
}

.top-nav li {
	display: inline-block;
	float: left;
}

.top-nav li a {
	display: block;
	text-decoration: none;
	color: blue;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.shortDesc {
	background: rgba(255,255,255,0.65);
}
.top-nav li a:hover {
	color: black;
}
.EMSHeading {
	padding: 20px;
	margin: 0px;
	/* background: rgba(255,255,255,0.5); */
	font-weight: 900;
	color: blue;
}


.nav-collapse a {
	color: #fff;
	text-decoration: none;
	float: left;
	width: 100%;
}
.job-role span {
	color: blue;
	display: block;
}
.emsTraining {
	color: black;
}


.mainSkew {
	transform: skew(0deg, 1deg);
	background-color: #2566fc;
	padding: 80px 0 0 0;
	margin-top: 40px;
}

.mainSkewFit {
	transform: skew(0deg, 1deg);
	background-color: #2566fc;
	padding: 80px 0 0 0;
}

.skewContentFit {
	margin-top: -30px;
	background: url(../images/cross-fit-fit-net.jpg);
	background-size: cover;
	transform: skew(0deg, -1deg);
	display: flex;
	justify-content: space-between;
}

.skewContent {
	margin-top: -30px;
	background: url(../images/6c.jpg);
	background-size: cover;
	transform: skew(0deg, -1deg);
	display: flex;
	justify-content: space-between;
}

.textContainer {
	margin-left: -40px;
	transform: skewX(-5deg);
	flex: 2;
	background-color: rgba(255,255,255, 0.5);
}

.textContainerInner {
	padding-left: 40px;
	transform: skewX(5deg);
	padding-bottom: 30px;
}

.mainTextContent {
	font-family: Oswald;
	font-size: 16px;
	color: black;
}

.mainTextList {
	font-family: Oswald;
	font-size: 16px;
	color: black;
	margin: 10px 0;
}

.questionMainText {
	font-family: Oswald;
	font-size: 20px;
	color: #2763ff;
	font-weight: 500;
}

.mainContainerText {
	margin-left: 30px;
	display: flex;
}
.textPlaceHolder {
	flex: 1;
}

.textPlaceHolderContact {
	flex: 1;
	background-image: url(../images/contactImage.jpg);
	background-size: cover;
  background-position: center;
}

.textContainerFightContact {
	margin-right: -42px;
	transform: skewX(4deg);
	flex: 2;
	width: 70%;
	margin-left: -30px;
	background-color: rgba(255,255,255, 0.5);
}

.EMSHeadingReal {
	font-family: 'Oswald';
	color: #2763ff;
	font-weight: 500;
	font-size: 52px;
}

.EMSHeadingText {
	font-size: 40px;
	font-weight: 100;
	margin: 20px 0;
	font-family: Oswald;
}

.EMSHeadingDiv {
	margin-left: 30px;
}

.rightContainerEmsText {
	padding: 0 20px;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}
.leftContainerEmsText {
	flex: 1;
}

.rightContainerBottom {
	flex: 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.rightContainerTop {
	flex: 2
}

.mainSkewFight {
	transform: skew(0deg, -1deg);
	background-color: #2566fc;
	padding: 80px 0 0 0;
	margin-top: -20px;
}

.skewContentFight {
	margin-top: -30px;
	background: url(../images/fight-fit-fit-net.JPG);
	background-size: cover;
	transform: skew(0deg, 1deg);
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.skewContentFightContact {
	margin-top: -30px;
	background: url(../images/nextToContact.jpg);
	background-size: cover;
	transform: skew(0deg, 1deg);
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.textContainerFight {
	margin-right: -40px;
	transform: skewX(4deg);
	flex: 2;
	background-color: rgba(255,255,255, 0.5);
}

.rightContainerFightText {
	padding: 0 20px;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 30px;
}

.textContainerInnerFight {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transform: skewX(-5deg);
	margin-left: 30px;
	width: 90%;
	padding-bottom: 30px;
}

.textContainerInnerFightContact {
	min-height: 650px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transform: skewX(-5deg);
	margin-left: 30px;
	width: 90%;
	padding-bottom: 30px;
}

.mainContainerTextFight {
	margin-left: 45px;
	display: flex;
}

.EMSHeadingDivFight {
	display: flex;
	justify-content: space-around;
	padding-top: 13px;
}


.sliderLi {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.sliderMainDiv {
	margin-right: 150px;
	margin-top: 100px;
	width: 100%;
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
}
.trainDifferent {
	width: 100%;
	display: flex;
	margin-right: 40px;
	justify-content: flex-end;
	align-items: center;
}

.threeIcons {
	width: 250px;
	display: flex; 
	justify-content: space-between;
	margin-top: 20px;
}

.slantedSliderChild {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	transform: skewY(-2deg);
}

.slantedSliderInner {
	width: 60%;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.slantedSliderSocial {
	width: 240px;
	display: flex;
	justify-content: space-between;
}


.js .nav-collapse {
		overflow: visible;
}

.slanted {
	position: relative;
	width: 100%;
	height: 150px;
	background: rgba(0,0,0,0.7);
	transform: skewY(2deg);
	margin-bottom: -30px;
}



@media screen and (min-width: 960px) {
	.sliderLogo {
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.js .nav-collapse {
		position: relative;
	}
	.js .nav-collapse.closed {
		max-height: none;
	}
	.nav-toggle {
		display: none;
	}
	.nav-collapse ul {
		width: auto;
	}
	.nav-collapse li {
		width: auto;
	}
}

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

.nav-toggle {
	background: #333;
	margin-top: 22px;
	text-decoration: none;
	text-indent: -999px;
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 55px;
	float: right;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nav-toggle:before {
	color: #fff;
	font-family: "responsivenav", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 28px;
	text-transform: none;
	position: absolute;
	content: "≡";
	text-indent: 0;
	text-align: center;
	line-height: 55px;
	speak: none;
	width: 100%;
	top: 0;
	left: 0;
}

.nav-toggle.active::before {
	font-size: 24px;
	content:"x";
}
.pricingWrapp {
	display: flex;
}
.leftImage, .rightImage {
	flex: 1;
	height: 400px;
}
.pricing {
	flex: 2;
	background-color: #343434;
	z-index: 1000;
	height: 400px;
	padding: 20px;
	box-shadow: 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000, 4px 4px 0px #000, 5px 5px 0px #000, 6px 6px 0px #000, 7px 7px 0px #000, 8px 8px 0px #000, 9px 9px 0px #000, 10px 10px 0px #000, 11px 11px 0px #000, 12px 12px 0px #000, 13px 13px 0px #000, 14px 14px 0px #000, 15px 15px 0px #000, 16px 16px 0px #000, 17px 17px 0px #000;
}
.pricing p {
	color: red;
	font-weight: 800;
	text-align: center;
	font-size: 20px;
}
/*Slider*/

.cbp-fwslider {
	margin: 0px;
	padding: 0px;
	height: 800px;
	margin-top: 100px;
}
 
.cbp-fwslider ul li		{
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 800px;
	background-size: cover!important;
}
 
.cbp-fwslider nav {
	display: none;
}

.cbp-fwslider nav span {
	top: 40%;
	color: #999;
	background: none;
	font-size: 50px;
}
 
.cbp-fwslider nav span:hover {
	color: #fff;
	background: none;
}
 
.cbp-fwdots {
	bottom: 150px;
}
 
.cbp-fwdots span {
	background: #999;
	width: 14px;
	height: 14px;
	margin: 0 7px;
}
 
.cbp-fwdots span:hover {
	background: #bbb;
}
 
.cbp-fwdots span.cbp-fwcurrent {
	background: #fff;
	box-shadow: none;
}

/*Parallax*/

section.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.parallax-1 {
  background-image: url("../images/background-1.jpg");
}
section.parallax-2 {
  background-image: url("../images/background-2.jpg");
}
section.parallax-3 {
  background-image: url("../images/background-3.jpg");
}
.emsTraining {
	font-weight: 400;
	padding: 35px;
  padding-top: 0px;
}
.emsTraining li {
	padding: 2px;
}
/*Team*/

.team-member {
	text-align: left;
}
.team-member a {
	padding: 0px 30px 0px 30px;
}
.team-member h3 {
	text-align: center;
	margin: 0px;
  background: blue;
  color: white;
  padding: 30px;
}
.team-photo img {
	border-radius: 4999px;
	margin-bottom: 20px;
}

p.job-role {
	margin-top: 6px;
	padding: 0;
	color: black;
	font-weight: 500;
	text-align: left;
	padding: 35px 30px 0px 35px;
}

/*Owl Carousel*/

.owl-theme .owl-controls .owl-page span{
	background: #909090;
}

.alt-background .owl-theme .owl-controls .owl-page span{
	background: #fff;
}

/*Portfolio*/

.portfolio-item {
	text-align: center;
	position: relative;
	margin: 20px 0 60px;
}

.portfolio-item img {
	width: 95%;
}

.portfolio-item .fa {
	position: absolute;
	top: 35%;
	left: 42%;
	font-size: 1.8em;
	line-height: 2em;
	width: 60px;
	height: 60px;
	color: #222;
	background: #fff;
	border-radius: 4999px;
	display: none;
}

.portfolio-item:hover > a .zoom-icon {
	display: block;
}

/*Achievements*/

.achievement {
	text-align: center;
	padding-top: 20px;
}

.achievement .fa {
	margin-bottom: 10px;
}

.achievement h3 {
	color: #f7cc4b;
	font-size: 84px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.achievement p {
	margin-top: -10px;
	font-weight: 400;
}

/*Testimonials*/

.quote {
	text-align: center;
}

blockquote {
	display: block;
	font-size: 27px;
	line-height: 1.4em;
	max-width: 960px;
	margin: 0 auto;
}

blockquote span {
	color: #f7cc4b;
}


/*Mailing List*/

.mailing-list input {
	display: block;
	width: 100%;
	margin: 0 20px 10px 0;
	padding: 10px 0;
	border: 1px solid #333;
}

.mailing-list input[type=text] {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	text-indent: 10px;
	border-radius: 4px;
}

.mailing-list input[type=button], .mailing-list input[type=submit] {
	border: 2px solid #222;
	width: 100%;
	background: #222;
	color: #fff;
	border-radius: 4px;
	margin: 0 auto;
}

.mailing-list input[type=button]:hover, .mailing-list input[type=submit]:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #f7cc4b;
}


/*Footer*/

.footer {
	background: black;
	display: block;
	padding: 10px 0;
	text-align: center;
}

.footer p em {
	color: #f7cc4b;
}

.footer .social {
	margin: 0 auto;
}

.footer .social li {
	display: inline-block;
}

.footer .social li a {
	display: block;
	width: 44px;
	height: 44px;
	margin: 10px 6px;
	text-align: center;
	border: 1px solid #333;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4999px;
	line-height: 1.8em;
	font-size: 1.5em;
}

.footer .social li a:hover {
	color: #f7cc4b;
	border-color: #f7cc4b;
}

.threeIconsItem {
	width: 60px;
	margin-right: 5px;
	height: 60px;
}

.sliderLogo {
	width: 350px;
}

#firstSlide {
	background: url(../images/home.JPG);
}

#secondSlide {
	background: url(../images/home2.jpg);
}

#thirdSlide {
	background: url(../images/home3.jpg);
}

.rightContainerFightTextContact {
	padding: 0 20px;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1120px) {
	.textContainerFight {
    margin-right: -40px;
    transform: skewX(0deg);
    flex: 2;
    background-color: rgba(255,255,255, 0.5);
  }
	.textContainerInnerFight {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: skewX(0deg);
    margin-left: 0;
    width: 90%;
    padding-bottom: 30px;
  }
	.textContainer {
    margin-left: -40px;
    transform: skewX(0deg);
    flex: 2;
    background-color: rgba(255,255,255, 0.5);
}
.textContainerInner {
	padding-left: 40px;
	transform: skewX(0deg);
	padding-bottom: 30px;
}
	.containerContact {
    max-width: 400px;
    width: 85% !important;
    margin: 0 auto;
		position: relative;
		margin-left: -10px !important;
  }
	.textContainerFightContact {
		margin-right: -42px;
		transform: skewX(0deg);
		flex: 2;
		width: 70%;
		margin-left: 0;
		background-color: rgba(255,255,255, 0.5);
	}
	.textContainerInnerFightContact {
    /* margin-right: -42px; */
    transform: skewX(0deg);
    flex: 2;
    width: 90%;
    margin-left: 0;
    background-color: rgba(255,255,255, 0.5);
}
	.skewContentFight {
		background: url(../images/home3-min.jpg);
	}
	.mobileItem {
		display: none;
	}
	#firstSlide {
		background: url(../images/home-min.jpg);
	}

	#secondSlide {
		background: url(../images/home2-min.jpg);
	}
	
	#thirdSlide {
		background: url(../images/home3-min.jpg);
	}

	.sliderLogo {
		width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
	.igrajDrugacije {
		font-size: 30px;
	}
	.threeIconsItem {
		width: 40px;
		margin-right: 5px;
		height: 40px;
	}
	.rightContainerEmsText {
    padding: 0 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
	.firstPPrice {
		margin-top: 40px;
    font-family: Oswald;
    color: white;
    font-size: 15px !important;
    text-align: center;
	}
	.pPrice {
		font-family: Oswald;
    color: white;
    font-size: 15px !important;
	}
	.lastPPrice {
		margin-top: 30px;
    margin-bottom: 50px;
    font-family: Oswald;
    color: white;
    font-size: 15px !important;
	}
	.leftImage, .rightImage {
    flex: 1;
    height: 250px;
  }
	.questionMainText {
    font-family: Oswald;
    font-size: 20px;
    color: #2763ff;
    font-weight: 500;
    text-align: left;
  }
	.mainTextList {
    font-family: Oswald;
    font-size: 19px;
    color: black;
    margin: 10px 0;
    text-align: left;
  }
	.textContainerInnerFight {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: skewX(0deg);
    margin-left: 0;
    width: 90%;
    padding-bottom: 30px;
  }
	.textPlaceHolder {
    flex: 1;
    display: none;
	}
	.textPlaceHolderContact {
    flex: 1;
    display: none;
  }
	.rightContainerBottom {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
	.rightContainerTop {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
	.mainContainerText {
    /* margin-left: 30px; */
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
	.skewContent {
    margin-top: -30px;
    background: url(../images/home-min.jpg);
    background-size: cover;
    transform: skew(0deg, -1deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
	.EMSHeadingDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
		align-items: center;
		margin-left: 0;
}
	.EMSHeadingText {
    font-size: 20px;
    font-weight: 100;
    margin: 20px 0;
    font-family: Oswald;
  }
	.EMSHeadingReal {
    font-family: 'Oswald';
    color: #2763ff;
    font-weight: 500;
    font-size: 25px;
  }
	.cbp-fwdots {
    bottom: 100px;
  }
	.slantedSliderInner {
    width: 90%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
	}
	.slantedSliderSocial {
    width: 200px;
    display: flex;
    justify-content: space-between;
  }
	.trainDifferent {
    width: 100%;
    display: flex;
    margin-right: 0;
    justify-content: center;
    align-items: center;
  }
	.threeIcons {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
	.sliderMainDiv {
    margin-right: 0;
    margin-top: 50px;
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
		align-items: center;
		height: 75%;
	}
	.cbp-fwslider ul li {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 80vh;
    background-size: cover!important;
  }
	.cbp-fwslider {
    margin: 0px;
    padding: 0px;
    height: 80vh;
    margin-top: 100px;
  }
	.pricingWrapp {
		flex-direction: column;
	}
	.pricing {
		height: auto;
	}
	.pricing>ul {
		display: flex!important;
		justify-content: center!important;
	}
	section {
		padding: 0px!important;
	}
}
@media only screen and (max-width: 960px) {
	.nav-collapse {
		top: 0px;
	}
	ul.top-nav {
		display: block;
	}
	.nav-collapse li a {
		margin: 0;
		padding: 20px 0;
		text-indent: 20px;
		background: rgba(236, 236, 236, 0.8);
		width: 100%;
		font-size: 16px;
	}
	.nav-collapse li a:hover {
		background: white;
	}
}

.containerContact {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
	width: 100%;
	font-size: 17px;
	color: white !important;
  margin: 0 0 5px;
	padding: 10px;
	background-color: #343434;
	border: 1px solid #334433;
	box-shadow: 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000, 4px 4px 0px #000, 5px 5px 0px #000, 6px 6px 0px #000, 7px 7px 0px #000, 8px 8px 0px #000, 9px 9px 0px #000, 10px 10px 0px #000, 11px 11px 0px #000, 12px 12px 0px #000, 13px 13px 0px #000, 14px 14px 0px #000, 15px 15px 0px #000, 16px 16px 0px #000, 17px 17px 0px #000;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 80%;
	margin-top: 20px;
	border: none;
	background: #343434;
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	box-shadow: 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000, 4px 4px 0px #000, 5px 5px 0px #000, 6px 6px 0px #000, 7px 7px 0px #000, 8px 8px 0px #000, 9px 9px 0px #000, 10px 10px 0px #000, 11px 11px 0px #000, 12px 12px 0px #000, 13px 13px 0px #000, 14px 14px 0px #000, 15px 15px 0px #000, 16px 16px 0px #000, 17px 17px 0px #000;
}

#contact button[type="submit"]:hover {
  background: #343434;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

.linkShowMore {
	text-decoration: none;
	font-family: Oswald;
	font-size: 20px;
}