.rolex_page .model-page-primary-info {
    display: flex;
}
.rolex_page .model-page-primary-info-left,
.rolex_page .model-page-primary-info-right {
    width:50%;
    color: #fff;    
}
.rolex_page .model-images {
    display: flex;
}
.rolex_page .big-model-image {
    height: 550px;
    display: table;
}

.rolex_page .big-model-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 550px;
    margin: auto;
}
.rolex_page .model-family-name {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 20px;
}
.model-page-primary-info-left .slick-arrow {
    background-image: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    z-index: 100;
}
.model-page-primary-info-left .slick-prev:after {
    content: '<';
    font-size: 30px;
    color: white;
}
.model-page-primary-info-left .slick-next:after {
    content: '>';
    font-size: 30px;
    color: white;
}
.model-page-primary-info-left .slick-next {
    right: 5px;    
}
.model-page-primary-info-left .slick-prev {
    left: 5px;
}
.model-page-primary-info-left .slick-prev:hover,
.model-page-primary-info-left .slick-prev:focus, 
.model-page-primary-info-left .slick-next:hover, 
.model-page-primary-info-left .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
    background-image: none;
}
.rolex_page .model-name {
    font-family: Helvetica;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: initial;
}
.rolex_page .model-page-info p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1;
}
.monostore-info-action-row {
    margin-bottom: 10px;
}
.monostore-info-action-row a {
    color: #fff;
    display: inline-flex;
    align-items: center;
}
.monostore-info-action-row a img {
    width: 40px;
}
.model-page-primary-info-right .monostore-info-icon {
    margin-right: 16px;
}
.model-page-primary-info-right .model_avail {
    font-size: 16px;
    text-decoration: underline;
    color: white;
    margin-bottom: 10px;
    font-family: Helvetica;
}
.model-page-primary-info-right .model-page-info {
    padding: 40px;
}
.model-page-primary-info-right .model-thumbnail-image-wrapper.active {
    opacity: 0.5;
}
.model-page-primary-info-right .model-thumbnail-image-wrapper {
    width: 90px;
    height: auto;
    cursor: pointer;
    margin-right: 5px;
}
.model-page-primary-info-right .model-thumbnail-image {
    background: white;
}
.model-page-primary-info-right .model_page_contact_actions {
    padding-top: 20px;
    padding-bottom: 10px;
}

