@font-face {
    font-family: Festivo;
    src: url(../font/Festivo.LC.Mini.otf);
    /*Festivo.LC.Mini.otf*/
}
/*@font-face {
    font-family: Open-Sans;
    src: url(http://fonts.googleapis.com/css?family=Open+Sans) format('embedded-opentype');
}*/
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Regular.ttf);
}
/* Mozilla based browsers */
::-moz-selection {
       background-color: #7c9b62;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #7c9b62;
       color: #fff;
}
body {
    margin: 0;
    background-image: url(../img/Islanded_BG-compressor.jpg), url(../img/pattern_4.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center top, left top;
    /*background-color: rgb(40, 41, 40);*/
    background-size: 100% auto, 625px;
}

/*http://cssdeck.com/labs/css3-webkit-vertical-scrollbars/*/

h1 {
    color:#7c9b62;
    font-family: Montserrat;
    text-shadow: none;
}
p {
    /*text-shadow: 1px 1px #000000;*/
    font-family: Open-Sans;
    font-size: 15px;
    color: white;
    line-height: 25px;
}
a {
    /*text-shadow: 1px 1px #000000;*/
    font-family: Open-Sans;
    font-size: 15px;
    color: white;
    text-decoration: none;
    line-height: 25px;
}
span {
    /*text-shadow: 1px 1px #000000;*/
    font-family: Open-Sans;
    font-size: 15px;
    color: white;
    text-decoration: none;
    line-height: 25px;
}
img {
    border: 0;
}
strong {
    color:#7c9b62;
}
.bodyColor {
    /*background-color: rgb(40, 41, 40);
    background-repeat: repeat;
    background-position: left top;
    background-image: url(../img/pattern.jpg);
    background-size: 125px;
    z-index: -9999px;*/
}
.bodyColorWin {
    background-color: rgb(29, 30, 29);
}

    /* Clear Div*/
.navClear {
    margin-top: 270px;   
}
.imgClear {
    margin-top: 100px;
}
    /* -------- */

#logo {
    margin: auto;
    margin-top: 20px;
    width: 500px;
}
#videoTrailer {
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin: auto;
    margin-top: -20px;
    width: 950px;
    height: 581px;
    background-image: url(../img/VideoBorder_BG-compressor.png);   
}
#videoTrailer iframe {
    padding-top: 78px;   
}
#buttonsDiv {
    margin: auto;
    text-align: center;
    width: 950px;
    margin-top: -20px;
}

    /* Navigation Bar */
