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;
}

.m-on {
	display: none;
}

html {
	overflow: hidden;
	overflow-y: scroll;
}

body {
	font-family: 'Montserrat', sans-serif !important;
}

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

html {

}

body .animated {
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 1s;
}

body {
	position: relative;
	width: 100%;
	height: auto;
}

.m-off {
	display: block;
}

.m-on {
	display: none;
}

body .content {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
}

body .top {
	position: relative;
	width: 74%;
	height: 115px;
	margin-left: 3%;
}

body .top .menu {
	padding: 5px 30px 5px 30px;
	position: relative;
	float: left;
	width: 96%;
}

#tops {
	display: none;
}

body .top .fixed-menu {
	padding: 0px;
	position: fixed;
	float: none;
	width: 76%;
	left: 0;
	padding: 15px 10px;
	margin-left: 1.4%;
	z-index: 99;
	background-color: #ffffffba;
}

body .top .menu img {
	float: left;
	max-width: 100%;
}

body .top .menu ul {
	position: absolute;
	display: block;
	top: 55%;
	right: 0;
	z-index: 9;
}

body .top .menu ul li {
	float: left;
	display: block;
	width: 175px;
	text-align: center;
	padding: 15px 0px;
	color: #eb0d0d;
	font-weight: 600;
	z-index: 99;
	cursor: pointer;
}

body .top .menu ul li:hover {
	border-bottom: 5px solid white;
	z-index: 99;
}

body .top .row {
	background-color: #eb0d0d;
	height: 15px;
	width: 100%;
	border-radius: 15px;
	margin-top: 5px;
}

.bilgicintiklayiniz{
	display: none;
}



body .content .left img {
	width: 100%;
	max-width: 100%;
}

body .content .left .scroll {
	position: absolute;
	z-index: 99;
	right: 20px;
	bottom: 8%;
	width: 50px;
	cursor: pointer;
	left:50%;
}

body .content .left .scroll .v-line-top {
	width: 3px;
	height: 85px;
	background-color: white;
	top: 0;
	margin: 0 auto;
	position: relative;
	display: none;
}

body .content .left .scroll img {
	position: relative;
	margin: 10px auto;
	display: block;
}

body .content .left .scroll .v-line-bottom {
	width: 3px;
	height: 55px;
	background-color: white;
	bottom: 0;
	margin: 0 auto;
	position: relative;
	display: none;
}

body .content .right {
	position: fixed;
	float: left;
	width: 300px;
	right: 0;
	height: 100%;
	top: 0;
	padding: 0px;
}

body .content .right .form {
	background-color: #202836;
	height: 100%;
	padding: 40px 20px 65px 20px;
	/*background-image: url(../img/site-landing-3.jpg?_=2);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 1%;*/
	padding-top: 40%;
}

body .content .right .form form {

}

body .content .right .form form input {
	color: #464646;
	font-size: 16px;
	width: 93%;
	margin-top: 20px;
	padding: 10px 5px;
	font-style: italic;
	font-weight: 300;
	-webkit-box-shadow: inset 0 0 2px #000;
	-moz-box-shadow: inset 0 0 2px #000;
	box-shadow: inset 0 0 2px #000;
	border: 0px;
	background-color: white;
}

body .content .right .form form input[type="submit"] {
	color: #0c1a33;
	font-size: 17px;
	width: 93%;
	margin-top: 20px;
	padding: 10px 5px;
	font-weight: 600;
	border: 0px;
	position: relative;
	background-color: #aaac6e;
	margin-left: -35px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-style: normal;
	display: block;
	outline: none;

	-webkit-color: #0c1a33;
	-webkit-font-size: 17px;
	-webkit-width: 93%;
	-webkit-margin-top: 20px;
	-webkit-padding: 10px 5px;
	-webkit-font-weight: 600;
	-webkit-border: 0px;
	-webkit-position: relative;
	-webkit-background-color: #aaac6e;
	-webkit-margin-left: -35px;
	-webkit--webkit-box-shadow: none;
	-webkit--moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-font-style: normal;
	-webkit-display: block;
	-webkit-outline: none;

	-moz-color: #0c1a33;
	-moz-font-size: 17px;
	-moz-width: 93%;
	-moz-margin-top: 20px;
	-moz-padding: 10px 5px;
	-moz-font-weight: 600;
	-moz-border: 0px;
	-moz-position: relative;
	-moz-background-color: #aaac6e;
	-moz-margin-left: -35px;
	-moz--webkit-box-shadow: none;
	-moz--moz-box-shadow: none;
	-moz-box-shadow: none;
	-moz-font-style: normal;
	-moz-display: block;
	-moz-outline: none;
}

body .content .right .form form .submit-button {
	position: relative;
	display: block;
}

