@charset "UTF-8";

/******************************* FONTS *******************************/

@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500&subset=latin,latin-ext);

/******************************* BASIC ELEMENTS **********************/

html, body {height: 100%;}



#st-trigger-effects button {background: none; border: none;}

#st-trigger-effects a {cursor: pointer;}

.st-content {overflow-y: scroll; background: #FFF;}

.st-content-inner {height:100%;}

.st-pusher:after {z-index: 15000000000000;}

.st-pusher {background: #FFF;}



.fimg-1 {background: url('../images/img-1.jpg') no-repeat;}

.fimg-2 {background: url('../images/img-2.jpg') no-repeat;}

.fimg-3 {background: url('../images/img-3.jpg') no-repeat;}

.fimg-4 {background: url('../images/img-4.jpg') no-repeat;}



/*Sub Main images*/

.ssub-img-1 {background: url('../images/simg-1.jpg') no-repeat center top;}

.ssub-img-2 {background: url('../images/simg-2.jpg') no-repeat center top;}

.ssub-img-3 {background: url('../images/simg-3.jpg') no-repeat center top;}

.ssub-img-4 {background: url('../images/simg-4.jpg') no-repeat center top;}

.ssub-img-5 {background: url('../images/simg-5.jpg') no-repeat center top;}



/*Paralax images*/

.pimg-1 {background: url('../images/pimg-1.jpg') no-repeat fixed center top;}

.pimg-2 {background: url('../images/pimg-2.jpg') no-repeat fixed center top;}

.pimg-3 {background: url('../images/pimg-3.jpg') no-repeat fixed center top;}

.pimg-4 {background: url('../images/pimg-4.jpg') no-repeat fixed center top;}

.pimg-5 {background: url('../images/pimg-5.jpg') no-repeat fixed center top;}

.pimg-6 {background: url('../images/pimg-6.jpg') no-repeat fixed center top;}



/*--*/



/******************************* BODY *******************************/

body {font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 300; color: #000;}

p {line-height: 18px; font-weight: 300; margin: 0 0 20px; text-align: justify;}

.st-container {background-color: #fff;}



a, a:hover, a:focus {color: #000;}



/******************************* HEADER *******************************/

header {position: relative; width: 100%;}

#senca {position: absolute; top: 0; left: 0; z-index: 9; width: 100%; height: 199px; background-image:url(../images/menu-bck.png); background-repeat: repeat-x;}

#header-top {position: absolute; top: 0; left: 0; z-index: 99; width: 100%; text-align: center;}

#header-top img {margin: 20px 0 0 0; max-height:100px; padding:15px; background:#fff;}



/******************************* CONTENT ******************************/

.slider {float: left; width: 100%; max-height: 1000px; position: relative; overflow: hidden;}

.slider-bottom {position: absolute; width: 100%; z-index: 90; bottom: 0; left: 0; height: 205px; background: transparent url('../images/header-bottom-bck.png') no-repeat center top;}

.desc {position: absolute; width: 100%; top: 35%; z-index: 10000; text-align:center;}

.desc h2 {font-size: 60px; color: #FFF; font-weight: 300; text-shadow: 1px 1px 1px #000; margin-bottom: 20px;}



.hovers {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 100000000000; transition: background-color 0.4s;}

.hovers:hover {background-color: rgba(0,0,0,0.5); transition: background-color 0.4s;}

.shovers .desc {visibility:visible; opacity:1; filter: alpha(opacity=100); transition-delay: 0s;}

.shovers:hover .desc {visibility:hidden; opacity:0; filter: alpha(opacity=0); transition:visibility 0s linear 0.5s,opacity 0.5s linear;}

.hv {float: left; width: 25%; height: 100%;}

.hv a {float: left; position: relative; width: 100%; height: 100%;}

.hv a:hover {background-color: rgba(255,255,255,0.8); transition: background-color 0.4s;}

.hv a .sitm {width: 100%; text-align: center; visibility:hidden; opacity:0; filter: alpha(opacity=0); transition:visibility 0s linear 0.5s,opacity 0.5s linear; position: absolute; bottom: 40%;}

.hv a .setm {display: block; height: 100%; margin: 0 20px;}

.hv a .setm img {width: 100%; max-width: 302px;}

.hv a:hover .sitm {visibility:visible; opacity:1; filter: alpha(opacity=100); transition-delay: 0s;}



.main {margin-top: 20px;}

.main .row {margin: 30px 0; }

.main h2 {margin: 0 0 14px 0; font-size: 50px; font-weight: 100;}

.main h3 {font-size: 24px; color: #726d62; margin: 0 0 20px 0; font-weight: 400;}

.main h3 a {color: #726d62;}

.main h3 a:hover {color: #000; text-decoration: none;}

.img {position: relative; margin-bottom: 20px;}

.img a {text-decoration: none;}

.img a .hovlogo {position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.2) url('../images/ilogo.png') no-repeat center 50%; visibility:hidden; opacity:0; filter: alpha(opacity=0);}

.img a:hover .hovlogo {visibility:visible; opacity:1; filter: alpha(opacity=100);}



.img a .hovr {position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.2); visibility:hidden; opacity:0; filter: alpha(opacity=0);}

.img a:hover .hovr {visibility:visible; opacity:1; filter: alpha(opacity=100);}

.view {position: absolute; right: -1px; bottom: -6px; font-size: 40px; line-height: 42px; font-weight: 300; color: #FFF; text-transform: uppercase;}



.eleft {display: block; margin-right: 10px;}

.eright {display: block; margin-left: 10px;}



.time-line {display: inline-block; position: relative; width: 100%; background: url('../images/ln.gif') no-repeat center center;}

.nxt a {position: absolute; width: 17px; height: 13px; background: #FFF url('../images/nxt.png') no-repeat center center; right: -15px; top: 50%; margin-top: -6px;}

.circle {display: inline-block; font-weight: 300; text-align: center; color: #FFF; background: #726d62; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px;}

.circle-1 {width: 140px; height: 140px;}

.circle-1 .n1 {margin-top: 28px;}



.circle-2 { width: 120px; height: 120px; margin-top: 10px;}

.circle-2 .n1 {margin-top: 18px;}

.circle-small {display: inline-block; width: 48px; height: 48px; margin-top: 45px; border: 2px #726d62 solid; background: #FFF url('../images/ship.png') no-repeat center center; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px;}



.n1 {font-size: 40px; line-height: 44px;}

.n2 {font-size: 30px; line-height: 34px;}



.top-paralax {position: absolute; width: 100%; height: 199px; background: url('../images/fboot.png') no-repeat center top;}



.paralax {position: relative; width: 100%; height: 600px; margin-top: 60px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}



.par-desc {display: inline-block; width: 100%; margin-top: 260px; color: #FFF;}

.par-desc a {color: #FFF;}

.par-desc a:hover {text-decoration: none;}

.par-desc h2 {margin: 0 0 50px 0; font-weight: 200; font-size: 50px;}

.par-desc h3 {margin: 0 0 15px 0; font-weight: 300; font-size: 30px; text-transform: uppercase;}

.since {display: inline-block; width: 373px; background: url('../images/since-lines.png') no-repeat center center; font-weight: 300; font-size: 24px; text-transform: uppercase;}



.clnb {height: 140px; left: 50%; margin-left: -1px; background: url('../images/lnt.gif') no-repeat center top; position: absolute; width: 1px; margin-top: -6px;}

.clnb .opt {position: absolute; z-index: 100000; width: 300px; bottom: 0; left: -150px;}

.opt .time {font-size: 16px; color: #726d62; margin: 0 0 5px 0;}

.opt h3 {font-size: 24px; text-transform: uppercase; margin: 0; color: #000;}

.opt h5 {font-size: 16px; color: #726d62; margin: 0;text-transform: uppercase;}

.opt a {color: #000 !important;text-decoration:none;}

.opt a:hover {color: #726d62 !important;}



.clnt {height: 140px; left: 50%; margin-left: -1px; background: url('../images/lnt.gif') no-repeat center top; position: absolute; width: 1px; margin-top: -25px;}

.clnt .opt {position: absolute; z-index: 100000; width: 300px; top: -75px; left: -150px;background: #ffffff;}



/******************************* FOOTER ***************************/

.navigation {position: absolute; left: 50%; margin: -108px 0 0 -55px;}



.footer {position: relative; width: 100%; padding: 45px 0 40px 0; background: #bcb4ac; font-weight: 300; color: #FFF;}

.mov {display: inline-block; margin: 0 26px;}

.footer h4 {text-transform: uppercase; font-size: 16px; color: #726d62; margin-bottom: 20px; font-weight: 500;}

.footer a {color: #FFF; text-shadow: 1px 1px 1px #a09992;}



.copy {widht: 100%; padding: 20px 0 20px 0; font-size: 14px;}

.copy a {color: #000; text-decoration: underline;}

.copy a:hover {text-decoration: none;}

.elan-logo {margin-right: 25px;}

a.izdelava {float: right; color: #888888; text-decoration: none; padding-right: 96px; background: url('../images/novisplet.png') no-repeat right 5px;}

a.izdelava:hover {text-decoration: underline;}



/******************************* SUBPAGES ***************************/

.ssub {height: 640px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

a.btf {display: inline-block; font-size: 18px; color: #000; background: #FFF; padding: 14px 0; width: 230px; margin: 0 23px;}

a.btf:hover {text-decoration: underline;}

.btf img {margin: 0 0 4px 5px;}

#carousel .slides img {-webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; cursor: pointer;}

#carousel .slides li {margin-right: 5px;}

#carousel {margin-top: 30px; padding: 0 30px;}



#carousel .flex-direction-nav a {width: 17px; height: 13px; margin: -8px 0 0; top: 50%;}

#carousel .flex-direction-nav .flex-next {background: url(../images/nxt.png) no-repeat 0 0;}

#carousel .flex-direction-nav .flex-prev {background: url(../images/prv.png) no-repeat 0 0;}



#slider .flex-direction-nav a {width: 46px; height: 46px; margin: -23px 0 0; top: 50%;}

#slider .flex-direction-nav .flex-next {background: url(../images/ds.png) no-repeat 0 0; right: 30px;}

#slider .flex-direction-nav .flex-prev {background: url(../images/lv.png) no-repeat 0 0; left: 30px;}



.title, .title h2 {margin-bottom: 0!important;}

.title h3 {text-transform: uppercase; margin: 0;}

.news .time {display: block; font-size: 14px; color: #726d62; margin-bottom: 10px;}

.news h3 {margin-bottom: 3px;}



.shadow {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/shadow.png');}



.show-more {display: inline-block; font-size: 20px; color: #726d62; text-transform: uppercase; padding: 0 0 0 130px; background: url('../images/c1.gif') no-repeat left center;}

.show-more span {padding: 0 130px 0 0; background: url('../images/c1.gif') no-repeat right center;}

.show-more:hover {color: #000; text-decoration: none;}



.hard-copy {position: absolute; right: 20px; top: -48px; z-index: 10000;}



.video {margin-top: 20px;}

.video iframe {width: 100%;}



.table {width: 100%;}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {border: 0;}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {background-color: #dcd8d4;}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {padding: 10px;}



.gallery img {border: 1px #726d62 solid;}



.boat-model {position: absolute; width: 100%; text-align: center; top: 150px;}



.time-line-vertical {display: inline-block; position: relative; width: 448px; padding-bottom: 80px; background: url('../images/lnb.gif') repeat-y center center;}

.time-line-vertical .circle-2 {margin-top: 80px;}

.time-line-vertical .cs {position: relative;}

.time-line-vertical .clv {position: absolute; width: 270px; left: -280px; top: 0; margin-top: 68px;}

.time-line-vertical .cds {position: absolute; width: 270px; right: -280px; top: 0; margin-top: 68px;}

.time-line-vertical .circle-small {margin-top: 80px;}



.cslv {background: url('../images/vlnl.png') no-repeat center 103px;}

.csds {background: url('../images/vlnr.png') no-repeat center 103px;}



.cslv .opt {float: right; background: #FFF; padding: 0 10px;}

.csds .opt {float: left; background: #FFF; padding: 0 10px;}



.bxt a {position: absolute; width: 13px; height: 17px; background: #FFF url('../images/bxt.png') no-repeat center center; left: 50%; bottom: 0; margin-left: -6px;}



#nav-toggle {

	background: url('../images/nav.png') no-repeat 15px center;

	color: #fff;
	
	font-size:18px;

	/*background: url('../images/nav2.png') no-repeat 15px center;

	color: #000;*/

	padding: 15px 25px 15px 52px;

	text-decoration: none;

	position: fixed;

	width: 100px;

	left: 0;

	top: 0;

	/*z-index: 1000000000000000000000000000000000000000;*/

	z-index: 9999999;

	

}



#nav-toggle.active {

	left: 280px;

}

.header_subtext {padding:10px;}

/******************************* RESPONSIVE ***************************/

@media (max-width: 1200px) {

.mov {margin: 0 10px;}

.copy {text-align: center;}

.copy .col-md-9, .copy .col-md-3 {width: 100%;}

a.izdelava {float: none; display: inline-block; margin-top: 10px;}

.elan-logo {margin-right: 12px; display: inline-block; float: none!important;}

.fc {background: #FFF;}

}

@media (max-width: 991px) {

.eleft {margin-right: 0;}

.eright {margin-left: 0;}

.mov {margin: 0 15px;}

.main h2 {font-size: 30px;}

.view {font-size: 30px; bottom: -10px;}

.main h3 {font-size: 18px;}

.circle-1 {width: 105px; height: 105px;}

.circle-2 {width: 90px; height: 90px; margin-top: 10px;}

.n1 {font-size: 32px; line-height: 34px;}

.n2 {font-size: 24px; line-height: 26px;}

.circle-1 .n1 {margin-top: 22px;}

.circle-2 .n1 {margin-top: 14px;}

.circle-small {width: 38px; height: 38px; margin-top: 34px;}

.clnt {height: 60px;}

.clnt .opt {width: 210px; left: -105px;}

.desc {top: 25%;}

.desc h2 {font-size: 36px;}

.desc img {width: 260px;}

#show1, #show2, #show3, #show4 {opacity:1!important; filter: alpha(opacity=100)!important;}

.time-line-vertical .clv {width: 220px; left: -170px;}

.time-line-vertical .cds {width: 220px; right: -170px;}

.time-line-vertical .circle-small {width: 48px; height: 48px;}

}



@media (max-width: 830px) {

.clnt .opt {width: 160px; left: -80px; top: -61px;}

.main h3 {font-size: 14px;}

.clnb .opt {bottom: 15px;}

.time-line-vertical .clv {width: 200px; left: -120px;}

.time-line-vertical .cds {width: 200px; right: -120px;}

}



@media (max-width: 768px) {

.img img {width: 100%;}

.mmb {margin-bottom: 20px;}

.footer {text-align: center;}

.mov {margin: 0; display: inline-block; width: 100%;}

.mov .pull-left, .mov .pull-right {float: none!important;}

.par-desc {margin-top: 280px;}

.par-desc h2 {font-size: 30px; margin: 0 0 25px 0;}

.par-desc h3 {font-size: 24px;}

.since {font-size: 16px;}

.footer {padding: 60px 0 40px 0;}

.navigation {margin: -133px 0 0 -55px;}

.footer .list-unstyled {margin-bottom: 20px;}

.time-line {width: 95%; overflow: hidden; padding: 75px 0;}

.time-line .row {width: 720px;}

.nxt a {right: 0; position: absolute; width: 43px; height: 314px; background: #FFF url('../images/nxt.png') no-repeat center center; top: 0; margin-top: 0;}

.ssub {height: 440px;}

a.btf {margin: 0 15px;}

.title, .title h2 {margin-bottom: 10px!important;}

.gallery img {width: 100%;}

.gallery .col-sm-4 {margin-bottom: 20px;}

.boat-model {top: 80px;}

.boat-model img {width: 230px;}

.time-line-vertical .clv {width: 185px; left: -30px;}

.time-line-vertical .cds {width: 185px; right: -30px;}

.cslv {background: url('../images/vlnlsm.png') no-repeat center 103px;}

.csds {background: url('../images/vlnrsm.png') no-repeat center 103px;}

.time-line-vertical h3 {font-size: 18px;}

}



@media (max-width: 580px) {

#st-trigger-effects {text-align: left;}

#st-trigger-effects a {width: 100%; display: inline-block; }

#header-top img {margin: 85px 0 0 0; display: inline-block; }

#nav-toggle {padding: 15px 25px 15px 45px; width:100px!important;}

.hovers {display: none;}

.shovers .desc, .shovers:hover .desc {visibility:visible; opacity:1; filter: alpha(opacity=100); transition-delay: 0s;}

.slider-bottom {height: 164px; background: url('../images/header-bottom-bck.png') no-repeat center top; background-size: 1600px;}

.since {width: 100%;}

a.btf {margin: 0 0 10px 0;}

.subpage .main .row {margin: 0 0 10px 0;}

.subpage .paralax {margin-top: 0;}

.subpage .paralax .par-desc {margin-top: 240px;}

.top-paralax {background-size: 1300px;}

.show-more {padding: 0 0 0 63px; background: url('../images/c1.gif') no-repeat -48px center;}

.show-more span {padding: 0 63px 0 0; background: url('../images/c1.gif') no-repeat 126px center;}

.slider-bottom-icon {

	width: 90px!important;

	margin: 40px auto 0 auto!important;

}

}



@media (max-width: 540px) {

.time-line-vertical {width: 220px;}

.time-line-vertical .clv {width: 100px; left: -25px;}

.time-line-vertical .cds {width: 100px; right: -25px;}

.time-line-vertical .opt .time, .time-line-vertical .opt h5 {font-size: 13px;}

.el {display: block;  text-align: center;}

.elan-logo {display: inline-block; margin: 0 0 10px 0;}

.copy-text span {display: block;}

.copy-text .l {display: none;}

.slider-bottom-icon {

	width: 90px!important;

	margin: 40px auto 0 auto!important;

}

}



@media (max-width: 350px) {

#header-top img {/*width: 250px*/;}

.slider-bottom-icon {

	width: 90px!important;

	margin: 40px auto 0 auto!important; 

}

}



/*

.st-effect-4.st-menu-open .st-effect-4.st-menu {overflow-y: auto;}

.st-menu::-webkit-scrollbar {display: none;}

*/



/*Added submenu*/

.drop-open {display: block !important;}

.st-menu i {font-size: 11px;}



.st-menu ul li ul li a {color: #000; font-weight: normal; box-shadow: none!important; padding-left: 40px;}

.st-menu ul li ul {border-bottom: 1px #afaca8 solid; margin: 15px 0 10px 18px;}

.st-menu ul li ul li a {color: #000; font-weight: normal; border-left: 4px #afaca8 solid; border-top: 1px #afaca8 solid;}



iframe {border:0;}



header h1 {position:absolute; top:20px;font-size:1px;z-index:-1!important;}



#order_cat_box {

	padding: 10px;

	display: none;

	/*background: #BCB4AC;*/

}



table.form_table { width:100%; }

table.form_table td { vertical-align:top; padding:0 10px 10px 0; font-size:12px;color:#000000; }

table.form_table .input_text, table.form_table select { float:left; border:1px solid #d6d6d7; padding:2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width:40%; margin:0 2px 0 0;}

table.form_table .textarea { float:left; border:1px solid #d6d6d7; padding:2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width:97%; height:80px; margin:0 2px 0 0;}

table.form_table .validation_error { border:1px solid red; background:#fff0f0;}

table.form_table span.validation_error_msg, table.form_table td .errormsg { color:red;}

table.form_table input, table.form_table select {width: 100%;}

table.form_table textarea {width: 100%; height:150px;}

table.form_table #fancybtn {

	background: none repeat scroll 0 0 #000000;

	border: 0 none;

	color: #ffffff;

	padding: 5px;

	width: 50px;

	float: right;

}

table.form_table td.errormsg {

	table.form_table td {color: red;}

}

table.form_table td.enka {

	color: #726d62;

	font-size: 16px;

	font-weight: 500;

	margin-bottom: 20px;

	text-transform: uppercase;

	font-family: 'Roboto',sans-serif;

}



table.form_table td.label1 {

	color: #ffffff;

	text-shadow: 1px 1px 1px #a09992;

}



#slama {display:none;}



.videoWrapper, .gMaps {

	position: relative;

	padding-bottom: 56.25%; /* 16:9 */

	padding-top: 25px;

	height: 0;

}



.videoWrapper iframe,.gMaps iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



#socials {

	margin: 28px 0 0 18px;

}



#socials a {

	text-decoration: none;

	margin: 0 10px 0 0;

	-webkit-transition: all 0.25s;

    -moz-transition:    all 0.25s;

    -ms-transition:     all 0.25s;

    -o-transition:      all 0.25s;

    transition:         all 0.25s;

}



#socials a:hover {

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	filter: alpha(opacity=70);

	-moz-opacity:0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

}



a.facebook-small {

	background: transparent url('../images/facebook-small.png') no-repeat 0 0;

	width: 46px;

	height: 46px;

	display: inline-block;

}



a.twitter-small {

	background: transparent url('../images/twitter-small.png') no-repeat 0 0;

	width: 46px;

	height: 46px;

	display: inline-block;

}



a.instagram-small {

	background: transparent url('../images/instagram-small.png') no-repeat 0 0;

	width: 46px;

	height: 46px;

	display: inline-block;

}



a.youtube-small {

	background: transparent url('../images/youtube-small.png') no-repeat 0 0;

	width: 46px;

	height: 46px;

	display: inline-block;

}



.to_top {height:124px;display:block;text-decoration:none;}



.slider-bottom-icon {

	width: 110px;

	margin: 48px auto 0 auto; 

}



.slider-bottom-icon img {

	width: 100%;

	height: auto; 

}



/* top navigator animated */

@-webkit-keyframes bounce {

	0%, 20%, 50%, 80%, 100% {

		-webkit-transform: translateY(0);

		-moz-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}

	40% {

		-webkit-transform: translateY(-30px);

		-moz-transform: translateY(-30px);

		-ms-transform: translateY(-30px);

		transform: translateY(-30px);

	}

	60% {

		-webkit-transform: translateY(-15px);

		-moz-transform: translateY(-15px);

		-ms-transform: translateY(-15px);

		transform: translateY(-15px);

	}

}



@-moz-keyframes bounce {

	0%, 20%, 50%, 80%, 100% {

		-webkit-transform: translateY(0);

		-moz-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}

	40% {

		-webkit-transform: translateY(-30px);

		-moz-transform: translateY(-30px);

		-ms-transform: translateY(-30px);

		transform: translateY(-30px);

	}

	60% {

		-webkit-transform: translateY(-15px);

		-moz-transform: translateY(-15px);

		-ms-transform: translateY(-15px);

		transform: translateY(-15px);

	}

}



@-ms-keyframes bounce {

	0%, 20%, 50%, 80%, 100% {

		-webkit-transform: translateY(0);

		-moz-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}

	40% {

		-webkit-transform: translateY(-30px);

		-moz-transform: translateY(-30px);

		-ms-transform: translateY(-30px);

		transform: translateY(-30px);

	}

	60% {

		-webkit-transform: translateY(-15px);

		-moz-transform: translateY(-15px);

		-ms-transform: translateY(-15px);

		transform: translateY(-15px);

	}

}



@keyframes bounce {

	0%, 20%, 50%, 80%, 100% {

		-webkit-transform: translateY(0);

		-moz-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}

	40% {

		-webkit-transform: translateY(-30px);

		-moz-transform: translateY(-30px);

		-ms-transform: translateY(-30px);

		transform: translateY(-30px);

	}

	60% {

		-webkit-transform: translateY(-15px);

		-moz-transform: translateY(-15px);

		-ms-transform: translateY(-15px);

		transform: translateY(-15px);

	}

}



.bounce {

	-webkit-animation: bounce 3s infinite;

	-moz-animation: bounce 3s infinite;

	-ms-animation: bounce 3s infinite;

	animation: bounce 3s infinite;

}



.catalog_box{padding-top: 6px;}



/* Control Nav */

.flex-control-nav {position: absolute; top: 30%; right: 30px; text-align: center;z-index:99999999999999;}

.flex-control-nav li {margin: 10px 0; display: block; zoom: 1; *display: inline;}

.flex-control-paging li a {text-decoration:none;font-family: "Roboto",sans-serif;padding-top:11px;font-weight:bold;color:#7E6D62;width: 40px; height: 40px; display: block; background: #ffffff; background: rgba(255,255,255,0.9); cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);font-size:12px;}

.flex-control-paging li a:hover { background: #eeeeee; background: rgba(238,238,238,0.6); }

.flex-control-paging li a.flex-active { background: #ffffff; background: rgba(255,255,255,0.6); cursor: default; }



.header_subtext, .header_subtext a {color:#ffffff;}

#intro_links {
	position: absolute;
	top: 23px;
	right: 30px;
}

#intro_links img {
	background: none;
	padding: 0;
	margin: 0;
}

#intro_links a {
	color: #ffffff;
	font-size: 18px;
}

.foot_desc p {
	margin: 0;
	padding: 0;
	line-height: 22px;
}

@media screen and (max-width: 767px) {
    
    .foot_desc p {
        text-align: center;
    }
}

@media screen and (max-width: 861px) {

  #intro_links {display:none;}
  
}

@media screen and (max-width: 860px) {

  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}

  .flex-direction-nav .flex-next {opacity: 1; right: 0;}

  #intro_links {display:none;}
  
}

@media (max-width: 580px) {

.flex-control-nav {top: 65%; left: 8%;}

.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

}



.flex-control-nav1 {position: absolute; top: 25%; right: 30px; text-align: center;z-index:99999999999999;}

.flex-control-nav1 li {margin: 10px 0; display: block; zoom: 1; *display: inline;}

.flex-control-paging li a {text-decoration:none;font-family: "Roboto",sans-serif;padding-top:11px;font-weight:bold;color:#7E6D62;width: 40px; height: 40px; display: block; background: #ffffff; background: rgba(255,255,255,0.9); cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);font-size:12px;}

.flex-control-paging li a:hover { background: #eeeeee; background: rgba(238,238,238,0.6); }

.flex-control-paging li a.flex-active { background: #ffffff; background: rgba(255,255,255,0.6); cursor: default; }



@media screen and (max-width: 860px) {

  .flex-direction-nav1 .flex-prev {opacity: 1; left: 0;}

  .flex-direction-nav1 .flex-next {opacity: 1; right: 0;}

}



@media (max-width: 580px) {

.flex-control-nav1 {top: 65%; left: -2%;}

.flex-control-nav1 li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.catalog_box{padding-top: 40px;}

#logo2 {display:none;}

}