/*************************
*
*   1. GENERAL
*
*************************/

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-width: 0px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
html {
    font-size: 62.5%;
}
body {
    font-family: "myriad-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    background: #FFF;
	color: #103856;
}
p {
    color: #103856;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
    margin-bottom: 19px;
}
a {
    color: #555555;
    border: none;
    outline: none;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: "myriad-pro", "sans-serif";
    font-weight: normal;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
a:active,
a:focus {
    color: #555;
}
ol,
ul {
    list-style: none;
}
ul {
    margin: 0 0 19px 20px;
}
ul li {
    list-style-type: initial;
    line-height: 18px;
    font-size: 16px;
}
input:focus,
textarea {
    outline: none;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=password] {
    display: inline;
    float: left;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    resize: none;
    overflow: auto;
}

/* Clearfix */

.clearfix {
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
.clearfix {
    display: block;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.no-margin {
    margin: 0 !important;
}
.hidden-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*************************
*
*   2. HOME PAGE AND SITE-WIDE ELEMENTS
*
*************************/

@font-face { font-family: 'pricedown'; src: url("../fonts/pricedown/pricedown-webfont.eot"); src: url("../fonts/pricedown/pricedown-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pricedown/pricedown-webfont.woff") format("woff"), url("../fonts/pricedown/pricedown-webfont.ttf") format("truetype"), url("../fonts/pricedown/pricedown-webfont.svg#pricedownWebfont") format("svg"); font-weight: normal; font-style: normal; }

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

a {
	color: #d31245;
}

#external-wrapper {
	width: 100%;
	overflow-x: hidden;
}

#internal-wrapper {
	/* max-width: 1497px; */
	margin: 0 auto;
}

#header {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#header-right {
	float: right;
	margin-top: 18px;
}

#site-logo {
	position: absolute;
	top: 20px;
	left: 0px;
    max-width: 430px;
}
#site-logo2 {
    position: absolute;
	top: 20px;
    left: 210px;
}
#header-right ul {
	margin-left: 0px;
}

#header-right ul li {
	list-style-type: none;
}

#header-right .facebook, #footer-right .facebook {
	height: 48px;
	width: 48px;
	background: url('../images/facebook-header.png') top center no-repeat transparent;
	float: left;
}

#header-right .twitter, #footer-right .twitter {
	height: 48px;
	width: 48px;
	background: url('../images/youtube-header.png') top center no-repeat transparent;
	float: left;
	margin: 0px 10px;
}

#header-right .tripadvisor, #footer-right .tripadvisor {
	height: 48px;
	width: 48px;
	background: url('../images/tripadvisor-header.png') top center no-repeat transparent;
	float: left;
}

#header-right .facebook:hover, #footer-right .facebook:hover, #header-right .twitter:hover, #footer-right .twitter:hover, #header-right .tripadvisor:hover, #footer-right .tripadvisor:hover {
	background-position: 0px -48px;
}

.social {
	float: left;
	margin-top: 12px;
	max-width: 170px;
	width: 170px;
}

.social img {
	float: left;
}

.nav {
	float: left;
	position: relative;
}

.right-nav .menu-wrap ul {
	margin-bottom: 0px;
}

.right-nav .menu-wrap {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dcdcdc;
    display: none;
    height: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 59px;
    width: 300px;
    z-index: 999;
}

.right-nav .menu-wrap a {
	font-size: 24px;
	color: #555555;
	display: block;
	min-height: 48px;
	line-height: 48px;
	padding-left: 20px;
}

.right-nav .menu-wrap li a:hover {
    color: #FFF;
    background: #103856;
    text-decoration: none;
}

.header-book-now, .footer-book-now {
	float: left;
	margin: 0px 15px;
}

#banner {
	max-width: 1200px;
	margin: -100px auto 0;
	position: relative;
	height: 500px;
}

.feature-image {
	width: 100%;
}

.mobile-feature-image {
	display: none;
}

#slider {
	width: 100%;
}

.owl-theme .owl-controls {
	margin-top: -60px;
}