body .content .right .form form .submit-button:before {
	content: " ";
	display: block;
	position: absolute;
	height: 75px;
	z-index: 9;
	width: 75px;
	background-color: #202836;
	right: 9%;
	top: 5px;
	transform: rotate(45deg);
}

body .content .right .form form textarea {
	color: #464646;
	font-size: 16px;
	width: 93%;
	margin-top: 20px;
	padding: 10px 5px;
	font-style: italic;
	font-weight: 300;
	-webkit-box-shadow: inset 0 0 2px #000;
	-moz-box-shadow: inset 0 0 2px #000;
	box-shadow: inset 0 0 2px #000;
	border: 0px;
	background-color: white;
	height: 100px;
}

body .content .right .form form p {
	text-align: center;
	color: white;
	font-size: 12.5px;
	margin-top: 20px;
}

.privacyContainer {
color: #fff;
    font-size: 12px;
    line-height: 22px;
    display: block;
    padding-top: 12px;
}
.privacyLink {
	color: #999;
    text-decoration: none;
    font-size: 12px;
    display: inline;
    cursor: pointer;

}
.privacyLink:hover {
	text-decoration: underline;
}

#Yes {
	/*float: left;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	cursor: pointer;*/
	width:15px;
	box-shadow:none;
	border:none;
	margin-right: 16px;
}

#No {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
	cursor: pointer;
}

#YesNoDiv {

	width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.demo-gallery > ul {
	margin-bottom: 0;
	padding-left: 15px;
}

.demo-gallery > ul > li {
	margin-bottom: 15px;
	width: 23%;
	display: inline-block;
	margin-right: 15px;
	list-style: outside none none;
}

.demo-gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}

.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 21vh;
	width: 100%;
}

.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}

.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}

.project {
	width: calc(100% - 350px);
	padding: 25px;
}

.project .head {
	color: white;
	padding: 15px;
	background-color: #202836;
	font-weight: 600;
	font-size: 22px;
}

.project .text {
	padding: 10px;
	line-height: 1.2;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #202836;
	margin-top: 10px;
}

.galery {
	width: 78%;
	padding: 25px;
}

.galery .head {
	color: white;
	padding: 15px;
	background-color: #202836;
	font-weight: 600;
	font-size: 22px;
}

.galery .gcontent {
	padding: 10px;
	line-height: 1.2;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #202836;
	margin-top: 10px;
}

.kat-plani {
	width: 78%;
	padding: 25px;
}

.kat-plani .head {
	color: white;
	padding: 15px;
	background-color: #202836;
	font-weight: 600;
	font-size: 22px;
}

.kat-plani .gcontent {
	padding: 10px;
	line-height: 1.2;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #202836;
	margin-top: 10px;
}

.contact {
	width: 78%;
	padding: 25px;
}

.contact .head {
	color: white;
	padding: 15px;
	background-color: #202836;
	font-weight: 600;
	font-size: 22px;
}

.contact .gcontent {
	padding: 10px;
	line-height: 1.2;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #202836;
	margin-top: 10px;
}

.contact .gcontent iframe {
	width: 100%;
	height: 50vh;
}

.contact .gcontent ul {

}

.contact .gcontent ul li {
	margin: 15px 0px;
}

.contact .gcontent ul li span {
	width: 12%;
	display: block;
	text-align: right;
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.form a img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

@media (max-width: 1680px) {
	body .top {
		position: relative;
		width: 72%;
		height: 115px;
		margin-left: 2%;
	}



	body .content .right .form form input[type="submit"] {
		color: #0c1a33;
		font-size: 17px;
		width: 95%;
		margin-top: 20px;
		padding: 10px 5px;
		font-weight: 600;
		border: 0px;
		position: relative;
		background-color: #aaac6e;
		margin-left: -35px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		font-style: normal;
		display: block;
		outline: none;
	}

	body .content .right .form form .submit-button:before {
		content: " ";
		display: block;
		position: absolute;
		height: 75px;
		z-index: 9;
		width: 75px;
		background-color: #202836;
		right: 3%;
		top: 5px;
		transform: rotate(45deg);
	}

	body .content .left img {
		width: 100%;
		display: none;
		max-width: 100%;
	}

	body .content {
		width: 100%;
		position: relative;
		height: 100vh;
		display: flex;
	}
}

@media (max-width: 1600px) {
	body .top {
		position: relative;
		width: 72%;
		height: 115px;
		margin-left: 2%;
	}



	body .content .left img {
		width: 100%;
		display: none;
		max-width: 100%;
	}

	body .content .right .form {
		background-color: #202836;
		height: 100%;
		padding: 40px 20px 65px 20px;
		background-image: none;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 40%;
		background-position: center;
	}

	.form a img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	body .content .right .form form input {
		color: #464646;
		font-size: 15px;
		width: 93%;
		margin-top: 15px;
		padding: 10px 5px;
		font-style: italic;
		font-weight: 300;
		-webkit-box-shadow: inset 0 0 2px #000;
		-moz-box-shadow: inset 0 0 2px #000;
		box-shadow: inset 0 0 2px #000;
		border: 0px;
		background-color: white;
	}

	body .content .right .form form textarea {
		color: #464646;
		font-size: 15px;
		width: 93%;
		margin-top: 15px;
		padding: 10px 5px;
		font-style: italic;
		font-weight: 300;
		-webkit-box-shadow: inset 0 0 2px #000;
		-moz-box-shadow: inset 0 0 2px #000;
		box-shadow: inset 0 0 2px #000;
		border: 0px;
		background-color: white;
		height: 75px;
	}

	#Yes {
		float: left;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0.5em;
		cursor: pointer;
	}

	body .content .right .form form p {
		text-align: center;
		color: white;
		font-size: 10.5px;
		margin-top: 20px;
	}
}

