.header {
    position: relative;
    z-index: 202;
    background-color: #2b2b2b;
}

body {
    background-color: #f2f2f2;
	font-family: 'Open Sanse', sans-serif;
}

h2
{
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
    font-size: 32px;
    line-height: 100%;
}

.welcome-title h2 span{
    font-weight: normal;
    display: block;
    font-size: 60%;
}

a {
    color: #F6861F;
    text-decoration: underline;
    cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
}

a:hover {
	color: #666666;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus {
    outline: none;
  box-shadow:none !important;
        }

.ui-container h5 {
    color: #999;
    font-weight: normal;
    margin-bottom: 4px;
}

.special-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.ui-page .all-conntected-title {
    margin: 0 auto 50px;
    width: 800px;
    text-align: right;
    padding-right: 160px;
}

.ui-page .all-conntected-title h4 {
    margin-bottom:0
}

.ui-page .all-conntected-title h5 {
    margin-top: 0;
	padding-right: 7px;
    font-size: 16px;
}

h6 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
    font-size: 22px;
	margin: 8px 0 7px 0;
}

label h6 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
    font-size: 30px;
	margin: 8px 0 7px -5px;
}

#home_start {
    /*margin-top: 1005px;*/
    /*background-image: url("../img/Elias-dramatic5.jpg");*/
    background-repeat: no-repeat;
    background-position: center top;
}



.title a {
    font-size: 17px;
}

.main-container {
    padding: 0;
    position:relative;
    z-index: 12
}

.title {
    padding:20px 0 15px
}

input[type=text], select, input[type=password], textarea {
    background-color: #d2d2d2;
    border-radius: 0;
    color: #2b2b2b;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 1px solid #d2d2d2;
	font-family: 'Open Sanse', sans-serif;
	outline: none;
}

.welcome-title input[type=text], .welcome-title input[type=password] {
    background-color: #2b2b2b;
    border-radius: 0;
    color: #ffffff;
    border: 1px solid #2b2b2b;
	font-family: 'Open Sanse', sans-serif;
	outline: none;
}

input[type=text]:hover, select:hover, input[type=password]:hover, textarea:hover {
    border: 1px solid #F6861F;
}

input[type=text]:focus, select:focus, input[type=password]:focus, textarea:focus {
    border: 1px solid #F6861F;
}

input[type=text]:active, select:active, input[type=password]:active, textarea:active {
    border: 1px solid #F6861F;
}

textarea {
	resize: none;
}

.field {
    position: relative;
	max-width: 300px;
}

.field label {
	font-family: 'Open Sanse', sans-serif;
    color: #999;
    position: absolute;
    top:5px;
    left:5px;
}

label {
    color: #999;
}

.actions {
    text-align: right;
}

.row-fluid.sign-in {
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
    }

    .welcome-title h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

#home_start  .sign-in {
	max-width: 300px;
	margin-right: 25%;
}

.dark-transparent-background {
    background: rgba(30, 30, 30, 0.8) none repeat scroll 0% 0%;
}

#button-wrapper-one {
    width:300px;
    margin: 10px auto 14%;
}

.welcome-title .sign-in .actions a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.welcome-title .sign-in .actions a:hover {
    color: #f6861f;
}

.welcome-title #login-btn {
    font-size: 16px;
    padding: 6px;
    width: 130px;
    height: 32px;
    background-color: #F6861F;
    color:#FFFFFF;
    border:1px solid #f6861f;
    outline: none
	font-family: 'Titillium Web', sans-serif;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
}

.welcome-title #login-btn:hover {
    background: none;
    color:#F6861F;
}

#or-divider {
    height: 40px; 
    margin-bottom: 20px;
}

#or-divider hr {
    width:40%;
    float:left;
    border-top: none;
    border-bottom: 1px solid #999;
}

#or-divider p {
    text-align: center; 
    width: 20%; 
    float: left; 
    margin-top: 10px;
    color: #999;
}

#user-divider {
    height: 40px;
    display: block;
    margin-top: 30px;
}

#user-divider hr {
    width:32%;
    float:left;
    border-top: none;
    border-bottom: 1px solid #999;
}

#user-divider p {
    text-align: center; 
    width: 36%; 
    float: left; 
    margin-top: 10px;
    color: #999;
}

.actions input[type=submit]:hover {
    background: none;
    color:#F6861F;
}

.forms .sign-in {
    /*padding-top:52px;*/
}

#home_start .sign-up {
	width:300px;
    margin: 20px auto 0;
    float:none;
}

.forms input[type=text], .forms input[type=password] {
    width:96%;
}

.actions input[type=submit], a.sc-btn, .ui-container.generic-page .actions input[type="submit"], .actions button, .preview-wrapper .ui-container .actions a.sc-btn {
    background-color: #F6861F;
    color:#FFFFFF;
    font-size: 16px;
    outline: none;
    border: 1px solid #f6861f;
    border-radius: 30px;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    padding:6px;
    width:130px;
	font-family: 'Titillium Web', sans-serif;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
}

.agreement .sc-btn {
    color: #fff;
}

.sc-btn.inactive {
    background-color: #999;
    color: #ccc;
    border:1px solid #999;
    outline: none;
}

.sc-btn.inactive:hover {
    background-color: #999;
    color: #ccc;
    border:1px solid #999;
    outline: none;
}

input[type=submit]:hover 
{
	background: none;
    color: #F6861F;
}

a.sc-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
}

.intro-box {
    min-height: 600px;
}

.intro-box .actions a.sc-btn {
    line-height: 40px;
    margin-bottom: 7px
}

.intro-box .sign-in {
    margin-top: 5%;
}

a.sc-btn:hover {
    background: none;
    color: #F6861F;
}


.forms .notice
{
    font-size: 80%;
    text-align: center;
}

.steps ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.steps ul li {
    float: left;
    list-style: none;
    vertical-align: top;
    margin-right: 10px
}

.steps ul li span {
    font-weight: bold;
    font-size: 3em;
    line-height: 40px
}

a.next-page, a.scroll-top {
    background-image: url("../img/scroll-next-btn2.png");
    background-repeat: repeat-x;
    width: 185px;
    height: 60px;
    color: #333;
    display: block;
	font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    margin-top:25px;
}

a:hover.next-page, a:hover.scroll-top {
    background-position: 0 -60px;
    
}

a.scroll-top {
    background-image: url("../img/scroll-top-btn2.png");

}

.ui-page .inner-content {
    background-color: #FFFFFF;
}

.ui-container {
    margin-top:0px;
    margin-bottom:20px;
    padding:10px 0;
	background-color: #f2f2f2;
	outline: 0;
}

#all_connected {
    text-align: center;
}

#all_connected .inner-content, #swing_catalyst_app .inner-content, #swing_catalyst_software .inner-content {
    padding-top:35px;
}

#swing_catalyst_app .span12, #swing_catalyst_software .span12
{
    text-align: center;
    margin-bottom: 60px;
}

#swing_catalyst_app .steps, #swing_catalyst_software .steps {
    margin-bottom: 32px;
}

.app-badge {
    text-align: right;
}

h4.special-title {
    color: #666666;
    font-family: 'Titillium Web', sans-serif;
	font-size: 90px;
	font-weight: 200;
    line-height: 80px;
}

h4.special-title span {
    color: #F6861F;
}

.footer
{
    width: 100%; 
    padding:5px 0;
    z-index: 9999;
    background-color: #d2d2d2;
    color:#666;
}

.footer li {
    list-style: none;
    float: left;
    margin-right: 35px;;
}

.footer li a{
    color: #F6861F;
}

.recording {
    float: left;
    margin: 9px;
	width: 206px;
	border: 5px solid #f2f2f2;
	color: #999;
	background: #f2f2f2;
	font-family: 'Open Sanse', sans-serif; 
}

.recording .img {
    position:absolute	
}



.recording .img .cookie-cutter {
    height: 250px; 
	width:206px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	/*margin-top: -250px;*/
}

.recording .img .cookie-cutter img {
	/*height: 250px;*/
	display: block;
	/*width: 206px;*/
	/*padding-top: 43px;*/
    max-width: none;
    position: absolute;
}


.recording .info, .recording .actions
{
    background-color: #ccc;
	position:absolute; 
	z-index:200; 
	height:80px; 
	width:206px; 
	opacity:1;
}

.recording .info p
{
    margin:0;
    line-height: 17px;
}

.recording .filter .info img {
	visibility: visible;
}

.recording .actions
{
	height: 20px;
    padding-top:30px;
    text-align: center;
    position: relative;
}

.recording .actions .icons
{
    float:left;
    background-color: #171717;
    width:900px;
    left:0;
    top:0;
    padding-bottom: 10px;
    padding-top: 20px;
}

.recording .actions .icons a
{
    margin-right: 8px;
}