.rolex_page .model-page-primary-info-mobile {
    display: none;
}
.rolex_page .model-page-secondary-info {
    display: flex;
    flex-wrap: wrap;
}
.rolex_page .model-page-secondary-info-left-wrapper {
    width: 50%;
    order:2;
}
.rolex_page .model-page-secondary-info-right-wrapper {
    width: 50%;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rolex_page .model-page-secondary-info-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.rolex_page .model-page-secondary-info-right {
    width: 80%;
}
.rolex_page .model-spec-wrapper h4 {
    font-family: Helvetica;
    font-size: 13.9px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}
.rolex_page .model-spec-wrapper p {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: lighter;
    margin: 0px;
    margin-bottom: 20px;
    color: #212121;
    line-height: 1.8;
}
.rolex_page .rolex-family-page-box-inner {
    display: flex;
    flex-wrap: wrap;
}
.rolex_page .rolex-family-page-box-image {
    width: 50%;
}
.rolex_page .rolex-family-page-box-content-outer {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rolex_page .rolex-family-page-box-content-inner {
    width: 80%;
}
.rolex_page .rolex-family-page-box-content h2,
.rolex_page .model-family-availability-wrapper h2,
.rolex_page .model-how-to-video-info-wrapper h2,
.rolex_page .contact-us-head h2 {
    font-family: Helvetica;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.rolex_page .rolex-family-page-box-content p,
.rolex_page .model-how-to-video-info-wrapper  p,
.rolex_page .model-family-availability-wrapper p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.8;
    color: #212121;
}
.rolex_page .rolex-family-page-box {
    margin-bottom: 50px;
}
.rolex_page .right_d {
    order: 2;
}
.rolex_page .left_d {
    order: 1;
}
.rolex_page .model-family-availability-wrapper {
    background: #f9f9f9;
    padding: 100px 20px;
    text-align: center;
}
.rolex_page .model-how-to-video-info-wrapper .content,
.rolex_page .model-family-availability-wrapper .content,
.rolex_page .model-family-video-info-wrapper .content {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.rolex_page .model-how-to-video-info-wrapper .content {
    margin-top: 20px;
    margin-bottom: 80px;
}
.rolex_page .model-family-video-info-wrapper .content {
    text-align: left;
}
.rolex_page .model-how-to-video-info-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.rolex_page .rolex-video.model_how-to-video {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.rolex_page .model_family-page-video {
    width: 100%;
}
.rolex_page .rolex-video.model_how-to-video iframe,
.rolex_page .model_family-page-video iframe {
    width:100%;
    height: 100%;
}
.rolex_page .family-page-contact-us-banner-inner {
    position: relative;
}
.rolex_page .contact-us-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.rolex_page .contact-us-button-overlay-inner {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.rolex_page span.contact-us-button-service {
    font-family: Helvetica;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    line-height: initial;
    margin: 0;
    color: #fff;
}
.rolex_page .contact-us-button-overlay-inner h3 {
    font-family: Helvetica;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: initial;
    color: #fff;
}
.rolex_page .contact-us-button-overlay-inner button {
    font-size: 16px;
    padding: 12.5px 30px;
    font-family: Helvetica;
    text-transform: uppercase;
    font-weight: normal;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: none;
    color: white;
    border: 1px solid white;
    border-radius: 25px;
}
.rolex_page .contact-us-button-overlay-inner button:hover {
    color: #127749;
    background: white;
}
.rolex_page .contact-us-banner-mobile-image {
    display: none;
}
.rolex_page .family-page-contact-us-banner-outer {
    margin-bottom: 50px;
    margin-top: 50px;
}
.rolex_page .you_may_like {
    max-width: 1080px;
    margin: 0 auto;
}
.rolex_page .you_may_also_like_title {
    font-family: Helvetica;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 3px;
}
.rolex_page .explore-more-model-info h2 {
    font-family: Helvetica;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    color: black;
    margin-top: 3px;
}
.rolex_page .explore-more-model-info span {
    font-family: Helvetica;
    font-size: 13px;
    text-transform: none;
    color: black;
    line-height: 1.6;
}
.rolex_page .explore-more-model-info span.rolex_l {
    font-weight: 600;    
}
.rolex_page .explore-more-model-info {
    text-align: center;
}
.terms-conditions .checkbox_container a {
    text-decoration: underline;
    display: inline-block;
}
.rolex_page .required_text {
    color: gray;
}
.rolex_page .how_to_title {
    letter-spacing: 2px;
    text-align: center;
}
.model-how-to-video-info-inner .content-outer {
    margin-top: 60px;
}

.rolex-page-section .contact_title h2 {
    font-family: Helvetica;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 20px;    
}

@media only screen and (min-width: 1069px) {
    .rolex_page .model-page-primary-info-right {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 1068.9px) {
    .rolex_page .model-page-primary-info {
        flex-wrap: wrap;
    }
    .rolex_page .model-page-primary-info-mobile {
        display: block;
    }
    .model-page-primary-info-right .model_page_contact_actions,
    .rolex_page .model-images {
        display: none;
    }    
    .rolex_page .model-page-primary-info-left {
        order:2;
        width: 100%;        
    }
    .rolex_page .model-page-primary-info-right {
        order:1;
        width: 100%;
    }
    .rolex_page .model-page-primary-info-mobile {
        order:3;
        width: 100%;
    }    
    .rolex_page .big-model-image {
        height: auto;
    }
    .rolex_page .model-page-primary-info-right,
    .model-page-primary-info-right .model_avail {
        color: #212121;
        text-align: center;
    }
    .rolex_page .model-page-info p {
        line-height: 2.1;
    }
    .rolex_page .model_contact_h2 {
        font-size: 14px;
        line-height: 20px;
        padding-top: 30px;
        text-align: center;
        font-weight: 600;
    }
    .rolex_page .monostore-info-actions {
        display: flex;
        justify-content: center;
    }
    .rolex_page .monostore-info-action-row .monostore-info-icon img {
        width: 36px;
        margin: 10px;
    }
    .rolex_page .hide_mobile {
        display: none!important;
    }    
    .model-page-primary-info-right .model-page-info {
        padding: 20px 0px;
    }
}




/* Contact US */
.rolex_form #contactFormSubmit {
    background:rgb(18, 120, 74);
    border-radius: 30px;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    padding: 12px 30px;
    height: auto;
    line-height: 1;
}
.rolex_form .cancel_btn {
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
}
.rolex_form .cancel_btn:hover  {
    opacity: 0.8;    
}
.rolex_form .contact-us-row {
    justify-content: space-between;
}
.rolex_form .contact-us-row #contactFormSubmit:hover {
    color:rgb(18, 120, 74);
    background: #fff;
}
.rolex-page-section .rolex_row {
    width: 100%;
    display: flex;
}
.rolex-page-section .rolex_row .image_cell,
.rolex-page-section .rolex_row .text_cell {
    width: 50%;
    display: flex;    
}  

.rolex-page-section .text_cell {    
    justify-content:center;
    align-items:center;    
}
.rolex-page-section.black-bg .text_cell {
    background:#212121;
     color:#fff;
}
.rolex-page-section .text_cell .rolex-family-page-box-content {
    flex-direction: column;
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 15px;
    margin: 0 auto;
}   
.rolex-family-page-box-content p{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.8; 
}
.rolex_page .offic_rolex {
    font-size:10px;
    text-transform: uppercase;
    font-weight:100;
    color: #127749;
}
.rolex_page .icon_span {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    color: rgb(18, 120, 74);
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    border-width: 1px;
    cursor: pointer;
    transition-property: color, border-color, background-color, fill;
    transition-duration: 0.3s;
    padding: 0.75rem;
    text-decoration: none;
    line-height: 1;
    outline: none;
    margin-right:3px;
}
.rolex_page .icon_span svg {
    transition: fill 0.3s ease 0s;
    fill: rgb(18, 120, 74);
    width: 14px;
    height: 14px;
}
.rolex_page .icon_span:hover{
    background-color: rgb(18, 120, 74);
    border-color: rgb(18, 120, 74);
}
.rolex_page .icon_span:hover svg{
    fill: rgb(255, 255, 255);
}

.rolex_page .contact-us-row label.invisible {
    display:none;
}
.rolex_page .c_links:hover {
    color: rgb(18, 120, 74);
}
.rolex_page input[type=text],
.rolex_page input[type=password],
.rolex_page input[type=email],
.rolex_page input[type=url], 
.rolex_page input[type=number],
.rolex_page select,
.rolex_page textarea {
    margin:0 !important;
}

.rolex_page input[type=checkbox] {
    width: auto;
    min-width: auto;
}

.rolex_page .rolex_FormWrapper  {
    font-size: 14px;
}
.rolex_FormWrapper {
    width: 100%;
}
.contact-us-row.completion label {
    cursor: pointer;
}
.rolex_page .rolex_max_w_section {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.rolex_page .model-page-info p.model-price{
    display: flex;
    align-items: center;    
}
.rolex_page .finance-ttip {
    color: white;
    border: 1px solid white;
    background: none;
    font-style: italic;
    width: 16px;
    height: 16px;
    font-size: 12px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}
.rolex_page .finance-ttip span {
    background: #f8f8f8;
    color: black;
    top: 18px;
    bottom: auto;
    border-radius: 5px;
    width: 440px;
    font-style: normal;
    padding: 15px 20px;
    text-align: left;
    line-height: 1.4;
    z-index: 1;
    display: none;
    position: absolute;
    margin-bottom: 12px;
    font-size: 12px;
    text-transform: none;
    border: 1px solid #ccc;
}
.rolex_page .finance-ttip:hover span {
    display: block;
}

.rolex_page  .floating .input-inner {
    position: relative;
}

.rolex_page .floating .input-inner label {
    top: 5px;
    left: 1px;
    z-index: 1;
    position: absolute;
    padding: 0px;
    transition: 0.1s;
    pointer-events: none;
    transform-origin: bottom left;
}
.rolex_page .floating input.form-control:focus,
.rolex_page .floating select.form-control:focus,
.rolex_page .floating textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
.rolex_page .floating input.form-control,
.rolex_page .floating select.form-control {
    border: none !important;
    border-bottom: 1px solid #ced4da!important;
    padding-left: 1px;
    border-radius: 0px;
}
.rolex_page .floating textarea.form-control {
    border-radius: 0px;
}
.rolex_page .floating .input-inner .form-control:focus~label {
    transform: translate(1px, -105%) scale(0.80);
}
.rolex_page .floating .input-inner.filled label, 
.rolex_page .floating .form-control.active~label {
    transform-origin: bottom left;
    transform: translate(1px, -105%) scale(0.80);
}
.rolex_page .contact_title {
    margin:60px auto 40px auto;
    flex-direction:column;
    max-width:650px;
    width:100%;
}
@media (min-width: 768px) {
    .contact-us-row.name,
    .contact-us-row.contact-info {
    	display:flex;
        justify-content: space-between;
    }    
    .contact-us-row .contact-us-surname {
    	width: 19%;
    }
    .contact-us-row .first-name {
      	width: 38%;
    }
    .contact-us-row .last-name {
      	width: 38%;
    }    
    .contact-us-row.contact-info .email-inner{
      	width: 34%;
    }
    .contact-us-row.contact-info .and_text {
    	width: 10%;
    }
    .contact-us-row.contact-info .country_code {
    	width: 14%;
    }
    .contact-us-row.contact-info .phone-inner {
    	width: 34%;
    }
    .contact-us-row {
        margin-bottom: 40px;
        align-items: center;
    }   
    .contact-us-row.completion {
        margin-bottom: 10px;
    }    
    .model-page-primary-info-wrapper .slick-slide {
        margin: 0;
    }
}  
@media (max-width: 767.9px) {
    .rolex_page .rolex-family-page-box-image,
    .rolex_page .model-page-secondary-info-left-wrapper,
    .rolex_page .model-page-secondary-info-left,
    .rolex_page .rolex-family-page-box-content-outer,
    .rolex_page .model-page-secondary-info-right-wrapper {
        width: 100%;
    }
    .model-page-primary-info-right .model-page-info {
        margin-bottom: 45px;
    }
    .rolex_page .model-page-secondary-info-left-wrapper {
        order: 0;
    }
    .rolex_page #seo_box2 .rolex-family-page-box-image.right_d {
        order: 0;
    }
    .rolex_page .model-name {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .rolex_page .contact-us-banner-mobile-image {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        align-self: flex-start;
    }
    .rolex_page .hide_mobile_768{
        display: none!important;
    }
    .rolex_page .span.contact-us-button-service {
        font-size: 14px;
    }
    .rolex_page .contact-us-button-overlay-inner h3 {
        font-size: 24px;
        font-family: Helvetica;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .rolex_page .model-family-availability-wrapper {
        padding: 50px 20px;
    }
    .rolex_page .model-page-secondary-info-wrapper {
        margin-top: 20px;
    }
    .rolex_page .model-page-secondary-info-left-wrapper {
        margin-bottom: 20px;
    }
    .rolex_page .model-page-secondary-info-right-wrapper,
    .rolex_page .rolex-family-page-box-content-outer {
        justify-content: flex-start;
    }
    .rolex_page .model-family-video-info-wrapper .content {
        text-align: left;
    }
    .rolex_page .you_may_also_like_title {
        font-size: 24px;
    }
    .rolex_page .explore-more-model-info h2,
    .rolex_page .explore-more-model-info span {
        font-size: 10px;
    }
    .rolex_page .rolex-family-page-box-content h2, .rolex_page .model-family-availability-wrapper h2, .rolex_page .model-how-to-video-info-wrapper h2, .rolex_page .contact-us-head h2 {
        font-size: 24px;
    }
    .rolex_page .rolex-family-page-box-content-inner {
        width: 100%;
    }

    .rolex-page-section .rolex_row {
        flex-wrap:wrap;      	
    }
    .rolex_page .model-page-info p.model-price {
        justify-content: center;
    }
    .rolex_page .finance-ttip {
        background: #127749;
    }
    .rolex_page .finance-ttip span {
        width: 250px;
    }
    .rolex-page-section .rolex_row .image_cell,
    .rolex-page-section .rolex_row .text_cell {
        width: 100%;
    }
    .rolex-page-section .rolex_row>div.order0 {
        order:2;
    }
    .rolex-page-section .rolex_row .image_cell {
        order: 0;
    }
    .rolex-family-page-box-content h2 {
        margin-top: 20px;
    } 
    .rolex_page .rolex_FormWrapper input[type=text],
    .rolex_page .rolex_FormWrapper input[type=password],
    .rolex_page .rolex_FormWrapper input[type=email],
    .rolex_page .rolex_FormWrapper input[type=url],
    .rolex_page .rolex_FormWrapper input[type=number],
    .rolex_page .rolex_FormWrapper select,
    .rolex_page .rolex_FormWrapper textarea,
    .rolex_page .rolex_FormWrapper .and_text {
        margin-bottom:30px!important;
    }
    .rolex_page .marketing-information,
    .rolex_page .completion {
        margin-bottom: 20px!important;
    }
    .model-page-primary-info-wrapper .slick-slide {
        margin: 0;
    } 
    .rolex_form .contact-us-row {
        justify-content: flex-end;
    }
    .rolex_page .contact-us-row .inline-recaptcha {
        width: 100%;
        display: flex;
        justify-content: right;
    }
    .rolex_page .contact-us-row.name,
    .rolex_page .contact-us-row.contact-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rolex_page .contact-us-row .first-name,
    .rolex_page .contact-us-row .phone-inner {
      	width: 65%;
    }
    .rolex_page .contact-us-row .contact-us-surname,
    .rolex_page .contact-us-row .country_code  {
      	width: 32%;
    }
    .rolex_page .contact-us-row .last-name, 
    .rolex_page .contact-us-row .email-inner,
    .rolex_page .contact-us-row .and_text {
      	width: 100%;
    }  
}   
/* Contact US end */

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


.rolex_pages .checkbox_container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rolex_pages .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    top: 8px;
    width: 1px;
    overflow-y: hidden;
}

.rolex_pages .checkbox_container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0;
}

.rolex_pages .checkbox_container input:checked ~ .checkmark {
    background-color: rgb(18, 120, 74);
}

.rolex_pages .checkbox_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.rolex_pages .checkbox_container input:checked ~ .checkmark:after {
    display: block;
}