.nav {
    margin-top: 120px;
    background-color:#7c9b62;
    min-width: 950px;
    height:50px;
    box-shadow: 0px 1px 50px #7c9b62;
    /*#5E5E5E*/
}
.navigation{
    text-align: center;
    padding-top: 12px;
    margin-left: -42px;
}
.navigation li {
    display:inline;
    padding:0px;
}
.nav a{
    font-family:Montserrat;
    font-size: 15px;
    text-decoration:none;
    color:#EDEDED;
    padding: 12px;
    text-shadow: none;
    
}
.nav a:hover {
    color:#2d502b;
}
.nav-scrolled {
    background-color:#7c9b62;
    width: 100%;
    max-width: 9999px;
    min-width: 0px;
    height:50px;
    box-shadow: 0px 1px 50px #7c9b62;
    position:fixed;
    top:0px;
    margin-top: 0px;
    z-index: 999;
}
.nav-scrolled a{
    font-family:Montserrat;
    text-decoration:none;
    color:#EDEDED;
    padding: 12px;
    text-shadow: none;
}
.nav-scrolled a:hover {
    color:#2d502b;
}
.navigation-scrolled{
    list-style-type:none;
    margin-top:0px;
}
.textBody {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -160px;
    width: 950px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: url(../img/FeaturesBG.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.textBody-scrolled {
    margin-top: 0px;
}
.textBody p {
    font-family:Montserrat; 
}
    /* -------- */

/*.miniGallery {
    margin-left: auto;
    margin-right: auto;
    height: 318px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-image: url(../img/ScreenshotsBG.png);
}
.miniGallery img {
    border: 0px solid;
    margin-top: 42px;
    width: 234px; 
    height: 234px;   
}

@media (max-width: 966px) {
    .miniGallery img {
        width: 204px;    
    }
}
@media (max-width: 846px) {
    .miniGallery img {
        width: 174px;    
    }
}
@media (max-width: 726px) {
    .miniGallery img {
        width: 164px;    
    }
}
@media (max-width: 683px) {
    .miniGallery img {
        display: none;
    }
    .miniGallery {
        display: none;
    }
}*/

.betaAlert {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 900px;
    /*background-color: #262626;*/
    text-shadow: none;
    border: 2px dashed #7c9b62;
    padding: 2px 2px 2px 2px;
    font-size: 15px;
}

.betaAlert img {
    padding-top: 17px; 
    width: 50px;
}

.bgFeatures { 
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    height: 620px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/FeaturesBG.png);
}
.textFeatures {
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    width: 900px;
    padding-top: 30px;
}
.textFeatures p {
    text-align: left;
    margin-bottom: -5px;
    background-color: #262626;
    padding-left: 10px;
    padding-bottom: 5px;
}
.textFaq {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 950px;
}
.textFaq a:hover {
    color: #7c9b62;   
}
.boxFaqOn {
    display: block;
}
.boxFaqOff {
    display: none;
}
.askFaqOn {
    color: #7c9b62;
}
.askFaqOff {
    color: grey;   
}
.mailchimp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    background-image: url(../img/MailBG.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.mailchimp img {
    width: 15px;
}
.mailchimp input[type="email"] {
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
    font-family: Open-Sans;
    font-size: 15px;
    color: #7c9b62;
}
.mailchimp input[type="email"]:focus {
    border-bottom: solid 2px #7c9b62;  
}
.mailchimp input[type="submit"] {
    padding: 10px;
    border: none;
    background-color: #7c9b62;
    border-bottom: solid 2px rgb(112, 137, 91);
    transition: border 0.3s;
    font-family: Open-Sans;
    font-size: 15px;
    color: #fff;
}
.mailchimp input[type="submit"]:hover {
    border-bottom: solid 2px rgb(112, 137, 91);
    transition: border 0.3s;
    cursor: pointer;
}
.barPlay {
    background-color:#7c9b62;
    min-width: 950px;
    height: 70px;
    /*box-shadow: 10px 10px 5px #888888;*/
    z-index: 1;
}
.textPlay {
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    width: 950px;
    margin-top: 100px;
}
.textPlay p {
    text-shadow: none;
    color: white;
}
.textPlay .left {
    width: 450px;
    float: left;
    text-shadow: none;
    color: black;
    border: 2px dashed #000000;
    padding: 7px 7px 7px 7px;
    margin-bottom: -5px;
    font-size: 15px;
    text-align: left;
}
.textPlay .right {
    width: 450px;
    float: right;
    text-shadow: none;
    color: black;
    border: 2px dashed #000000;
    padding: 7px 7px 7px 7px;
    margin-bottom: -5px;
    font-size: 15px;
    text-align: left;
}
.textPlay .center {
    display: inline-block;
    text-shadow: none;
    color: black;
    border: 2px dashed #000;
    padding: 7px 7px 7px 7px;
    font-size: 15px;
}
.textPlay .miniTitle {
    font-family: Montserrat;   
}
.iframePlay {
    text-align: left;
    height: 850px;
    width: 950px;
    z-index: 999;
}
.iframePlay p {
    margin-top: -235px;
    margin-left: 600px;
    color: white;
    text-shadow: 1px 1px #000000;
    width: 300px;
}
.iframePlay iframe {
    border: none;
    margin-left:39px;
}
.ifr1 {
    margin-top:70px;
}
.ifr2 {
    margin-top:39px;
}
.ifr3 {
    margin-top:0px;
}
.iframe1 {
    margin-top:38px;   
}
.iframe2 {
    margin-top:20px;   
}
.iframe3 {
    margin-top:-23px;   
}


/*@media (max-width: 788px) {
    .iframePlay p {
        display: none;
    }
}*/

.centerPlay {
    text-align: center;
    display: inline-block;
}
.BGPlay {
    height: 1720px;
    min-width: 950px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/Islanded_BG2_3.jpg);
    background-size: cover;
    z-index: -9999;
}
    
.footer {  
    margin-top: -10px;
    background-color:#7c9b62;
    min-width: 950px;
    height: 30px;
    text-align: center;
}
.footer a {
    margin-right: 10px;
    line-height: 32px;
    font-family:Open-Sans;
    font-size: 20px;
    text-decoration:none;
    color:#EDEDED;
    text-shadow: none;
}
.footer a:hover {
    color:#2d502b;   
}
a#facebook:hover {
    color: #3b6fc4;   
}
a#twitter:hover {
    color: #6ae9fa;   
}
a#youtube:hover {
    color: #c43b3b;   
}
a#rss:hover {
    color: #f7b262;   
}
.footerPress {
    display: none;
    margin-top: -7px;
    height: 500px;
    background-color:#7c9b62;
    max-width: 9999px;
}
.footerContact {
    display: none;
    margin-top: -7px;
    height: 400px;
    background-color:#536048;
    max-width: 9999px;
}
.footerContactContent {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 950px;
}
.footerBox {
    width:450px;
    float:right;
    color: red;
    text-shadow: 0px;
    font-family:Open-Sans;
    /*background-color: rgb(40, 41, 40);*/
}
.footerInfo {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:320px;
    padding-top:50px;
    color: red;
    text-shadow: 0px;
    font-family:Open-Sans;
}
.footerInfo a {
    color: #000;
    text-shadow: none;
    font-size: 14px;
    font-family:Open-Sans;
    line-height: 18px;
}
.footerInfo p {
    font-family:Montserrat;
    text-shadow: none;
    font-size: 18px;
    line-height: 0px;
    text-align: left;
    margin-left: 20px;
    padding-bottom: 10px;
}
.footerInfo li {
    color: white;
    /*list-style-image: url('../images/lock.png');*/
    text-align: left;
    margin-left: -10px;
}
.footerBuy_Start {
    background-color:#7c8875;
    text-align:center;
    width:266px;
    float:left;
    padding: 20px 10px 20px 10px;
}
.footerBuy {
    background-color:#7c8875;
    text-align:center;
    width:266px;
    float:left;
    margin-left:20px;
    padding: 20px 10px 20px 10px;
}