.owl-pagination {
	position: relative;
	z-index: 10;
}

.owl-prev {
    left: 2%;
    position: absolute;
    top: 46%;
	z-index: 100;
}

.owl-next {
    right: 2%;
    position: absolute;
    top: 46%;
	z-index: 100;
}

#slider .banner-images img{
	display: block;
	width: 100%;
	height: auto;
}

#banner .banner-overlay {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}

#products {
	max-width: 1200px;
	margin: 60px auto 60px;
	text-align: center;
}

#products .right-margin {
	margin-right: 40px;
}
#tv-block{
	background: url("../images/gimp-ted-tv.jpg") top center no-repeat transparent;
	height: 756px;
	width: 100%;
	position: relative;
}

.tv-block-content {
    margin-left: 2%;
	margin-top: 17%;
    color: #fff;
    max-width: 340px;
    position: absolute;
}

.tv-block-content p {
	color: #FFF;
}

#homepage-video {
	display: none;
}

h3 {
    background-color: #eb212e;
    clear: both;
    color: #fff;
	float: left;
    padding: 15px 15px 15px 22%;
    width: auto;
	font-size: 46px;
	line-height: 34px;
	font-family: myriad-pro, sans-serif
}


.HomePage .about-us-block h3 {
	padding-left: 29%;
}

.HomePage .contact-us-left-block h3 {
	padding-left: 38%;
}

.HomePage .about-us-left-block .section-content {
	padding-left: 29%;
}

.HomePage .about-us-left-block .read-more-link {
	padding-left: 29%;
}

.HomePage .contact-us-left-block .section-content {
	padding-left: 38%;
}

ul li {
    color: #103856;
    font-family: "myriad-pro",sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin-bottom: 4px;
}

form input, form textarea {
	clear: both;
	margin: 6px 0px;
	color: #103856;
    font-family: "myriad-pro",sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.4rem;
}

.about-us-left-block {
	float: left;
	width: 65%;
}

.about-us-left-block .section-content {
	float: left;
	clear: both;
	padding: 15px 15px 15px 34%;
}

.about-us-left-block .read-more-link {
	float: left;
	clear: both;
	padding: 0px 15px 15px 0%;
}

.about-us-right-block {
	margin-right: 1%;
}

.contact-us-left-block {
	float: left;
	width: 50%;
}

.contact-us-left-block .section-content {
	float: left;
	clear: both;
	padding: 15px 15px 15px 22%;
}

.contact-us-right-block {
	width: 38%;
	margin-right: 9%;
	float: right;
	margin-bottom: 70px;
}

.contact-us-right-block iframe {
	width: 100%;
}

.about-us-block {
	position: relative;
	clear: both;
	margin: 0 auto;
}

.contact-us-block {
	position: relative;
	clear: both;

	margin: 0 auto;
}

#footer {
	clear: both;
	position: relative;
	display: block;
	background: url('../images/footer-bar.jpg') top left no-repeat transparent;
	width: 100%;
	height: 135px;
	float: left;
	margin-top: 60px;
}

#footer {

}

#footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#footer #site-logo {
	top: -63px;
	left: 0px;
}
#footer #site-logo2 {
	top: -63px;
	left: 215px;
}
#footer-right {
    float: right;
    margin-top: 47px;
}

/*************************
*
*   3. PRODUCT PAGE AND MAIN PRODUCT PAGE ELEMENTS
*
*************************/

#intro-block {
    float: left;
    margin: -17% auto 0;
    position: relative;
    z-index: 100;
	width: 100%;
}

.thin-div {
	padding-left: 47%;
}

.full-div {
	float: left;
	clear: both;
}

#intro-block .left-intro-block {
	width: 48%;
	float: left;
}

#intro-block .right-intro-block {
	width: 28.5%;
	float: left;
	margin-left: 1%;
}

#intro-block .right-intro-block img {
	width: 100%;
}

#intro-block .right-intro-block  iframe {
	max-width: 100%;
	max-height: 400px;
}

.gallery-block {
	margin: 0 auto;
}