.recording .filter {
	width: 206px;
	height: 250px;
	transition-property: color, background, visibility;   
	transition-duration: 500ms, 500ms;   
	transition-timing-function: ease, ease;
	-webkit-transition-property: color, background, visibility;   
	-webkit-transition-duration: 500ms, 500ms;   
	-webkit-transition-timing-function: ease, ease;
	-moz-transition-property: color, background, visibility;   
	-moz-transition-duration: 500ms, 500ms;   
	-moz-transition-timing-function: ease, ease;
	-o-transition-property: color, background, visibility;   
	-o-transition-duration: 500ms, 500ms;   
	-o-transition-timing-function: ease, ease;
}

.recording .filter .color {
	background: #666;
	opacity: 0.3;
	position: absolute;
	z-index: 200;
	width: 206px;
	height: 230px;
	transition-property: color, background, visibility;   
	transition-duration: 500ms, 500ms;   
	transition-timing-function: ease, ease;
	-webkit-transition-property: color, background, visibility;   
	-webkit-transition-duration: 500ms, 500ms;   
	-webkit-transition-timing-function: ease, ease;
	-moz-transition-property: color, background, visibility;   
	-moz-transition-duration: 500ms, 500ms;   
	-moz-transition-timing-function: ease, ease;
	-o-transition-property: color, background, visibility;   
	-o-transition-duration: 500ms, 500ms;   
	-o-transition-timing-function: ease, ease;
}

.recording .filter .selector{
	position: absolute;
	visibility: hidden;
	z-index: 300;
	margin-top: 225px;
	margin-left: -5px;
}

.recording .filter:hover .selector{
	visibility: visible;
	opacity: 1;
}

.recording .filter:hover .color {
	background: #fff;
	opacity: 0.3;
}

.ui-hide
{
    display:none;
	width: 500px;
	height: 400px;
	background: #666666;
}

.header ul.nav {
    padding:0;
    margin:10px 0 0 0;
}

.header ul.nav > li{
    float: left;
    margin-right:10px;
}

.header ul.nav > li > a {
	padding: 16px 30px 17px 50px;
	font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    font-size: 17px;
    color:#ffffff;
    text-decoration: none;
	outline: 0;
    background-size: 24px;
    background-position: 20px center;
    background-repeat: no-repeat;
	transition-property:color, background, border, display;   
	transition-duration: 300ms, 300ms;   
	transition-timing-function: ease, ease;
	-webkit-transition-property:color, background, border, display;   
	-webkit-transition-duration: 300ms, 300ms;   
	-webkit-transition-timing-function: ease, ease;
	-moz-transition-property:color, background, border, display;   
	-moz-transition-duration: 300ms, 300ms;   
	-moz-transition-timing-function: ease, ease;
	-o-transition-property:color, background, border, display;   
	-o-transition-duration: 300ms, 300ms;   
	-o-transition-timing-function: ease, ease; 
}

.header ul.nav > li > a.dropdown-toggle {
    padding:27px 20px 18px;
}

.header ul.nav > li > a.dropdown-toggle span
{
    display:block;
    background-image: url(../img/dropdown-arrow.png);
    background-size: 16px 8px;
    background-repeat: no-repeat;
    height:8px;
    width: 16px;
}

.header ul.nav li a.current
{
    background: #f2f2f2;
    color: #f6861f;
    background-size: 24px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.header ul.nav li a.current:hover 
{
    background: #f2f2f2;
    background-size: 24px;
    background-position: 20px center;
    background-repeat: no-repeat;
}


.header ul.nav > li a:hover
{
    background: #999999;
    background-size: 24px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.header #home-link a {
    background-image: url(/cdn/img/icon_HomeWhite.png)
}

.header #home-link a.current {
    background-image: url(/cdn/img/icon_HomeOrange.png)
}

.header #explorer-link a {
    background-image: url(/cdn/img/icon_ExplorerWhite.png)
}

.header #explorer-link a.current {
    background-image: url(/cdn/img/icon_ExplorerOrange.png)
}

.header #storage-link a {
    background-image: url(/cdn/img/icon_StorageWhite.png)
}

.header #storage-link a.current {
    background-image: url(/cdn/img/icon_StorageOrange.png)
}

/*.header ul.nav > li a:active
{
    background: #f2f2f2;
	color: #f6861f;
	border-top: solid 5px #f6861f; 
	padding-top:15px;
}*/

.header ul.nav > li .dropdown-menu
{
    border-radius: 0;
    right:0;
/* ReSharper disable InvalidValue */
    left:initial;
/* ReSharper restore InvalidValue */
    border: none;
    top:97%;
    min-width: 120px;
}

.header ul.nav > li.open > a{
    background: transparent;
    background-color: #ffffff;

}

.header ul.nav > li.open > a span{
    background-image: url(../img/dropdown-arrow-open.png)
}

.header ul.nav > li li a{
    text-decoration:none
}

.split-fields input[type="text"] {
    width: 96%;
}

.edit-contact-info, .ui-container.player-info-main, .ui-container.generic-page {
    margin-top:10px;
	background: #fff;
	padding:10px 20px;
}

.edit-contact-info input[type="text"], .edit-contact-info input[type="password"] {
    width:96%;
}

.edit-contact-info select {
	width: 99%
}

.edit-contact-info .actions a, .ui-container a {
    margin-left: 10px;
    color:#333333;
	font-size: 16px;
}

.edit-contact-info .actions a:hover {
	color: #999;
}

.ui-container a {
    margin: 0;
}

.edit-contact-info .row-fluid {
    margin-bottom:10px
}

.edit-profile-menu {
    padding:20px 0 40px;
}

.edit-profile-menu a {
    
    color:#333333;
    font-size:18px;
    text-decoration:none;
    margin-right:20px
}

.edit-profile-menu span.profile-arrow {
    margin-right:20px;
}

.edit-profile-menu span.profile-arrow img {
    margin-bottom:5px;
}

.edit-profile-menu a.current {
    font-size:25px;
}

.slide-button.btn {
    border-radius: 20px;
    border:none;
    background: #F6861F;  
}

.slide-button .inner {
    display: block;
    height: 100%;
    width: 100%;
    border: none;
}

.switch {
    width: 80%;
    background: #d2d2d2;
    border-radius: 16px;
    font-family: 'Titillium Web', sans-serif;
}

.switch label {
    color: #fff;
}

.player-info-edit-row input[type="text"]{
    width:45px;
}

.player-info-edit-row select{
    width:65px;
}

.ui-container .actions a.sc-btn, .sc-dialog input[type="submit"], .sc-dialog a.sc-btn {
    background-color: #262626;
    color: #ffffff;
    border: 1px solid #262626;
    outline: none;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
}

.ui-container .actions a.sc-btn:hover {
    background: none;
    color: #262626;
}

#save-btn:hover {
    color: #F6861F;
}

.sc-dialog input[type="submit"]:hover {
    background: none;
    color: #262626;
    outline: 1px solid #262626;
}

.sc-dialog a.sc-btn:hover {
    background: none;
    color: #262626;
    outline: 1px solid #262626;
}

.ui-container .actions a.sc-btn, .sc-dialog a.sc-btn {
    vertical-align: top;
}

.dropdown-menu form {
    margin: 0;
}

img.profile-picture {
    /*width: 190px;*/
    
}

.sc-dialog .ui-widget-overlay {
    background-color: #000000
}

.sc-dialog {
    border-radius: 0 !important;
    background-color: #e7e7e8 !important;
    background-image: none !important;
}

.sc-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    font-family: 'Titilium Web', sans-serif;
}

.video-title {
    background-color: #000000;
    padding: 3px;
    color: #ffffff;
    font-size: 0.8em
}

.sc-dialog p {
    margin: 20px 0
}

h2.page-title {
    font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 32px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
	height: 100px;
	margin-bottom: 5px;
	display: inline;
}

#home_start .title {
    font-family: 'Titilium Web', sans-serif;
}

div.ui-datepicker {
    z-index: 4 !important
}

div.detail-video-container {
    width: 640px;
    margin:0 auto
}

.detail-video-container li{
    list-style: none;
    margin-bottom: 15px;
    padding-left: 35px;
    background-image: url(../img/Golfer.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size:15px 15px;
}

.detail-video-container li.user {
    background-image: url(../img/Golfer.png);
}

.detail-video-container li.location {
    background-image: url(../img/Location.png);
}

.detail-video-container li.club {
    background-image: url(../img/Iron.png);
}

.detail-video-container li.comment {
    background-image: url(../img/WithComment.png);
}

.detail-video-container li.additional {
    background-image: url(../img/LogoIcon.png);
}

.detail-video-container li.date {
    background-image: url(../img/Calendar.png);
}

.detail-video-container li.video {
    background-image: url(../img/Video.png);
}

.detail-video-container li li {
    background-image: none;
    margin-bottom: 5px;
    padding:0
}

.detail-video-container li ul {
    margin: 0;
    padding: 0;
}

.detail-video-container #video-player {
    margin-bottom: 20px;
}

