/* It is recommended to place all your extra/additional CSS rules here */

/*@font-face {*/
    /*font-family: 'big_caslonmedium';*/
    /*src: url('fonts/big_caslon_medium-webfont.woff2') format('woff2'),*/
         /*url('fonts/big_caslon_medium-webfont.woff') format('woff');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/

/*}*/

/*@font-face {*/
	/*font-family: 'big_caslonmedium';*/
	/*src: url('fonts/BigCaslon-Medium.eot');*/
	/*src: url('fonts/BigCaslon-Medium.eot?#iefix') format('embedded-opentype'),*/
	/*url('fonts/BigCaslon-Medium.woff') format('woff'),*/
	/*url('fonts/BigCaslon-Medium.ttf') format('truetype');*/
	/*font-weight: 500;*/
	/*font-style: normal;*/
/*}*/

@font-face {
	font-family: 'big_caslonmedium';
	url('fonts/BigCaslon-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

.full-width {
	width: 100%;
}

.text-center {
	text-align: center;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, p, span {
	font-family: 'Open Sans', sans-serif;
}
h3 {
	margin: 33px 0px 60px 0px;
	font-size: 26px;
	line-height: 36px;
}
h1 {
	font-family: 'big_caslonmedium';
    font-size: 38px;
    margin-top: 33px;
}
a.btn {
	font-family: 'big_caslonmedium';
    font-size: 26px;
    padding: 15px 27px 14px 27px;
    line-height: 1;
}

#left-sidebar {
	background: none;
}

.link-scroll {
    font-size: 24px;
    color: #fbe845;
}

.btn {
	background: #fbe845;
	color: black;
	border: 1px solid #fbe845;
	border-radius: 4px;
}

.btn:hover {
	background: transparent;
	color: white;
	border: 1px solid white;
}

.btn-save {
	background: transparent;
	color: white;
	border: 1px solid white;
}
a.btn-facebook {
	background: #3b5998;
	color: white;
	border: 1px solid #3b5998;
	padding: 15px 16px 14px 16px;
}
a.btn-mail {
	background: #db5000;
	color: white;
	border: 1px solid #db5000;
	margin: 0px !important;
	padding: 15px 16px 14px 16px;
}

.fa.fa-facebook-square {
	font-size: 34px;
}
.fa.fa-envelope {
	font-size: 32px;
}

.btn i {
	/*margin-right: 15px;*/
}

.footer {
	margin-bottom: 40px;
}
.footer .btn {
	margin-right: 33px;
}
.footer .holy-diver-logo {
	margin-left: 15px;
    width: 125px;
    float: right;
    position: absolute;
    right: 15px;
    top: 0;
}
.footer-buttons {
    /*padding: 0px 20%;*/
    text-align: center;
}

#audio-studio  {
	padding-bottom: 108px;
}

#audio-studio canvas {
	display: block !important;
	margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
}

#audio-studio h3 {
	font-size: 20px;
    line-height: 27px;
    margin-top: 0px;
	text-shadow: 0 1px 2px #000000;
	text-align: center;
}

#audio-studio .col-sm-2 .parent-knob > div:first-of-type {
	display: block !important;
	margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
}

#audio-studio p {
	margin-top: 5px;
    margin-bottom: 50px;
	
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/

	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	
}

#playSound {
	padding-bottom: 60px;
	text-align: center;
}

.parent-knob {
	position: relative;
    width: 94px;
    margin: 0 auto;

    
    opacity: 0.5;
    transition: opacity 180ms ease-in;

    cursor: wait;
}

.parent-knob > div {
    pointer-events: none;
}

.parent-knob.loaded{
    opacity: 1;
    
    cursor: auto;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}
.parent-knob.loaded > div {
    pointer-events: auto;
}



.mix-table.has-sound >.col-xs-6{
	opacity: 0.3;
	pointer-events: none;
}

.mix-table.has-sound .parent-knob.loaded > div {
	pointer-events: none;
}

.mix-table #playSound{
	display: none;
}

.mix-table.has-sound #playSound{
	display: block;
}


.parent-knob.loaded:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


.knob-bg {
	/*background: rgba(0,0,0,0.25);*/
	width: 100%;
	height: 100%;
	border-radius: 999px;
	position: absolute;
	top: 0;
	pointer-events: none;
	z-index: -1;
	/*background-image: url("../images/custom_images/markers@2x.png");*/
	background-image: url("../images/custom_images/knob-bg4-dimmed-1.svg");
    background-size: contain;
	background-repeat: no-repeat;
}
.knob-bg.active {
	/*border: 2px solid white;*/

	/*background:*/
			/*url("../images/custom_images/knob-bg4-lit-1.svg"),*/
			/*url("../images/custom_images/knob-bg4-dimmed-1.svg");*/
	/*background-repeat: no-repeat, no-repeat;*/
	/*background-size: contain, contain;*/

	background-image: url("../images/custom_images/knob-bg4-lit-2.svg");
}


