/* Reset */
#schemes {
	position:fixed;
	top: 200px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 6px 3px 3px 3px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFF;
	border-radius: 0px 3px 3px 0px; 
}







a {
	text-decoration:none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
ol,ul {
	list-style:none;
}
html,body {
	margin:0;
	padding:0;
}

/* Menu and Logo */
#verticalbar {
	z-index:100;
	border-radius: 0 4px 0 0;	
	position:fixed;
	bottom:0px;
	width:75px;
	height:60%;
	background-image:url(../img/bg_snip.png);
	background-repeat:repeat;

	color: white;
	opacity:0.7;
	left: 150px;
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.6);
	padding-right: 3px;
}
#logo {
	position:relative;
	top:-70px;
	left: -10px;
	width:100px;
	height:100px;
}

/* Controls Slider Top */
#bgcontrols {

	border-radius: 0 0 4px 4px;	
	position:fixed;
	top:0px;
	width:80px;
	height:42px;
	background-repeat:repeat;

	color: white;
	opacity:0.7;
	left: 145px;
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.6);
	padding-right: 3px;
	z-index: 100;
}

/* Pause Play Effect */

#player img{
position:absolute;
top:50%;
left:50%;
margin-top:-50px;
margin-left:-50px;
}

/* Image Credits Span */
#credits {
	padding: 3px 3px 4px 3px;;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: auto;
	width: 100px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	line-height: 15px;
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.6);
}

/* Play again */

.tt-wrapper{
	position:absolute;
	top: -25px;
	right: -45px;
	width: 70px;
	height: 70px;
}
.tt-wrapper ul{
	list-style:none;
}
.tt-wrapper li{
		list-style:none;
	float: left;
}
.tt-wrapper li a{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 2px;
	outline: none;
	background-image:url(../img/tip.png);
	opacity: 0.7;
	background-repeat:no-repeat;
	text-indent: -9000px;
	position: relative;
}
.tt-wrapper li a:hover{
	opacity: 1;
}
.tt-wrapper li .tt-info{
    background-position: 0px 0px;

}

.tt-wrapper li a span{
	width: 196px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	left: 50%;
	margin-left: -102px;
	font-family: 'Amatic SC', cursive;	
	font-size: 17px;
	color: #719DAB;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,1);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	bottom: 33px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transform: translate(35px) rotate(90deg) scale(1.5);
	-moz-transform: translate(35px) rotate(90deg) scale(1.5);
	-o-transform: translate(35px) rotate(90deg) scale(1.5);
	-ms-transform: translate(35px) rotate(90deg) scale(1.5);
	transform: translate(35px) rotate(90deg) scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	visibility: visible;
	opacity: 0.7;
	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
}

/* Titles */
#comingsoon, #comingsoon2 {

	padding: 0 10px 0 10px;
	z-index: 100;
	position:fixed;
	top:70px;
	left: 80px;
	height: 80px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
	
}

.title, .title2 {
	z-index: 100;
}

.sub-title, .sub-title2  {

	z-index: 100;
	padding: 0px 5px 2px 5px;
	position:absolute;
	top: 60px;
	right:65px;

}

/* Twitter */
#tweetwrap a{
	color:#000000;
}
#tweetwrap {

	position:absolute;
	top: 0px;
	left: 240px;
	width:650px;
	height:41px;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px ;
	-khtml-border-radius:0px 0px 3px 3px;	
	border-radius:0px 0px 3px 3px;
	border:none;
	padding-left: 4px;
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	line-height: 16px;
	overflow:hidden;

	border-bottom: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}

/* Counter */
#effect {
	position:fixed;
	width:5px;
	height:150px;
	bottom: 20px;
	right: 0px;
	
}
#counterwrap  {
	z-index: 100;
	font: 100px 'Days One', sans-serif;
	font-weight:bold;
	text-align:center;
	position:absolute;
	width:auto;
	height:100px;
	bottom: 30px;
	right: 30px;
	text-align:center;
	opacity: 0.5;
	text-shadow:0 -1px 1px rgba(255,255,255,0.5);
}
#counterwrap span{
	color:#fff;
	font-size:20px;
}

/* Main Menu */
#mainmenu {
	z-index:5299;
	position:relative;
	right: 3px;
	top: -40px;
	text-align: right;
	list-style:none;
	line-height: 25px;

}
#mainmenu ul {

}
#mainmenu li a{
	width:180px;
	text-decoration:none;
}
#mainmenu li a:hover{
	text-decoration:none;
	background-color: #CE9B15;
	padding: 0 2px 0 2px;
	text-align:left;
}