.gallery-block img {
	float: left;
	display: block;
}

.gallery-content {
	float: left;
	clear: both;
	margin-top: 30px;
}

h1 {
    background-color: #eb212e;
    clear: both;
    color: #fff;
    float: left;
    font-family: myriad-pro,sans-serif;
    font-size: 56px;
    line-height: 34px;
    padding: 15px 15px 15px 47%;
    width: auto;
}

.ProductPage h3, .MainProductPage h3 {
	padding: 15px 15px 15px 22%;
}

.styles-block {
	margin: 30px auto 60px;
}

.feature-image-block {
	margin: 0 auto;
	width: 100%;
}

.MainProductPage .styles-block {
	margin-bottom: 20px;
}

.MainProductPage .gallery-block {
	margin-bottom: 80px;
}

.styles-block .full-div {
	margin-top: 30px;
}

.StaffPage .styles-block .full-div {

}

.short-width {
	width: 65%;
}

.MainProductPage .short-width, .ProductPage .short-width {
	width: 95%;
}

.StaffPage .style {
	background: url("../images/jumpstyles-background.jpg") top left no-repeat transparent;
	width: 230px;
	height: 350px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.style {
	background: url("../images/jumpstyles-background.jpg") top left no-repeat transparent;
	width: 280px;
	height: 350px;
	float: left;
	margin-right: 15px;
	margin-bottom: 13px;
}

.style:hover {
	background-position: 0px -350px;
}

.style-images {
	position: relative;
	padding: 39px 39px 10px 39px;
}

.style-image {
	border: 2px solid #FFF;
	width: 100%;
}

.style-tandem {
	position: absolute;
	bottom: 29px;
	left: 51px;
}

.style-name {
	color: #FFF;
	margin-left: 41px;
	font-weight: bold;
	font-size: 26px;
	padding-right: 10px;
}

.style-rating {
	margin-left: 41px;
}

.big-pants-rating {
	float: left;
	max-width: 60%;
}

.blue-solo-tandem {
	float: left;
	margin-left: 30px;
}

.product-page-tidbits {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.product-page-intro-text {
	clear: both;
}

.video-highlight {
	background: url('../images/blue-bg.jpg') top left repeat transparent;
	background-size: cover;
	padding: 60px 0px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.video-highlight h3 {
	margin-bottom: 30px;
}

.video-highlight iframe {
    max-height: 600px;
    max-width: 1200px;
    width: 100%;
	border: 4px solid #FFF;
}

.main-feature-image {
	width: 100%;
}

.MainProductPage .main-feature-image {
	margin-bottom: 40px;
}

.video-highlight .full-div {
	width: 100%;
	margin: 0 auto;
}

.MainProductPage .style, .ProductPage .style {
	max-width: 245px;
}

.MainProductPage .styles-block .full-div, .ProductPage .styles-block .full-div {
	max-width: 1560px;
}

.MainProductPage .right-intro-block img {
	display: block;
	margin-bottom: 15px;
	margin-top: 70px;
	width: 100%;
}

.about-us-right-block img {
	max-height: 280px;
}

.MainProductPage #intro-block .right-intro-block {
	width: 15%;
	float: left;
	margin-right: 30px;
}

.MainProductPage #intro-block .left-intro-block {
	width: 61%;
}

.MainProductPage #intro-block h1 {
	padding-left: 36%;
	margin-bottom: 15px;
}

.MainProductPage #intro-block .left-intro-block .thin-div {
	padding-left: 36%;
}

/*************************
*
*   4. PRICES PAGE ELEMENTS
*
*************************/

.PricesPage h1 {
	padding-left: 22%;
	margin-bottom: 45px;
}

.price-block {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border-bottom: 4px solid #103856;
}

.price-block .left-price-block {
	float: left;
	width: 55%;
}

.price-block .right-price-block {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.price-block .more-info {
	display: none;
}

h4 {
	font-size: 36px;
	color: #103856;
	line-height: 36px;
	font-weight: bold;
}

.left-price-block a{
	color: #8a8a8a;
	display: block;
	margin: 6px 0px 12px 0px;
	font-weight: bold;
}

.PricesPage #intro-block .full-div {
	width: 100%;
	max-width: 78%;
}