.ticks {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	pointer-events: none;
	z-index: -1;
}

.tick {
	width: 100%;
	height: 100%;
	position: absolute;

    text-align: center;
    font-size: 10px;
}
.tick span {
    margin-top: -20px;
    display: block;
    opacity: 0.5;
    transition: all 180ms ease-out;
}
.tick.activetick span {
    opacity: 1;
}

.tick:after {
	content: "";
	width: 1px;
	height: 5px;
	background-color: white;
	position: absolute;
	top: -5px;
	left: 50%;
	transition: all 180ms ease-out;
	opacity: 0.5;
}

.activetick:after{
	opacity: 1;
}

.tick:nth-child(1) {
	transform: rotate(-121deg);
	-webkit-transform: rotate(-121deg);
	-ms-transform: rotate(-121deg);
}

.tick:nth-child(2) {
	transform: rotate(-99.1deg);
	-webkit-transform: rotate(-99.1deg);
	-ms-transform: rotate(-99.1deg);
}

.tick:nth-child(3) {
	transform: rotate(-77.2deg);
	-webkit-transform: rotate(-77.2deg);
	-ms-transform: rotate(-77.2deg);
}

.tick:nth-child(4) {
	transform: rotate(-55.3deg);
	-webkit-transform: rotate(-55.3deg);
	-ms-transform: rotate(-55.3deg);
}

.tick:nth-child(5) {
	transform: rotate(-33.4deg);
	-webkit-transform: rotate(-33.4deg);
	-ms-transform: rotate(-33.4deg);
}

.tick:nth-child(6) {
	transform: rotate(-11.5deg);
	-webkit-transform: rotate(-11.5deg);
	-ms-transform: rotate(-11.5deg);
}

.tick:nth-child(7) {
	transform: rotate(10.4deg);
	-webkit-transform: rotate(10.4deg);
	-ms-transform: rotate(10.4deg);
}

.tick:nth-child(8) {
	transform: rotate(32.3deg);
	-webkit-transform: rotate(32.3deg);
	-ms-transform: rotate(32.3deg);
}

.tick:nth-child(9) {
	transform: rotate(54.2deg);
	-webkit-transform: rotate(54.2deg);
	-ms-transform: rotate(54.2deg);
}

.tick:nth-child(10) {
	transform: rotate(76.1deg);
	-webkit-transform: rotate(76.1deg);
	-ms-transform: rotate(76.1deg);
}

.tick:nth-child(11) {
	transform: rotate(98deg);
	-webkit-transform: rotate(98deg);
	-ms-transform: rotate(98deg);
}

.tick:nth-child(12) {
	transform: rotate(119deg);
	-webkit-transform: rotate(119deg);
	-ms-transform: rotate(119deg);
}


.parent-knob input{
	display: none;
}




.volumeNum{
	display: block;
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	margin-top: -26px;	
	color: rgba(0, 0, 0, 0.21);
	font-weight: bold;
	font-size: 19px;
}

div.active .volumeNum{
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
	color: white;
}
[contenteditable=true]:empty:before {
	content: attr(placeholder);
	display: block; /* For Firefox */
}

[contenteditable=true]:after {
	content: "'s";
	display: block;
	position: absolute;
	right: -13px;
	top: -6px;
	font-size: 14px;
	text-transform: lowercase;
}
[contenteditable=true]:empty:after {
	display: none;
}



.rectangle {
	background-color: rgba(0, 0, 0, 0.33);
	border: solid 1px rgba(255, 255, 255, 0.33);
	padding: 15px;
	display: inline-block;
}

.rectangle h1 {
	display: inline-block;
	margin: 0;
	line-height: 1;
	vertical-align: bottom;
	
}

#i_name {
	padding: 5px 10px;
	display: inline-block;

	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	border: solid 2px #eeeeee;
	margin-right: 15px;
	cursor: text;
	position: relative;
	min-width: 65px;
	text-transform: capitalize;
}

#i_name:empty{
	margin-right: 10px;
}

#outer-container {
	position: relative;
	z-index: 1;
}


*:focus {outline:none !important}

