/*--------------- resets START ---------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
}

ol, ul {
	list-style: none; 
}

blockquote, q {
	quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

a, img, div {
	border: none;
	outline: none;
}

/*--------------- resets END ---------------*/

/*--------------- template START ---------------*/
html {
	overflow-y:scroll;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #000;
	font-family: 'Titillium Web';
	font-weight: normal;
	font-size: 15px;
	color: #b5b5b5;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p {
	padding: 0 20px;
	line-height: 1.5em;
}

p span {
	color: #fff;
}

p a {
	text-decoration: underline;
}

h1, h2 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	line-height: 1.2em;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	padding: 0 0 34px 20px;
}

h4 {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	padding: 3px 20px;
}

/* header */

header {
	width: 100%;
	float: left;
	height: 83px;
	background: #000;
	position: relative;
	z-index: 2;
}

header.first-page {
	background: url(../images/back.png) repeat;
}

#header-content {
	width: 996px;
	margin: 0 auto;
	height: 83px;
	position: relative;
	background: url(../images/crta.png) bottom right no-repeat;
}

#logo-shadow {
	width: 194px;
	height: 83px;
	position: relative;
	margin-left: 6px;
	background: url(../images/logo_shadow.png) no-repeat;
	float: left;
}

#logo {
	position: absolute;
	margin-left: 14px;
	height: 165px;
	width: 167px;
	background: #000;
}

header.first-page #logo {
	background: none;
}

/*top nav */

#top-nav {
	float: right;
	margin-top: 14px;
	margin-right: 18px;
	clear: right;
}

#top-nav ul {
	float: left;
	margin: 0;
}

#top-nav ul li {
	float: left;
	margin-left: 22px;
}

#top-nav ul li a {
	font-size: 13px;
	float: left;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	color: #8c8c8c;
}

#top-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#top-nav ul li.active a,
#top-nav ul li.active a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

/*big nav */

#big-nav {
	float: right;
	margin:13px 4px 0 0;
	width:784px;
	clear: right;
}

#big-nav ul {
	float: right;
	margin: 0;
	text-transform:uppercase;
}

#big-nav ul li {
	float: left;
	margin:0 0 0 1px;
}

#big-nav ul li a {
	font-size: 20px;
	padding: 10px 14px;
	color: #b6b6b6;
	float:left;
}

#big-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#big-nav ul li.active a,
#big-nav ul li.active a:hover {
	background: #202020;
	color: #fff;
}

/* main */

#main {
	width: 100%;
	float: left;
}

#main-content {
	width: 996px;
	min-height: 528px;
	padding: 114px 0 50px 0;
	margin: 0 auto;
}
#main-content p {
	padding:0 0 10px 20px;
}
#main-content h1 {
	font-weight: normal;
	color:#fff;
	font-size: 24px;
	line-height:26px;
	padding: 0 0 30px 20px;
	text-transform:uppercase;
}
#main-content h2 {
	font-weight: normal;
	color:#fff;
	font-size: 20px;
	line-height:22px;
	padding: 10px 0 10px 20px;
}
#main-content h3 {
	font-weight: normal;
	color:#fff;
	font-size: 16px;
	line-height:18px;
	padding: 10px 0 10px 20px;
}
#main-content a {text-decoration:underline;}
#main-content a:hover {text-decoration:none;}

#main-content table td {
	vertical-align:top;
}
#main-content table td img {float:left; padding:0 0 0 20px;}

/* footer */

footer {
	width: 100%;
	float: left;
}

footer.first-page {
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 2;
}

#footer-content-wrap {
	width: 100%;
	float: left;
	background: #000;
}

#footer-content {
	width: 956px;
	margin: 0 auto;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #646464;
	padding: 22px 20px;
}

.homepage #footer-content {
	padding: 26px 20px;	
}



#footer-content a {
	color: #646464;
}

#footer-content a:hover {
	color: #ccc;
	text-decoration: none;
}

/* back */

#back {
	width: 100%;
	min-width: 996px;
	/*float: left;
	background-color:#000;
	background-position:top center no-repeat fixed;*/
	/*background: #191919 url(../images/main-back.png) top center no-repeat fixed;*/
}