@media (max-width: 1440px) {
	#No {
		float: right;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0px;
		cursor: pointer;
	}

	body .top .menu ul li {
		float: left;
		display: block;
		width: 150px;
		text-align: center;
		padding: 15px 0px;
		color: #eb0d0d;
		font-weight: 600;
		z-index: 99;
		font-size: 14px;
		cursor: pointer;
	}

	#YesNoDiv {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media (max-width: 1366px) {
	body .top .menu ul li {
		float: left;
		display: block;
		width: 140px;
		text-align: center;
		padding: 15px 0px;
		color: #eb0d0d;
		font-weight: 600;
		z-index: 99;
		font-size: 14px;
		cursor: pointer;
	}

	#YesNoDiv {
		margin-top: 20px;
		display: block;
		margin: 20px auto;
		width: 80%;
		text-align: center;
	}

	body .content .right .form form textarea {
		color: #464646;
		font-size: 15px;
		width: 93%;
		margin-top: 15px;
		padding: 10px 5px;
		font-style: italic;
		font-weight: 300;
		-webkit-box-shadow: inset 0 0 2px #000;
		-moz-box-shadow: inset 0 0 2px #000;
		box-shadow: inset 0 0 2px #000;
		border: 0px;
		background-color: white;
		height: 50px;
	}

	body .content {
		width: 100%;
		position: relative;
		height: 100vh;
		display: flex;
	}

	#Yes img, #No img {
		width: 50%;
	}

	#No img {
		margin-top: 0px;
	}

	#No {
		float: right;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0px;
		cursor: pointer;
	}

	body .content .right .form form input[type="submit"] {
		color: #0c1a33;
		font-size: 17px;
		width: 95%;
		margin-top: 20px;
		padding: 10px 5px;
		font-weight: 600;
		border: 0px;
		position: relative;
		background-color: #aaac6e;
		margin-left: -30px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		font-style: normal;
		display: block;
		outline: none;
	}

	#Yes {
		float: left;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0px;
		cursor: pointer;
	}

	body .content .right .form form p {
		text-align: center;
		color: white;
		font-size: 10.5px;
		margin-top: 10px;
	}

	body .content .left .scroll {
		position: absolute;
		z-index: 99;
		right: 10px;
		bottom: 12%;
		width: 30px;
		cursor: pointer;
	}



	.kat-plani {
		width: calc(100% - 350px);
		padding: 25px;
	}

	#YesNoDiv {
		margin-top: 20px;
		display: block;
		margin: 20px auto;
		width: 80%;
		text-align: center;
	}

	body .top .fixed-menu {
		padding: 0px;
		position: fixed;
		float: none;
		width: 71.9%;
		left: 0;
		padding: 15px 10px;
		margin-left: 1.4%;
		z-index: 99;
		background-color: #ffffffba;
	}

	body .content .right {
		position: fixed;
		float: left;
		width: 300px;
		right: 0;
		padding: 0px;
		margin-top: -3%;
	}

	.contact {
		width: calc(100% - 350px);
		padding: 25px;
	}

	.galery {
		width: calc(100% - 350px);
		padding: 25px;
	}

	.project {
		width: calc(100% - 350px);
		padding: 25px;
	}

	body .content .right .form form input {
		color: #464646;
		font-size: 13px;
		width: 93%;
		margin-top: 13px;
		padding: 10px 5px;
		font-style: italic;
		font-weight: 300;
		-webkit-box-shadow: inset 0 0 2px #000;
		-moz-box-shadow: inset 0 0 2px #000;
		box-shadow: inset 0 0 2px #000;
		border: 0px;
		background-color: white;
	}
}

