.innerContainer {
	padding: 0 0 50px;
}

.innerContainer > section {
	margin: 0 0 50px;
	padding: 25px
}
.innerContainer .introduction {
	position: relative;
	line-height: 1.8;
}

.introduction p span, #videoBlock.show {
	display: block;
}

#videoBlock {
	background-color: #fff;
	border: 1px solid #000;
	width: 390px;
	height: 218px;
	padding: 5px;
	box-shadow: 5px 3px 10px 1px #888;
	position: absolute;
	top: -120px;
	right: -35px;
}

#videoBlock iframe {
	height: 218px;
}

#contactForm {
	background-color: #fafafa;
}

#contactForm h2, #contactForm h3 {
	text-align: left;
}

.getBackToUs+input[type="submit"] {
	border: 3px solid #000;
	text-transform: uppercase;
	color: #962b8f;
	font-weight: bold;
	margin: 40px 0 0px;
	padding: 10px 25px;
}

.requirment, .getBackToUs {
	list-style-type: none;
	padding: 0;
	margin-bottom: 70px;
}

.requirment input[type="checkbox"] {
	margin-right: 10px;
}

.requirmentDetails, .address {
    margin-bottom: 50px;
    height: 390px;
    width: 100%;
    resize: none;
    box-sizing: border-box;
}

.getBackToUs {
	margin-bottom: 90px;
	position: relative;
}

.getBackToUs li {
	display: inline-block;
	margin-right: 20px;
}

.getBackToUs input[type="radio"] {
	margin-right: 5px;
}

.getBackToUs li > div {
	display: none;
}

#location {
	padding: 25px 0; 
}

#location article {
	border: 1px solid #000;
	width: 42%;
	padding: 25px;
	float: left;
	max-width: 430px;
	box-sizing: border-box;
	margin-top: 30px;
}

#location > article:last-child {
	float: right;
}

#location article a > img {
	max-height: 249px;
}

address {
	font-style: normal;
	margin: 15px 0 30px;
}
address p {
	margin: 0 0 7px;
}

address a {
	display: block;
	color: #962b8f;
	text-decoration: none;
	text-align: center;
}

.contactDetails.show h3 {
	font-family: 'Just Another Hand', cursive;
	font-size: 1.1em;
    font-weight: normal;
}

.contactDetails.show {
    display: block;
    position: absolute;
    top: 30px;
    left: 100px;
    font-family: 'Just Another Hand', cursive;
    font-size: 20px;
}

.emailDetails.contactDetails.show {
	left: 185px;
}

.skypeDetails.contactDetails.show {
	left: 255px;
}

.facebookDetails.contactDetails.show {
	left: 30px;
}
.handWritten.contactDetails.show {
	left: 33%;
}

.callDetails.contactDetails.show:after, 
.emailDetails.contactDetails.show:after,
.skypeDetails.contactDetails.show:after,
.facebookDetails.contactDetails.show:after,
.handWritten.contactDetails.show:after,
#videoBlock:after {
	content: " ";
	width: 60px;
	height: 30px;
	background: url(../images/arrow-sprite.png) -80px 0 no-repeat;
	position: absolute;
    top: 5px;
    left: -70px;
    transform: rotate(10deg);
}

#videoBlock:after {
	top: 108%;
    left: 18%;
    transform: rotate(330deg);
}

.facebookDetails.contactDetails.show:after,
.handWritten.contactDetails.show:after {
	left: 90%;
    right: 0;
    top: 10px;
    background-position: 0px 0;
    transform: rotate(-7deg);
}

.handWritten .address {
	height: 100px;
	margin-bottom: 0;
}

.handWritten.contactDetails.show:after {
	left: 105%;
}

.contactDetails > span {
	display: block;
	margin-top: 8px;
	font-size: 1em;
}

.getBackToUs > .contactDetails.show input[type="submit"] {
	margin: 150px 0 0;
}


/*Small Design*/
@media screen and (max-width: 1130px) {
	#videoBlock {
		right: 0;
	    margin: 0 auto;
	}

	#videoBlock:after {
		left: 31%;
	}
}
@media screen and (max-width: 960px) {
	#videoBlock:after {
		left: 32%;
	}

	.introduction p span {
		display: initial;
	}

	.introduction p span:last-child {
		display: block;
	}
}
@media screen and (max-width: 947px) {
	#videoBlock:after {
		left: 34.5%;
	}
}
@media screen and (max-width: 925px) {
	#videoBlock:after {
		left: 35%;
	}
}

@media screen and (max-width: 910px) {
	#videoBlock {
		position: relative;
	    top: 30px;
	    margin: 0 auto;
	}

	#videoBlock:after {
		top: -42px;
	    left: 68%;
	    transform: rotate(135deg);
	}
}

@media screen and (max-width: 768px) {

	#location {
		padding: 25px;
	}

	#location article {
		float: none;
	    margin: 50px auto 0;
	}

	#location > article:last-child {
		float: none;
	}
	.getBackToUs li {
		margin-right: 10px;
	}	
}

@media screen and (max-width: 600px) {
	.getBackToUs li {
		margin-right: 5px;
	}

	.facebookDetails.contactDetails.show {
		left: 20px;
	}

	.facebookDetails.contactDetails.show:after {
		left: 87%;
	}
}
@media screen and (max-width: 580px) {

	.innerContainer > section, #location {
		padding: 25px 0;
	}

	.introduction h2, .introduction p,
	#location p, #location h2  {
		text-align: center;
	}

	.innerContainer h2 {
	    margin-bottom: 15px;
	}
	
	.introduction {
		margin-bottom: 30px;
	}

	.introduction h2 {
		margin-bottom: 15px;
	}

	.introduction p span {
		display: initial;
	}

	#videoBlock {
	    width: 100%;
	    height: 219px;
	    margin: 0 -25px 25px;
	    box-sizing: content-box;
	    border: none;
	    padding: 0;
	    top: 0;
	    box-shadow: none;
	    min-width: 320px;
	}

	#contactForm {
		padding: 25px;
	}

	#contactForm form h2 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}

	.getBackToUs li,
	.contactDetails span > span {
		display: block;
	}

	.getBackToUs {
		margin-bottom: 0;
	}

	.requirment label {
	    display: table-cell;
	    width: 90%;
	    float: right;
	}

	.requirment li {
		clear: both;
	}

	.requirmentDetails {
		height: 275px;
	}

	.contactDetails.show {
		position: inherit;
		margin: 0 0 20px 20px;
	}

	.callDetails.contactDetails.show:after, 
	.emailDetails.contactDetails.show:after, 
	.skypeDetails.contactDetails.show:after, 
	.facebookDetails.contactDetails.show:after, 
	.handWritten.contactDetails.show:after,
	#videoBlock:after {
		display: none;
	}

	.requirment input[type="checkbox"] {
		margin-right: 7px;
	}

	#location article {
	    min-width: 320px;
	    border: 0;
	    text-align: center;
	    padding: 0;
	}

	#location {
		margin-bottom: 0;
	}

	#location article img {
		margin: 0 -25px;
	    min-width: 320px;		
	}
}