/* facebook like*/

.fb-like {
	float: right;
}

/*--------------- template END ---------------*/

/*--------------- first page START ---------------*/


	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
				
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:84px; left:0; width:100%; height:100%; background:#000; }
  		.homepage #supersized li {top:0;}
  #supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

		@media (min-width: 1000px) {
			#supersized {  padding: 84px 0 98px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
			#supersized li {padding: 0 0 180px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
			.subpages #supersized li a {overflow: hidden; position: relative;}
			/*#supersized img {margin-top: -42px;}*/
			
		}

		@media (min-width: 841px) and (max-width: 1000px) {
			#supersized {  padding: 75px 0 91px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
			#supersized li {padding: 0 0 173px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
			#supersized li a {overflow: hidden;}
			
		}
			
		@media (max-width: 1010px) {
			.subpages #supersized li {top: 75px;}
		}
		@media (max-width: 840px) {
			.subpages #supersized li {top: 0px;}
		}
			



		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			#slidecaption {float:left; padding:4px 0 0 10px; display:inline; font-size:18px;margin-top:4px; }
			#slidecaption h1, #slidecaption h2 {font-size: 20px; font-weight: normal; color: #aaa29d; line-height: 26px;}
			#slidecaption h1 a, #slidecaption h2 a {color: #dcdad9; text-decoration:underline;}
			#slidecaption h1 a:hover, #slidecaption h2 a:hover {text-decoration:none;}
	
			.slidecaption {float:left; padding:4px 0 0 10px; display:inline; }
			.slidecaption h2 {font-size: 20px; font-weight: normal; color: #aaa29d; line-height: 26px;}
			.slidecaption h2 a {color: #dcdad9; text-decoration:underline;}
			.slidecaption h2 a:hover {text-decoration:none;}
	
			ul#slide-list{float:right; max-width: 505px; }
				ul#slide-list li{ width: 16px; height: 16px; float: left; margin-left: 0; cursor: pointer; }
					ul#slide-list li a{ display:block; width:16px; height:16px; background: url(../images/place.png) top no-repeat; text-decoration:none;}
					ul#slide-list li.current-slide a { background: url(../images/place.png) bottom no-repeat;}

#slideshow-container {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#slides-container {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slide-back {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
}

.slide {
	height: 75%;
	min-height: 494px;
	max-height: 654px;
	width: 956px;
	margin: 0 auto;
	position: relative;
	top: 83px;
	padding: 0 20px;
}

.more {
	font-size: 30px;
	color: #fff;
	background: #000;
	float: left;
	padding: 0 11px;
	margin-top: 19px;
}

.more:hover {
	background: #202020;
}

.more span {
	float: left;
	padding: 2px 0 8px 0;
}

.more .pointer {
	background: url(../images/next-slide.png) no-repeat;
	margin: 11px 0 11px 9px;
}

/* slides nav */


#slides-nav-wrap {
	/*background: url(../images/back.png) repeat;*/
	background: rgba(0,0,0,0.6);
	width: 100%;
	float: left;
	height: 40px;
}




.homepage #slides-nav-wrap {
	height: 34px;
}




.homepage #slides-nav-wrap {
	background: url(../images/back.png) repeat;

}



#slides-nav {
	width: 956px;
	margin: 0 auto;
	padding: 0 20px;
}

#pointers {
	float: left;
	padding: 8px 0;
}

.pointer {
	float: left;
	height: 18px;
	width: 11px;
	margin-right: 10px;
	cursor: pointer;
}

#prevslide {
	background: url(../images/prev-slide.png) no-repeat;
}

#nextslide {
	background: url(../images/next-slide.png) no-repeat;
}

#pagers {
	float: right;
	padding: 9px 0;
}

/*--------------- first page END ---------------*/

/*--------------- other pages START ---------------*/

/* galery */