.innerknob {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	/*background: white;*/
	/*border: 1px solid rgba(0,0,0,0.5);*/
	/*border-radius: 999px;*/
	/*background-image: url("../images/custom_images/rotate-me@2x.png");*/
	/*background-image: url("../images/custom_images/rotate-me.svg");*/
	background-image: url("../images/custom_images/knobsvg2.svg");
	/*background-image: url("../images/custom_images/knobcircle.svg");*/
	background-size: cover;
	transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);

	padding: 20px;
	background-origin: content-box;
	background-repeat: no-repeat;
	
	
	/*background-position: top center;*/
	
	
}
.innerknob.active {
	/*width: calc(100% - 2px);*/
	/*height: calc(100% - 2px);*/
}

@media (max-width: 972px) {
	.vegas-background {
		width: 100% !important;
		height: 100% !important;
		left: auto !important;
		top: auto !important;
		transform: translate3d(0,0,0);
	}
	.vegas-overlay {
		transform: translate3d(0,0,0);
		height: 100% !important;
	}
	@media screen and (orientation:portrait) {
		@media (max-device-aspect-ratio: 3/4) {
			.vegas-background, .vegas-overlay {
				height: calc(100vw * 1.6) !important;
				width: calc(100vw * 1.6) !important;
			}
		}
		@media (max-device-aspect-ratio: 2/3) {
		  	.vegas-background, .vegas-overlay {
				height: calc(100vw * 1.7) !important;
				width: calc(100vw * 1.7) !important;
			}
		}
		@media (max-device-aspect-ratio: 10/16) {
		  	.vegas-background, .vegas-overlay {
				height: calc(100vw * 1.8) !important;
				width: calc(100vw * 1.8) !important;
			}
		}
		@media (max-device-aspect-ratio: 9/16) {
		  	.vegas-background, .vegas-overlay {
				height: calc(100vw * 1.9) !important;
				width: calc(100vw * 1.9) !important;
			}
		}
	}
 	@media screen and (orientation:landscape) {
	  	.vegas-background, .vegas-overlay {
			height: calc(100vw) !important;
			width: calc(100vw) !important;
			top: -150px !important;
		}
 	}
}

.vegas-slide, .vegas-slide-inner {
	width: 100%;
	height: 100%;
}


/*html {
    overflow: hidden;
}*/
body {
    overflow-y: scroll;
}

body .vegas-overlay {
	opacity: 1 !important;
	background-color: rgba(0, 0, 0, 0.44);
	background-image: none !important;
}



.ssk-group {
	float:right;
	margin-top: 7px;
}

.ssk-group a {
	color: white;
	margin-left: 12px;
}
.ssk-group i {
	font-size: 34px;
}
.ssk-group i.fa-envelope{
	font-size: 37px;
}


@media (max-width: 1240px) {
	.footer-buttons {
	     /*text-align: left;*/
	}
}
@media (min-width: 1440px) {
	.parent-knob {
	    width: 114px;
	}
}
@media (min-width: 992px) and (max-width: 1080px) {
	.footer .btn {
	    margin-right: 10px;
	    /*padding: 9px 8px 7px 8px;*/
	    font-size: 22px;
	}
}
@media (max-width: 991px) {
	.footer .btn {
		width: 100%;
		margin: 0px;
		margin-bottom: 20px;
	}
	.footer .holy-diver-logo {
		position: relative;
		float: none;
	    /*margin: 40px calc(50% - 62.5px);*/
	    right: 0px !important;
	    margin: 40px auto;
	}
	.footer-all-button {
		text-align: center;
	}


	.ssk-group {
		float:none;
	}

	.ssk-group > a:first-child{
		margin-left: 0;
	}
	
}
@media (max-width: 767px) {
	.parent-knob {
	    width: 70%;
	}
	#audio-studio {
		padding-bottom: 0px;
	}
}


#bg {
	width: 100vw;
	height: 100vh !important;
	position: fixed;
	z-index:-1;
	opacity: 0.7
}

.small-share {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: open_sansregular;
}

.holydiver-link {
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}


@media(min-width:992px){
	.holydiver-link {
		margin-top: -34px;
		position: absolute;
		top: 50%;
		right: 0;
	}
}

@media(max-width:767px){
	.mix-table > div:nth-child(2n+3) {
		clear:both;
	}
}

@media(max-width:991px){
	.mix-table > div:nth-child(4n+3) {
		clear:both;
	}
}

@media(min-width:992px){
	.mix-table > div:nth-child(6n+3) {
		clear:both;
	}
}