.detail-video-container .actions {
    color:#ffffff;
    background-color: #171717;
    padding: 5px;
    padding-left: 15px;
    text-align: left;
}

.ui-container.recording-edit input[type="text"], .recording-edit textarea, .ui-container.recording-edit select {
    background-color: #f7f7f7;
}

.recording-edit .video .span4.camera {
    margin-left: 60px
}

.ui-container.recording-edit input[type="text"], .ui-container.recording-edit textarea {
    width: 565px
}

.ui-container.recording-edit #Camera {
    width:200px
}

.ui-container.recording-edit #RecordedDateTime {
    width: 200px;
}

.ui-container.recording-edit textarea {
    height: 100px;
}

#explorer-tabs-wrapper {
    overflow: hidden;
    margin: 30px 90px 30px 0;
    height: 54px;
    position: relative;
}

#explorer-tabs-cover {
    padding-right: 25px;
    padding-left: 25px;
    background-image: url(../img/tab_scrollFadeLeft.png), url(../img/tab_scrollFadeRight.png);
    background-position: left, right;
    background-size: 25px 67px;
    background-repeat: no-repeat;
    height: inherit;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    pointer-events: none;
}

#explorer-tabs-overflow {
    overflow-y: hidden;
	overflow-x: scroll;
}

#explorer-tabs {
	border-bottom: 2px solid #999;
	height: 50px;
    list-style-type: none;
}

#explorer-tabs a {
	text-decoration: none;
}

.explorer-tabs {
	border-bottom: 2px solid #f2f2f2;
	margin: 0 30px;
	height: 46px;
	display: inline-block;
    float: left;
	opacity: 0.7;
}

.explorer-tabs:hover {
	border-bottom: 2px solid #f6861f;
	opacity: 1;
	outline: solid 4px #f2f2f2;
}

.explorer-tabs-selected {
	border-bottom: 2px solid #f6861f;
	opacity: 1;
	margin: 0 30px;
	height: 46px;
	float: left;
	outline: solid 4px #f2f2f2;
}

.tab-content {
    margin-top: 12px;
}

#sc-link {
	font-size:10pt;
	margin-top: 50px;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}

#sc-link:hover {
	color: #999999;
}

.swing-thumb {
	text-decoration: none;
	color: #666666;
	
}

.filter:hover {
	background: #666666;
	color: #333;
	text-decoration: none;
}

.swing {
	background: #666666;
	float: left;
	width: 1080px;
	height: 400px;
}

.welcome-container {
	width: 800px;
}

.top-profile-menu {
	height: 72px;
}

.tag {
	background: #f2f2f2;
	padding: 2px 3px;
	width: 18px;
	border-top: solid 5px #f6861f;
	margin-left: 150px;
	margin-top: -5px;
	position:absolute; 
	z-index:200;
}

.tag img {
	height: 18px;
}

.infotext {
	padding: 0 8px;
	margin-top: 175px;
	position:absolute; 
	z-index:200;
	height: 75px;
	background: #f2f2f2;
	width: 190px;
	border-bottom: 1px solid #999;
}

.recording:hover .infotext {
	border-bottom: 1px solid #f6861f;
}

.video.loading {
    background-image: url(../img/ajax-loader-black.gif);
    background-repeat:no-repeat;
    background-position: center center;
    overflow: hidden;
}

.video-detail {
	float: left;
	margin: 14px;
	background: #333;
	padding: 5px;
}

.video-detail.loading {
    background-image: url(../img/ajax-loader-black.gif);
    background-repeat:no-repeat;
    background-position: center center;
}

.selected-video {
	position: absolute;
	margin-top: -20px;
	margin-left: 95px;
}

.player {
	float: left;
	margin: 0;
    position: relative;
}	

.video {
	width: 100%;
	background: #333;
	min-height: 450px;
	text-align: center;
}

.video img {
	min-height: 100%;
}

.video-info {
	float: right;
	height: 460px;
	margin: 0px;
	color: #fff;
	background: #434343;
}

.video-info  a {
    color: #ffffff;
}

.video-toolbar {
	width: 100%;
	float: left;
	color: #fff;
	background: #333;
}

.video-toolbar a {
	color: #fff;
	font-family: 'Open Sanse', sans-serif;
    text-decoration: none;
    float: left;
}

.toolbar-button {
    float: left;
	margin: 5px 20px 10px;
	height: 29px;
	padding: 3px;
	border-bottom: 2px solid #333;
}

.toolbar-button img {
    max-height: 26px;
    width: auto;
}

.video-toolbar > div {
    float: right;
}

.toolbar-button img {
}

.toolbar-button:hover {
	opacity: 0.7;
	cursor: pointer;
}

.toolbar-button.active {
    border-bottom:3px solid #f08100;
}

.playbar {
	width: 100%;
	height: 60px;
	background: #333;
	color: #fff;
}

.timebar {
	width:100%;
	height: 10px;
	background: #666;
}

.info-detail {
	background: none;
}

.info-detail input[type=text] {
	background: none;
    border-radius: 0;
    color: #fff;
    border: 0;
	margin:0;
	padding:1px 3px;
	font-family: 'Open Sanse', sans-serif;
	width: 95%;
	text-align: left;
}

.info-detail input[type=submit] {
	background: none;
    border-radius: 0;
    color: #fff;
    border: 0;
	margin:0;
	padding:1px 3px;
	font-family: 'Open Sanse', sans-serif;
	width: 95%;
	text-align: left;
}

.info-detail label {
	font-family: 'Open Sanse', sans-serif;
    color: #fff;
    position: absolute;
    margin-top:0px;
    margin-left:5px;
}

.info-detail table{
	width:95%;
	margin-top: 15px;
}

.info-detail td{
}

.info-detail tr{
	width: 33%;
}

.info-detail.user-name {
    padding-top:5px;
}

.info-detail.user-name h6 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 26px;
}

.edit-info-detail input[type=text] {
	background: #f2f2f2;
    border-radius: 0;
    color: #333;
    border: 0;
	margin:0 0 3px 0;
	padding:1px 3px;
	font-family: 'Open Sanse', sans-serif;
	width: 95%;
	text-align: left;
}

.edit-info-detail input[type=submit] {
	background: #f2f2f2;
    border-radius: 0;
    color: #333;
    border: 0;
	margin:0;
	padding:1px 3px;
	font-family: 'Open Sanse', sans-serif;
	width: 95%;
	text-align: left;
}

.edit-info-detail input[type="submit"]:hover {
	margin-bottom: 3px;
	opacity: 0.7;
}

.edit-info-detail label {
	font-family: 'Open Sanse', sans-serif;
    color: #fff;
    position: absolute;
    margin-top:0px;
    margin-left:5px;
}

.edit-info-detail label h6{
    color: #333;
}

.edit-info-detail a {
    text-decoration: none;
}

.horizontal-line {
	background: #f2f2f2;
	height: 1px;
	width: 95%;
	float: left;
}

.special-detail {
	float:left;
	margin-top: 10px;
	height: 300px;
}

.special-detail .info-detail {
	width: 32%;
	margin: 0 0 15px 0;
	float:left;
}

.special-detail .info-detail label{
	font-family: 'Open Sanse', sans-serif;
	font-weight: bold;
	font-size:15px;
    color: #fff;
    position: relative;
    margin:0 0 0 3px;
}

.special-detail .edit-info-detail {
	width: 30%;
	margin: 0 0 15px 0;
	float:left;
}

.special-detail .edit-info-detail label{
	font-family: 'Open Sanse', sans-serif;
	font-weight: bold;
	font-size:15px;
    color: #fff;
    position: relative;
    margin:0 0 0 3px;
}

.special-detail .edit-info-detail input[type="submit"] {
	margin-bottom: 3px;
}

#video-name {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
}

.explorer-preview {
	height: 60px;
	background: #fff;
	width: 150px;
	margin: 30px 100px 20px 0px;
	float: left;
}

.explorer-preview:hover {
	cursor: pointer;
}


.explorer-preview h6{
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	color: #333;
	position: absolute;
	margin-top: -26px;
}

.explorer-preview img{
	height: 30px;
	width: 30px;
	float:left;
	opacity: 0.7;
	transition-property: opacity, background, visibility;   
	transition-duration: 500ms, 500ms;   
	transition-timing-function: ease, ease;
	-webkit-transition-property: opacity, background, visibility;   
	-webkit-transition-duration: 500ms, 500ms;   
	-webkit-transition-timing-function: ease, ease;
	-moz-transition-property: opacity, background, visibility;   
	-moz-transition-duration: 500ms, 500ms;   
	-moz-transition-timing-function: ease, ease;
	-o-transition-property: opacity, background, visibility;   
	-o-transition-duration: 500ms, 500ms;   
	-o-transition-timing-function: ease, ease;
}