.footerInfoBox_Start {
    background-color:#7c8875;
    text-align:center;
    width:266px;
    padding: 20px 10px 36px 10px;
    display: inline-block;
}
.footerInfoBox {
    background-color:#7c8875;
    text-align:center;
    width:266px;
    margin-left:20px;
    padding: 20px 10px 20px 10px;
    display: inline-block;
}

.mainhead {
  padding: 10px 0;
  border-bottom: 1px solid #666666; }
  .mainhead .right {
    float: right; }

.page {
    min-width: 950px;
    overflow: hidden;
    margin-top: -30px;
}

.wrapper {
  padding-top: 20px;
  width: 975px;
  margin: 0 auto;
  position: relative; }
  .wrapper #todays_deals,
  .wrapper #yesterdays_deals {
    display: none;
    padding: 10px 12px;
    width: 948px;
    zoom: 1; }
    .wrapper #todays_deals:before, .wrapper #todays_deals:after,
    .wrapper #yesterdays_deals:before,
    .wrapper #yesterdays_deals:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper #todays_deals:after,
    .wrapper #yesterdays_deals:after {
      clear: both; }
    .wrapper #todays_deals .item,
    .wrapper #yesterdays_deals .item {
      float: left;
      box-shadow: 0 3px 10px -3px black;
      margin: 3px;
      position: relative;
      overflow: hidden;
      z-index: 10;
      white-space: nowrap; }
      .wrapper #todays_deals .item img,
      .wrapper #yesterdays_deals .item img {
        display: block;
        width: 150px;
        height: 123px; }
      .wrapper #todays_deals .item.active,
      .wrapper #yesterdays_deals .item.active {
        border: 3px solid #7c9b62;
        box-shadow: 0 0 20px 2px #6c8656;
        z-index: 5;
        margin: 0; }
  .wrapper #slider_feature_container {
    /*412 (400)*/
    width: 952px;
    height: 541px;
    overflow: hidden;
    z-index: 50;
    box-shadow: 0 0 5px #6c8656;
    position: relative;
    margin: 8px 11px;
    clear: both;
    zoom: 1; }
    .wrapper #slider_feature_container:before, .wrapper #slider_feature_container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .wrapper #slider_feature_container:after {
      clear: both; }
    .wrapper #slider_feature_container #slider_feature {
      width: 14280px;
      position: relative;
      left: -952px; }
      .wrapper #slider_feature_container #slider_feature .item {
        border: 4px solid #7c9b62;
        background: #000;
        float: left;
        position: relative;
        padding: 2px; }
        .wrapper #slider_feature_container #slider_feature .item img {
          width: 940px;
          height: 529px;
          display: block; }
  .wrapper #slider_left_container,
  .wrapper #slider_right_container {
    position: absolute;
    /*216*/
    top: 65px;
    width: 794px;
    /*338px*/
    height: 467px;
    overflow: hidden;
    z-index: 20; }
  .wrapper #slider_left,
  .wrapper #slider_right {
    width: 142800px;
    position: relative; }
    .wrapper #slider_left .item,
    .wrapper #slider_right .item {
      float: left;
      width: 794px;
      height: 467px;
      background: #7c9b62;
      overflow: hidden; }
  .wrapper #slider_left_container {
    right: 963px; }
  .wrapper #slider_right_container {
    left: 963px; }
    .wrapper #slider_right_container #slider_right {
      left: -794px; }
  .wrapper #slide_prev,
  .wrapper #slide_next {
    position: absolute;
    /*366px*/
    /*top: 429px*/
    top: 275px;
    width: 18px;
    height: 35px;
    background: white;
    z-index: 25;
    cursor: pointer; }
  .wrapper #slide_prev {
    right: 970px;
    background: url("../images/arrow_left.png") top left no-repeat; }
  .wrapper #slide_next {
    left: 970px;
    background: url("../images/arrow_right.png") top left no-repeat; }