#gallerynet {float:left; width:976px; margin:0 0 0 20px;}
#gallerynet a.onegalpic {float:left; display:block; width:165px; height:110px; background:#303030; padding:1px; display:inline; margin:0 30px 30px 0;}
#gallerynet a.ogpnp {margin-right:0;}
#gallerynet a.onegalpic:hover {background:#000;}
#gallerynet a.onegalpic img {float:left;}


.galery-wrap {
	padding: 0 19px 34px 19px;
	float: left;
	text-align: center;
}

.galery-image {
	width: 292px;
	height: 194px;
	border: 1px solid #303030;
}

.gallery-inside {
	float:left;
	margin:0 0 0 19px;
	display:inline;
}

.galery-inside-wrap {
	padding: 0 10px 10px 0;
	float: left;
	text-align: center;
}

.galery-inside-wrap-nop {padding-right:0;}

.galery-inside-image {
	width: 149px;
	height: 99px;
	border: 1px solid #303030;
	float:left;
}

.other-images {
	display: none;
}

.galery-image:hover, .galery-inside-image:hover {
	border: 1px solid #000;
}

.galery-title {
	padding: 10px 0;
	display: inline-block;
	cursor: default;
	font-size: 13px;
	height: 32px;
	overflow: hidden;
}

/* video */

.video-container {
	width: 453px;
	height: 284px;
	margin: 0 25px 45px 20px;
	float: left;
}

/* contact */

.contact-info {
	width: 550px;
	float: left;
}

.contact-info a {
	text-decoration: none;
}

.contact-info a:hover {
	text-decoration: underline;
}

#contact-form {
	width: 327px;
	float: right;
	background: url(../images/form-back.png) repeat;
	margin-right: 20px;
	padding: 11px 13px 18px 20px;
}

#contact-form .title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 7px;
	float: left;
}

#contact-form label {
	float: left;
	width: 100%;
	padding: 8px 0 4px 0;
	font-size: 14px;
	color: #919191;
}

#contact-form input[type="text"] {
	width: 302px;
	height: 23px;
	border: 1px solid #c7c7c7;
	background: #fff;
	float: left;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 0 5px;
}

#contact-form textarea {
	width: 300px;
	height: 112px;
	border: 1px solid #c7c7c7;
	background: #fff;
	float: left;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	resize: none;
	padding: 5px 6px;
	margin-bottom: 9px;
}

#contact-form .star {
	float: left;
	color: #a50a12;
	font-size: 21px;
	margin-left: 4px;
	margin-top: -3px;
}

#contact-form .submit-form {
	float: left;
	font-weight: bold;
	color: #fff;
	background: #a50a12;
	border: none;
	padding: 5px 18px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	overflow: visible;
	font-size: 13px;
}

#contact-form .submit-form:hover {
	background: #950002;
}

#contact-form .hint {
	float: right;
	padding-right: 13px;
	font-size: 14px;
}

/* shop */
.product_info {
	padding-left:20px;
}
.product_info_pic {
	float:left;
}
#main-content .product_info_right p{
	padding-left:0;
	line-height:1.2em;
}
#main-content .product_info_right {
	padding:0 0 0 20px;
	float:left;
	width:640px;
}
#main-content .ubutton {
	-moz-box-shadow:inset -50px 1px 0px -50px #ffffff;
	-webkit-box-shadow:inset -50px 1px 0px -50px #ffffff;
	box-shadow:inset -50px 1px 0px -50px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #383838), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #383838 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#000000');
	background-color:#383838;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	text-indent:0;
	border:1px solid #424242;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:44px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	padding:0 15px 0 15px; 
	cursor:pointer;
	
	font-family: 'Titillium Web';
}
#main-content .ubutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #383838) );
	background:-moz-linear-gradient( center top, #000000 5%, #383838 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#383838');
	background-color:#000000;
}
#main-content .ubutton:active {
	position:relative;
	top:1px;
}

#cena_effect { font-size:18px;}