.explorer-preview:hover img{
	opacity: 1;
}

.breadcrumbs {
	float: left;
	height: 40px;
	font-family: Verdana, Genova, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	width: 100%;
}

.breadcrumbs a {
	color: #666;
	outline: none;
	font-family: Verdana, Genova, Tahoma, sans-serif;
	font-size: 12px;
}

.search-input {
	margin-bottom: 5px;
}

.search-input input[type="text"] {
	background: #fff;
	font-family: 'Open Sanse', sans-serif;
	border:0;
	outline: 0;
	color: #333;
	font-size: 26px;
	height: 46px;
    line-height: 32px;
	width: 100%;
	margin-bottom: 0;
	padding-right: 46px;
	z-index: 1;
	float: left;
}

.search-button {
	border:0;
	outline: 0;
	height: 40px;
	width: 40px;
	z-index: 100;
	float: right;
	margin-top: -42px;
	margin-right: 3px;
	cursor: pointer;
}

.search-button:hover {
	opacity: 0.7;
}

.reveal-modal ul {
	margin: 0;
}

.reveal-modal li {
	list-style: none;
}

.reveal-modal .actions .sc-btn {
    color:#fff;
}

.reveal-modal .actions .sc-btn:hover {
    color:#f6861f;
}

.search-result {
	color: #666;
	padding-right: 46px;
	z-index: 1;
}

.search-result:hover {
	background: #666;
	color: #fff;
	cursor: pointer;
}

.search-result h2 {
	font-size: 18px;
	margin: 16px 0 3px 0;
}

.search-result img{
	width: 60px;
	float: left;
	margin-right: 5px;
}

.check-mark {
	height: 40px;
	width: 40px;
	z-index: 100;
	float: right;
	margin-top: -56px;
	margin-right: -40px;
}

.forms .sign-up .field-validation-error, .forms label.error {
    display: inline-block;
    margin-bottom: 10px;
    color: #8a8a8a;
    font-size: 0.9em;
}

.forms .sign-up .input-validation-error {
    margin: 0
}

.forms label.error, .field label.error {
    position: static;
}

.forms .field .status {
    position: absolute;
    top: 3px;
    right: -20px;
}

.profile-top {
    margin: 50px 0;
    background: #fff;
}

.profile-top .span9 {
    padding-top: 30px;
    padding-right: 30px;
}

#explorer-tabs.account {
    margin: 0;
    width: 100%;
}

#change-password-form .alert {
    margin: 10px 0;
}

.player-info-main h3 {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}

.upload-wrapper {
    border: 1px solid #000000;
    border-right: none;
    border-left: none;

    padding-top:20px
}

.upload-picture-button {
    background-color: #F6861F;
    color: #FFFFFF;
    font-size: 16px;
    border: 1px solid #F6861F;
    border-radius: 16px;
    outline: none;
    padding: 2px 20px;
    width: 130px;
    font-family: 'Titillium Web', sans-serif;
    margin: 5px 0;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
}

.upload-picture-button:hover {
    background: none;
    color: #F6861F;
}

.preview-wrapper {
    float: left;
    overflow: hidden;
    width:100%
}

.video-detail {
    width: 1142px;
    height: 574px;
}

.welcome-title {
	color: #fff;
    padding: 40px;
}

.welcome-title .actions input[type=submit], .welcome-title .actions a.sc-btn {
	width: 220px;
	font-size: 20px;
	height: 40px;
    font-weight: normal;
    padding:0
}

.headerimg { 
	height: 1020px;
	width: 100%;
	
	background-position: center top;
	background-repeat: no-repeat;
}

.faux-parallax {
    /*background-repeat: no-repeat;
    background-position: center top;*/
    background: fixed center top no-repeat;
    background-size: 100% auto;
    /*float: left;*/
    width: 100%;
}

#parallaxy .bg0 {
    height: 1020px;
}

.faux-parallax.bg1 {
    background-image: url("../img/app_store_bottom_bg.jpg");
    height: 850px
}

.faux-parallax.bg2{
    background-image: url("../img/IpadUse1.jpg");
    height: 920px;
}

.faux-parallax.bg3 {
    background-image: url("../img/all_connected_bottom_bg.jpg");
    height: 830px;
}

.faux-parallax.bg4 {
    background-image: url("../img/software_bottom_bg.jpg");
    height: 750px;
}

.page-footer {
    background-image: none !important;
}

#listContainer{
  margin-top:15px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  color: #333;
}
 
#expList ul, ul.nav li {
    list-style: none;
    margin:10px 0;
    padding:0px;
    cursor: pointer;
}

#expList li:hover {
	outline: 1px solid #666;
}

#expList li ul li {
	padding-left: 50px;
}

#expList li ul li:hover {
	color: #fff;
	background: #666;
}

#expList li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 0px;
    background-repeat: no-repeat;
}

#video-name {
    height: 36px;
}

#golferPop .search-results {
    height: 265px;
    overflow: auto;
}

.search-result > img {
    height: 75px;
    width: 60px;
}

.preview-wrapper .video-info {
    overflow: hidden
}

.preview-slider {
    /*width: 898px;*/
    /*transition:margin-left 0.6s*/
}

.preview-slide {
    width: 100%;
    float:left
}


.video-info div.switch {
    height: 23px;
}

.video-info div.switch label {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
}

.video-info div.switch .slide-button {
    background: #f6861f;
    border-top: 0;
    box-shadow: none;
}

.video-info div.switch .slide-button .inner {
    outline: none;
}

.preview-wrapper #Comment {
    background:#f2f2f2; color:#333; width: 90%
}

.video-owner-pic img {
    width:60px
}

.video-owner {
    width: 80%; 
    font-size: 18px;   
    margin-left: 6px;
}

#recently_used.span12, #lessons.span12, #tour-swings.span12, #tour-swings-plus.span12 {
    margin-left:0
}

.help-info {
	position: absolute;
	bottom: 0px;
	z-index: 100;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
    padding: 20px 0px;
	text-align: center;
}

.help-info p {
	font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 50px;
}

.preview-wrapper .video-detail .selected-video {
    left: 0;
    display:none
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f6861f !important;
}

.bxslider .scroll-wrapper {
    height: 75%;
    margin-right: 30px;
    padding-right: 10px;
    overflow-y: auto;
} 

.toggle-icons {
    text-decoration: none;
}

.toggle-icons:hover {
    text-decoration: none;
}

body > .preview-wrapper {
    display: none !important;
}

.scroll-busy {
    background-color: #333;
    padding: 5px;
    text-align: center;
    margin-left: 0 !important;
}

#parallaxy.mobile {
    position:absolute;
}

#parallaxy.mobile .bg1 {
    margin-top: 500px;
}

#parallaxy.mobile .bg2 {
    margin-top: 500px;
}

#parallaxy.mobile .bg3 {
    margin-top: 500px;
}

#parallaxy.mobile .bg4 {
    margin-top: 300px;
    height:400px
}

#sharePop textarea {
    color: #333;
    background: #fff; 
    width: 99%;
}

.empty-data {
	text-align:center; 
	height:400px; 
	margin-top:50px;
}

.empty-data h6 {
	color:#999; 
	font-size:18px; 
	line-height:24px;
}

.mobile-menu-toggle {
    display: none;
}
.player-info-main .field-validation-error{
    display: block;
}

.scroll-more-notice {
    background-color: #171717;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.container.reset-password .inner-content, .container.email-confirmed .inner-content {
    padding: 20px;
}

.container.reset-password .inner-content > div {
    margin-top: 70px;
    margin-bottom: 200px;
}

#profile-information-form  .label-warning {
    margin-right: 10px;
}

#message-view {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #333333;
}

#message-view .video-toolbar {
    float: none;
    height: 52px;
}

/* Hacky override for the Video JS spinner */

 .video-player-container .vjs-default-skin .vjs-loading-spinner:after {
    position: static;
}

 .video-player-container  .vjs-default-skin .vjs-big-play-button {
     top: 40%;
     left: 40%;
 }

 a.shared-with {
     text-decoration: underline
 }

 li.spinner {
     text-align: center;
 }

.info-detail.status-wrapper {
    text-align: right;
    min-height: 1px;
}

.info-detail .label {
     margin-right:24px;
     text-align: right
}

.title-container {
    text-align: center; 
    margin-bottom:25px;
}

/* TODO Move all this to its own css file */

.mobile-preview .video .img {
    float:left
}

.mobile-preview .video-info p, .mobile-preview .video-info label {
    color: #333333 !important;
}

.mobile-preview .video-info {
    background-color: transparent;
    color: #333333;
}

.mobile-preview .horizontal-line {
    background-color: #cccccc;
    margin: 20px 0;
}

.mobile-preview .info-detail.status-wrapper {
    text-align: left
}