/* Modal Windows Contents */
#largermap {
		position: absolute;
		top: -32px;
		right: 105px;
		cursor: pointer;
}
#googlemap {
	opacity:0.9;
}
#formgooglemap {
	position:absolute;
    bottom: -100px;
    right: -20px;
	height: 255px;
	width: 265px;
	background: rgba(0, 0, 0, 0.95);
	z-index: 250;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	text-align:center;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	display:block;
}
#morecontact {
	line-height:13px;
	border-radius: 5px;
	bottom: 0px;
	right: 290px;
	position:absolute;
	height: auto;
	width: 120px;
	border-right: #000000 dashed 1px;
	padding: 20px;
	color: rgba(255, 255, 255, 0.8);
	text-align:right;
}
#morecontact span {
	padding: 0px 5px 2px 5px;
	background:rgba(0, 0, 0, 1);
}

#textabout span{
	background-color:#000;
}
#textabout {
	line-height:18px;
	border-radius: 5px;
	bottom: -110px;
	right: 0px;
	position:absolute;
	height: 80px;
	width: 380px;
	padding: 20px;
	text-align:left;
   -moz-transform:    rotate(-2deg);     
    -o-transform:      rotate(-2deg);     
    -webkit-transform: rotate(-2deg);     
    transform:         rotate(-2deg);
}
#moreabout {
	line-height:18px;
	border-radius: 5px;
	bottom: -130px;
	left: 220px;
	position:absolute;
	height: 80px;
	width: 180px;
	padding: 20px;
	text-align:left;
   -moz-transform:    rotate(-2deg);     
    -o-transform:      rotate(-2deg);     
    -webkit-transform: rotate(-2deg);     
    transform:         rotate(-2deg);
}

/* Contact form */

.comment-required {
	position:absolute;
	top: 124px;
	left: 230px;
	z-index: 1020;
}
.name-required {
	position:absolute;
	top: 33px;
	left: 230px;
	z-index: 1020;
}
.email-required {
	position:absolute;
	top: 80px;
	left: 230px;
	z-index: 1020;
}

#msgimg {
	position:relative;
	right:0px;
	top: 0px;
	z-index: -1;
	
}

#name, #mail {
	width:240px;
	height:35px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
	border:none;
	box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.6);
	padding-left: 5px;
	padding-bottom: 2px;


}

#name {
	position:relative;
	width:240px;
	top: 0px;
	left: 0px;
}

#mail {
	position:relative;
	width:240px;
	top: 10px;
	left: 0px;
}

#message  {
	position:relative;
	width:240px;
	height:80px;	
	top: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
	border:none;
	box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.6);
	padding-left: 5px;
	padding-bottom: 2px;
}

#submit-form {
	position:relative;
	bottom: 10px;
	left: 92px;
	width: 60px;
	height:30px;
}

#reseting {
	position:relative;
	bottom: -24px;
	right: -20px;
	width: 60px;
	height:30px;
}

#submit-form, #reseting {
	position:relative;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.6);
	padding-bottom:2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
	border:none;
	border: 1px 0px 1px 0px solid #fff;
	margin-top: 4px;
}

#success {
	position:relative;
	top: -10px;
}

/* Subscribe */
#bordersub {
	position:absolute;
	z-index:100;
	bottom: 110px;
	right:50px;
	width:610px;
	height:45px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px ;
	-khtml-border-radius: 3px;	
	border-radius: 3px;
}

#sub {

	z-index: 101;
	position:absolute;
	bottom: 5px;
	right:5px;
	width:595px;
	height:35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px ;
	-khtml-border-radius: 3px;	
	border-radius: 3px;
	padding-left: 4px;
	line-height: 16px;

	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	
}


#subsbox {
	height:35px;	
	border:none;
	background-color:transparent;
}

.submit-button {
	position:relative;
	bottom: 32px;	
	left: 502px;
	width:90px;
	height:30px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
	cursor:pointer;
}

.subemail-required {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	line-height: 20px;
	background: rgba(0,0,0,0.3);
	height: 30x; 
	position:absolute;
	top: -33px;
	right: 0px;
	z-index: 102;
}
#subsuc {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;
	line-height: 16px;
	height: 20x;
	margin:0px;
	line-height:20px;
	background: rgba(0,0,0,0.3);
	position:absolute;
	top: -33px;
	right: 13px;
	z-index: 102;
}

/* Portfolio Slider */
#navfolio {
	position:absolute;
	bottom: -50px;
	left:180px;
	height:50px;
	width:200px;
}

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 440px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	-moz-border-radius: 5px 5px 0px 0px;	
	-webkit-border-radius: 5px 5px 0px 0px;	
	border-radius: 5px 5px 0px 0px;	
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2 span{
	background-color:#000;
	line-height: 50px;
}
.ei-title h3 span{
	background-color:#FFF;
	text-transform: uppercase;
}
.ei-slider-thumbs{

	
	-moz-border-radius: 0px 0px 5px 5px;	
	-webkit-border-radius: 0px 0px 5px 5px;	
	border-radius: 0px 0px 5px 5px;	
	height: 8px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #CE9A15 ;
	width: 100%;
	height: 100%;
	cursor: pointer;


}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
}
.ei-slider-thumbs li:hover img{
	left: 0px;
	opacity: 1;
	width:99%;
	bottom: 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}

