
@charset "utf-8";
@font-face {
	font-family: 'samsung400';
	src: url('../fonts/samsungonearabic-400-v1-0.eot');
	src: local('?'), url('../fonts/samsungonearabic-400-v1-0.woff') format('woff'), url('../fonts/samsungonearabic-400-v1-0.ttf') format('truetype'), url('../fonts/samsungonearabic-400-v1-0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'samsung600';
	src: url('../fonts/samsungonearabic-600-v1-0.eot');
	src: local('?'), url('../fonts/samsungonearabic-600-v1-0.woff') format('woff'), url('../fonts/samsungonearabic-600-v1-0.ttf') format('truetype'), url('../fonts/samsungonearabic-600-v1-0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[dir=rtl] * {
    font-weight: inherit !important;
}

[dir=rtl] .h1,
[dir=rtl] .h2,
[dir=rtl] .h3,
[dir=rtl] .h4,
[dir=rtl] .h5,
[dir=rtl] .h6,
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3 !important;
}

[lang=ar] [dir=rtl] h1,
[lang=ar] [dir=rtl] h2,
[lang=ar] [dir=rtl] h3,
[lang=ar] [dir=rtl] h4,
[lang=ar] [dir=rtl] h5,
[lang=ar] [dir=rtl] h6 {
    text-align: inherit !important;
}

.footer {
    margin-top: 0 !important;
}

.cq-placeholder,
.new {
    height: auto !important;
}

p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.installment.disclaimer p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.video-wrapper {
    position: inherit !important;
    width: auto !important;
}

body {
    line-height: normal !important;
    font-size: 16px;
}

button:focus {
    background-color: transparent !important;
}

img {
    min-height: auto !important;
    vertical-align: revert !important;
}


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; outline: none;}
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; outline: none; min-height: 1px; /* height: 100%; */ }
[dir='rtl'] .slick-slide { float: right; }
/*.slick-slide img { display: block; }*/
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }


/* Slider */
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('../fonts/slick.eot'); src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg'); }
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 30px; height: 30px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; z-index: 10; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: 0; }
[dir='rtl'] .slick-prev { right: 0; left: auto; }
.slick-prev:before { content: url('../images/arrows-left.png'); }
[dir='rtl'] .slick-prev:before { content: url('../images/arrows-right.png'); }
.slick-next { right: 0; }
[dir='rtl'] .slick-next { right: auto; left: 0; }
.slick-next:before { content: url('../images/arrows-right.png'); }
[dir='rtl'] .slick-next:before { content: url('../images/arrows-left.png'); }
    
    /* Dots */
.s-slick-dots { width: 100%; position: relative; }
.slick-dotted.slick-slider { margin-bottom: 0; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; padding: 0; cursor: pointer; float: none; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 40px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: #ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 1; color: #ffffff; }

.gallery-thb-slider .slick-prev, .gallery-thb-slider .slick-next { font-size: 0; line-height: 0; position: absolute; left: 50%; display: block; padding: 0; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0);transform: translate(-50%, 0); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; z-index: 10; }
.gallery-thb-slider .slick-prev { top: -10px; }
[dir='rtl'] .gallery-thb-slider .slick-prev { top: -10px; right: auto; }
.gallery-thb-slider .slick-prev:before { content: url('../images/svg-preorder-arrow-up.png'); }
[dir='rtl'] .gallery-thb-slider .slick-prev:before { content: url('../images/svg-preorder-arrow-up.png'); }
.gallery-thb-slider .slick-next { top: auto; bottom: -10px; }
[dir='rtl'] .gallery-thb-slider .slick-next { top: auto; bottom: -10px; }
.gallery-thb-slider .slick-next:before { content: url('../images/svg-preorder-arrow-down.png'); }
[dir='rtl'] .gallery-thb-slider .slick-next:before { content: url('../images/svg-preorder-arrow-down.png'); }