.mobile-preview ul.bxslider li {
    list-style: none
}

.account-settings .span2, .account-settings .subscriptions-wrapper .span3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.add-to-explorer-btn {
    position: relative;
}

.video-toolbar .add-to-explorer-btn {
    position: relative
}

.video-toolbar .add-to-explorer-btn .busy-animation {
    right: -5px;
    top: 16px;
    position:absolute
}

.video-overlay-message {
    height: 80px;
    position: absolute;
    bottom: 10px;
    width: 80%;
    color: #FFFFFF;
    padding: 10px;
    margin: 0 10%;
    background-image: url("../img/transparent_bg.png");
}

.video-overlay-message img {
    height: auto;
    min-height: initial;
}

.video-overlay-message img {
    height: auto;
    min-height: initial;
}

.video-overlay-message img.inactive {
    opacity: 0.4
}

.video-overlay-message .span10 {
    text-align: left;
    padding-top: 10px;
}

.video-play-button img {
    height: 80px;
    width: 80px;
    min-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -40px;
    margin-top: -40px;
	cursor: pointer;
}

/* Manage Storage */

.storage-bar-wrapper {
    margin-bottom: 30px;
    position: relative;
}

.storage-bar-wrapper, .usage-bar, .capacity-bar {
    height: 8px;
}

.capacity-bar, .usage-bar {
    position: absolute
}

.capacity-bar {
    background-color: #d2d2d2;
    width: 10%;
    z-index: 10;
}

.usage-bar {
    background-color: #f78620;
    width: 9%;
    z-index: 11;
}

.series-label {
    position: absolute;
    top: 10px;
    margin-left: 10%;
    font-weight: bold;
}

.busy-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    height: 430px;
    z-index: 99;
    opacity: 0.8;
}

.busy-overlay .busy-animation {
    margin: 0 auto;
    width: 16px;
    margin-top: 220px;
}

.payment-form-wrapper {
    position:relative
}

.payment-form-wrapper .busy-overlay {
    height:210px
}

.payment-form-wrapper .busy-overlay .busy-animation {
    margin-top: 105px;
}

.field {
        width: 100%;
        max-width: none
}
.field input {
    width:96%
}

.mask {
    width: 656px;
    height: 207px;
    background-image: url("/cdn/img/chart_mask.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top:0    
}

.chart-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.current-label {
    font-weight: bold;
    font-size: 1.4em
}

.upgrade-storage input[type='radio'], .upgrade-storage input[type='checkbox'], .payment-form-wrapper input[type='checkbox'] {
    opacity: 0;
}

.upgrade-storage input[type='checkbox'] + label, 
.upgrade-storage input[type='radio'] + label, 
.payment-form-wrapper input[type='checkbox']  + label,
.storage-subscription input[type='checkbox'] + label {
    background-image: url(/cdn/img/checkbox_sprite.png);
    float: left;
    background-position: 100% 99%;
    background-repeat: no-repeat;
    padding-right: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3em;
}

.upgrade-storage input[type='checkbox'] + label, .payment-form-wrapper input[type='checkbox']  + label {
    padding-left: 60px;
    padding-right: 0;
    background-position: 0 99%;
    font-size: 1.1em
}

.upgrade-storage input[type='checkbox']:checked + label, .payment-form-wrapper input[type='checkbox']:checked  + label {

    background-position: 0 0;
}
    
.upgrade-storage input[type='radio']:checked + label {
    background-position: 100% 0;
}

.subscription-info {
    margin: 20px 60px 20px 0;
}

.more-swings p {
    margin: 40px 0;
    font-size: 1.2em
}

.chart-wrapper span {
    font-size: 1.3em
}
.payment-form-wrapper .field label.error {
    color: #333333;
    margin-bottom:10px
}

.fb-login {
    background-image: url(/CDN/img/FB-f-Logo__white_29.png);
    background-color: #3B5997;
    background-repeat: no-repeat;
    background-position: 15px 6px;
    background-size: 21px;
    margin-top: 25px;
    outline: none;
    cursor: pointer;
    height: 34px;
    width: 100%;
    vertical-align: middle;
    color: #ffffff;
    border: 1px solid #3B5997;
    border-radius: 17px;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
}

.fb-login:hover {
    background-image: url(/CDN/img/FB-f-Logo__blue_29.png);
    background-color: rgba(255, 255, 255, 0);
    color: #3B5997;
}

.upgrade-storage h2 a {
    font-size:16px
}

.upgrade-storage.postaway-step .links {
    margin-left:60px
}

.upgrade-storage.postaway-step {
    margin: 20px 0;
}


.white-box {
    background: #fff;
    margin-bottom: 30px;
    padding: 29px 27px;
    min-height: 260px;
}
.container.ui-container.forms .span6 h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 200;
    margin: 0 0 10px 0;
}

.margin-bottom-mid {
    margin-bottom: 20px; 
}
.no-padding{
    padding:0;
}
.hidden{
    display:none;
}
.margin-left-sm {
    margin-left:10px;
}
.margin-left-md {
    margin-left: 20px; 
}
.margin-right-md {
    margin-right:20px; 
}


/*-------------------------- Storage Subscription ------------------------------*/

.storage-subscription{
	padding-top:40px;
	margin-bottom:50px;
	padding-bottom:40px;
	background:#fff;
}
.storage-subscription .actions{
	margin-top:30px;
	text-align:right;
    width: 95%;
}
.storage-subscription .actions .btn.btn-primary{
	width:100px;
}

.subscriptions-wrapper.span10 {
	width: 905px;
	margin-left: 29px !important;
}
.subscription-box{
	margin-bottom:20px;
	position: relative;
}
.subscription-box a{
	border:solid 1px #a8a8a8;
	display:block;
	text-align:center;		
	height: 160px;
	color:#000;
	text-decoration:none;
}

.subscription-box a:hover{
	text-decoration:none;
}
.subscription-box a h4{
	font-size: 42px;
}
.subscription-box.contact a h4{
	font-size: 50px;	
	margin: 0;
	line-height: 28px;
	padding: 0;
}
.subscription-box a .vert-spacer{
	padding: 20px 0 20px 0
}
.subscription-box.contact a .vert-spacer{
	padding-bottom:3px;
}
.subscription-box.contact a .vert-spacer small{
	font-size:12px;
	display: block;
	margin-top: 10px;
}
.subscription-box.contact{
	/*float: right;
	margin-right: -39px;*/

    margin-right: -39px;
    margin-left: 65px;
}
.subscription-box.contact:before {

    content: "";
    width: 5px;
    height: 185px;
    background:red ;
    background: url(/CDN/img/vertical-dash.png) repeat-y 0 0;
    top:0;
    left:-31px;
    position: absolute;
}


.subscription-box .price{
	background: #6e6f74;
	color: #fff;
	font-size: 23px;
	padding: 10px 0;
	position: absolute;
	width: 99%;
	bottom: 0;
}
.subscription-box .send-email{
	background: #6e6f74;
	color: #fff;
	font-size: 14px;
	padding: 3px 20px;
	margin: 7px 10px;
	display: inline-block;

}
.subscription-box a small{
	font-size:14px;
}
	
.agreement .btn{
	width: 140px;
	margin-left: 50px;
}
	
.storage-subscription .btn,
.storage-subscription .actions .btn  {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #7f7f7f;
	color: #fff;
	border: none;
	text-shadow:none;
	text-decoration:none;
}
.storage-subscription .btn:hover,
.storage-subscription .actions .btn:hover {
	background: #86878b;
	color: #fff;
	border: none;
	text-shadow:none;
}
.storage-subscription .actions .btn.btn-primary{
	background:#f98600;
}
.storage-subscription .actions .btn{
	font-size:18px;
}
.storage-subscription .actions .btn.btn-link{
	background: transparent;
	color:#000;
	margin-right:10px;
	text-decoration:underline;
}
.storage-subscription .actions .btn.btn-link:hover{
	text-decoration:none;
}

/* --- */

.user-menu ul.nav {
    border: 2px solid #333333;
    display: inline-block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}

.user-menu ul.nav li {
    float: left;
    margin-right: 35px;
}

.user-menu ul.nav li a {
    text-decoration: none;
    font-size: 16px;
    color: #333333;
}

.user-menu ul.nav li.current {
    height: 33px;
    margin-bottom: -5px;
    background-color: #f2f2f2;
}

.user-menu ul.nav li.current a {
    border-bottom: 2px solid #f98600;
    height: 26px;
    font-size:20px;
}

.sign-in-steps {
    margin-bottom: 25px;
}

.sign-in-steps a {
    color:#333;
}

.sign-in-steps a:hover {
    color:#999;
}

.sign-in-steps .sc-btn {
    color:#fff;
    margin-left:20px;
}

.sign-in-steps .sc-btn:hover {
    color:#f6861f;
}


