/* DEFAULT CSS */
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat-Regular', Arial, sans-serif;
}
html, body{height:100%;}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {border:0}

a {
	text-decoration: none;
	transition: all .5s ease;
	color: inherit;
}

:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	box-sizing: border-box;
}

._flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

._aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

._aife {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

._aib {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

._jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

._jcs {
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

._jce {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

._jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* SITE CSS */
@font-face {
  font-family: 'Montserrat-Hairline';
  src: url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Hairline.eot?#iefix')
		format('embedded-opentype'), url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Hairline.woff')
		format('woff'), url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Hairline.ttf') format('truetype'),
		url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Hairline.svg#Montserrat-Hairline') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Light.eot?#iefix')
		format('embedded-opentype'), url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Light.woff')
		format('woff'), url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Light.ttf') format('truetype'),
		url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Regular.eot?#iefix')
		format('embedded-opentype'), url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Regular.woff')
		format('woff'), url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Regular.ttf')
		format('truetype'),
		url('https://i.sozcu.com.tr/kesfet/ikea/font/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sticky-sidemenu {
	position: fixed;
	color: #fff;
	height: 100px;
	right: 0;
	z-index: 1;
	top: 50%;
	margin-top: -40px;
}

.sticky-sidemenu a {
	display: block;
}

.sticky-sidemenu a:hover {
	background-color: #444;
}

.catalogue, .dealer, .pricelist, .contact {
	background-color: #292929;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 21px;
	line-height: 46px;
	border-bottom: 1px solid #484848;
}

.catalogue span, .dealer span, .pricelist span, .contact span {
	position: absolute;
	left: 100%;
	font-size: 14px;
	width: 100px;
	background-color: #383838;
	-webkit-transition-duration:300ms;
	-moz-transition-duration:300ms;
	transition-duration:300ms;
}
.sticky-sidemenu a:hover > span{
	-ms-transform: translate(-100px,0px); /* IE 9 */
    -webkit-transform: translate(-100px,0px); /* Safari */
    transform: translate(-100px,0px); /* Standard syntax */
}

.contact {
	border: 0;
}

.header {
	background-size: cover;
	background-repeat: no-repeat;
	height: 900px;
	position: relative;
	background-position: center;
}

.header-gradient {
	width: 100%;
	height: 900px;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.navbar {
	position: absolute;
	top: 0px;
	max-width: 1200px;
	width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
}

.navbar-left {
	position: absolute;
	left: 0;
	top: 13px;
	background-size: auto 22px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.navbar-center {
	height: 50px;
	text-align: center;
	position: relative;
}

.navbar-right {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}

.navbar-right .ion-ios-search-strong {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

.sozcu-logo {
	background-image: url(https://i.sozcu.com.tr/wp-content/themes/Sozcu_V3/assets/images/logo.svg);
	background-repeat: no-repeat;
	width: 94px;
	height: 22px;
	display: block;
}

.main-menu {
	display: inline-block;
	padding: 10px 0;
}

.main-menu ul li {
	display: block;
	float: left;
}

.main-menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0 11px;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	transition-duration: 400ms;
	color: #fff;
}

.main-menu ul li a:hover {
	background: rgba(0, 0, 0, .2);
}

.menu-submenu {
    display: none;
    position: absolute;
    top: 80%;
    background-color: rgba(0, 0, 0, 0.87);
    padding: 15px 2;
    background-size: cover;
    z-index: 999;
}

.main-menu ul li:hover > .menu-submenu{
	display: block; 
}

ul.menu-submenu li {
    float: none;
}

a.link .ion-arrow-down-b {
    margin-left: 10px;
    font-size: 12px;
}

.main-menu ul li ul li a {
    display: block;
    padding: 5px 25px 5px 12px;
    line-height: 23px;
    height: auto;
    text-align: left;
    font-family: Montserrat-Light, Arial, sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 12px;
}

.headline {
	max-width: 1200px;
	margin: auto;
	width:100%;
	height:770px\9;
	display:table\9;
}

.headline div {width:100%;display:table-cell\9;vertical-align:middle\9;}

h1.header-title {
	font-size: 33px;
	color: #fff;
	font-family: Montserrat-Hairline, Arial, sans-serif;
	position: relative;
}

h2.header-title {
	font-size: 70px;
	color: #fff;
	font-family: Montserrat-Light, Arial, sans-serif;
	letter-spacing: -3px;
	position: relative;
    padding-bottom: 21px;
	font-weight: bolder;
	text-shadow: 1px 1px 10px #181818;
}

.header-detail-btn {
	font-size: 18px;
	color: #f5f5f5;
	font-family: Montserrat-Light, Arial, sans-serif;
	display: block;
	padding: 10px 17px 8px 17px;
	border: 1px solid #fff;
	float: left;
	margin-top: 10px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.15) 8%, rgba(0, 0, 0, 0.27) 49%, rgba(0, 0, 0, 0.17)
		91%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.15) 8%, rgba(0, 0, 0, 0.27) 49%, rgba(0, 0, 0, 0.17)
		91%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.15) 8%, rgba(0, 0, 0, 0.27) 49%, rgba(0, 0, 0, 0.17)
		91%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000',
		endColorstr='#b3000000', GradientType=0);
	position: relative;
}

.container {margin-top: 35px !important;position:relative;}

.ion-chevron-right {
	padding-left: 21px;
	padding-right: 10px;
	color: #f5f5f5;
}

.full-news-detail-btn .ion-chevron-right {
	font-size: 19px;
}

.brand {
	max-width: 1200px;
	margin: auto;
	margin-top: 55px;
	position: relative;
	height:110px\9;
}

.brand-logo {float:left\9;}
.brand-pageshare {float:right\9;}

.brand img {height: 70px;}

.full-news {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	height: 570px;
	display:table\9;
	width:100%\9;
}

.parallax-title  {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 570px;
}

.parallax-titleWrap {
    position: absolute;
    top: 50%;
    width: 100%;
        margin-top: -67px;
}

.parallax-title-headtitle {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-family: 'Montserrat-Light', Arial, sans-serif;
    width: 100%;
    letter-spacing: -2px;
}

.parallax-title-text {
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat-Hairline', Arial, sans-serif;
    font-size: 10px;
    padding-top: 20px;
}

.parallax-title-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	left: 0;
    right: 0;
    top:0;
}

.full-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.21+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.21) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.21) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.21) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000',
		endColorstr='#36000000', GradientType=0); /* IE6-9 */
	width: 100%;
	height: 570px;
	position: absolute;
	left: 0;
    right: 0;
    top:0;
}