#steps {
    display: inline;
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.step {
    background: none repeat scroll 0 0 #1f1a17;
    float: left;
    height: 74px;
    margin: 0 1px 0 0;
    position: relative;
    width: 33%;
    z-index: 1;
}
.step_pic {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 23px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
}
.step_title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    left: 30px;
    line-height: 20px;
    position: absolute;
    top: 8px;
}
.step_text {
    color: #fff;
    display: inline;
    float: left;
    font-size: 12px;
    margin: 32px 0 0 11px;
    padding: 0;
}
.step_next_arrow {
    bottom: 5px;
    display: none;
    height: 17px;
    position: absolute;
    right: 5px;
    width: 17px;
}
.activestep {
    background: none repeat scroll 0 0 #939393;
    color:#fff;
}
.activestep .step_pic {
    color: #000;
}
.activestep .step_title {
    color: #000;
}
.activestep .step_text {
    color: #000;
}
.activestep .step_next_arrow {
    display: block;
}

table.fancytable {border-top:1px solid #323232;}


#registerform input { width:90%;}



tr.zEven td {
    background-color: #3c3c3c;
    border-bottom: 1px solid #323232;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    padding: 3px 8px;
}
tr.zOdd td, .zOddTd {
    background-color: #141111;
    border-bottom: 1px solid #323232;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    padding: 5px 8px;
}
tr.zSelected td, .zSelectedTd {
    background-color: #000;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-top: 1px solid #323232;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 8px;
}
tr.zSelected td a, .zSelectedTd a {
    color: #ffffff;
    text-decoration: none;
}
tr.zSelected td a:hover, .zSelectedTd a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#registerform input, #registerform select, #loginform input, #loginform select {
    background: none repeat scroll 0 0 #4f4f4f;
    border: 1px solid #828282;
    color: #fff;
    line-height: 20px;
    height: 20px;
    width: 90%;
}
.ccc textarea{
    background: none repeat scroll 0 0 #4f4f4f;
    border: 1px solid #828282;
    color: #fff;
}

.ccc {padding-left:20px;}
#main-content .ccc h1, #main-content .ccc h2, #main-content .ccc h3, #main-content .ccc h4, #main-content .ccc p {padding-left:0px;}

/*--------------- other pages END ---------------*/

.mobile-top {display: none;}
.omg-1 {float:left;display:inline;margin:0 20px 5px 0;padding:1px;border:0;}
.omg-2 {float:left;display:inline;margin:0 20px 5px 0;padding:1px;border:0;}
.omg-3 {float:left;display:inline;margin:0 20px 5px 0;padding:1px;border:0;}
.img-responsive a, .img-responsive a img {width: 100% !important;}
.u-cart {margin-top:-3px; float:left;}
.u-user {margin-top:-3px; float:left; padding-left:10px;}