/* TODO delete temp hack */
.subscription-box a.selected{
	border:solid 1px #d2d2d2;
}

.subscription-box a.selected .price {
	background-color: #000000;
}

/*------------------ Subscription: hover/active Plans -----------------*/

.subscription-box{
	position:relative;
}
.subscriptions-wrapper {
	margin-bottom: 26px;
}

.subscription-option.selected:after {
    content: "";
    width: 68px;
    height: 35px;
    background:red ;
    background: url(/CDN/img/selected-arrow.png) no-repeat 0 0; 
    bottom:-24px;
    left:43px;
    position: absolute;
    display: inline-block;
}

html, body {
    height: 100%;
}

.sticky-container {
    min-height: 100%;
    margin: 0 auto -70px;
}

.sticky-pusher {
    height: 70px;
}

#user-agreement-modal {
    max-height:600px;
    overflow: auto;
}

#sharePop > div.row-fluid.search-input {
    position: relative;
}

#sharePop > div.row-fluid.search-input > .busy-animation {
    position: absolute;
    right: 50px;
    top: 16px;
}

.logo-external a img {
    height: 20px;
    width: auto;
    margin-top: 21px;
    margin-right: 20px;
}

.external-signin-header {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.external-signin-header h3 {
    font-weight: 400;
    font-family: 'Titillium Web',sans-serif;
}

#trial-header {
    margin-top: 60px;
}

a.shop-home-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    padding: 17px 52px;
    text-decoration: none;
    transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
}

a.shop-home-link:hover {
    text-decoration: none;
    background: #808080;
}

#external-body {
    background: #FFFFFF;
}

#external-body .ui-container {
    background-color: #FFFFFF;
}

#external-body .header {
    min-height: 60px;
}

ul#main-menu li a {
    line-height: 27px;
    font-family: 'Titillium Web',sans-serif;
    padding: 17px 20px 10px 20px;
    font-size: 16px;
    color: #f1f1f1;
    text-decoration: none;
    background: none;
    font-weight: 400;
}

ul#main-menu li a:hover {
    background: none;
    text-decoration: underline;
    border:none;
    border-radius: 0px;
}

ul#main-menu, ul#main-menu li {
    margin: 0px;
}

/*----------------- TOGGLE MENU ----------------------*/
.navbar-collapse .block-category-navigation {
    border:none;
    background:transparent;
    padding: 0;
    margin: 0;
}
.navbar-collapse .block-category-navigation .title{
    display:none;
}
.navbar-collapse .block-category-navigation ul.list {
    padding:0;
}
.navbar-collapse .block-category-navigation ul.list li {
    background: none;
    margin:0;
    padding: 0;
}
.navbar-collapse .block-category-navigation ul.list li a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 8px 8px 8px 23px;
}
.navbar-collapse .block-category-navigation ul.list li a:hover{
    background:#57585a;
    text-decoration:none;
}
.navbar-collapse .block-category-navigation .listbox {
    padding:0;
}
.navbar {
    position: relative;
    min-height: 1px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default {
    border: none;
}
.navbar {
    position: relative;
    min-height: 1px;
    margin-bottom: 0;
    border: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background-color: #6f7072;
    padding:0;
    margin:0;
}
.navbar-default .navbar-text,
.navbar-default .navbar-text a {
    color: #fff;
}

.navbar-toggle {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 48px;
    height: 36px;
    padding: 10px 12px;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    display: inline-block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #f1f1f1;
    border-radius: 0px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle:hover > .icon-bar {
  background-color: #f6861f; }
  
.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent;
  border: 0;
  outline:none; }

/* Playlist selector */

.info-detail select {
    width: 130px;
    margin-right: 25px;
    margin-left: 5px;
}

/* Video player */

.vjs-default-skin {
    color: #fff !important;
}

.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level {
    background: #f6861f !important;
}

.slider-track {
    background-image: none !important;
    box-shadow: none !important;
    background-color: #f6861f !important;
    border-radius: 0px !important;
}

.slider.slider-horizontal .slider-track {
    height: 6px !important;
}

.slider-selection {
    background-color: rgb(26, 26, 26) !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.slider-handle {
    width: 14px !important;
    height: 14px !important;
    background-color: #FFF !important;
    border: none !important;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -4px !important;
    margin-top: -4px !important;
}

.speed-slider-label {
    color: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.slider-wrapper {
    float: left;
    margin-top: 1px;
}

.span4.camera-angles {
    margin-left: 0px;
    margin-top: -49px;
    float: right;
}

.camera-angles select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-image: url(/CDN/img/icon_Camera.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 3px center;
    line-height: 20px;
    padding-left: 25px;
    background-color: #666;
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
}

.custom-playback-rate {
    margin-top: 20px;
    margin-left: 5%;
    width: 90%;
}


/*  Floating Action Button  */

#floating-action-button-container {
    margin-top: -81px
}

#floating-action-button {
    width: 50px;
    height: 50px;
    float:right;
    background: #F6861F;
    border-radius: 50%;
    text-align: center;
    font-size: 42px;
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
    z-index: 9999;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.45);
    border: 1px solid #df7a1d;
    text-decoration: none;
}

#floating-action-button strong {
    font-weight: 100;
}

#floating-action-button p {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    width: 80px;
    margin-left: -15px;
    margin-top: -22px;
    color: #2b2b2b;
    display: none;
}

#floating-action-button:hover strong {
    font-size: 48px;
}

#floating-action-button:hover p {
    display: block;
}

/*  Upload recording  */

#upload-form .field-validation-error {
    display: block;
    margin-top:10px
}

#create-recording-form .upload-recording {
    pointer-events: none;
    opacity: 0.5;
}

#create-recording-form .upload-recording.enabled {
    pointer-events: auto;
    opacity: 1;
}

#create-recording-form #create-recording-btn {
    pointer-events: none;
    opacity: 0.5;
}

#create-recording-form #create-recording-btn.enabled {
    pointer-events: auto;
    opacity: 1;
}

#create-recording-form {
    text-align:center;
    margin-bottom:50px;
}

#create-recording-form .container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

span.field-validation-error {
    color: #B50909;
}

.upload-recording .editor-field {
    margin-bottom: 35px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#create-recording-form .text-box {
    height: 32px;
    line-height: 28px;
    font-size: 22px;
    width: 95%;
}

#create-recording-form .inner-content {
    padding: 35px;
}

#create-recording-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}

#create-recording-form select {
    width: 70%;
    line-height: 28px;
    font-size: 20px;
    height: 40px;
    min-width: 180px;
}

#create-recording-form .btn-success {
    background: #666;
    outline: none;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #666;
    box-shadow: none;
    font-size: 16px;
    padding: 6px 28px;
    margin-bottom: 8px;
}

#create-recording-form .btn-success:hover {
    background: none;
    outline: none;
    border-radius: 30px;
    color: #333;
    border: 1px solid #666;
    box-shadow: none;
}
/* Upload progress bar */
.upload-progress-bar {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 24px;
}

.upload-progress-bar div {
    height: 4px;
    width: 100%;
    position: absolute;
    background-color: #f6861f;
}

.upload-progress-bar .track {
    background-color: #dedede;
}


/* Motion Catalyst theme */

.mc-show {
    display: none;
}

.span12.mc-show {
    display: none;
}

.subscription-box.contact a.mc-show {
    display: none;
}

.mc-hide {
    display: block;
}

.span12.mc-hide {
    display: block;
}

.subscription-box.contact a.mc-hide {
    display: block;
}

.mc-show-text {
    display: none;
    white-space: nowrap;
}

.mc-hide-text {
    display: inline-block;
    white-space: nowrap;
}


/*---------------- SOFTWARE SUBSCRIPTIONS ---------------*/
.license-software-subscription {
}

.show-license-key-btn {
}

.license-subscription-box {
    border: solid 1px #cacaca;
    margin-bottom: 20px;
    background: url(images/soft-price-bg.gif) repeat-y right top;
}

    .license-subscription-box .software-details {
        border-top: solid 6px #9d9d9d;
        padding-bottom: 30px;
        padding-top: 20px;
        margin-left: 20px;
        padding-left: 20px;
    }

        .license-subscription-box .software-details ul {
            list-style: none;
            padding: 0;
        }

        .license-subscription-box .software-details h4 {
            color: #000;
            font-weight: 600;
            font-size: 25px;
            padding-top: 0;
            margin-top: 0;
        }

        .license-subscription-box .software-details .description {
            margin: 0 0 30px 0;
        }

            .license-subscription-box .software-details .description label {
                display: block;
            }

    .license-subscription-box .software-price {
        border-top: solid 6px #f58320;
        padding-bottom: 15px;
        padding-top: 20px;
    }

        .license-subscription-box .software-price h4,
        .license-subscription-box .software-price small {
            color: #515151;
        }

        .license-subscription-box .software-price small {
            font-size: 18px;
        }

        .license-subscription-box .software-price h3 {
            font-size: 18px;
            margin-bottom: 0;
            padding-bottom: 0;
            margin: 0;
        }

        .license-subscription-box .software-price h4 {
            font-size: 33px;
            font-weight: 600;
            margin-top: 0;
        }

        .license-subscription-box .software-price ul {
            list-style: none;
            padding: 0;
        }

    .license-subscription-box .buttons-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .license-subscription-box .buttons-list li {
            margin-right: 5px;
            float: left;
        }

    .license-subscription-box .paypal-btn {
        background: url(images/paypal-btn.gif) no-repeat;
        width: 158px;
        height: 41px;
        text-indent: -9999px;
        display: inline-block;
        margin: 0 auto;
    }

        .license-subscription-box .paypal-btn:hover {
            opacity: 0.9;
        }