.item-price {
	background-color: #e82f35;
	padding: 27px;
	float: right;
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	min-width: 133px;
}

.item-link {
    background-color: #103856;
    float: right;
    font-size: 36px;
    padding: 27px;
}

.item-link a {
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
}

.more-info, .more-info p, .more-info h1, .more-info h2, .more-info h3, .more-info ul, .more-info li{
	color: #103856;
	font-style: italic;
	font-size: 18px;
}

#other-content {
	float: left;
	margin-top: 20px;
	margin-bottom: 80px;
}

/*************************
*
*   5. HOW IT WORKS PAGE
*
*************************/

.HowItWorksPage #intro-block .right-intro-block {
	margin-top: 72px;
}

.HowItWorksPage #intro-block .left-intro-block {

}

.HowItWorksPage #intro-block .left-intro-block h1 {
	margin-bottom: 30px;
	padding-left: 46%;
}

.HowItWorksPage #intro-block .left-intro-block .thin-div {
	padding-left: 46%;
}

.special-bg {
	background: transparent url("../images/blue-bg.jpg") repeat scroll left top / contain;
	margin-bottom: 30px;
	padding-top: 34px !important;
	margin-bottom: 34px !important;
	background-size: cover;
}

.center-block {
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 50px 0px;
}

.special-bg p {
	color: #FFF;
}

.HowItWorksPage #footer {
	margin-top: 120px;
}

.HowItWorksPage h3, .HomePage h3 {
	padding-left: 37%;
}

.HowItWorksPage h3 {
	padding-left: 44%;
}

.contact-us-left-block .section-content {
	padding-left: 44%;
}

.about-us-block h3 {
	padding-left: 34%;
}

/*************************
*
*   6. STAFF PAGE ELEMENTS
*
*************************/

.StaffPage .style {
	background-image: none;
	height: auto;
}

.StaffPage .style-name {
	color: #eb212e;
	margin-left: 0px;
	margin-bottom: 10px;
}

.StaffPage  .style-images {
	padding: 0;
}

.bold {
	font-weight: bold;
}

.StaffPage  .style p {
	margin-bottom: 5px;
	line-height: 22px;
}

.staff-divider {
	clear: both;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #0c3759;
	width: 100%;
}

.StaffPage #intro-block .left-intro-block .thin-div {
    padding-left: 36%;
}

.StaffPage #intro-block .left-intro-block {
	width: 62%;
}

.StaffPage #intro-block .right-intro-block {
    float: left;
    margin-left: 30px;
    width: 15%;
}

.StaffPage #intro-block h1 {
    margin-bottom: 15px;
    padding-left: 36%;
}

#header-sticky-wrapper {
	position: relative;
	z-index: 1000;
}

#fixed-nav-header {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #FFF;
}

.content-width {
	margin: 0 auto;
	max-width: 1200px;
}

#site-logo-fixed {
	position: relative;
	z-index: 1000;
	max-width: 85px;
	margin-top: 8px;
}
#site-logo-fixed-2 {
	position: relative;
	z-index: 1000;
	max-width: 100px;
    margin-left: 5px;
	margin-top: 8px;
}

#MemberLoginForm_LoginForm {
	padding: 10px;
	width: 400px;
	margin: 0px auto 0;
	position: relative;
}

/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */


/* GENERIC FORMS
----------------------------------------------- */

form {
    max-width: 500px;
    width: 50%;
}
div.field {
    margin: 10px 0 15px;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
form label {
    margin-bottom: 5px;
}
    form label.left {
        display: block;
        font-weight: bold;
    }
    form label.right {
        font-size: 12px;
        color: #888;
    }

form input.text,
form textarea,
form .textajaxuniquetext,   /* Not sure if this is used? */
form select {
    width: 100%;
    /* max-width: 400px; */
    padding: 6px 5px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #dad9d9;
}
    .ie7 form select { width: 400px; } /* fix for ie7's rendering of max-width property on select input */

form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
    outline:none;
}
form input[disabled], form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
textarea {
    resize: vertical; /* forces text area to be resized vertically only */
}