@media(max-width: 767px) {
    .gallery-thb-slider .slick-prev { top: 45%; bottom: unset; left: -10px; }
    [dir='rtl'] .gallery-thb-slider .slick-prev { top: 45%; bottom: unset; left:auto; right:  -40px; } 
    .gallery-thb-slider .slick-prev:before { content: url('../images/svg-preorder-arrow-left.png'); }
    [dir='rtl'] .gallery-thb-slider .slick-prev:before { content: url('../images/svg-preorder-arrow-right.png'); }
    .gallery-thb-slider .slick-next { top: 45%; bottom: unset; left: auto; right: -40px; }
    [dir='rtl'] .gallery-thb-slider .slick-next { top: 45%; bottom: unset; right: auto; left: -10px; }
    .gallery-thb-slider .slick-next:before { content: url('../images/svg-preorder-arrow-right.png'); }
    [dir='rtl'] .gallery-thb-slider .slick-next:before { content: url('../images/svg-preorder-arrow-left.png'); }
}

 
	body{font-family: 'samsung400';margin:0;}
	.clear { clear: both; }
	.section0 *, .section1 *, .section2 *, .section3 *, .section4 *, .section5 *, .section6 *, .section7 *, .section8 *, .section9 *, .section10 *, .section11 *, .section12 *, .section13 *, .section14 *, .section15 *, .section16 *, .section17 *, .section18 *, .section19 *, .section20 *, .section21 * { box-sizing: border-box; }
	.section0 { width: 100%; margin: 0; padding: 0; }
    .section1 { width: 100%; margin: 0; padding: 0; overflow: hidden; text-align: center; }
	.section2 { width: 100%; margin: 0; padding: 0; overflow: hidden; text-align: center; }
	.section3 { width: 100%; margin: 0; padding: 0; overflow: hidden; text-align: center; }
	.section4 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	.section5 { width: 100%; margin: 0; padding: 50px 0 100px; overflow: hidden; text-align: center; }
	.section6 { width: 100%; margin: 0; padding: 0 0 50px; overflow: hidden; text-align: center; }
	.section7 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	.section8 { width: 100%; margin: 0; padding: 0 0 100px; overflow: hidden; text-align: center; }
	.section9 { width: 100%; margin: 0; padding: 0; overflow: hidden; text-align: center; }
	.section10 { width: 100%; margin: 0; padding: 0; overflow: hidden; text-align: center; }
	.section11 { width: 100%; margin: 0; padding: 70px 0; overflow: hidden; text-align: center; }
	.section12 { width: 100%; margin: 0; padding: 0 0 100px; overflow: hidden; text-align: center; }
	.section13 { width: 100%; margin: 0; padding: 0; overflow: hidden; text-align: center; }
	.section14 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	.section15 { width: 100%; margin: 0; padding: 0; overflow: hidden; text-align: center; }
	.section16 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	.section17 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	.section18 { width: 100%; margin: 0; padding: 100px 0 0; overflow: hidden; text-align: center; }
	.section19 { width: 100%; margin: 0; padding: 0 0 50px; overflow: hidden; text-align: center; }
	.section20 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	.section21 { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	
	.main-container { width: 100%; height: auto; margin: 0; padding: 0; overflow: hidden; }
	.main-container * {box-sizing:border-box;}
    .work-container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0; }
	.grey-bg{ background-color: #f4f4f4;}
	.black-bg{ background-color: #000000; }
	.left{ float:left; }
	.right{ float:right; }
	.display_desktop { display: block; }
	.display_mobile { display: none; }
	
	.main-banner { width: 100%; margin: 0; padding: 50px 0; overflow: hidden; background: #000000; }
    a.page-cta { display: block; font-size: 14px !important; font-weight: 600 !important; font-family: 'samsung400'; line-height: 14px; text-transform: uppercase; padding: 10px 18px; border: 2px solid #000000; border-radius: 30px; color: #000000; background-color: transparent; text-decoration:none; text-align: center; }
    
	a.model-cta {
	    display: inline-block;
	    font-size: 16px !important;
	    font-weight: 600 !important;
	    font-family: 'samsung400';
	    line-height: 16px;
	    text-transform: uppercase;
	    padding: 17px 30px;
	    border: 2px solid #000000;
	    border-radius: 30px;
	    color: #000000;
	    background-color: transparent;
	    text-decoration: none;
	    margin-top: 30px;
	}
	a.page-cta:hover, .text-section a.page-cta:focus { background-color: #242424; color: #ffffff; border: 2px solid #ffffff; text-decoration: none; }
	a.model-cta:hover, .text-section a.model-cta:focus { background-color: #242424; color: #ffffff; border: 2px solid #ffffff; text-decoration: none; }
	a.page-cta2 {
	    display: inline-block;
	    font-size: 14px !important;
	    font-weight: 600 !important;
	    font-family: 'samsung400';
	    line-height: 14px;
	    text-transform: uppercase;
	    padding: 10px 18px;
	    border: 2px solid #000000;
	    border-radius: 30px;
	    color: #000000;
	    background-color: transparent;
	    text-decoration: none;
	    text-align: center;
	}
	a.page-cta2:hover, .text-section a.page-cta2:focus { background-color: #242424; color: #ffffff; border: 2px solid #ffffff; text-decoration: none; }
	h2.black {
	    margin: 0 0 50px;
	    color: #000000;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 54px !important;
	}
	h2.blacktop {
	    margin: 0 0 15px;
	    color: #000000;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 34px !important;
	}
	h2.white {
	    margin: 0 0 50px;
	    color: #ffffff;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 54px !important;
	}
	h2.whitetop {
	    margin: 0 0 15px;
	    color: #ffffff;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 34px !important;
	}
	h3.black {
	    margin: 0 0 15px;
	    color: #000000;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 34px !important;
	}
	h3.white {
	    margin: 0 0 40px;
	    color: #ffffff;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 34px !important;
	}
	h2.bigtext {
	    font-size: 320px !important;
	}
	h2.bigtext2 {
	    font-size: 700px !important;
	    line-height: 700px;
	}
	h4.black {
	    margin: 0;
	    color: #000000;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 26px !important;
	}
	p.copytextblack {
	    font-family: 'samsung400';
	    font-weight: 500 !important;
	    font-size: 24px !important;
	    color: #000000;
	    margin: 0 0 10px;
	}
	p.copytextblack small {
	    font-size: 14px !important;
	    color: #9b9b9b;
	}
	p.copytextwhite {
	    font-family: 'samsung400';
	    font-weight: 500 !important;
	    font-size: 24px !important;
	    color: #ffffff;
	    margin: 0;
	}
	p.copytextwhite small { font-size: 12px; color: #9b9b9b; display: inline-block; margin: 20px 0 0; }

.desktop { display: block; }
.mobile { display: none; }
.img-wrapper { display: inline-block; width:auto; text-align: center; }
.img-wrapper img { max-width: 100%; max-height: 100%; }  
.kv-wrapper { padding: 25px 0 50px; }
.kv-wrapper .logo-wrapper { padding: 0 50px; text-align: right; }
.kv-wrapper .logo-wrapper img { max-width: 120px; max-height: 100%; }
.kv-inner { padding: 50px 0; }
.kv-cnfg-wrapper { width: 45%; float: left; padding: 0 50px; }
.kv-cnfg-inner { padding: 0 0 50px; text-align: right;  }
.kv-cnfg-inner h3 {
    text-align: right;
    font-weight: bold !important;
    margin: 0 0 20px 0;
}
.sec-cpn .kv-cnfg-inner h5 {
    font-size: 22px !important;
    line-height: 32px;
}
.kv-copy, .kv-offer { padding: 10px 0; }

.model-sel-wrapper { width: 100%; padding: 0; margin: 0; display: table; min-height: 250px; }
.model-sel-wrapper .model-sel { padding: 20px 0; display: none; }
.model-sel-wrapper.active .model-sel { padding: 10px 0 30px; display: block; transition: all .2s ease-in-out; }
ul.curved-btns { margin: 0; padding: 5px 0 15px; list-style: none; }
ul.curved-btns li { margin: 0; padding: 0 2px; display: inline-block; }
ul.curved-btns li a {
    display: none;
    text-decoration: none;
    text-align: center;
    border: 2px solid #999999;
    font-family: 'samsung400';
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 700 !important;
    color: #999999;
    padding: 6px 20px;
    border-radius: 20px;
}
ul.curved-btns li a.available { display: block; }
ul.curved-btns li a:hover { transition: all .2s ease-in-out; color: #7f7f7f; border: 2px solid #7f7f7f; }
ul.curved-btns li a.active { color: #000000; border: 2px solid #000000; }
ul.radio-btns { margin: 0; padding: 5px 0 0; list-style: none; }
ul.radio-btns li { margin: 0; padding: 0; display: none; }
ul.radio-btns li.available { display: inline-block; }
ul.radio-btns li a { display: block; text-decoration: none; text-align: center; border: 1px solid transparent; }
ul.radio-btns li a span.outer { width: 30px; height: 30px; display: block; margin: 0 auto 3px; border-radius:50%; padding: 3px; }
ul.radio-btns li.active a span.outer { border: 3px solid transparent; }
ul.radio-btns li.black a span.outer  { border-color: #000000; }
ul.radio-btns li.silver a span.outer { border-color:#cfcac1; }
ul.radio-btns li.green a span.outer { border-color: #43514a; }
ul.radio-btns li.lavendar a span.outer { border-color: #c0b2d7; }
ul.radio-btns li.cream a span.outer { border-color: #e2ddcf; }
ul.radio-btns li a span.outer span.inner { width: 100%; height: 100%; border-radius: 50%; display: block;  }
ul.radio-btns li.black a span.inner  { background-color: #000000; }
ul.radio-btns li.silver a span.inner { background-color: #cfcac1; }
ul.radio-btns li.green a span.inner { background-color: #43514a; }
ul.radio-btns li.lavendar a span.inner { background-color: #c0b2d7; }
ul.radio-btns li.cream a span.inner { background-color: #e2ddcf; }
#selVariant .img-wrapper { display: block; padding: 0 20px 5px; }
.model-color {
    font-family: 'samsung400';
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 400 !important;
}
.model-sel-wrapper .model-price-wrapper { display: table-cell; vertical-align: middle; }  
.model-sel-wrapper.active .model-price-wrapper { display: block; vertical-align: middle; }  
.model-price {
    font-family: 'samsung600';
    font-size: 24px !important;
    line-height: 30px;
    font-weight: 700 !important;
    padding-bottom: 5px;
}
.kv-cnfg-wrapper .visual-note { padding: 20px 0 0; }
.gallery-wrapper { width: 55%; float: left; padding: 0 10px; }
.gallery-viewer-wrapper { width: 86.5%; float: right; padding: 0; }
.gallery-section .gallery-viewer-wrapper .main-kv { position: relative; }
.gallery-section .gallery-viewer-wrapper .main-kv-caption { position: absolute; left: 15%; bottom: 10%; text-align: left; }
.gallery-section .gallery-viewer-wrapper .main-kv { display:none; }
.gallery-section .gallery-viewer-wrapper .main-kv.active { display:block; }
.gallery-section .gallery-viewer-wrapper .gallery-viewer-inner { display:none; }
.gallery-section .gallery-viewer-wrapper .gallery-viewer-inner.active { display:block; }
.gallery-viewer-item .iframe-wrapper { width: 100%; margin: 0; padding: 0; position: relative; padding-bottom: 56.25%; overflow:hidden; height: 600px; }
.gallery-viewer-item .iframe-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.gallery-viewer-item .iframe-wrapper iframe { display: none; }
.gallery-viewer-item .iframe-wrapper iframe.active { display: block; }
.gallery-viewer-item .iframe-wrapper video { display: none; }
.gallery-viewer-item .iframe-wrapper video.active { display: block; }
.gallery-viewer-item .img-wrapper img { display: none; }
.gallery-viewer-item .img-wrapper img.active { display: block; }
.gallery-thb-wrapper { width: 13.5%; float: right; padding: 0 5px; }
.gallery-thb-inner { width: 100%; padding: 30px 0; }
.gallery-thb-item { padding: 5px 0; cursor: pointer; }
.gallery-thb-item .img-wrapper { padding: 3px; border: 1px solid #cccccc; border-radius: 5px; }
.gallery-thb-item.slick-current .img-wrapper { border: 1px solid #999bab; box-shadow: 0px 1px 1px 1px #999bab; }
.gallery-thb-item .img-wrapper img { display: none; }
.gallery-thb-item .img-wrapper img.active { display: block; }

@media(max-width: 1200px) {	
    .kv-cnfg-wrapper { padding: 0 10px; }
    .gallery-viewer-item .iframe-wrapper { height: 500px; }
}
@media(max-width: 900px) {	
    /*h2.blacktop { font-size: 24px; }*/
    ul.curved-btns li a { padding: 4px 10px; }
    .gallery-viewer-item .iframe-wrapper { height: 380px; }
    
}

@media(max-width: 767px) {
    .desktop { display: none; }
	.mobile { display: block; }	
    .kv-wrapper { padding: 20px 0 20px; }
	.kv-wrapper .logo-wrapper { padding: 0 20px; text-align: center; }
	.kv-inner { padding: 30px 0 10px; }
	.gallery-wrapper { width: 100%; float: right; padding: 0; }
	.gallery-viewer-wrapper { width: 100%; float: right; } 
	.gallery-thb-wrapper { width: 100%; float: right; padding: 0 20px; }
	.gallery-section .gallery-viewer-wrapper .main-kv-caption { position: absolute; left: 5%; bottom: 5%; }
	.kv-cnfg-wrapper { width: 100%; float: right; padding: 0; padding-left: 0; }
	.kv-cnfg-inner { padding: 20px 10px; text-align: center; } 
	.kv-cnfg-inner h3 { text-align: center; }
	.sec-cpn .kv-inner h5 {
	    font-size: 22px !important;
	    line-height: 32px;
	}
	.kv-copy, .kv-offer { padding: 10px; text-align: center; }
	.gallery-viewer-item .iframe-wrapper { height: 440px; }
	.gallery-thb-inner { padding: 20px 0 10px; }
	.gallery-thb-item { padding: 5px; } 
	.model-sel-wrapper { min-height: 150px; }
	ul.curved-btns li a {
	    font-size: 14px !important;
	    line-height: 14px;
	    padding: 5px 12px;
	    border: 2px solid #aaaaaa;
	}
	.model-price {
	    padding: 10px 0 0;
	    font-size: 20px !important;
	}
}

@media(max-width: 380px) { 
    .gallery-viewer-item .iframe-wrapper { height: 380px; }
}

@media(max-width: 330px) { 
    .gallery-viewer-item .iframe-wrapper { height: 350px; }
}

	.artwork-img { width: 100%; margin: 0; padding: 0; text-align: right; }
	.artwork-img img { max-width: 100%; max-height: 100%; }
	.artwork-img-mobile { display: none; }
	.col2copy { width: 100%; margin: 0; padding: 0; text-align: center; }
	.qpromotion_bg { width: 100%; margin: 0; padding: 0; background: #f4f4f4; }
	.qpromotion_bg .page-cta {
        font-size: 14.2px !important;
    }
    .col2img { width: 55%; float: left; margin: 0; text-align: left; padding:0 88px 0 20px; }
	.col2img img { max-width: 100%; max-height: 100%; }
	.col2half{width:100%; text-align: right;}
	p.subtitle {
	    margin: 10px 0 30px;
	    font-family: 'samsung600';
	    font-size: 26px !important;
	}
	.col2copyright { width: 45%; float: right; margin: 0; padding: 0; text-align: left; }
	.top-logo { padding: 0; max-height: 50px;}
	.sec6-copy { padding: 0; }
	.selection-area{padding:30px;position: relative;margin:0; text-align:right;}
	.sec0-copy{margin:0;padding:0;}
	.model-banner{width:50%; float: left;}
	.sec0-copy .buy-info{ margin-top:30px; margin-left: 0; }	
	.sec0-copy .price {
	    font-size: 24px !important;
	    font-weight: 800 !important;
	    margin: 0;
	    padding: 0;
	}
	.sec0-copy .prod-desc{font-size:16px; padding:0; font-family: 'samsung400'; }
	.sec0-copy ul { list-style: outside none none;margin: 35px 0 0 0; padding: 0;}
	.sec0-copy ul li { display: inline-block;}
	.sec0-copy ul.sel-options li { display: inline-block; }
	.sec0-copy ul.sel-options li:last-child { margin: 0; }
	.sec0-copy ul li a {
	    text-decoration: none;
	    font-size: 20px !important;
	    font-weight: 600 !important;
	    color: #7f7f7f;
	    padding: 5px 20px 5px;
	    border: 2px solid #7f7f7f;
	    border-radius: 30px;
	    transition: all .25s ease-in-out;
	}
	.sec0-copy ul li a:hover, .sec0-copy ul li a.active{ color:#000000; border: 2px solid #000000; }
	.sec0-copy ul.sel-options li a{ height: 30px; width: 30px; display: inline-block; border-radius: 50%; border: 5px solid #fff; transition: all .25s ease-in-out; cursor: pointer; padding: 0; }
	.sec0-copy ul.sel-options li a:hover, .sec0-copy ul.sel-options li a.active{ box-shadow: 0 0 0 2px #000; border-color: #929292; }
	.sec0-copy ul.sel-options li a#black-btn { background-color: #000000; }
	.sec0-copy ul.sel-options li a#pgreen-btn { background-color: #43514a; }
	.sec0-copy ul.sel-options li a#silver-btn { background-color: #cfcac1; }
	.sec0-copy ul.sel-options li a#green-btn { background-color: #43514a; }
	.sec0-copy ul.sel-options li a#cream-btn { background-color: #e2ddcf; }
	.sec0-copy ul.sel-options li a#lavender-btn { background-color: #c0b2d7; }
	a.page-cta-small {
	    display: inline-block;
	    font-size: 14px !important;
	    font-weight: 600 !important;
	    font-family: 'samsung400';
	    line-height: 16px;
	    text-transform: uppercase;
	    padding: 10px 20px;
	    border: 1px solid #ffffff;
	    border-radius: 30px;
	    color: #ffffff;
	    text-decoration: none;
	}
	a.page-cta-small:hover, .text-section a.page-cta:focus { background-color: #242424; color: #ffffff; text-decoration: none; }
	table.promo-list {width:100%; margin:20px 0 0 0; padding:0;border-collapse:collapse; }
	table.promo-list td {
	    font-family: 'samsung400';
	    font-size: 24px !important;
	    text-align: right;
	    padding: 10px;
	    border-collapse: collapse;
	}
	table.promo-list thead td {
	    border-top: 1px solid #dfdfdf;
	    font-weight: 800 !important;
	    font-size: 16px !important;
	    background-color: #ececec;
	}
	.model-name { font-family: 'samsung600'; font-weight: 700; text-align: right; font-size: 20px; color: #ffffff; margin: 45px 30px 0; }
	span .top-logo { margin: 20px 30px 0; padding: 0; width: 100px; }
	#model_elements { display: block; }
	.invisible { visibility: hidden; }
	.model-banner .phone { float: right; width: calc(100% - 120px); }
	.model-banner .video360 { float: left; width: calc(100% - 120px); display: none; }
	.model-banner .video360 #videobox360 { width: 100%; }
	.model-banner .gallery { text-align: center; width: 100px; float: left; margin: 0; }
	.model-banner .gallery-thumbnail { max-width: 60px; max-height: 60px; cursor: pointer; }
	.model-banner .img-wrapper { border: 1px solid #ccc; width: 90px; display: inline-block; border-radius: 5px; margin-bottom: 10px; padding: 10px 0; text-align: center; }
	.installment { max-width: 100%; margin-left: 0; margin-right: 0; margin-top: 20px }
	.installment img { width: 220px; }
	.installment p {
	    font-size: 12px !important;
	}
	.installment p a {
	    color: #000000;
	    text-decoration: underline;
	    font-weight: 600 !important;
	}
	.installment small {
	    font-size: 12px !important;
	    color: #a1a2a7;
	}
	.sec0-copy .prod-desc2 {
	    font-size: 16px !important;
	    margin: 0;
	    padding: 0;
	    font-family: 'samsung400';
	}
	.main_video_bg { width: 100%; margin: 0; padding: 0; overflow: hidden; }
	.video-main { height: 550px; margin: 0 auto; width: 100%; background: #000000; }
	.camera_section { width: 100%; margin: 0; padding: 50px 0 100px; }
	.single_img_box { display: block; text-align: center; }
	.single_img_box_mobile { display: none; text-align: center; }
	.single_img_box img, .single_img_box_mobile img { max-width: 100%; max-height: 100%; }
	.space_zoom_section { width: 100%; margin: 0; padding: 150px 0 100px; }
	.space_zoom_section2 { width: 100%; margin: 0; padding: 30px 0 80px; }
	.content_box { width: 90%; margin: 0 auto; padding: 70px 0 0; text-align: left; }
	.left_side, .right_side { width: 50%; float: right; margin: 0; padding: 0; text-align: right; position: relative; }
	.left_side { padding-left: 10px; }
	.right_side { padding-right: 10px; }
	.left_side img { max-width: 100%; max-height: 100%; }
	.content_sub {
	    width: 100%;
	    margin: 0 0 20px;
	    padding: 0;
	    font-size: 14px !important;
	    font-family: 'samsung400';
	    font-weight: 400 !important;
	    text-transform: uppercase;
	}
	.content_sub strong {
	    font-weight: 800 !important;
	    font-size: 18px !important;
	}
	.content_subcopy {
	    width: 100%;
	    margin: 0;
	    padding: 0 0 20px;
	    font-size: 28px !important;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	}
	.content_subcopy span {
	    font-size: 18px !important;
	    font-family: 'samsung400';
	    font-weight: 400 !important;
	}
	.content_copy {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font-size: 16px !important;
	    font-family: 'samsung400';
	    font-weight: 400 !important;
	}
	.content_image { width: 100%; margin: 0; padding: 50px 0; text-align: center; }
	.content_image img { max-width: 100%; max-height: 100%; }
	.content_video { width: 100%; margin: 0; padding: 0; }
	.content_video img { max-width: 100%; max-height: 100%; }
	.image_area { width: 100%; margin: 0; padding: 0; position: relative; }
	.image_area .image_box { width: 100%; margin: 0; padding: 0; position: relative; z-index: 20; }
	.camera_styles {
	    width: 100%;
	    margin: 50px 0 0;
	    padding: 0;
	    color: #000000;
	    font-size: 18px !important;
	    font-weight: 800 !important;
	    overflow: hidden;
	    position: relative;
	}
	.camera_styles ul { margin: 0 auto; padding: 0; list-style: none; width: 20%; position: absolute; z-index: 20; left: 50%; bottom: 40px; margin-left: -100px; }
	.camera_styles ul li { margin: 0; padding: 0; width: 50%; float: left; text-align: center; }
	.camera_styles ul li a { color: #000000; text-decoration: none; }
	.camera_styles ul li a:hover, .camera_styles ul li a:focus { text-decoration: none; color: #000000; }
	.camera_styles ul li a .camera_view_icon { width: 100%; margin: 0; padding: 0; }
	.camera_styles ul li a .camera_view_text {  }
	.camera_styles #camera_view { width: 100%; margin: 0 0 20px; padding: 0; text-align: center; position: relative; z-index: 10; }
	.camera_styles #camera_view img { max-width: 100%; max-height: 100%; }
	.bottom_content { width: 50%; margin: 0 auto; padding: 50px 0 0; text-align: center; }
	.eight_k { width: 100%; margin: 0; padding: 100px 0 0; background: #000000; color: #ffffff; }
	.eight_k2 { width: 100%; margin: 0; padding: 100px 0 0; }
	#q2_multi_video, #b2_multi_video, #q2_capture_view, #b2_quick_shot, #b2_120hz { width: 100%; }
	.bright_night { width: 100%; margin: 0; padding: 0 0 50px; background: #000000; color: #ffffff; }
	.super_steady { width: 100%; margin: 0; padding: 150px 0; }
	.single_take { width: 100%; margin: 0; padding: 0; position: relative; }
	.five_g_box { width: 100%; margin: 0; padding: 100px 0 0; background: #000000; color: #ffffff; }
	.youtube_premium { width: 100%; margin: 0; padding: 50px 0; }
	.influencer_box { width: 100%; margin: 0; padding: 50px 0 0; }
	.video-area { margin: 0; padding: 0; position: relative; width: 100%; }
	.in_the_box { width: 100%; margin: 0; padding: 0 0 50px; }
	.comparison_chart { width: 100%; margin: 0; padding: 0; }
	.model_cols { float: left; width: 25%; padding: 30px; }
	.model_cols:hover { background-color:#f7f7f7; }
	.model_cols ul { margin: 20px 0; padding: 0; list-style: none; overflow: hidden; }
	.model_cols ul li { display:block; text-align: center; border-top: 1px solid #c6c6c6; padding: 0;}
	.model_cols ul li.last { border-bottom: 1px solid #c6c6c6;}
	.model_cols ul li img { max-width: 100%; max-height: 100%; padding-top: 8px; vertical-align: middle;}
	.model_cols ul li small {
	    display: block;
	    text-align: center;
	    font-size: 18px !important;
	    font-weight: 500 !important;
	    font-family: 'samsung400';
	    color: #000000;
	    margin: 30px 0 0;
	}
	.compare_selection { width: 100%; margin: 0; padding: 0; }
	.model_cols ul.compare_network { margin: 25px 0; padding: 0; list-style: outside none none; overflow: visible; }
	.model_cols ul.compare_network li { display: inline-block; border-top: 0 none; }
	.model_cols ul.compare_network li a {
	    text-decoration: none;
	    font-size: 16px !important;
	    font-weight: 600 !important;
	    color: #000000;
	    padding: 2px 10px 2px;
	    border: 2px solid #000000;
	    border-radius: 30px;
	    transition: all .25s ease-in-out;
	}
	.model_cols ul.compare_size { margin: 0; padding: 0; list-style: outside none none; overflow: visible; }
	.model_cols ul.compare_size li { display: inline-block; border-top: 0 none; }
	.model_cols ul.compare_size li a {
	    text-decoration: none;
	    font-size: 16px !important;
	    font-weight: 600 !important;
	    color: #000000;
	    padding: 2px 10px 2px;
	    border: 2px solid #000000;
	    border-radius: 30px;
	    transition: all .25s ease-in-out;
	}
	.model_cols ul.compare_color { margin: 20px 0; padding: 0; list-style: outside none none; overflow: visible; }
	.model_cols ul.compare_color li { display: inline-block; border-top: 0 none; }
	.model_cols ul.compare_color li a { height: 20px; width: 20px; display: inline-block; border-radius: 50%; border: 3px solid #c4c4c4; transition: all .25s ease-in-out; cursor: pointer; padding: 0; }
	.model_cols ul.compare_color li a.c-cream { background-color: #e2ddcf; }
	.model_cols ul.compare_color li a.c-black { background-color: #000000; }
	.model_cols ul.compare_color li a.c-pgreen { background-color: #43514a; }
	.model_cols ul.compare_color li a.c-silver { background-color: #cfcac1; }
	.model_cols ul.compare_color li a.c-green { background-color: #43514a; }
	.model_cols ul.compare_color li a.c-lavender { background-color: #c0b2d7; }
	
	.footer_section { width: 100%; margin: 0; padding: 0 50px 0 0; background: #f4f4f4; }
	.footer_section .content_image { padding: 0; }
	.footer_section .content_image * { text-align: left; }
	.footer_section h3.white { margin-top: 20px; }
	.disclaimer_box { width: 100%; margin: 0; padding: 50px 30px 40px; background: #f4f4f4; border-top: 10px solid #ffffff; }
	.tc-copy-left { font-size: 12px; width: 100%; text-align:right; margin: 0 0 5px 0; padding:0; }
	p.small {
	    font-family: 'samsung400';
	    font-weight: 500 !important;
	    font-size: 14px !important;
	    color: #000000;
	    margin: 10px 0 10px 0;
	    width: 100%;
	}
	p.small span {
	    font-weight: 800 !important;
	    font-size: 18px !important;
	}
	.model_cols ul#c_size_s20 { margin-top: 70px; }
	
	.content_subcopy2 { width: 100%; margin: 0; padding: 0; font-size: 20px !important; font-family: 'samsung600'; }
	.content_subcopy2 span {
	    font-size: 16px !important;
	    font-family: 'samsung400';
	    font-weight: 400 !important;
	    display: inline-block;
	    margin: 5px 0 20px;
	}
	.content_desc2 { font-size: 18px; font-family: 'samsung400'; font-weight: 400; }
	
	.bkgrnd_img { width: 100%; margin: 0; padding: 0; position: relative; z-index: 10; text-align: center; }
	.bkgrnd_img img { max-width: 100%; max-height: 100%; }
	.right_side.abs_box { position: absolute; width: 20%; left: 300px; top: 50%; margin-top: -450px; z-index: 20; padding: 0; }
	
	.img_switch { width: 100%; margin: 0; padding: 70px 0 0; text-align: center; }
	.img_switch img { max-width: 100%; max-height: 100%; position: relative; z-index: 10; }
	#notes_switch { cursor: pointer; position: relative; }
	
	.note_sync { width: 100%; margin: 0; padding: 0; }
	.note_sync_slider { width: 100%; margin: 0; padding: 0; }
	.note_sync_slider .note_sync_data {}
	.note_sync_slider .note_sync_data img { max-width: 100%; max-height: 100%; }
	
	.three_colm { width: 33.33%; float: left; margin: 0; padding: 0 20px; }
	.three_colm .content_image { padding: 0; }
	.three_colm .content_subcopy {}
	.three_colm .content_copy { margin: 100px 0 0; }
	.three_colm .content_sub { margin: 100px 0 20px; }
	
	.battery_perform { width: 100%; margin: 0; padding: 100px 0 0; }
	
	.black_bg { background: #000000; color: #ffffff; padding: 0 0 150px; }
	
	.section10 .content_image { padding: 50px 0 0; }
	
	.icon_box { width: 100%; margin: 0; padding: 0; }
	.icon_box img { max-width: 100%; max-height: 100%; }
	.icon_title {
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    font-size: 16px;
	    margin: 0;
	    padding: 0 0 10px;
	}
	.icon_subtitle {
	    font-family: 'samsung400';
	    font-weight: 500 !important;
	    font-size: 12px !important;
         margin: 0;
	    padding: 0 0 15px;
	}
	.icon_desc {
	    font-family: 'samsung400';
	    font-weight: 400 !important;
	    font-size: 14px !important;
	    margin: 0;
	    padding: 0;
	}
	
	.tab { overflow: hidden; }
	.tab button {
	    background: transparent;
	    border: 0 none;
	    border-bottom: 2px solid #666666;
	    outline: none;
	    cursor: pointer;
	    padding: 14px 16px;
	    transition: 0.3s;
	    font-size: 20px !important;
	    font-family: 'samsung600';
	    font-weight: 800 !important;
	    color: #666666;
	}
	.tab button:hover { color: #000000; border-bottom: 4px solid #000000; }
	.tab button.active { color: #000000; border-bottom: 4px solid #000000; }
	.tabcontent { display: none; padding: 50px 20px 0; }
	
	.basic_specs { width: 40%; margin: 0 auto; padding: 20px 0; }
	.model_name {
	    font-size: 16px !important;
	    font-weight: 800 !important;
	    text-align: left;
	    margin: 0;
	    padding: 0 0 20px;
	}
	.basic_specs table { width: 100%; }
	.basic_specs table td {
	    padding: 10px;
	    font-size: 16px !important;
	    font-weight: 400 !important;
	    width: 50%;
	}
	.basic_specs table td span {
	    font-size: 30px !important;
	    font-weight: 800 !important;
	}
	
	.section14 .single_take { padding: 150px 0 0; }
	.section14 .right_side.abs_box { margin-top: -230px; left: 150px; width: 30%; }
	
	.four_colm { width: 25%; float: left; margin: 0; padding: 0 20px; }
	
	.four_box { width: 100%; margin: 0; padding: 0; }
	
	.box_material { margin: 0 auto; padding: 30px 0; list-style: none; overflow: hidden; text-align: right; width: 100%; }
	.box_material li {
	    float: right;
	    width: 33.33%;
	    padding: 10px;
	    font-size: 16px !important;
	    font-weight: 800 !important;
	}
	
	.section17 .right_side img { max-width: 100%; max-height: 100%; }
	
	.bundle_copy { width: 100%; margin: 0; padding: 0; }
	
	.show_mobile { display: none; }
	
	.grey{ background: #da5451; }
	.center { display: flex; justify-content: space-evenly; align-items: center; height: 100px; position: absolute; left: 50%; top: 50%; z-index: 30; margin-left: -20px; }
	.circle { width: 35px; height: 35px; border-radius: 50%; box-shadow: 0px 0px 1px 1px #0000001a; }
	.pulse { animation: pulse-animation 2s infinite; }
	@keyframes pulse-animation { 
		0% { box-shadow: 0 0 0 0px rgba(218, 84, 81, 0.7); }
		100% { box-shadow: 0 0 0 20px rgba(218, 84, 81, 0); }
	}
	
	.two_colm { width: 50%; float: right; margin: 0; padding: 0; position: relative; }
	.two_colm.copy { width: 30%; padding: 20px; position: relative; }
	.two_colm.img_box { width: 70%; text-align: center; }
	.qrcode { width: 100%; margin: 0; padding: 20px 0 0; }
	.qrcode img { max-width: 100%; max-height: 100%; }
	
	/*.camera_section .rotate_text, .section5 .rotate_text, .section7 .rotate_text { transform-origin: 0 0; transform: rotate(270deg); position: absolute; top: 315px; right: -270px; }*/
	/*.left_push { left: 20px; }
	.right_push { right: 20px; }*/
	/*.rotate_text { transform-origin: 0 0; transform: rotate(270deg); position: absolute; top: 300px; right: -300px; }*/
	.pad-left { padding-left: 20px; }
	
	.logo_imgs { width: 100%; margin: 0; padding: 20px 0 0; }
	.logo_imgs img { max-width: 100%; max-height: 100%; }
	
	.space_zoom_section .two_colm.copy { top: 40px; }
	
	.two_colm2 { width: 50%; float: right; margin: 0; padding: 0 2.5%; position: relative; }
	.two_colm2.copy { width: 40%; padding: 20px; position: relative; top: 150px; }
	.two_colm2.img_box { width: 60%; text-align: center; }
	
	.camera_section .content_copy { padding: 80px 0 0; }
	
	.section4 .left_side { padding-left: 50px; }
	.section4 .right_side { padding-right: 50px; }
	
	.section5 .two_colm2.copy { top: 0; }
	
	.section6 .content_box, .section13 .content_box, .section8 .content_box  { width: 50%; }
	
	.section7 .two_colm2.copy { top: 80px; }
	
	.display_features { width: 60%; margin: 0 auto; padding: 50px 0 0; text-align: center; }
	.display_features ul { width: 100%; margin: 0; padding: 0; list-style: none; overflow: hidden; }
	.display_features ul li { width: 33.33%; float: right; margin: 0; padding: 0 20px; }
	.display_feature_title {
	    width: 100%;
	    margin: 0;
	    padding: 40px 0 20px;
	    font-size: 20px;
	    font-weight: 400;
	    text-transform: uppercase;
	}
	.display_features ul li .big_text {
	    width: 100%;
	    margin: 0;
	    padding: 0 0 30px;
	    font-size: 40px;
	    font-weight: 400;
	}
	.display_features ul li .big_text span { font-size: 20px; }
	.display_features ul li .big_text img { max-width: 100%; max-height: 100%; }
	.display_features ul li .small_text {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font-size: 18px;
	    font-weight: 400;
	    text-transform: uppercase;
	}
	.display_features ul li .small_text img { max-width: 100%; max-height: 100%; }
	
	.qpromotion_bg .right_side { text-align: right; }
	
	.combo_box { width: 80%; margin: 0 auto; padding: 0; overflow: hidden; }
	.combo_box .img_holder_box { width: 75%; float: right; margin: 0; padding: 0; }
	.combo_box .img_holder_box img { max-width: 100%; max-height: 100%; }
	.combo_box .vd_holder_box { width: 25%; float: left; margin: 0; padding: 0; }
	
	.phone_icons { width: 100%; margin: 0; padding: 0 0 20px; text-align: center; }
	.phone_icons span { width: 30%; margin: 0 auto; display: inline-block; }
	.phone_icons span img { max-width: 100%; max-height: 100%; }
	
	.bundle_cta { width: 35%; display: inline-block; margin: 0; padding: 0; }
	
	.footer_section h3.black { margin: 40px 0 15px; }
	
	.section14 .content_box  { width: 80%; }
	
	.model_slide { width: 70%; margin: 0 auto; }
	
	
	
	
	@media (min-width: 1025px) and (max-width: 1400px) {
		.influencer_box { padding: 50px 10px; }
	}
	@media (min-width: 991px) and (max-width: 1024px) {
		p.subtitle {
		    font-size: 20px !important;
		}
		.sec0-copy .prod-desc2 {
		    font-size: 14px !important;
		}
		h2.bigtext {
		    font-size: 200px !important;
		}
		h2.bigtext span { height: 150px; display: inline-block; }
		h2.bigtext span img { max-width: 100%; max-height: 100%; }
		h2.bigtext2 {
		    font-size: 400px !important;
		    line-height: 400px !important;
		}
		h2.bigtext2 span { height: 300px; display: inline-block; }
		h2.bigtext2 span img { max-width: 100%; max-height: 100%; }
		.content_box { width: 85%; }
		.influencer_box { padding: 50px 10px; }
		p.copytextwhite {
		    font-size: 20px !important;
		}
		p.copytextblack {
		    font-size: 20px !important;
		}
		.content_subcopy {
		    font-size: 24px !important;
		}
		.content_copy {
		    font-size: 16px !important;
		}
		.sec6-copy { padding: 60px 0 0; }
		table.promo-list td {
		    font-size: 20px !important;
		}
		h4.black {
		    font-size: 18px !important;
		}
		p.small {
		    font-size: 12px !important;
		}
		
		.right_side.abs_box { left: 200px; width: 30%; }
		h2.black br { display: none; }
		h2.white br { display: none; }
		
		.section14 .right_side.abs_box { margin-top: -180px; left: 100px; }
		.footer_section { padding: 20px 0 20px 50px; }
	}	
	@media (min-width: 768px) and (max-width: 990px) {
		h2.whitetop {
		    font-size: 26px !important;
		}
		p.subtitle {
		    font-size: 18px !important;
		}
		.sec0-copy .prod-desc2 { font-size: 14px; }
		.noshow { display: none; }
		#model_elements { display: none; }
		.model-banner .img-wrapper { width: 65px; }
		.video-main { height: auto; margin: 0; position: relative; width: 100%; }
		.video-main iframe { height: 400px; }
		h2.white {
		    font-size: 30px !important;
		}
		h2.black {
		    font-size: 30px !important;
		}
		.single_img_box { padding: 0 10px; }
		.single_img_box img { max-width: 100%; max-height: 100%; }
		h2.bigtext {
		    font-size: 200px !important;
		}
		h2.bigtext span { height: 150px; display: inline-block; }
		h2.bigtext span img { max-width: 100%; max-height: 100%; }
		.content_box { width: 90%; }
		.content_subcopy {
		    font-size: 24px !important;
		}
		.content_copy { font-size: 16px; }
		h2.bigtext2 {
		    font-size: 400px !important;
		    line-height: 400px;
		}
		h2.bigtext2 span { height: 310px; display: inline-block; }
		h2.bigtext2 span img { max-width: 100%; max-height: 100%; }
		.single_take .right_side { padding: 50px 0 0; }
		.influencer_box { padding: 50px 10px; }
		p.copytextwhite,
		p.copytextblack {
		    font-size: 20px !important;
		}
		.sec6-copy { padding: 20px 0 0; }
		h4.black {
		    font-size: 20px !important;
		}
		.footer_section { padding: 20px; }
		.footer_section h3.white { margin-top: 0; }
		.disclaimer_box { padding: 20px; }
		
		.right_side.abs_box { left: 80px; width: 50%; margin-top: -350px; }
		h2.black br { display: none; }
		h2.white br { display: none; }
		h2.bigtext2 img { max-width: 100%; max-height: 100%; }
		.camera_styles ul { width: 30%; }
		.section14 .right_side.abs_box { margin-top: -200px; left: 30px; padding: 0; width: 50%; }
		.section14 .single_take { padding: 300px 0 0; }
		.section10 .single_img_box { padding: 0; }
		
		h2.blacktop {
		    font-size: 26px !important;
		}
	}
	@media (max-width: 767px) {
		.single_img_box { display: none; }
		.single_img_box_mobile { display: block; padding: 0 10px; }
		.single_img_box_mobile img { max-width: 100%; max-height: 100%; }
		.top-logo { width: 50%; }
		.model-name { padding: 10px 10px 10px 0; margin: 0; font-size: 12px; }
		.selection-area { padding: 10px; }
		.artwork-img { display: none; }
		.artwork-img-mobile { display: block; width: 100%; margin: 0; text-align: center; padding: 15px 0 0; clear: both; }
		.sec0-copy { width: 100%; padding: 10px 0 0; text-align: center; }
		h2.whitetop {
		    font-size: 24px !important;
		    margin: 0 0 10px;
		}
		p.subtitle {
		    font-size: 14px !important;
		}
		.sec0-copy .prod-desc2 { font-size: 14px; }
		.model-banner { float: none; }
		.model-banner .phone { width: 100%; float: none; }
		.model-banner .phone img { max-width: 100%; max-height: 100%; }
		.model-banner .gallery { width: 100%; float: none; margin: 40px 0; }
		.model-banner .img-wrapper { width: 65px; }
		#model_elements { display: none; }
		.installment { max-width: 100%; }
		.video-main { height: auto; margin: 0; position: relative; width: 100%; }
		.video-main iframe { height: 300px; }
		h2.white {
		    font-size: 24px !important;
		    margin: 0 0 30px;
		    padding: 0 10px;
		}
		
		p.copytextwhite {
		    font-size: 16px !important;
		    margin: 0 0 20px;
		}
		.content_box { width: 100%; padding: 30px 10px 0; text-align: center; }
		.left_side { width: 100%; float: none; padding: 0; margin: 0 0 20px; }
		.right_side { width: 100%; float: none; padding: 0; }
		.content_subcopy { font-size: 22px !important; }
		.content_copy { font-size: 16px; }
		.camera_styles ul { width: 50%; margin-left: -80px; }
		.bottom_content { width: 100%; padding: 0 0 30px; }
		p.copytextwhite small { font-size: 12px; }
		.space_zoom_section { padding: 50px 0; }
		.eight_k { padding: 50px 0 30px; }
		h2.black {
		    margin: 0 0 30px;
		    font-size: 24px !important;
		    padding: 0 10px;
		}
		h2.bigtext2 {
		    font-size: 300px !important;
		    line-height: 300px;
		    margin: 0;
		    padding: 0;
		}
		h2.bigtext2 span { height: 220px; display: inline-block; }
		h2.bigtext2 span img { max-width: 100%; max-height: 100%; }
		p.copytextblack {
		    font-size: 16px !important;
		}
		.content_box .single_img_box_mobile { padding: 0; }
		.super_steady { padding: 40px 0 0; }
		.bright_night { padding: 0 0 70px; }
		.content_video { margin: 30px 0 0; }
		.content_image { padding: 30px 0; }
		.section7 .content_box { padding: 0 10px; }
		.single_take { padding: 0 0 30px; }
		.single_take .left_side { padding: 0; }
		.single_take .right_side { padding: 0; }
		.five_g_box { padding: 50px 0 20px; }
		.section8 h2.bigtext2 {
		    font-size: 240px !important;
		    line-height: 240px;
		}
		.youtube_premium { padding: 30px 10px; }
		.youtube_premium h2.black { text-align: center; padding: 0; }
		.influencer_box { padding: 30px 10px 0; }
		.influencer_box h2.black { text-align: center; padding: 0; }
		.video-area { height: auto; }
		.video-area iframe { height: 300px; }
		.qpromotion_bg { padding: 0; }
		.sec6-copy { padding: 0; }
		h3.white {
		    font-size: 20px !important;
		    margin: 0;
		}
		table.promo-list td {
		    font-size: 18px !important;
		    padding-left: 10px !important;
		    text-align: center;
		}
		.in_the_box { padding: 20px 0; }
		.comparison_chart { padding: 0 0 30px; }
		.model_cols { padding: 0; }
		p.small span {
		    font-size: 16px !important;
		}
		p.small {
		    font-size: 12px !important;
		}
		.footer_section { padding: 10px 0 0; }
		.footer_section h3.white { margin-bottom: 40px; }
		.disclaimer_box { padding: 30px 10px; }
		.noshow { display: none; }
		.camera_styles ul li a .camera_view_icon img { width: 40px; }
		
		.left_side, .right_side { text-align: center; }
		
		.right_side.abs_box { width: 100%; position: relative; left: 0; top: 0; margin-top: 0; }
		.section5 { padding: 0 0 50px; }
		h2.black br, h2.white br { display: none; }
		
		.three_colm { width: 100%; float: none; padding: 0 0 10px; }
		.three_colm .content_copy { margin: 0; }
		.three_colm .content_sub { margin: 0; padding: 10px 0; }
		.section7 { padding: 0 0 20px; }
		
		.battery_perform { padding: 50px 0 0; }
		.black_bg { padding: 0 0 50px; }
		.tab button { font-size: 14px !important; padding: 10px; }
		.basic_specs { width: 100%; }
		
		.section11 { padding: 50px 0; }
		.eight_k2 { padding: 50px 0 0; }
		h2.bigtext2 img { max-width: 100%; max-height: 100%; padding: 0 10px 30px; }
		
		.section12 { padding: 0 0 50px; }
		h2.bigtext {
		    font-size: 110px !important;
		}
		h2.bigtext span { height: 80px; display: inline-block; }
		h2.bigtext span img { max-width: 100%; max-height: 100%; }
		
		.space_zoom_section2 { padding: 0 0 40px; }
		.section14 .right_side.abs_box { margin-top: 0; left: 0; padding: 0 0 20px; width: 100%; }
		.section14 .single_take { padding: 50px 0 0; }
		
		.four_colm { width: 100%; float: none; padding: 0; }
		
		.section10 .single_img_box_mobile { padding: 0; }
		.icon_desc { padding: 0 10px; }
		
		.col2half { text-align: center; }
		
		.box_material { width: 100%; padding: 20px 0 0; }
		.box_material li { font-size: 14px; width: 50%; min-height: 60px; }
		.footer_section .left_side { padding: 0 10px; }
		.footer_section .single_img_box_mobile { padding: 0; }
		
		h4.black {
		    font-size: 20px !important;
		}
		
		.show_mobile { display: block; }
		
		.sec0-copy ul li a {
		    font-size: 16px !important;
		}
		
		a.page-cta,
		.qpromotion_bg a.page-cta {
		    padding: 10px 15px;
		    font-size: 10px !important;
		}
		
		.two_colm { width: 100%; float: none; }
		.two_colm.copy, .two_colm.img_box { width: 100%; }
		
		.display_desktop { display: none; }
		.display_mobile { display: block; }
		
		.space_zoom_section .two_colm.copy { top: 0; }
		
		.pad-box { padding: 20px; }
		
		.two_colm2 { width: 100%; float: none; }
		.two_colm2.copy, .two_colm2.img_box { width: 100%; top: 0; }
		.camera_section .content_copy { padding: 0; }
		
		.camera_section .rotate_text, .section5 .rotate_text, .section7 .rotate_text { transform: none; position: relative; top: 0; left: 0; }
		.rotate_text { transform: none; position: relative; top: 0; left: 0; }
		
		.camera_section { padding: 0 0 50px; }
		
		.pad-left { padding-left: 0; }
		
		.section6 .content_box, .section13 .content_box, .section14 .content_box, .section8 .content_box { width: 100%; }
		
		.section7 .two_colm2.copy { top: 0; }
		
		.section13, .section14, .section15, .section8 { padding: 0 0 50px; }
		.bundle_copy { padding: 0; }
		.section18 { padding: 50px 0 0; }
		
		.display_features { width: 100%; padding: 0; }
		.display_features ul li { padding: 0 10px; }
		.display_features ul li .small_text { font-size: 12px; }
		
		.footer_section .content_image * { text-align: center; }
		
		.tabcontent { padding: 30px 0 0; }
		
		.combo_box { width: 100%; }
		.combo_box .img_holder_box { width: 100%; float: none; padding: 0 0 30px; }
		.combo_box .vd_holder_box { width: 100%; float: none; }
		
		h3.black { margin: 20px 0; }
		
		.qrcode { padding: 0; }
		
		.bundle_cta { width: 48%; }
		
		.model_slide { width: 100%; }
	}