.download-software-link {
    background: none;
    padding: 5px 20px;
    color: #f6861f;
    margin-bottom: 10px;
    float: left;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #f6861f;
    font-style: italic;
    border-radius: 10px;
}

    .download-software-link:hover {
        background: #f6861f;
        text-decoration: none;
        color: #fff;
    }

html, body {
    height: 100%;
}

.user-account-sidebar {
    height: 100%;
    left: 0;
}

.btn.btn-default {
    background: none;
    color: #666;
    padding: 5px 15px;
    border: solid 2px #666;
    font-weight: 600;
    font-style: italic;
    border-radius: 8px;
    outline: none;
}

/*----------- Customer Licenses ---------------*/
.user-account-sidebar .listbox .customer-licenses a {
    background: url(/content/images/user-account-side-icons.png) no-repeat 4px -1829px;
}

    .user-account-sidebar .listbox .customer-licenses a.active {
        background: #fff url(/content/images/user-account-side-icons.png) no-repeat 4px -1961px;
        color: #6d6d6f;
    }

.user-account-sidebar .block li {
    padding: 4px 1px 0 13px;
    margin-bottom: -3px;
}

.license-attribute-list input[type="checkbox"] {
    display: none;
}

    .license-attribute-list input[type="checkbox"] ~ span {
        display: none;
    }

    .license-attribute-list input[type="checkbox"]:checked ~ span {
        display: block;
        padding-left: 40px;
        line-height: 30px;
        width: auto;
        height: 30px;
        background: url(/content/images/checkmark.png) no-repeat left center;
        background-size: 30px;
    }

@media (min-width: 1200px) {

    .navbar-toggle {
        display: none;
    }

    //            var width = 0;
//            $('.explorer-tabs').each(function () {
//                width += $(this).outerWidth(true);
//            });
//            $('#explorer-tabs').css('width', width);
//            $('#explorer-tabs-overflow').css('width', 1.5 * width);
//            $('#explorer-tabs-overflow').css('margin-left', -width / 2);
//            $('#explorer-tabs').css('left', width / 2);

    /* Explorer Tabs logic, recalculate if adding more tabs */

    #explorer-tabs {
        width: 1080px                                    
    }

    #explorer-tabs-overflow {
        width: 1080px;
    }
}

@media (max-width: 1199px){

    .navbar-brand {
        text-align: center;
        margin-left: auto;
        float: none;
        display:block;
        padding: 20px 0 0 15px;
    }

    .navbar-brand img {
        float: none;
        margin: 0 auto;
        padding-right: 7px;
    }

    ul#main-menu {
	    margin: 7.5px 3px;
    }

    ul#main-menu li{
	    float:none;
        margin-left: 18px;
    }

    a.shop-home-link {
        line-height: 32px;
        font-size: 20px;
        padding: 7px 18px;
    }

    .navbar-toggle{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-brand {
        padding-top: 14px;
        height: auto;
    }

    .logo-external {
        width:100%;
        float:none;
        text-align: center;
    }

    .logo-external a img {
        height: 20px;
        width: auto;
        margin-top: 14px;
        margin-right: 12px;
    }

    #external-body .header {
        min-height: 46px;
        position: relative;
    }

    .info-detail.status-wrapper {
        width: 100%;
    }

    .preview-wrapper .video-info {
        overflow: visible;
    }

    .info-detail.status-wrapper {
        width: 100%;
    }

    .video.loading .img {
        width: 100% !important;
    }

    /* Explorer Tabs logic, recalculate if adding more tabs */

    #explorer-tabs {
        width: 850px                                    
    }

    #explorer-tabs-overflow {
        width: 850px;
    }

}

@media (max-width: 1190px) {
  .info-detail  {
      width:50%
  }

  #sharePop .info-detail.row-fluid, #sharedWithPop .info-detail.row-fluid {
        width: 100%;
  }

  .header ul.nav > li > a {
	transition-property:none;   
	transition-duration: 0;
	-webkit-transition-property: none;   
	-webkit-transition-duration: 0;
	-moz-transition-property:none;   
	-moz-transition-duration: 0;
	-o-transition-property:none;   
	-o-transition-duration: 0; 
}

}

@media (max-width: 979px) and (min-width: 768px) {

    .left.video-owner-pic.span2 {
        display: none;
    }

    #explorer-tabs-wrapper {
        margin: 12px 80px 10px 0;
        height: 45px;
    }

    #explorer-tabs {
        height: 40px;
    }

    .explorer-tabs, .explorer-tabs-selected {
        height: 36px;
        margin: 0 0 0 25px;
    }

    .explorer-tabs h2.page-title {
        font-size: 26px;
    }

    #floating-action-button-container {
        margin-top: -63px;
    }

    /* Explorer Tabs logic, recalculate if adding more tabs */

    #explorer-tabs {
        width: 644px                                    
    }

    #explorer-tabs-overflow {
        width: 644px;
    }
}

/*  Changed this from max-width: 778px  */