/* 3D Outward */
#toggle3d {
  float: right;
  cursor: pointer; }

.wrapper.out3d {
  -webkit-perspective: 1600px;
  -moz-perspective: 1600px;
  perspective: 1600px; }
  .wrapper.out3d #slider_left_container {
    -webkit-transform: rotateY(60deg) scale(1.6);
    -moz-transform: rotateY(60deg) scale(1.6);
    transform: rotateY(60deg) scale(1.6);
    right: 1044px; }
  .wrapper.out3d #slider_right_container {
    -webkit-transform: rotateY(-60deg) scale(1.6);
    -moz-transform: rotateY(-60deg) scale(1.6);
    transform: rotateY(-60deg) scale(1.6);
    left: 1044px; }

/* 3D Inward */
.wrapper.in3d {
  -webkit-perspective: 1600px;
  -moz-perspective: 1600px;
  perspective: 1600px; }
  .wrapper.in3d #slider_left_container {
    -webkit-transform: rotateY(-40deg);
    -moz-transform: rotateY(-40deg);
    transform: rotateY(-40deg);
    right: 794px; }
  .wrapper.in3d #slider_right_container {
    -webkit-transform: rotateY(40deg);
    -moz-transform: rotateY(40deg);
    transform: rotateY(40deg);
    left: 794px; }

#optin {
    margin: 0 auto 2em;
    overflow: hidden;
    text-align: center;
}
	#optin input {
		background: #fff url(../images/input.png) repeat-x bottom;
		border: 1px solid #ccc;
		float: left;
		font-size: 14px;
		margin: 0 10px 10px 0;
		padding: 8px 10px;
		width: 200px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
		#optin input.name {
            background: #fff url(../images/name.png) no-repeat 10px center;
            padding-left: 35px
        }
		#optin input.email {
            background: #fff url(../images/email.png) no-repeat 10px center;
            padding-left: 35px
        }
		#optin input[type="submit"] {
			background: #217b30 url(../images/green.png) repeat-x top;
			border: 1px solid #137725;
			color: #fff;
			cursor: pointer;
			float: left;
			font-size: 14px;
			font-weight: bold;
			padding: 3px 5px;
			text-shadow: -1px -1px #1c5d28;
			text-transform: uppercase;
			width: auto
		}
            #optin input[type="submit"]:hover {
                color: #c6ffd1
            }
		#optin span {
            background: url(../images/lock.png) no-repeat center left; float: left; margin-left: 15px; padding-left: 20px
        }

.modalDialog {
	position: fixed;
	font-family: Open-Sans;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 700px;
	position: relative;
	margin: 10% auto;
	padding: 25px 20px 13px 20px;
	/*border-radius: 5px;*/
	/*background: #536048;*/
    text-align:center;
    /*background-image: url(../img/popupBG.png)*/
}
.modalDialog > div table {
	margin: auto;
    margin-top: -20px;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 15px;
    color: white;
    text-align: left;
}
.modalDialog .link {
    color:#7c9b62;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #7c9b62; }