.reg {background:#e4e4e4; width:200px; float:right; clear:right; margin:0 0 5px 0;}
.login {float:right; padding:0 30px 0 0px;}
.regform {float:left; width:470px;}

.fgalbody .sub #supersized {display: block !important;}

.fgalbody header {background: url(../images/back.png) repeat;}
.fgalbody #logo {background: transparent;}
.fgalbody footer.sub-page {position: absolute !important;}
.fgalbody #main-content h1 {display: none;}

.fgalbody .gn-desktop {display: none !important;}

.fgalbody footer.sub-page {position: relative; bottom: 0; left:0; width: 100%; z-index: 2;}
.fgalbody footer.sub-page #footer-content-wrap {width: 100%; float: left; background: #000;}
.fgalbody.sub #slideshow-container {position: absolute; bottom: 64px; left: 0; height: auto;}
.fgalbody.sub, .fgalbody.sub #main, .fgalbody.sub #main-content {height: 100%; min-height: initial;}
.fgalbody.sub #main-content .slidecaption h2 {padding-top: 4px;}

/******************************* RESPONSIVE *******************************/
@media (max-width: 1000px) {
	#header-content {width: 100%;}
	#slides-nav {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#footer-content {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#slidecaption h1, #slidecaption h2, #main-content .slidecaption h2 {font-size: 16px; padding-bottom: 0;}
	#logo {margin-top: 13px; height: auto;}
	#logo, #logo img {width: 120px;}
	#big-nav {width: 660px; margin: 8px 4px 0 0;}
	#big-nav ul li a {font-size: 16px; padding: 10px 9px;}
	.sf-menu ul {left: initial !important; right: 0; text-align: right;}
	.sf-menu ul li, .sf-menu ul li a {width: 100%; text-align: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	header {height: 73px;}
	#header-content {height: 74px;}
	#logo-shadow {background: none; width: auto;}
	#main-content, #back {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#back {min-width: 100%;}
	#main-content p {padding: 0; margin-bottom: 10px;}
	#main-content {padding: 76px 20px 50px;}
	#main-content h1 {padding: 0 0 20px 0; font-size: 20px;}
	#main-content h2 {padding: 0 0 18px 0; font-size: 16px;}
	#main-content h3 {padding: 0 0 15px 0; font-size: 14px;}
	.o-meni-galerija span {width: 30%; height: 220px; overflow: hidden; margin: 0 2% 20px 0 !important;}
	.o-meni-galerija img {height: 220px; max-width: initial !important;}
	#main-content .galery-wrap {padding: 0 0 30px 5% !important; width: 30% !important;}
	.galery-image, .galery-image img {width: 100%; height: auto;}
	.galery-image img  {float: left;}
	#main-content .video-container {margin-left: 4% !important; margin-right: 0 !important;}
	#main-content .video-container:nth-child(2n+2) {margin-left: 0 !important; margin-right: 0 !important;}
	.video-container {width: 48%; height: auto;}
	.video-container iframe {width: 100%;}
	.contact-info {width: 45%;}
	#big-nav ul li a.uus {padding: 11px 10px;}
	#big-nav ul li a.uus img {width: 20px;}
	.sf-menu ul {display: none !important;}
	#main-content .product_info {padding-left: 0;}
	#main-content .product_info .product_info_pic {width: 30%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#main-content .product_info .product_info_pic img {width: 100%;}
	#main-content .product_info .product_info_right {width: 70%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ccc {padding-left: 0;}
	.login {padding: 0; width: 100%;}
	.login table {width: 100%;}
	.regform  {width: 100%;}
	.regform  table {width: 100%;}
	#gallerynet {width: 100%; margin: 0;}
	#gallerynet a.onegalpic {width: 18%; height: auto; margin: 0 0 20px 2%;}
	#gallerynet a.onegalpic img {width: 100%; height: auto;}
	#gallerynet a.onegalpic:nth-child(5n+1) {margin-left: 0;}
	.remove-mobile {display: none;}
}

@media (min-width: 580px) and (max-width: 1000px) {
	#main-content .galery-wrap:nth-child(2) {padding-left: 0 !important;}
	#main-content .galery-wrap:nth-child(3n+2) {padding-left: 0 !important;}
}

@media (min-width: 841px) {
	.sf-menu {display: block !important;}
	#top-nav {display: block !important;}
	.only-mobile {display: none !important;}
}

@media (max-width: 840px) {
	.fb-like {display: none !important;}
	#footer-content-wrap, #footer-content {text-align: center;}
	#slidecaption, .slidecaption {max-width: 226px;}
	#slidecaption h1, #slidecaption h2, #main-content .slidecaption h2 {font-size: 12px;}
	#main-content .slidecaption h2 {color: #aaa29d;}
	#pagers {float: none; width: 100%; position: absolute; text-align: center; bottom: 45px; left: 0; padding: 0; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	ul#slide-list {display: inline-block; float: none; margin: 0 !important; text-align: center;}
	ul#slide-list li {float: none; display: inline-block;}
	#logo, #logo img {width: 78px;}
	header {height: 52px; z-index: 1000;}
	#header-content {height: 53px;}
	.lng {display: none !important;}
	.mobile-top {display: block; padding: 5px 15px; text-align: right;}
	.mobile-top .lang {margin: 0 0 0 5px;}
	.sf-menu {display: none; position: absolute; top: 53px; right: 0; max-width: 202px; width: 100%; background: url(../images/back.png) repeat;}
	.sf-menu li, .sf-menu li a {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#top-nav {display: none; position: absolute; margin: 0; top: 53px; right: 0; max-width: 202px; width: 100%; background: url(../images/back.png) repeat;}
	#top-nav ul li, #top-nav ul li a {width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#top-nav ul li a {font-size: 16px; padding: 10px 14px; color: #b6b6b6;}
	#top-meni {color: #8c8c8c; font-size: 13px;}
	#top-meni:hover, #top-meni:focus {text-decoration: none;}
	#second-meni {display: inline-block; margin-top: 6px; width: 25px; height: 18px; background: url('../images/hamburger.png') no-repeat center center;}
	#second-meni:hover, #second-meni:focus {text-decoration: none;}
	.sf-menu ul {left: initial !important;}
	#top-nav ul li.active a, #top-nav ul li.active a:hover {border-bottom: 1px solid transparent;}
	#main-content {padding: 50px 20px;}
	#main-content p {font-size: 13px;}
	.omg-1 img, .omg-2 img {margin-left: -40%;}
	.contact-info {width: 100%;}
	#contact-form {width: 100%; margin: 0 0 30px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	#contact-form input[type="text"], #contact-form textarea {width: 89%;}
	#contact-form .star {width: 5%; margin-left: 0; float: right;}
	#contact-form .hint {float: left; width: 100%; margin: 5px 0 0; padding: 0;}
	.galery-title {min-height: 39px;}
	.responsive-table {overflow-x: auto;}
	#gallerynet a.onegalpic {width: 23%;}
	#gallerynet a.onegalpic:nth-child(5n+1) {margin-left: 2%;}
	#gallerynet a.onegalpic:nth-child(4n+1) {margin-left: 0;}
	#cboxTitle {font-size: 13px;}
	.gn-desktop {display: none;}
	.gn-mobile {display: block;}
	.sub #supersized {display: block !important;}
	footer.sub-page {position: relative; bottom: 0; left:0; width: 100%; z-index: 2;}
	footer.sub-page #footer-content-wrap {width: 100%; float: left; background: #000;}
	
	.sub #slideshow-container {position: absolute; bottom: 64px; left: 0; height: auto;}
	.sub, .sub #main, .sub #main-content {height: 100%; min-height: initial;}
	.sub #slidecaption {display: none;}
	ul#slide-list li {width: 10px; height: 10px;}
	ul#slide-list li a {width: 10px; height: 10px; background-size: 10px 20px; -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}
	
	#footer-content {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute;}
	
	.fgalbody.sub #slideshow-container {
		position: absolute;
		bottom: -18px !important;
	}

	.naj-nasmeh #supersized {display: none !important;}
	.naj-nasmeh .gn-desktop {display: block !important;}
	.naj-nasmeh .gn-mobile {display: none !important;}
	.naj-nasmeh.fgalbody #main-content h1 {display: block !important;}
	.naj-nasmeh.fgalbody footer.sub-page {position: relative !important;}
	
	.playboy-mednarodno #supersized {display: none !important;}
	.playboy-mednarodno .gn-desktop {display: block !important;}
	.playboy-mednarodno .gn-mobile {display: none !important;}
	.playboy-mednarodno.fgalbody #main-content h1 {display: block !important;}
	.playboy-mednarodno.fgalbody footer.sub-page {position: relative !important;}
	
	.moda-in-dizajn #supersized {display: none !important;}
	.moda-in-dizajn .gn-desktop {display: block !important;}
	.moda-in-dizajn .gn-mobile {display: none !important;}
	.moda-in-dizajn.fgalbody #main-content h1 {display: block !important;}
	.moda-in-dizajn.fgalbody footer.sub-page {position: relative !important;}
	
	.naslovnice #supersized {display: none !important;}
	.naslovnice .gn-desktop {display: block !important;}
	.naslovnice .gn-mobile {display: none !important;}
	.naslovnice.fgalbody #main-content h1 {display: block !important;}
	.naslovnice.fgalbody footer.sub-page {position: relative !important;}
	
	.mediji-mesano #supersized {display: none !important;}
	.mediji-mesano .gn-desktop {display: block !important;}
	.mediji-mesano .gn-mobile {display: none !important;}
	.mediji-mesano.fgalbody #main-content h1 {display: block !important;}
	.mediji-mesano.fgalbody footer.sub-page {position: relative !important;}
	
	.reportaze #supersized {display: none !important;}
	.reportaze .gn-desktop {display: block !important;}
	.reportaze .gn-mobile {display: none !important;}
	.reportaze.fgalbody #main-content h1 {display: block !important;}
	.reportaze.fgalbody footer.sub-page {position: relative !important;}
	
	.navticni-intervjuji #supersized {display: none !important;}
	.navticni-intervjuji .gn-desktop {display: block !important;}
	.navticni-intervjuji .gn-mobile {display: none !important;}
	.navticni-intervjuji.fgalbody #main-content h1 {display: block !important;}
	.navticni-intervjuji.fgalbody footer.sub-page {position: relative !important;}
	
	.daljsi-clanki #supersized {display: none !important;}
	.daljsi-clanki .gn-desktop {display: block !important;}
	.daljsi-clanki .gn-mobile {display: none !important;}
	.daljsi-clanki.fgalbody #main-content h1 {display: block !important;}
	.daljsi-clanki.fgalbody footer.sub-page {position: relative !important;}
	
	.mednarodne-objave #supersized {display: none !important;}
	.mednarodne-objave .gn-desktop {display: block !important;}
	.mednarodne-objave .gn-mobile {display: none !important;}
	.mednarodne-objave.fgalbody #main-content h1 {display: block !important;}
	.mednarodne-objave.fgalbody footer.sub-page {position: relative !important;}
	
	/*en*/
	.the-biggest-smile #supersized {display: none !important;}
	.the-biggest-smile .gn-desktop {display: block !important;}
	.the-biggest-smile .gn-mobile {display: none !important;}
	.the-biggest-smile.fgalbody #main-content h1 {display: block !important;}
	.the-biggest-smile.fgalbody footer.sub-page {position: relative !important;}
	
	.fashion-and-design #supersized {display: none !important;}
	.fashion-and-design .gn-desktop {display: block !important;}
	.fashion-and-design .gn-mobile {display: none !important;}
	.fashion-and-design.fgalbody #main-content h1 {display: block !important;}
	.fashion-and-design.fgalbody footer.sub-page {position: relative !important;}
	
	.covers #supersized {display: none !important;}
	.covers .gn-desktop {display: block !important;}
	.covers .gn-mobile {display: none !important;}
	.covers.fgalbody #main-content h1 {display: block !important;}
	.covers.fgalbody footer.sub-page {position: relative !important;}
	
	.media-mix #supersized {display: none !important;}
	.media-mix .gn-desktop {display: block !important;}
	.media-mix .gn-mobile {display: none !important;}
	.media-mix.fgalbody #main-content h1 {display: block !important;}
	.media-mix.fgalbody footer.sub-page {position: relative !important;}
	
	.reportage #supersized {display: none !important;}
	.reportage .gn-desktop {display: block !important;}
	.reportage .gn-mobile {display: none !important;}
	.reportage.fgalbody #main-content h1 {display: block !important;}
	.reportage.fgalbody footer.sub-page {position: relative !important;}
	
	.nautical-interviews #supersized {display: none !important;}
	.nautical-interviews .gn-desktop {display: block !important;}
	.nautical-interviews .gn-mobile {display: none !important;}
	.nautical-interviews.fgalbody #main-content h1 {display: block !important;}
	.nautical-interviews.fgalbody footer.sub-page {position: relative !important;}
	
	.long-articles #supersized {display: none !important;}
	.long-articles .gn-desktop {display: block !important;}
	.long-articles .gn-mobile {display: none !important;}
	.long-articles.fgalbody #main-content h1 {display: block !important;}
	.long-articles.fgalbody footer.sub-page {position: relative !important;}
	
	.international-publications #supersized {display: none !important;}
	.international-publications .gn-desktop {display: block !important;}
	.international-publications .gn-mobile {display: none !important;}
	.international-publications.fgalbody #main-content h1 {display: block !important;}
	.international-publications.fgalbody footer.sub-page {position: relative !important;}
	.galery-title {overflow: hidden;}
	.homepage #pagers {bottom: 130px;}
}

@media (max-width: 640px) {
	.galery-title {font-size: 11px;}
}

@media (max-width: 580px) {
	#main-content .galery-wrap {padding: 0 0 20px 4% !important; width: 48% !important;}
	#main-content .galery-wrap:nth-child(2n+2) {padding-left: 0 !important;}
	#main-content .galery-wrap:nth-child(2n+1) {padding-left: 4% !important;}
	.onegalpic, .onegalpic img {max-width: 100%;}
	#main-content .video-container {width: 100%; margin: 0 0 25px 0; height: auto; margin-left: 0 !important; }
	#main-content .video-container:nth-child(2n+2) {margin-left: 0 !important; margin-right: 0 !important;}
	#main-content .product_info .product_info_pic {width: 100%;}
	#main-content .product_info .product_info_right {width: 100%; padding: 20px 0 0 0;}
	#main-content .product_info .product_info_pic img {width: auto;}
	#gallerynet a.onegalpic {width: 31.5%;}
	#gallerynet a.onegalpic:nth-child(5n+1) {margin-left: 2%;}
	#gallerynet a.onegalpic:nth-child(4n+1) {margin-left: 2%;}
	#gallerynet a.onegalpic:nth-child(3n+1) {margin-left: 0;}
}

@media (max-width: 565px) {
	.sub #slideshow-container {bottom: 76px;}
}

@media (max-width: 535px) {
	.omg-1 img, .omg-2 img {margin-left: -60%;}
	#main-content .galery-wrap {padding-bottom: 5px;}
}

@media (max-width: 455px) {
	.omg-1 img, .omg-2 img {margin-left: -80%;}
	.galery-title {font-size: 11px; max-height: 30px;}
	#gallerynet a.onegalpic {width: 48%;}
	#gallerynet a.onegalpic:nth-child(5n+1) {margin-left: 2%;}
	#gallerynet a.onegalpic:nth-child(4n+1) {margin-left: 2%;}
	#gallerynet a.onegalpic:nth-child(3n+1) {margin-left: 2%;}
	#gallerynet a.onegalpic:nth-child(2n+1) {margin-left: 0;}
}

@media (max-width: 410px) {
	.omg-1 img, .omg-2 img {margin-left: -110%;}
}

@media (max-width: 390px) {
	.omg-1 img, .omg-2 img {margin-left: -120%;}
}

@media (max-width: 370px) {
	.omg-1 img, .omg-2 img {margin-left: -130%;}
}

@media (max-width: 320px) {
	.omg-1 img, .omg-2 img {margin-left: -156%;}
}


@media (min-width: 1250px) {
	.subpages #supersized img {
    max-height: 99.7%;
    width: auto !important;
	}

}


@media (max-width: 840px) {
	#supersized img {
    max-height: 90%;
    width: auto !important;
	}

	.homepage #supersized img {
    max-height: 90%;
    width: auto !important;
	}

	
	.sub #slides-nav-wrap {
		position: fixed;
		background: none;
		bottom:0;
	}	

}


@media (max-width: 415px) {
	#supersized img {
    max-height: 78%;
    width: auto !important;
	}

	.homepage #supersized img {
    max-height: 90%;
    width: auto !important;
	}
}


ul#thumb-list {
	    float: right;
	    margin-right: 5px;
    padding: 9px 0;
}

ul#thumb-list li {    
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/place.png) top no-repeat;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

ul#thumb-list li.current-thumb {
	background: url(../images/place.png) bottom no-repeat;		
}


ul#thumb-list li img {
	position: absolute;
	top: -132px;
	display: none;
	left: -100px;	
	border: 1px solid #ddd;
	border-radius: 6px;
	width: 184px;
	margin: 0 auto;
}

ul#thumb-list li:hover {
	background: url(../images/place.png) bottom no-repeat;		
}

ul#thumb-list li:hover img {
	display: block;

}