/* Radio and Checkbox */
.field .checkbox, .field .radio {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 0;
}
    .checkbox label.right,
    .radio label.right {
        float: left;
    }


/* Messages */
form .message {
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 1px solid #e8c805;
    border-radius: 3px;
}
    form .good {
        background-color: #ecf9d0;
        border-color: #8fbe00;
    }
    form .bad, form .required {
        background-color: #f9d0d0;
        border-color: #cf0000;
        color: #b80000;
    }


/* ACTIONS */
.Actions {
    margin-bottom: 20px;
}
    a.btn, button, input[type="submit"], .Actions .action {
        background: #eb212e;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        padding: 6px 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        font-size: 13px;
        margin-right: 10px;
        float: left;
    }
    a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        background: #C80000;
        color: #fff;
    }
    a.btn {
        line-height: 18px;
        margin-bottom: 10px;
    }
    a.btn:after {                     /* creates arrow in button */
        content: '\2192';
        padding-left: 10px;
    }
    .ie7 input.action {
        width: 0;                     /* IE table-cell margin fix */
        overflow: visible;
    }
    input.action[class] {             /* IE ignores [class] */
        width: auto;                  /* cancel margin fix for other browsers */
    }

    .ie7 .Actions .action {
        float: left;
    }
    .Actions:after {
        color: #B94A48;
        display: inline-block;
        font-weight: normal;
        margin-top: 9px;
    }
    #MemberLoginForm_LoginForm .Actions:after {
        display: none;
    }


/* AREA SPECIFIC */
    /* LOGIN and FORGOT PASSWORD */
    #Remember {
        min-height: 20px;
    }
    #ForgotPassword {
        clear: left;
    }
    #MemberLoginForm_LostPasswordForm .Actions:after {
        display: none;
    }

    /* Search / Login */
    .header form .middleColumn {
        /* float: none;
        width: 100% !important; */
    }




/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */

/*Generic and mixed*/
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
    width: 114px;
}
.Actions input.resetformaction,
.Actions input.action-minor {                  /* Clear button */
    float: left;
    background-color: #888;
}
.Actions input.resetformaction:hover,
.Actions input.action-minor:hover {            /* Clear button */
    background-color: #aaa;
}

/* Labels */
.checkbox label.right {
    font-size: 13px;                            /* reset to default */
    color: #333;                                /* reset to default */
}
form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */
    color: #B94A48;
    content: "*";
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
    form .checkboxset li,
    form .optionset li {
        margin-bottom: 5px;
        list-style-type:none;
    }
    form div.checkbox:after { /* clearfix */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    form .checkbox .checkbox { clear: both; }

/* Messages */
span.message {
    margin: 10px 0;
    display: block;
    max-width: 390px;
    clear: left;
}
div.holder-required {               /* This class needs to be changed - is used for both input and div */
    /* background-color: #f9d0d0;
    border: 1px solid #cf0000;
    padding: 10px;
    margin-left: -11px; */
}
form input.holder-required {        /* This class needs to be changed - is used for both input and div */
    border: 1px solid #cf0000;
}

/* Error messages */
input:invalid,
textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

/* To test - potentially not needed? */
.ss-uploadfield-item-info button{
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-month,
form #DMYDate-day {
    width: 25px
}

.HomePage .center-me {
	max-width: 1095px;
}

.center-me{
	margin: 0 auto;
	max-width: 59%;
	padding: 0px 20px;
}

h3 {
	margin-left: -4000px !important;
	padding-left: 4000px !important;
}

.HomePage .about-us-left-block .section-content {
	padding-left: 0%;
}

.about-us-left-block .section-content {
	padding-left: 0%;
}

.HomePage .about-us-left-block .read-more-link {
	padding-left: 0%;
}

.about-us-left-block {
	clear: both;
}

.about-us-right-block {
	float: right;
	margin-right: 0%;
	max-width: 35%;
}

.contact-us-right-block{
	float: right;
	margin-right: 0%;
}

.contact-us-left-block {
	clear: both;
}

.HomePage .contact-us-left-block .section-content {
	padding-left: 0%;
}

.contact-us-right-block {
	width: 46%;
}

.contact-us-left-block .section-content {
	padding-left: 0%;
}

.PricesPage .center-me {
	max-width: 59%;
}

.ProductPage .styles-block {
	margin-top: 32px;
}

.read-more-link {
	max-width: 160px;
	margin-bottom: 30px;
}

.center-me-1200 {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.MainProductPage #intro-block .smaller-left-block .thin-div {
	padding-left: 40%;
}

.MainProductPage #intro-block .smaller-left-block {
	width: 55%;
}