.full-news-content-wrap {
	z-index: 22;
	color: #fff;
	font-size: 24px;
	font-family: Montserrat-Light, Arial, sans-serif;
	box-sizing: border-box;
	max-width: 1200px;
	position:relative;
	width:100%;
	display:table-cell\9;
	vertical-align:middle\9;
	padding:0 50px\9;
}

.full-news .full-news-title {
	left: 0;
	right: 0;
	bottom: 0;
	top: 70px;
	z-index: 22;
	color: #fff;
	font-size: 60px;
	font-family: Montserrat-Regular, Arial, sans-serif;
	box-sizing: border-box;
	text-align: left;
}

.full-news .full-news-text {
	left: 0;
	right: 0;
	bottom: 0;
	top: 185px;
	z-index: 22;
	color: #fff;
	font-size: 24px;
	font-family: Montserrat-Light, Arial, sans-serif;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: left;
}

.full-news-detail-btn {
	background-color: rgba(242, 22, 22, 0.66);
	color: #fff;
	font-size: 21px;
	padding: 16px 30px;
	margin-top: 30px;
	float: left;
}

.ion-chevron-right {
	font-size: 17px;
	padding: 7px 0 0 17px;
}

.brand-pageshare {
	
}

.share-text {
	color: #565656;
	font-size: 14px;
	padding: 10px;
	height: 50px;
	text-align: center;
	margin-left: -4px;
	line-height: 30px;
	background-color: rgba(230, 230, 230, 0.38);
	border-right: 1px solid rgba(0, 0, 0, 0.04);
	text-transform: uppercase;
}

.brand-pageshare-link {
	color: #565656;
	font-size: 30px;
	padding: 10px;
	width: 58px;
	display: inline-block;
	text-align: center;
	margin-left: -4px;
	background-color: rgba(230, 230, 230, 0.78);
	border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.brand-pageshare-link:last-child {
	border: 0;
}

.brand-pageshare-link:hover {
	background-color: #00bddf;
	color: #fff;
}

.module-news{
	max-width: 1200px;
    margin: auto;
}

.module-news-left img, .module-news-right img  {
	display:block;
	width:100%;
}

.module-news-left .brand-img {
	height: 350px;
	overflow: hidden;
}

.brand-img-wrapper, .brand-product-content{
	width:calc(50% - 10px);
}
.module-news-no-image .brand-product-content{width:100%; padding:30px 0;}
.module-news-right .brand-product-content{margin-right:40px;display:table-cell\9;vertical-align:middle\9;padding-right:50px\9;width:50%\9;}
.module-news-left .brand-product-content{margin-left:40px;display:table-cell\9;vertical-align:middle\9;padding-left:50px\9;width:50%\9;}
.module-news-left .brand-img-wrapper {
	height: 350px;
	overflow: hidden;
	display:table-cell\9;
	vertical-align:middle\9;
	width:50%\9;
}

.module-news-right .brand-img-wrapper {
	height: 350px;
	overflow: hidden;
	display:table-cell\9;
	vertical-align:middle\9;
	width:50%\9;
}

.module-news-right .brand-img {
	height: 350px;
	overflow: hidden;
}
.module-news.module-news-no-image{text-align:center;}

/* MODULE-NEWS-CENTER */
.brand-product-content-title {
	color: rgb(41, 101, 165);
	font-size: 34px;
    margin-bottom: 10px;
}

.brand-product-content p {
	font-family: 'Montserrat-Light', Arial, sans-serif;
	font-size: 21px;
	color: #585858;
	line-height: 30px;
}

.module-news-center {
	position: relative;
	margin: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 710px;
}

.module-news-center-title {
	font-size: 64px;
    font-family: Montserrat-Regular, Arial, sans-serif;
	position: relative;
	text-align: center;
	top: 90px;
	color: #fff;
}

.module-news-center-text {
	font-size: 18px;
	font-family: 'Montserrat-Light', Arial, sans-serif;
	color: #fff;
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding: 0 50px;
}

.module-news-center-text h1 {
	font-size: 27px;
	margin-bottom: 20px;
}

.module-news-center-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.14+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
	background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
	
	position: absolute;
	height: 100%;
	width: 100%;
	left:0;
	right:0;
	top:0;
}