@media (max-width: 768px) {
	body .content {
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
	}

	body .top {
		position: relative;
		width: 72%;
		height: 115px;
		display: none;
		margin-left: 2%;
	}



	body .content .left .scroll {
		position: absolute;
		z-index: 99;
		right: 50px;
		bottom: 25%;
		width: 50px;
		display: none;
		cursor: pointer;
	}

	body {
		position: relative;
		width: 100%;
		height: auto;
	}

	body .content .right {
		position: relative;
		float: none;
		width: 100%;
		padding: 0px;
	}

	body .content .right {
		position: relative;
		float: none;
		width: 100%;
		padding: 0px;
		margin-top: 0px;
	}

	html {
		overflow: hidden;
		overflow-y: scroll;
	}

	#Yes img, #No img {
		width: 95%;
	}

	#No img {
		margin-top: 0px;
	}

	#Yes {
		float: left;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0px;
		cursor: pointer;
	}

	#No {
		float: right;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0px;
		cursor: pointer;
	}

	body .content .left {
		    position: relative;
    float: none;
    width: 100% !important;
    background-image: url(../img/site-landing-3.jpg?_=2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 30vh;
	}

	.form a img {
		width: 60%;
		margin: 0;
		display: block;
		margin: 0 auto;
	}

	.project {
		width: calc(100% - 30px);
		margin: 15px auto;
		padding: 0px;
	}

	.galery {
		width: 95%;
		margin: 15px auto;
		padding: 0px;
	}

	.contact {
		width: 95%;
		margin: 15px auto;
		padding: 0px;
	}

	.kat-plani {
		width: 95%;
		margin: 15px auto;
		padding: 0px;
	}

	.demo-gallery > ul > li {
		margin-bottom: 15px;
		width: 47%;
		display: inline-block;
		margin-right: 0px;
		list-style: outside none none;
	}

	.contact .gcontent ul li span {
		width: auto;
		display: inline-block;
		text-align: right;
		float: none;
		margin-right: 0px;
		font-weight: bold;
	}

	body .content .right .form {
		background-color: #202836;
		height: 100%;
		padding: 40px 20px 65px 20px;
		background-image: none;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 10%;
		background-position: center;
	}

	.bilgicintiklayiniz {
		display: block;
		background: #202836;
		color: #fff;
		font-size: 15px;
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 10px;
		z-index: 2;
		text-align: center;
		font-weight: bold;
		z-index: 99999;
	}

	body .content .right .form form input {
		color: #464646;
		font-size: 13px;
		width: 98%;
		margin-top: 13px;
		padding: 10px 5px;
		font-style: italic;
		font-weight: 300;
		-webkit-box-shadow: inset 0 0 2px #000;
		-moz-box-shadow: inset 0 0 2px #000;
		box-shadow: inset 0 0 2px #000;
		border: 0px;
		background-color: white;
	}

	body .content .right .form form textarea {
		color: #464646;
		font-size: 15px;
		width: 98%;
		margin-top: 15px;
		padding: 10px 5px;
		font-style: italic;
		font-weight: 300;
		-webkit-box-shadow: inset 0 0 2px #000;
		-moz-box-shadow: inset 0 0 2px #000;
		box-shadow: inset 0 0 2px #000;
		border: 0px;
		background-color: white;
		height: 50px;
	}

	#tops {
		display: none !important;
	}

	#YesNoDiv {
		margin-top: 20px;
		display: block;
		margin: 20px auto;
		width: 75%;
	}

	.m-off {
		display: none;
	}

	.m-on {
		display: block;
	}
}


@media(max-width:767px) {

}
@media only screen and (min-width:768px) and (max-width:992px) {
	body .content {
	    width: 100%;
	    position: relative;
	    display: block;
	    height: 400px;
	}
	body .content .left {
		position: relative;
		float: left;
		background: url(../img/site-landing-3.jpg?_=2);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: calc(100% - 300px);
		width: 100%;
		height:100%;
	}
}
@media only screen and (min-width:993px) and (max-width:1200px) {
	body .content {
	    width: 100%;
	    position: relative;
	    display: block;
	    height: 400px;
	}
	body .content .left {
		position: relative;
		float: left;
		background: url(../img/site-landing-3.jpg?_=2);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: calc(100% - 300px);
		width: 100%;
		height:100%;
	}
}
@media only screen and (min-width:1201px) and (max-width:1400px)  {
	body .content {
	    width: 100%;
	    position: relative;
	    display: block;
	    height: 500px;
	}
	body .content .left {
		position: relative;
		float: left;
		background: url(../img/site-landing-3.jpg?_=2);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: calc(100% - 300px);
		width: 100%;
		height:100%;
	}
}
@media only screen and (min-width:1401px)  {
	body .content {
	    width: 100%;
	    position: relative;
	    display: block;
	    height: 560px;
	}
	body .content .left {
		position: relative;
		float: left;
		background: url(../img/site-landing-3.jpg?_=2);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: calc(100% - 300px);
		width: 100%;
		height:100%;
	}
}