.MainProductPage #intro-block .larger-right-block {
	width: 23%;
	margin-right: 0px;
}

.how-it-works-price-block {
	padding-top: 80px;
}

.fox-link {
	margin-top: 10px;
}

.page-28 .price-block .item-link {
	display: none;
}
#site-logo.combined-logo {
    max-width: 195px;
}
#site-logo2.combined-logo {
    max-width: 230px;
}
/* Blog */
.Blog h1 {
	margin-bottom: 30px;
}
.Blog .product-page-intro-text h3 a {
	color: #FFF;
}
.BlogPost .right-intro-block.larger-right-block img {
	margin-bottom: 30px;
}

/* MEDIA PLATFORM */
#your-images {
	/* width: 900px; */
}
.download {
	margin: 30px 0px 60px;
}
.download a, .fancybox-title a {
	font-size: 28px;
	margin-top: 10px;
    text-decoration: underline;
    font-family: myriad-pro;
	font-weight: normal;
}
.fancybox-title a {
	font-size: 44px;
	display: block;
	margin-top: 20px;
}
.fancybox-title a:hover {
	color: #FFF;
}
.Page .fancybox-title-float-wrap .child {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	background: transparent;
}
#your-images img {
	width: 100%;
}
.media-block {
	clear: both;
	width: 100%;
}
.grid {
    /*column-count: 4;
    column-gap: 1em;*/
}

.grid-item {
	display: inline-block;
    margin: 0 1% 1% 0%;
    width: 23%;
}
#your-videos video {
	width: 100%;
	min-height: 600px;
}
#supergif {
	width: 100%;
}
#intro-block .left-intro-block.welcome-to-viewer {
	width: 78%;
}
#intro-block .left-intro-block.welcome-to-viewer .thin-div {
	padding-left: 29%;
}
.special-button {
    background-color: #124b80;
    clear: both;
    color: #fff;
    padding: 15px 15px 15px 15px;
    font-size: 37px;
    line-height: 34px;
    font-family: myriad-pro, sans-serif;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
}
.special-button:hover {
	color: #FFF;
}
.contact-footer {
	float: left;
	margin-left: 10px;
    padding: 10px;
    background-color: rgba(195, 195, 195, 0.2);
}
.contact-footer strong {

}
.left {
	width: 69%;
	float: left;
	margin: 20px 0px;
}
.right {
	width: 29%;
	float: right;
	margin: 20px 0px;
}
#special-logout {
	position: fixed;
    bottom: 0px;
    right: 0px;
    width: 150px;
    z-index: 9999;
    font-size: 20px;
    background: #eb212e;
    color: #FFF;
    padding: 20px 40px;
}
/* Responsive form styles
----------------------------------------------- */

@media only screen and (max-width: 700px) {

    /* To test - potentially not needed? */
	.header form .middleColumn {
	    float: none;
	    width: 100% !important;
	}
	form label.left,
	#MemberLoginForm_LoginForm label {
	    margin-bottom: 8px
	}
}

@media only screen and (max-width: 900px) {
    form {
        max-width: 100%;
    }
	.left, .right {
		width: 100%;
		float: none
	}

}

@media only screen and (min-width: 700px) {

}