/* MODULE-NEWS-CENTER */

/* FEATURES */
.features {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    background-image: url(https://i.sozcu.com.tr/kesfet/ikea/img/car-bg.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.features-gradient {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.82);
    position: absolute;
    left: 0;
    right: 0;
}

.features-headtitle {
    font-size: 65px;
    font-family: 'Montserrat-Light', Arial, sans-serif;
    margin-top: 80px;
    position: relative;
}

.features-text {
	font-size: 20px;
	font-family: 'Montserrat-Light', Arial, sans-serif;
	color: #797979;
	margin-top: 20px;
	padding: 0 100px;
	position: relative;
}

.features-box {
	width: 33%;
	max-height: 300px;
	float: left;
	margin-bottom: 50px;
	position: relative;
	display: table-cell\9;
	width:50%\9;
}

.features-box h1 {
	font-size: 27px;
	padding-top: 20px;
	font-family: 'Montserrat-Light', Arial, sans-serif;
}

.features-box-text {
	font-family: 'Montserrat-Light', Arial, sans-serif;
	padding-top: 10px;
	font-size: 14px;
	padding: 19px 50px;
	line-height: 24px;
	width: 100%;
	height: 100px;
}

.features-box i {
	font-size: 80px;
	color: #00bddf;
}

.features-wrapper {
	max-width: 1200px;
	margin: auto;
}

.survey-range {
    font-size: 100px;
    font-family: 'Montserrat-Hairline', Arial, sans-serif;
    letter-spacing: -8px;
    display: table-cell\9;
    text-align:left\9;
    width:60%\9;
}

.survey-percent {
    font-size: 30px;
    font-family: 'Montserrat-Hairline', Arial, sans-serif;
    margin-top: 47px;
    display: table-cell\9;
    vertical-align:middle\9;
    text-align:right\9;
    width:40%\9;
}

.survey-values {
	display:table\9;
	width:100%\9;
}

.container.survey {margin-top: 40px !important;}

.ion-spoon {
	margin-left: 5px;
}

/* FEATURES */

/* GET THE APP */
.gettheapp {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -160px;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
	display:none;
}

.gettheapp-title {
	text-align: center;
	width: 100%;
	font-size: 40px;
	letter-spacing: -2px;
	color: #fff;
	position: relative;
	font-family: 'Montserrat-Regular', Arial, sans-serif;
	top: 85px;
	z-index: 1;
}

.gettheapp-text {
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 90px;
	z-index: 1;
	font-family: 'Montserrat-Light', Arial, sans-serif;
	letter-spacing: -0.5px;
}

.gettheapp-gradient {
	background-color: rgba(76, 75, 75, 0.65);
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	right:0;
	top:0;
}

.app-options {
	max-width: 1200px;
	margin: auto;
	position: relative;
	top: 150px;
	color: #fff;
	font-family: 'Montserrat-Light', Arial, sans-serif;
}


.app-options i {
	font-size: 70px;
	margin: 0 24px 0 10px;
}

.appstore, .playstore, .windowsappstore {
	width: 30%;
	margin: 0 18px;
	border: 2px solid #fff;
	padding: 20px;
	display: inline-block;
	text-align: center;
}

.app-options-title-1 {
	display: block !important;
	font-size: 30px;
	text-align: left;
}

.app-options-title-2 {text-align:left;}

/* GET THE APP */

/* PLANS */
.membership {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0px -300px;
	height: 740px;
	position: relative;
	display:none;
}

.membership-gradient {
    background-color: rgba(183, 7, 79, 0.53);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top:0;
}

.plans {
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-top: 230px;
}

.plans .plan {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.plans .plan:hover {
	background-color:rgba(86, 86, 86, 0.68);
}

.plans .plan {
	background-color: rgba(72, 72, 72, 0.88);
    width: 360px;
    margin: 0 18px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    color: #fff;
    font-family: 'Montserrat-Light', Arial, sans-serif;
    -webkit-box-shadow: -1px 2px 44px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 44px -8px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 44px -8px rgba(0,0,0,0.75);
}

.silver-plan {
	background-color: #fff;
}

.silver-plan .price, .gold-plan .price, .platinium-plan .price {
	background-color: rgba(128, 127, 125, 0.28);
    color: #fff;
    padding: 10px 0;
    margin: 15px 0;
    font-size: 27px;
}

.membership-title {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 80px;
    color: #fff;
    font-size: 53px;
}

.membership-text {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 155px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-family: 'Montserrat-Light', Arial, sans-serif;
}

.plan-inner h1 {font-family: 'Montserrat-Light', Arial, sans-serif; font-size: 18px;}
.gold-plan h1 {font-size: 24px;}

.gold-plan {
    background-color: rgba(220, 15, 80, 0.71) !important;
    color: #fff;
}

.plans .gold-plan {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.plans .gold-plan:hover {
	background-color:rgba(220, 15, 80, 0.48) !important;
}

.gold-plan .price {background-color: rgba(234, 93, 131, 0.76);font-size: 41px !important;}

.platinium-plan {
	margin-right:0 !important;
}

.plan-inner {
	width: 100%;
	line-height: 50px;
}


.membership-gradient {
    background-color: rgba(212, 29, 29, 0.74);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top:0;
}

.mrgnbttm150{
	margin-bottom: 150px;
}
/* PLANS */

/* VIDEO */

.video {
	width:100%;
	height:auto;
	background-size:cover;
	position:relative;
	background-position: center;
}
.video-gradient {
    background-color: rgba(93, 93, 93, 0.84);
    height: 100%;
    width: 100%;
    position: absolute;
    left:0;
    right:0;
    display:none;
}
.video-wrap {max-width:1200px;margin:auto;position: relative;width: 100%;}
.video-title-1 {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    color: #fff;
    font-size: 83px;
    font-family: 'Montserrat-Light', Arial, sans-serif;
}
.video-title-2 {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat-Light', Arial, sans-serif;
}

.video-frame, .video-info {display:inline-block;width: 100%;float: left;color:#fff;}
.video-frame {
	-webkit-box-shadow: -1px 3px 37px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 3px 37px -2px rgba(0,0,0,0.75);
	box-shadow: -1px 3px 37px -2px rgba(0,0,0,0.75);
    margin: 110px 0 150px 0;
}
.video-frame iframe {display:block;height: 675px;}

.video-info {
    padding: 0 20px 0 40px;
}

.video-text {
    font-family: 'Montserrat-Light', Arial, sans-serif;
    font-size: 20px;
}

.video-bullets {
    margin-top: 20px;
}

.video-bullets li {
    line-height: 30px;
}

.video-bullets li i {padding-right:9px;}

/* VIDEO */

.gallery {
	max-width: 1200px;
	margin: auto;
	margin-top: 120px;
}

.gallery-img-big {
	width:790px;
    height: auto;
    float: left;
    position: relative;
}

.gallery-side {
    width: 410px;
    float: right;
}

.image-caption {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	height: 90px;
	background: rgba(0, 0, 0, 0.5);
	padding: 31px;
	font-size: 24px;
	color: #fff;
	font-family: 'Montserrat-Light', Arial, sans-serif;
}

.gallery-img {
	margin-left: 30px;
	margin-bottom: 18px;
}

.gallery-img:nth-child(4) {
	margin-left: 30px;
}

.gallery-img:nth-child(5) {
	margin-left: 0px;
}

.gallery-list {
    float: left;
    max-width:1200px;
    display:table\9;
    width:100%\9;
}

.gallery-list .gallery-img {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 0;
    width:80%;
    display:table-cell\9;
    float:left\9;
    margin-right:0\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .gallery-list .gallery-img {
	  width:80%;
	}
}

.gallery-list .gallery-img:nth-child(3) {
    margin-right: 0px;
}

.footer-wrap {
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 55px;
	position: relative;
	background-color: #000;
}

.footer {
	max-width: 1200px;
	min-height: 450px;
	margin: auto;
	position: relative;
}

.footer-title {
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-family: 'Montserrat-Regular', Arial, sans-serif;
	position: relative;
	top: 70px;
}

.footer-text {
	text-align: center;
	color: #d4d4d4;
	font-size: 19px;
	font-family: 'Montserrat-Light', Arial, sans-serif;
	position: relative;
	top: 77px;
	letter-spacing: -0.1px;
}

.footer-menu {
	position: absolute;
	bottom: 40px;
}

.footer-link {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-family: 'Montserrat-Light', Arial, sans-serif;
}

.footer-link a {
	color: rgba(255, 255, 255, 0.58);
}

.footer-link a:hover {
	color: #fff;
}

.mailing-form {
	width: 100%;
	position: relative;
	top: 140px;
}

.mailing-form-input {
	color: #fff;
	font-size: 21px;
	font-family: 'Montserrat-Light', Arial, sans-serif;
	position: relative;
	width: 33%;
	text-align: left;
	padding: 33px 30px;
	background-color: rgba(255, 255, 255, 0.12);
	border: none;
}

.mailing-form input#email {
	margin-top: 6px;
    width: 100%;
}



.submit-btn {
    color: #fff;
    background-color: rgb(41, 101, 165);
    width: 200px;
    height: 91px;
    font-size: 24px;
    text-align: center;
    line-height: 90px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.submit-btn:hover {
	background-color: rgb(255, 31, 31);
}

.social-share-link {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

.social-link {
	color: #fff;
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.48);
	border-radius: 30px;
	padding: 10px;
	width: 58px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
}

.social-link:hover {
	background-color: rgba(0, 0, 0, 1);
}

/* PHOTO SWIPE */
.rb-detail-image {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.rb-detail-image img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	width: 100%;
	display: block;
}

.gallery-list .rb-detail-image img {width:95%\9;}

.rb-detail-image img:hover {
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-moz-transform: scale(1.25); /* Firefox */
	-ms-transform: scale(1.25); /* IE 9 */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}

.rb-detail-image a {
	display: block;
	position: relative;
}

.rb-image-zoom {
	position: absolute;
	bottom: 5px;
	bottom:15px\9;
	right: 5px;
	right:35px\9;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	line-height: 40px;
	background: rgba(0, 0, 0, .65);
}

.rb-image-zoom i {
	display: block;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 23px;
	text-align: center;
}

/* PHOTO SWIPE */

/* SWIPER SLIDER */
.swiper-container {
	width: 100%;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	width: 300px;
	height: 340px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

.swiper-title {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 90px;
    font-family: 'Montserrat-Light', Arial, sans-serif;
    letter-spacing: -6px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-text {
    text-align: center;
    font-family: 'Montserrat-Hairline', Arial, sans-serif;
    font-size: 32px;
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
}

.slide-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	bottom: -100px;	
	float: left;
}

.slide-caption-title {
	font-size: 43px;
	letter-spacing: -1.2px;
	font-family: 'Montserrat-Regular', Arial, sans-serif;
}

.slide-caption-text {
    font-size: 36px;
    color: #d70009;
    font-family: 'Montserrat-Light', Arial, sans-serif;
    letter-spacing: -1px;
    position: relative;
    top: 0px;
	text-align: center;
	margin:20px 0;
}

/* SWIPER SLIDER */


/* HTML'Yİ KOPYALA */

.ion-ios-copy {
    font-size: 38px;
    padding-right: 7px;
}

.copy-widget {
    position: absolute;
    right: 100%;
    background-color: rgba(0, 0, 0, 0.21);
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    margin: 28px 50px;
    display:none;
}

.copy-widget .ion-ios-play {
    position: absolute;
    left: 100%;
    top: 6px;
    color: rgba(0,0,0,.2);
    font-size: 30px;
}

.full-news .copy-widget, .features .copy-widget, .gettheapp .copy-widget, .membership .copy-widget, .video .copy-widget, .footer-wrap .copy-widget {
	left: 0;
    z-index: 99;
    width: 43px;
    top: 60px;
}

.close-widget-popup {
    position: absolute;
    left: 98%;
    color: #fd1010;
    font-size: 30px;
    bottom: 94%;
    z-index:99;
}

.ion-close-circled {position:relative;z-index:99;}

.ion-record {
	color: #fff;
    position: absolute;
    left: 5%;
    font-size: 30px;
    bottom: 1%;
}

.widget-popup-wrap {
	position:fixed;
	 width: 600px;
    height: 400px;
    left:50%;
    margin-left:-300px;
    background:#fff;
    top:50%;
    margin-top:-200px;
    padding: 20px;
    font-size: 16px;
    border-radius: 13px;
    -webkit-box-shadow: 1px 1px 23px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 23px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 23px -2px rgba(0,0,0,0.75);
	display:none;
	z-index:100;
}

.widget-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    display:none;
}

.widget-clipboard {
   	width: 100%;
    height: 100%;
    font-size: 14px;
    resize: none;	
}

/* HTML'Yİ KOPYALA */

main {display:block;}


/*============ MEDIA QUERY =============*/

@media screen and (max-width:1220px){
	.gallery-img-big {
		width: 66%;
	    height: auto;
	    float: left;
	    position: relative;
	}
	
	.gallery-side {
	    width: 34%;
	    float: right;
	}
	
	.navbar {width:calc(100% - 40px);}
}

@media screen and (max-width:1200px){
	.headline {padding:0 60px;}
	.container {padding:0 20px;}
	.full-news-content-wrap {padding: 0 60px;}
	.features {margin-top:0px !important;}
	.gettheapp {background-position: 0px 0px;}
	.plans {width:100%;}
	.plans a {width: 32%;}
	.plans .plan {width: 100%;margin-left:0;}
    .video {background-position: 0;}
    .footer {padding: 0 20px;}
    .social-share-link {right: 17px;}
    .container.parallax-title {padding:0;}
    .parallax-title-headtitle {padding: 0 20px;}
    .video-frame {
	    margin: 40px auto 50px auto;
	}
}

@media screen and (max-width:1100px){
	.footer-title {
		top: 50px;
	}
	
	.footer-text {
		top: 57px;
	}
	
	.mailing-form {
	    top: 100px;
	}
}

@media screen and (max-width:1000px){
	.parallax-title-headtitle {
	    font-size: 50px;
	}
	.parallax-title-text {padding-top:0;}
}

@media screen and (max-width:880px){
	.features-box h1 {font-size: 20px;}
	.features-box i {font-size: 60px;}
	.navbar-center {padding-left: 50px;}
	.headline {padding: 0 70px;}
	h2.header-title {font-size: 60px;}
	.video-text {font-size: 14px;}
	.footer-title {font-size: 36px;}
	.social-link {font-size: 19px;width: 44px;}
	.social-share-link {bottom: 26px;}
	.app-options i {
	    font-size: 60px;
	}
	.app-options-title-2 {
	    font-size: 12px;
	}
	.features-headtitle {
	    font-size: 53px;
	    padding: 0 40px;
	}
	.container.features {padding: 0px;}
	.parallax-title-headtitle {
	    font-size: 35px;
	    padding: 0;
	}
	.swiper-slide {
	    background-size: contain;
	}
	
	.footer {
	    height: 100px;
	}
	
	.mailing-form-input {
	    padding: 23px 30px;
	}
	
	.submit-btn {
	    height: 71px;
	    line-height: 74px;
	}
	
	.mailing-form input#email {
	    margin-top: 4px;
	}
	
}

@media screen and (max-width:800px){
	.module-news{
		display:block;
	}
	.brand-img-wrapper, .brand-product-content{width:100%;}
	.brand-product-content{padding:20px; margin:0 !important;}
	.social-share-link {
		left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	}
	.footer-menu {
		text-align: center;
	    left: 0;
	    right: 0;
	    margin: auto;
	    bottom: 100px;
	}
	.footer-link {
	    float: none;
	    display: inline-block;
	}
	
	.mailing-form {
	    margin: auto;
	}
	
	.mailing-form-input {
	    padding: 22px 30px;
	}
	.mailing-form .submit-btn {
		height: 64px;
		line-height: 70px;
		font-size: 20px;
	}
	
	.video-frame iframe {
	    height: 415px;
	}
	
	.video-frame {
	    margin: 40px 34px 70px;
	    width: 90%;
	}
	
	.video-frame iframe {
	    height: 375px;
	    margin: auto;
	}
	
	.mailing-form-input {
	    font-size: 17px;
	}
}

@media screen and (max-width:768px){
	.app-options i {
	    font-size: 50px;
	}
	.app-options-title-1 {
	    font-size: 23px;font-family:'Montserrat-Regular', Arial, sans-serif;
	}
	.app-options-title-2 {
	    font-size: 12px;
	}
	
	.full-news .full-news-text {
	    font-size: 20px;
	}
	
	.full-news .full-news-title {
	    font-size: 44px;
	}
	
	.membership-title {
	    font-size: 43px;
	}
	
	.membership-text {
	    margin-top: 145px;
	}
	
	.video {height:auto;}
	
	.video-frame {
	    width: 90%;
	    display: block;
	    float: none;
	}
	
	.video-title-1 {
	    font-size: 43px;
	}
	
	.video-info {
	    width: 100%;
	    margin: 40px 0 70px 0;
	}
	
	.video-title-2 {
	    padding-bottom: 40px;
	}
	
	.vjs-poster {background-size:cover !important;}
	
	.header, .header-gradient {height:100%;}
	
	.navbar {
	    margin: 10px 20px;
	}
	
	.navbar-center {
	    padding-left: 70px;
	}
	
	.main-menu ul li a {
	    font-size: 12px;
	    padding: 0 8px;
	}
	
	.module-news-no-image .brand-product-content {
	    padding: 30px 0;
	}
	
	.app-options-title-2 {
	    display: none;
	}
	
	.features-box-text {
	    padding: 19px 15px;
	}
	
	.features {
	    padding-top: 80px !important;
	    padding-bottom: 80px !important;
	}
	
	.features-text {
	    font-size: 18px;
	    padding: 0 30px;
	}
	
	.module-news {
	    display: block;
	    background-color: #f3f3f3;
	    margin-top: 20px;
	}
	
	.module-news-right {padding-bottom:20px;}
	
	.video-frame iframe {
	    height: 400px;
	}
	
	.video-title-1 {
	    padding-top: 40px;
	}

}

@media screen and (max-width:660px){
	.app-options i {
	    font-size: 50px !important;
	}
	.app-options i {
	    margin: 0 11px 0 10px;
	}
	
	.appstore, .playstore, .windowsappstore {
	    padding: 10px;
	}
	
	.gettheapp-title {
	    padding-top: 40px;
	    font-size: 33px;
	    letter-spacing: -1px;
	    top: 85px;
	}
	
	.navbar-center {display:none;}
	
	.module-news-center-text {
	    font-size: 16px;
	    bottom: 40px;
	    padding: 0 20px;
	    padding-left: 0;
	}
	
	.sticky-sidemenu {
	    top:auto;
	    bottom: 10%;
	}
	
	.catalogue, .dealer, .pricelist, .contact {
	    background-color: rgba(41, 41, 41, 0.64);
	}
	
	.module-news-center {
	    height: 410px;
	}
	
	.module-news-center-text {
	    bottom: 70px;
	}
	
	.footer-text {
	    font-size: 17px;
	}
	
	.mailing-form-input {
	    padding: 26px 20px;
	    font-size: 17px;
	}
	
	.mailing-form .submit-btn {
	    font-size: 16px;
	    width: 130px;
	}
	
	.gallery-img-big {width:100%;margin-bottom: 10px;}
	
	.gallery-side {
	    width: 100%;
	    display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.gallery-side .gallery-img {
	    margin-left: 0;
	    width: 49%;
	}
	
	.gallery-list .gallery-img {
	    margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 2%;
	    margin-bottom: 0;
	    width: 100%;
	}
	
	.gallery-list .gallery-img:nth-child(2) {
		margin-right:0;
	}
	
	.rb-detail-image img {width:100%;}
	
	.gallery-list {display:block;}
	
	.gallery-list .gallery-img:nth-child(3) {
	    margin-right: 0px;
	    width: 100%;
	    margin-top: 10px;
	 }
	 
	 .gallery-img {
	    margin-bottom: 10px;
	}
	
	.features-headtitle {
	    font-size: 43px;
	    padding: 0 40px;
	    margin-top: 40px;
	}
	
	.features-box-text {
	    padding: 19px 5px;
	}
	
	.video-frame {
	    margin: 50px auto;
	}
	
	.video-frame iframe {
	    height: 300px;
	}
	
	.gallery-img {
		float:left;
	}
}

@media screen and (max-width:550px){
	.appstore, .playstore, .windowsappstore {
	    margin: 0 8px;
	}
	
	.app-options-title-1 {
	    font-size: 15px;
	}
	
	.app-options i {
	    font-size: 30px !important;
	}
	
	.plans {
	    display: block;
	    width:90%;
	    margin-top: 210px;
	}
	
	.membership {
		height:auto;
		background-position: 0;
	    background-size: cover;
	    padding-bottom: 40px;
    }
    
    .plans .plan {
	    margin-bottom: 30px;
	}
	
	.membership-title {
    font-size: 32px;
}
.membership-text {
    margin-top: 125px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 15px;
}

.gettheapp-title {
    font-size: 41px;
}

.features-box-wrap {display:block;}

.features-box-text {
    position: relative;
}

.features-box {
    width: 88%;
    margin: auto;
    float: none;
    margin-top: 50px;
    margin-bottom: 50px;
    background: rgb(255, 255, 255);
    padding: 30px 10px 20px 10px;
    -webkit-box-shadow: -1px 2px 14px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 14px -8px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 14px -8px rgba(0,0,0,0.75);
}

.features-headtitle {
    font-size: 40px;
}
.features-box h1 {
    font-size: 26px;
}
.features-box-text {
    padding: 19px 45px;
    font-size: 15px;
    color: #807b7b;
}
.gettheapp {margin-top: 0px;}

.features-box i {
    font-size: 70px;
}

    .headline {width: 100%;}
    
    .container.survey iframe {width:88%;}
    
	.features-box {max-height:none;display:block\9;}
	
	.features {
	    padding-bottom: 50px !important;
	}
	
	.features-box-text {
	    height: auto;
	}
	
	.swiper-title {
	    font-size: 70px;
	}
	
	.swiper-text {
	    width: 80%;
	    margin: auto;
	    padding-bottom:0;
	    font-size: 23px;
	}
	
	.footer-title {
	    font-size: 32px;
	}
}


@media screen and (max-width:480px){
	.gettheapp {
	    margin-top: 0px;
	    height: 600px;
	}
	.app-options {display:block;}
	.appstore, .playstore, .windowsappstore {
	    margin: 10px 21px;
	    width: 90%;
	}
	.gettheapp-title {
	    font-size: 41px;
	    top: 40px;
	}
	
	.gettheapp-text {
	    color: rgba(255, 255, 255, 0.77);
	    top: 53px;
	}
	
	.app-options {
	    top: 100px;
	}
	
	.share-text {display:none;}
	
	.brand-pageshare-link { 
		width: 40px;
    	font-size: 21px;
	}
	
	.header-detail-btn {
	    font-size: 14px;
	    font-family: Montserrat-Regular, Arial, sans-serif;
	    padding: 8px 5px 8px 12px;
	}
	
	.ion-chevron-right {
	    font-size: 12px;
	    padding: 7px 7px 0 6px;
	}
	
	h2.header-title {
	    font-size: 48px;
	    letter-spacing: -2px;
	}
	
	.features-headtitle {
	    font-size: 30px;
	}
	
	.full-news-content-wrap {
	    padding: 0 20px;
	}
	
	.module-news-center {
	    height: 460px;
	}
	
	.module-news-center-title {
	    top: 50px;
	}
	
	
	.gettheapp-title {
	    font-size: 31px;
	    top: 0px;
	}
	
	.gettheapp-text {
	    top: 13px;
	}
	
	.container.gettheapp {padding:0;}
	
	.appstore, .playstore, .windowsappstore {
	    width: 87%;
	}
	
	.app-options {
	    top: 40px;
	}
	
	.gettheapp {
	    height: 450px;
	}
	
	.membership-title {
	    margin-top: 40px;
	}
	
	.membership-text {
		font-size:12px;
	}
	
	.plans {
	    margin-top: 180px;
	}
	
	.plans a:last-child .plan {
	    margin-bottom: 0px;
	}
	
	.video-title-1 {
	    font-size: 32px;
	    padding-top: 40px;
	}
	
	.video-frame iframe {
	    height: 215px;
	}
	
	.video-info {
	    width: 100%;
	    margin: 25px 0 40px 0;
	    padding: 0 14px 0 12px;
	}
	
	.video-bullets {
	    margin-top: 40px;
	}
	
	h1.footer-title {
	    top: 40px;
	    font-size: 32px;
	    font-family: 'Montserrat-Light', Arial, sans-serif;
	}
	
	.footer-text {
	    top: 52px;
	    font-size: 14px;
	}
	
	.mailing-form {
	    top: 80px;
	}
	
	.mailing-form .submit-btn {
	    height: 50px;
	    line-height: 53px;
	    font-size: 17px;
	    top: 195px;
	    width: 100%;
	}
	
	.mailing-form-input {
	    padding: 8px 0px;
	    text-align: center;
	    font-size: 14px;
	    margin-top: 2px;
        width: 100%;
	}
	
	.footer {
	    height: 100px;
	}
	
	.container.brand {
	    padding: 0 20px;
	    margin-bottom: 25px;
	    margin-top: 25px;
	}
	
	.module-news-left .brand-img-wrapper, .module-news-left .brand-img {
	    height: auto;
	}
	
	.brand-product-content {
	    padding: 20px 0px;
	    margin: 0 !important;
	}
	
	.brand-product-content p {
	    font-size: 19px;
	    line-height: 1.5em;
	}
	
	.brand-product-content-title {
	    font-size: 22px;
	}
	
	.module-news-no-image .brand-product-content {
	    text-align: left;
	}
	
	.module-news-right .brand-img-wrapper {
	    height: auto;
	}
	
	.module-news-right .brand-img {
	    height: auto;
	}
	
	.image-caption {
	    padding: 14px;
	    height: auto;
	    font-size: 18px;
	}
	
	.swiper-title {
	    font-size: 60px;
	}
	
	.swiper-title {
	    padding-top: 20px;
	}
	
	.swiper-slide {
	    width: 300px;
	    height: 160px;
	    margin-bottom: 0px;
	}
	
	.slide-caption {
	    bottom: -69px;
	}
	.swiper-button-prev, .swiper-button-next{
		display: none;
	}
	.container.module-news {padding:0;}
	
	.module-news-no-image .brand-product-content, .brand-product-content {
	    padding: 30px 10px;
	}
	
	.video-frame {
	    width: 100%;
	     margin: 30px auto;
	}
	
	.container.video {
	    padding: 0 10px;
	}
	
	.container.gallery {
	    padding: 0 10px;
	}
	
	.container {
	    background-attachment: inherit;
	}
	
	h1.footer-title {
	    font-size: 26px;
	}
	
	.mailing-form input#email {
	    margin-top: 2px;
	}
	
	.mailing-form .submit-btn {
	    top: 146px;
	}
	
	.mailing-form div {display:block;}
}

@media screen and (max-width:380px){
	.brand img {
	    height: 50px;
	}
	
	.headline {
	    padding: 0 40px;
	}
	
	h2.header-title {
	    font-size: 46px;
	    letter-spacing: -2px;
	    padding-top: 8px;
	}
	
	.features-headtitle {
	    font-size: 40px;
	}
	
	.features-headtitle {
	    font-size: 30px;
	}
	
	.module-news-center-title {
	    font-size: 44px;
	}
	
	.full-news-detail-btn {
	    font-size: 17px;
	    padding: 11px 30px;
	    margin-top: 16px;
	}
	
	.features-headtitle {
	    font-size: 23px;
	    padding: 0 10px;
	}
	
	.features-box {
    	width: 100%;
    }
    
    .container.survey iframe {
	    width: 100%;
	}
	
	.features {
	    padding-top: 0px !important;
	}
	
	.swiper-title {
	    font-size: 50px;
	}
	
	.swiper-text {
	    width: 80%;
	    margin: auto;
	    padding-bottom: 0;
	    font-size: 18px;
	}
	
	.parallax-title {
	    height: 520px;
	}
	
	.parallax-titleWrap {
	    padding: 0 30px;
	}
	
	.parallax-title-headtitle {
	    font-size: 30px;
	}
	
	
	.full-gradient {
	    height: 100%;
	}
	
	.container.survey {
	    padding: 0 10px;
	}
	
	.features-box {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	
	.survey-range {
	    font-size: 70px;
	}
	
	.survey-percent {
	    margin-top: 27px;
	}
	
	.features-box h1 {
	    font-size: 19px;
	}
	
	
	
	.parallax-title-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+41,0.8+41,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 41%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 41%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 41%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	
	}
}

@media screen and (max-width:320px){
	.headline {
	    padding: 0 30px;
	}
	
	.module-news-center-title {
	    font-size: 40px;
	}
	
	.module-news {margin-bottom:0;}
	
	.module-news {
	    margin-top: 0px;
	}
	
	.module-news-center {
	    margin-top: 0px;
	}
	
	.full-gradient {top:0;bottom: 0;}
	
	.full-news {
	    height: auto;
	    background-position: top center;
	}
	
	.full-news-content-wrap {
	    padding: 60px 0 !important;
	}
	
	.full-news .full-news-text {
	    font-size: 16px;
	}
	.full-news .full-news-title {
	    font-size: 29px;
	}
	
	h1.footer-title {
	    font-size: 28px;
	}
	
	.footer-text {
    top: 60px;
	}
	
	h1.header-title {
	    font-size: 23px;
	}
	
	h2.header-title {
	    font-size: 30px;
	    letter-spacing: -1px;
	    line-height: inherit;
	}
	
	   
}