@media (max-width: 768px) {

    .scroll-more-notice {
        display: none !important;
    }

    .preview-wrapper .video-detail div.player {
        width: 100%;
    }

    .span4.camera-angles {
        float: none;
        margin-top: 20px;
        margin-left: 5%;
        width: 180px;
        padding-bottom: 20px;
    }

    .custom-playback-rate {
        float: left;
        margin-top: -30px;
    }

    #message-view .custom-playback-rate {
        margin-top: 20px;
    }

    .mobile-menu-toggle {
        display: inherit;
        position: absolute;
        
    }

    .mobile-menu-toggle a {
        padding: 10px;
        background-color: #000000;
        display: block;
    }

    .mobile-preview {
        margin-top:20px;
        border-top:8px solid #333;
    }

    .horizontal-line {
        float:none;
    }

    .help-info p {
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        margin: 0 10px;
        line-height: 16px;
    }

    .selected-video {
        display: none;
    }

    .header ul.nav li a.current {
        padding-top: 8px;
    }

    .header ul.nav li a.current:hover {
        padding-top: 8px;
    }

    .preview-wrapper .video-detail div.video-info {
        display: none;
    }

    .preview-wrapper .video-toolbar {
        position: relative;
    }

    .preview-wrapper .toolbar-group {
        display: none;
    }

    .preview-wrapper .toolbar-group {
        position: absolute;
        z-index: 99;
        background-color: #000000;
        margin-top: 40px;
        width: 100%;
        left: 0;
    }

    .preview-wrapper .toolbar-group .toolbar-button {
        float: none;
        margin-left: 0;
        margin-right: 0;
        border: none;
    }

    .toolbar-group.mobile-menu-target {
        float: none;
    }

    .toolbar-button {
        margin: 10px 10px 5px;
    }

    ul.bxslider.bx_detail {
        margin: 0px;
    }   
    
    ul.bxslider.bx_detail p {
        min-height: 30px;
    }

    .logo.pull-left {
        float: none;
        margin: 0;
    }

    .logo img {
        width: auto;
        margin: 0 auto;
        max-width: none;
    }

    .top-profile-menu {
        height: auto;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #2b2b2b;
        -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.3); 
    }

    .profile-top {
        margin-top: 0px;
    }

    .profile-top h2.page-title {
        font-size: 24px;
    }

    .header ul.nav {
        margin-top: 0px;
    }

    .header ul.nav>li {
        float: left;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 0;
        width: 28%;
        text-align: center;
    }

    .header ul.nav>li.dropdown {
        width: 16%;
    }
    
    .header ul.nav > li > a {
	    padding: 32px 10px 6px 10px;
        background-size: 24px;
        background-position: center 8px;
        background-repeat: no-repeat;
        font-size: 12px;
        line-height: 12px;
    }

    .header ul.nav li a.current
    {
        padding: 32px 10px 6px 10px;
        background-color: transparent;
        background-size: 24px;
        background-position: center 8px;
        background-repeat: no-repeat;
    }

    .header ul.nav li a.current:hover 
    {   
        padding: 32px 10px 6px 10px;
        background-color: #999999;
        background-size: 24px;
        background-position: center 8px;
        background-repeat: no-repeat;
    }


    .header ul.nav > li a:hover
    {
        background: #999999;
        background-size: 24px;
        background-position: center 8px;
        background-repeat: no-repeat;
    }

    .header ul.nav>li>a.dropdown-toggle {
        padding: 23px 14px 19px;
    }

    .header ul.nav > li > a.dropdown-toggle span {
        margin: 0 auto;
        transform: rotate(180deg);
    }

    .dropdown-menu {
        margin-top:0px;
    }

    .header ul.nav > li .dropdown-menu {
        position: fixed;
        right: 0px;
        bottom: 50px;
        top: auto;
        -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    }

    .header .dropdown-menu > ul > li a:hover {
        padding: 3px 20px;
    }


    .header {
        background: none;
    }

    body {
        padding:0 !important
    }

    h2 {
        font-size:24px;
    }

    #sharePop, #deletePop, #clubPop, #golferPop, #sharedWithPop {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    
    .video-info a {
        color: #f6861f;
        font-weight: 600;
    }

    .ui-page h4.special-title {
        font-size: 35px;
        line-height:34px
    }

    .home .ui-page .inner-content, .home .welcome-title {
        padding: 20px;
        top: 65px;
    }

    .home .all-conntected-title {
        width: 100%;
        padding-right: 0;
        text-align: inherit
    }

    .home .forms .span5,.home .forms .span6 {
        margin-right: 0;
        max-width: none
    }

    .home .forms .field {
        max-width: none
    }

    #parallaxy {
        padding: 0;
    }

    .faux-parallax {
        background-attachment: initial;
        background-size: auto 100%;
    }

    #sign-in-container {
        margin-left: auto;
        margin-right: auto;
    }

    .intro-box .sign-in {
        margin-top: 0px;
    }

    /* User Account */

    .profile-top .span3 {
        width: 100%;
        float: none;
        text-align:center
    }

    .profile-top .span9 {
        width: 100%;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
        float: none;
    }

    img.profile-picture {
        width: 30%;
        margin-top: 20px;
    }

    #explorer-tabs-wrapper {
        margin: 2px 0 10px;
        height: 45px;
    }

    #explorer-tabs {
        height: 38px;
    }

    .explorer-tabs {
        margin: 0 0 0 25px;
        height: 34px;
    }

    .explorer-tabs-selected {
        height: 34px;
    }

    .explorer-tabs h2 {
        font-size:22px;
    }
    
    /* Preview */

    .video-detail div.player {
        width: 30%;
    }

    .video-detail div.player .video img {
        min-height:inherit;
    }

    .video-detail .video-info {
        width:65%
    }

     textarea#Comment {
       width: 90%;
    }

    .edit-info-detail input[type=submit] {
        color: #f6861f;
        text-decoration: underline;
    }

    .info-detail.user-name {
        padding-top: 15px;
    }

    #video-name {
        height: 36px;
        margin-top: 10px;
        background: #999;
        color: #fff;
        line-height: 32px;
    }

    /* External login */

    .footer {
        position: static;
        padding-bottom:60px;
    }

    #external-body .header {
        min-height: 46px;
        position: relative;
    }

    .external-signin-header {
        text-align: center;
    }

    #trial-header {
        margin-top: 0px;
    }

   
    /* Storage */

    .subscription-option.selected:after {
        content: "";
        width: 68px;
        height: 35px;
        background: red;
        background: url(/CDN/img/selected-arrow.png) no-repeat 0 0;
        top: 33%;
        left: -26px;
        position: absolute;
        display: inline-block;
        transform: rotate(90deg);
    }

    .subscription-box.contact {
        margin-right: 0px;
        margin-left: 0px;
    }

    /*  Floating Action Button  */

    #floating-action-button-container {
        width:100%;
        bottom: 90px;
        position: fixed;
        z-index: 201;
        margin-top: 0px
    }

    #floating-action-button {
        margin-right: 20px;
    }

    #create-recording-form .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Start Wizard  */

    .sign-in-steps .sc-btn {
        margin-right: 40px;
    }

    .container.title, .container.user-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Explorer Tabs logic, recalculate if adding more tabs */

    #explorer-tabs {
        width: 100%;                                    
    }

    #explorer-tabs-overflow {
        width: 100%;
    }


}

@media (max-width: 640px) {
    .home #swing_catalyst_app .inner-content, .home #swing_catalyst_software, .app-badge {
        text-align: center
    }
    
    #sc-link {
        margin-top: 20px;
    }

    body .container.reset-password .inner-content > div {
        margin-top: 0;
        margin-bottom: 50px;
    }

    

    .row-fluid.sign-in {
        width: 90%;
    }

    .home .welcome-title {
        padding: 5%;
    }

    .recording {
        float: none;
        display: block;
        margin: 0;
        width: 94%;
        margin-left:3%;
        margin-right:3%;
        border: 0;
        height: 120px;
        background-color: #ffffff;
        margin-bottom: 8px;
    }

    .recording .filter .color {
        display: none;
    }

    .recording .filter {
        width: 100%;
        float: left;
        height:120px;
        position: relative;
    }

    .recording .img {
        width: 120px;
        height: 120px;
        float: left;
        position:static
    }

    .recording .img .cookie-cutter, .recording .filter .color {
        width: 120px;
        height: 120px;
    }

    .recording .infotext {
        position: static;
        width: auto;
        padding-left: 134px;
        padding-top: 5px;
        color: #666;
        margin-top: 0;
        border: none;
        height: auto;
        background-color: transparent;
    }

    .recording:hover .infotext {
        border-bottom: 1px solid transparent;
        color: #fff;
    }

    .recording .tag {
        top: 0px;
        left: 10px;
        margin-left: 0;
    }
    
    .recording .img .cookie-cutter {
        margin-top: 0;
    }

    #message-view .player.span7 {
        height: auto !important;
    }

    .header ul.nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }

    a#complete-changes-btn {
        float: left;
        margin-top: 10px;
    }

    .upgrade-storage input[type="checkbox"] + label, .payment-form-wrapper input[type="checkbox"] + label {
        line-height:18px;
    }

    .sign-in-steps .sc-btn {
        margin-right: 30px;
    }

    /* Explorer Tabs logic, recalculate if adding more tabs */

    #explorer-tabs {
        width: 640px;
        left: 200px;                                 
    }

    #explorer-tabs-overflow {
        width: 840px;
        margin-left: -200px;
    }
}

@media (max-width: 480px) {

    #explorer-tabs-wrapper {
        margin: 2px 0 8px;
    }
    
    #explorer-tabs {
        height: 30px;
    }

    .explorer-tabs h2 {
        font-size:17px;
    }

    #explorer-tabs.account h2 {
        font-size: 17px;
    }

    .explorer-tabs {
        height: 26px;
    }

    .recording {
        height: 90px;
    }

    .recording .filter {
        height: 90px;
    }

    .recording .img {
        height: 90px;
        width: 90px;
    }

    .recording .img .cookie-cutter, .recording .filter .color {
        height: 90px;
        width: 90px;
    }

    .recording .infotext {
        padding-left: 104px;
    }

    .recording .infotext h2 {
        font-size: 20px;
    }

    .recording .infotext p {
        font-size: 14px;
    }

    #create-recording-form .inner-content {
        padding: 35px 0px;
        margin-bottom: 20px;
    }

    #home_start .sign-up {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .sign-in-steps .sc-btn {
        margin-right: 20px;
    }

    .pull-right.upload-picture-button {
        float: none !important;
        margin-top: 10px;
    }

}

@media (max-width: 320px) {

    .logo img {
        height: 46px;
    }

    #sc-link {
        display: none;
    }

    #button-wrapper-one {
        width: 100%;
        margin-bottom: 30px;
    }

    .welcome-title #login-btn, #button-wrapper-one .sc-btn {
        font-size: 16px;
        width: 94px;
    }

    .welcome-title .sign-in .actions a {
        font-size: 12px;
    }

    #explorer-tabs-wrapper {
        margin: 2px 0 8px;
    }

    #explorer-tabs {
        height: 28px;
    }

    .explorer-tabs h2 {
        font-size:15px;
    }

    #explorer-tabs.account h2 {
        font-size: 15px;
    }

    .explorer-tabs {
        height: 24px;
    }

}

@media (max-width: 270px) {

    .top-profile-menu {
        float:none;
    }

    #explorer-tabs-wrapper {
        margin: 2px 0 8px;
    }

    #explorer-tabs {
        height: 24px;
    }

    .explorer-tabs h2 {
        font-size:14px;
    }

    #explorer-tabs.account h2 {
        font-size: 14px;
    }

    .explorer-tabs {
        height: 22px;
    }

    .welcome-title #login-btn, #button-wrapper-one .sc-btn {
        font-size: 14px;
        width: 80px;
    }

}